683026dd08
where Ada support has been added. Most of these changes are not part of the official sources yet. The source used in this port is a snapshot of AdaCore's CVS repository.
12 lines
418 B
Text
12 lines
418 B
Text
$NetBSD: patch-ak,v 1.1 2005/11/13 14:16:05 shannonjr Exp $
|
|
|
|
--- gdb/i386nbsd-tdep.c.orig 2004-10-20 17:12:06.000000000 -0600
|
|
+++ gdb/i386nbsd-tdep.c
|
|
@@ -137,7 +137,6 @@ i386nbsd_sigtramp_offset (struct frame_i
|
|
CORE_ADDR pc = frame_pc_unwind (next_frame);
|
|
unsigned char ret[sizeof(sigtramp_retcode)], insn;
|
|
LONGEST off;
|
|
- int i;
|
|
|
|
if (!safe_frame_unwind_memory (next_frame, pc, &insn, 1))
|
|
return -1;
|