1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-10 07:04:03 +00:00
freebsd-ports/devel/gdb/files/patch-fixes
Tijl Coosemans fb2e215545 Update to 7.12.
PR:		214927
Submitted by:	luca.pizzamiglio@gmail.com (maintainer)
2016-12-18 16:08:14 +00:00

12 lines
393 B
Plaintext

--- 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)
{