diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-11-09 14:29:26 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-11-09 14:29:26 +0000 |
commit | e60e0ab267291905b3ab23f32e9156776be8bac7 (patch) | |
tree | c589d0b7cbc89e81828b6b7f8de5d3b7c138622e /gdb/config/mips/linux.mh | |
parent | 181555e9407f93c3761f19e86001ae52b733c3a2 (diff) | |
download | gdb-e60e0ab267291905b3ab23f32e9156776be8bac7.zip gdb-e60e0ab267291905b3ab23f32e9156776be8bac7.tar.gz gdb-e60e0ab267291905b3ab23f32e9156776be8bac7.tar.bz2 |
2003-11-09 Andrew Cagney <cagney@redhat.com>
* config/mips/irix6.mh (NAT_FILE): Set to "nm-irix5.h".
* config/mips/nm-irix6.h: Delete file.
* config/mips/nm-linux.h: Update copyright.
(MIPS_GNULINUX_TARGET): Delete macro.
* config/mips/irix6.mh (XM_FILE): Set to "xm-irix5.h".
* config/mips/xm-irix6.h: Delete file.
* config/mips/linux.mh (XM_FILE): Delete definition.
* config/mips/xm-linux.h: Delete file.
Diffstat (limited to 'gdb/config/mips/linux.mh')
-rw-r--r-- | gdb/config/mips/linux.mh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/config/mips/linux.mh b/gdb/config/mips/linux.mh index 38f8725..3fbc3e9 100644 --- a/gdb/config/mips/linux.mh +++ b/gdb/config/mips/linux.mh @@ -1,5 +1,4 @@ # Host: Linux/MIPS -XM_FILE= xm-linux.h NAT_FILE= nm-linux.h NATDEPFILES= infptrace.o inftarg.o fork-child.o mips-linux-nat.o \ thread-db.o lin-lwp.o proc-service.o linux-proc.o gcore.o \ |