* config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.

This commit is contained in:
Mark Kettenis 2003-11-13 22:01:01 +00:00
parent 3882f37a75
commit 087f1027e3
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2003-11-13 Mark Kettenis <kettenis@gnu.org>
* config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
2003-11-13 David Carlton <carlton@kealia.com>
* cp-namespace.c (lookup_namespace_scope): Fix typo in comment.

View File

@ -1,6 +1,6 @@
# Target: AMD x86-64 running GNU/Linux
TDEPFILES= x86-64-tdep.o x86-64-linux-tdep.o \
i386-tdep.o i387-tdep.o i386-linux-tdep.o \
i386-tdep.o i387-tdep.o i386-linux-tdep.o glibc-tdep.o \
solib.o solib-svr4.o solib-legacy.o corelow.o
TM_FILE=tm-x86-64linux.h