Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH]: Fix sparc*-linux build.
@ 2008-05-11 14:40 David Miller
  2008-05-11 14:58 ` Joel Brobecker
  0 siblings, 1 reply; 3+ messages in thread
From: David Miller @ 2008-05-11 14:40 UTC (permalink / raw)
  To: gdb-patches


Ok to apply?

2008-05-10  David S. Miller  <davem@davemloft.net>

	* sparc-linux-tdep.c, sparc64-linux-tdep.c: Use dwarf2_append_unwinders(),
	not dwarf2_frame_sniffer.

Index: gdb/sparc-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc-linux-tdep.c,v
retrieving revision 1.25
diff -u -r1.25 sparc-linux-tdep.c
--- gdb/sparc-linux-tdep.c	30 Apr 2008 21:28:57 -0000	1.25
+++ gdb/sparc-linux-tdep.c	11 May 2008 05:28:11 -0000
@@ -250,7 +250,7 @@
   tdep->step_trap = sparc32_linux_step_trap;
 
   /* Hook in the DWARF CFI frame unwinder.  */
-  frame_unwind_append_sniffer (gdbarch, dwarf2_frame_sniffer);
+  dwarf2_append_unwinders (gdbarch);
 }
 
 /* Provide a prototype to silence -Wmissing-prototypes.  */
Index: gdb/sparc64-linux-tdep.c
===================================================================
RCS file: /cvs/src/src/gdb/sparc64-linux-tdep.c,v
retrieving revision 1.19
diff -u -r1.19 sparc64-linux-tdep.c
--- gdb/sparc64-linux-tdep.c	30 Apr 2008 21:28:57 -0000	1.19
+++ gdb/sparc64-linux-tdep.c	11 May 2008 05:28:11 -0000
@@ -192,7 +192,7 @@
   tramp_frame_prepend_unwinder (gdbarch, &sparc64_linux_rt_sigframe);
 
   /* Hook in the DWARF CFI frame unwinder.  */
-  frame_unwind_append_sniffer (gdbarch, dwarf2_frame_sniffer);
+  dwarf2_append_unwinders (gdbarch);
 
   sparc64_init_abi (info, gdbarch);
 


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-11 20:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-11 14:40 [PATCH]: Fix sparc*-linux build David Miller
2008-05-11 14:58 ` Joel Brobecker
2008-05-11 21:51   ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox