From: David Miller <davem@davemloft.net>
To: gdb-patches@sourceware.org
Subject: [PATCH]: Fix sparc*-linux build.
Date: Sun, 11 May 2008 14:40:00 -0000 [thread overview]
Message-ID: <20080510.223018.112217553.davem@davemloft.net> (raw)
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);
next reply other threads:[~2008-05-11 5:30 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-05-11 14:40 David Miller [this message]
2008-05-11 14:58 ` Joel Brobecker
2008-05-11 21:51 ` David Miller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080510.223018.112217553.davem@davemloft.net \
--to=davem@davemloft.net \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox