mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-29 16:38:05 +08:00
nios2-tdep: remove unreferenced global nios2_stub_frame_base
2014-02-12 Sanimir Agovic <sanimir.agovic@intel.com> * nios2-tdep.c (nios2_stub_frame_base): Remove global.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
|
||||||
|
|
||||||
|
* nios2-tdep.c (nios2_stub_frame_base): Remove global.
|
||||||
|
|
||||||
2014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
|
2014-02-12 Sanimir Agovic <sanimir.agovic@intel.com>
|
||||||
|
|
||||||
* tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default.
|
* tic6x-tdep.c (tic6x_gdbarch_init): Call frame_base_set_default.
|
||||||
|
@ -1354,14 +1354,6 @@ static const struct frame_unwind nios2_stub_frame_unwind =
|
|||||||
nios2_stub_frame_sniffer
|
nios2_stub_frame_sniffer
|
||||||
};
|
};
|
||||||
|
|
||||||
static const struct frame_base nios2_stub_frame_base =
|
|
||||||
{
|
|
||||||
&nios2_stub_frame_unwind,
|
|
||||||
nios2_stub_frame_base_address,
|
|
||||||
nios2_stub_frame_base_address,
|
|
||||||
nios2_stub_frame_base_address
|
|
||||||
};
|
|
||||||
|
|
||||||
/* Helper function to read an instruction at PC. */
|
/* Helper function to read an instruction at PC. */
|
||||||
|
|
||||||
static unsigned long
|
static unsigned long
|
||||||
|
Reference in New Issue
Block a user