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 | 0ea390ed3c6677b871ce457c5cc003c7c6074128 (patch) | |
tree | a66968f50841591c01526517dbcf2185e2b805f1 /gdb/config | |
parent | b38c7015604c871a0abf44d33bfd8fc5aca8d8e8 (diff) | |
download | binutils-0ea390ed3c6677b871ce457c5cc003c7c6074128.zip binutils-0ea390ed3c6677b871ce457c5cc003c7c6074128.tar.gz binutils-0ea390ed3c6677b871ce457c5cc003c7c6074128.tar.bz2 |
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 bdb286c..aa839cf 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 |