fix error in nios2-tdep.c
authorTom Tromey <tromey@redhat.com>
Wed, 12 Feb 2014 16:20:02 +0000 (09:20 -0700)
committerTom Tromey <tromey@redhat.com>
Wed, 12 Feb 2014 16:20:02 +0000 (09:20 -0700)
commit9fb5010805bdfe0eb8fc5db01e7f4c93b04c8f29
tree8585df957f0ec0800ab10df545aa4e62a990391c
parent963f35869dd021f4a2a236ca6fa1242efc860d86
fix error in nios2-tdep.c

Since this change:

2014-02-12  Sanimir Agovic  <sanimir.agovic@intel.com>

* nios2-tdep.c (nios2_stub_frame_base): Remove global.

nios2-tdep hasn't built:

../../binutils-gdb/gdb/nios2-tdep.c:1337:1: error: ‘nios2_stub_frame_base_address’ defined but not used [-Werror=unused-function]

This patch removes the offending function.

2014-02-12  Tom Tromey  <tromey@redhat.com>

* nios2-tdep.c (nios2_stub_frame_base_address): Remove.
gdb/ChangeLog
gdb/nios2-tdep.c
This page took 0.027934 seconds and 4 git commands to generate.