diff options
author | Kevin Buettner <kevinb@redhat.com> | 2005-01-05 17:04:49 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2005-01-05 17:04:49 +0000 |
commit | 70256364b76e23e6d0cf0d7d5ae3929a2521153e (patch) | |
tree | b3d125f628a436bd21a50e32425186a749a5fb0b /gdb/config | |
parent | c307774398037fa8fe46157e610da85e113a93ab (diff) | |
download | gdb-70256364b76e23e6d0cf0d7d5ae3929a2521153e.tar.gz |
Eliminate ia64-aix-tdep.c.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/ia64/linux.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/ia64/linux.mt b/gdb/config/ia64/linux.mt index bdb286c9144..aa839cfc181 100644 --- a/gdb/config/ia64/linux.mt +++ b/gdb/config/ia64/linux.mt @@ -1,4 +1,4 @@ # Target: Intel IA-64 running GNU/Linux -TDEPFILES= ia64-tdep.o ia64-aix-tdep.o ia64-linux-tdep.o \ +TDEPFILES= ia64-tdep.o ia64-linux-tdep.o \ solib.o solib-svr4.o solib-legacy.o DEPRECATED_TM_FILE= tm-linux.h |