ports/devel/gdb/files/patch-fixes
Luca Pizzamiglio da0888d129 devel/gdb: Update to gdb 8.0.1
Resolve tons of warnings.
Fix the type of literal string as char const *
Fix Makefile's variables order and adding the license file
Rework patches to make portlint happy

Reviewed by:	jhb
Approved by:	lme (mentor)
Differential Revision:	https://reviews.freebsd.org/D12525
2017-09-29 14:49:58 +00:00

10 lines
334 B
Text

--- gdb/compile/compile-loc2c.c.orig 2017-09-14 09:28:17 UTC
+++ 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);
if (info[op_ptr - base].label)
{