From fb2e215545e67ab2d3e7714a1ae5fc457315ea31 Mon Sep 17 00:00:00 2001 From: Tijl Coosemans Date: Sun, 18 Dec 2016 16:08:14 +0000 Subject: Update to 7.12. PR: 214927 Submitted by: luca.pizzamiglio@gmail.com (maintainer) --- devel/gdb/files/patch-fixes | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 devel/gdb/files/patch-fixes (limited to 'devel/gdb/files/patch-fixes') diff --git a/devel/gdb/files/patch-fixes b/devel/gdb/files/patch-fixes new file mode 100644 index 000000000000..06805c24c2f6 --- /dev/null +++ b/devel/gdb/files/patch-fixes @@ -0,0 +1,11 @@ +--- gdb/compile/compile-loc2c.c.orig 2016-07-05 12:30:44.811467295 +0200 ++++ gdb/compile/compile-loc2c.c 2016-07-05 12:38:46.432434206 +0200 +@@ -670,7 +670,7 @@ + enum dwarf_location_atom op = (enum dwarf_location_atom) *op_ptr; + uint64_t uoffset, reg; + int64_t offset; +- ++ uoffset = 0; + print_spaces (indent - 2, stream); + if (info[op_ptr - base].label) + { -- cgit v1.2.3