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:
parent
195abc10c0
commit
8f0084065d
2 changed files with 4 additions and 8 deletions
|
@ -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>
|
||||
|
||||
* 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
|
||||
};
|
||||
|
||||
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. */
|
||||
|
||||
static unsigned long
|
||||
|
|
Loading…
Reference in a new issue