diff options
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/nios2-tdep.c | 12 |
2 files changed, 4 insertions, 12 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index cea09ee..036217f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2014-02-12 Tom Tromey <tromey@redhat.com> + + * nios2-tdep.c (nios2_stub_frame_base_address): Remove. + 2014-02-12 Mark Kettenis <kettenis@gnu.org> * sparc64obsd-tdep.c (sparc64obsd_init_abi): Call obsd_init_abi. diff --git a/gdb/nios2-tdep.c b/gdb/nios2-tdep.c index ca653f7..7b1b640 100644 --- a/gdb/nios2-tdep.c +++ b/gdb/nios2-tdep.c @@ -1330,18 +1330,6 @@ nios2_stub_frame_sniffer (const struct frame_unwind *self, return 0; } -/* Implement the this_base, this_locals, and this_args hooks - for the stub unwinder. */ - -static CORE_ADDR -nios2_stub_frame_base_address (struct frame_info *this_frame, void **this_cache) -{ - struct trad_frame_cache *this_trad_cache - = nios2_stub_frame_cache (this_frame, this_cache); - - return trad_frame_get_this_base (this_trad_cache); -} - /* Define the data structures for the stub unwinder. */ static const struct frame_unwind nios2_stub_frame_unwind = |