summaryrefslogtreecommitdiff
path: root/src/mips/Gglobal.c
diff options
context:
space:
mode:
authorTommi Rantala <tt.rantala@gmail.com>2012-08-07 23:47:27 +0300
committerTommi Rantala <tt.rantala@gmail.com>2012-08-21 22:30:46 +0300
commit7b811137215918f46ddb64d2ede349a8d0aa217e (patch)
tree98efdee4d6e07dddb1951d1997dc633a30e46f50 /src/mips/Gglobal.c
parent1dc66bd1817e5664326f468ed0b56eb3a24d1ccd (diff)
downloadlibunwind-7b811137215918f46ddb64d2ede349a8d0aa217e.tar.gz
MIPS: implement dwarf_to_unw_regnum() macro without table
Diffstat (limited to 'src/mips/Gglobal.c')
-rw-r--r--src/mips/Gglobal.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/mips/Gglobal.c b/src/mips/Gglobal.c
index 1aa77eac..a0386f60 100644
--- a/src/mips/Gglobal.c
+++ b/src/mips/Gglobal.c
@@ -28,15 +28,6 @@ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */
HIDDEN pthread_mutex_t mips_lock = PTHREAD_MUTEX_INITIALIZER;
HIDDEN int tdep_needs_initialization = 1;
-/* FIXME: I'm pretty sure we don't need this at all for MIPS, but "generic"
- code (include/dwarf_i.h) seems to expect it to be here at present. */
-
-HIDDEN uint8_t dwarf_to_unw_regnum_map[] =
- {
- 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15,
- 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
- };
-
HIDDEN void
tdep_init (void)
{