aboutsummaryrefslogtreecommitdiff
path: root/gdb/config
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-05-16 14:07:56 +0000
committerDaniel Jacobowitz <drow@false.org>2007-05-16 14:07:56 +0000
commit7d522c902eb745c9d99e88d1c62c7bb4d23f4ddd (patch)
treebd64c8954b4630d7cfc96b2d6b2cea940315bdb5 /gdb/config
parent5d51a2dbdbe9975039c68f7b571c46931783a775 (diff)
downloadgdb-7d522c902eb745c9d99e88d1c62c7bb4d23f4ddd.zip
gdb-7d522c902eb745c9d99e88d1c62c7bb4d23f4ddd.tar.gz
gdb-7d522c902eb745c9d99e88d1c62c7bb4d23f4ddd.tar.bz2
* config/mips/linux.mt (DEPRECATED_TM_FILE): Delete.
* config/mips/tm-linux.h: Delete. * mips-linux-tdep.c (mips_svr4_so_ops): New. (mips_linux_in_dynsym_resolve_code): Make static. Use svr4_in_dynsym_resolve_code. (mips_linux_init_abi): Initialize mips_svr4_so_ops. Call set_solib_ops. * solib-svr4.c (svr4_in_dynsym_resolve_code, svr4_so_ops): Make global. * solib-svr4.h (svr4_so_ops, svr4_in_dynsym_resolve_code): Declare. * Makefile.in (mips-linux-tdep.o): Update. * solib.c (set_solib_ops): New. (current_target_so_ops): Update comment. * solib.h (set_solib_ops): New prototype.
Diffstat (limited to 'gdb/config')
-rw-r--r--gdb/config/mips/linux.mt1
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/mips/linux.mt b/gdb/config/mips/linux.mt
index 8ff463d..f45d647 100644
--- a/gdb/config/mips/linux.mt
+++ b/gdb/config/mips/linux.mt
@@ -1,7 +1,6 @@
# Target: Linux/MIPS
TDEPFILES= mips-tdep.o mips-linux-tdep.o corelow.o \
solib.o solib-svr4.o symfile-mem.o
-DEPRECATED_TM_FILE= tm-linux.h
SIM_OBS = remote-sim.o
SIM = ../sim/mips/libsim.a