mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
* config/i386/x86-64linux.mt (TDEPFILES): Add glibc-tdep.o.
This commit is contained in:
parent
3882f37a75
commit
087f1027e3
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user