* config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.

* config/i386/linux64.mt (TDEPFILES): Likewise.
This commit is contained in:
Mark Kettenis 2004-04-09 16:39:37 +00:00
parent a4194092fc
commit 3c30bf1b01
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,8 @@
2004-04-09 Mark Kettenis <kettenis@gnu.org>
* config/i386/linux.mt (TDEPFILES): Remove solib-legacy.o.
* config/i386/linux64.mt (TDEPFILES): Likewise.
* i386-linux-nat.c: Update copyrigth year. Tweak comment.
* amd64-tdep.c (amd64_sigtramp_frame_sniffer): Rewrite to use new

View File

@ -1,4 +1,4 @@
# Target: Intel 386 running GNU/Linux
TDEPFILES= i386-tdep.o i386-linux-tdep.o glibc-tdep.o i387-tdep.o \
solib.o solib-svr4.o solib-legacy.o
solib.o solib-svr4.o
TM_FILE= tm-linux.h

View File

@ -1,5 +1,5 @@
# Target: GNU/Linux x86-64
TDEPFILES= amd64-tdep.o amd64-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
solib.o solib-svr4.o corelow.o
TM_FILE=tm-linux64.h