aboutsummaryrefslogtreecommitdiff
path: root/devel/gdb/files/patch-fixes
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gdb/files/patch-fixes')
-rw-r--r--devel/gdb/files/patch-fixes13
1 files changed, 7 insertions, 6 deletions
diff --git a/devel/gdb/files/patch-fixes b/devel/gdb/files/patch-fixes
index 06805c24c2f6..43be92bf12d3 100644
--- a/devel/gdb/files/patch-fixes
+++ b/devel/gdb/files/patch-fixes
@@ -1,11 +1,12 @@
---- 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;
+diff --git gdb/compile/compile-loc2c.c gdb/compile/compile-loc2c.c
+index a53214f2e5..67af62bb58 100644
+--- gdb/compile/compile-loc2c.c
++++ gdb/compile/compile-loc2c.c
+@@ -669,6 +669,7 @@ do_compile_dwarf_expr_to_c (int indent, string_file &stream,
uint64_t uoffset, reg;
int64_t offset;
--
+
+ uoffset = 0;
- print_spaces (indent - 2, stream);
+ print_spaces (indent - 2, &stream);
if (info[op_ptr - base].label)
{