diff options
author | Kevin Buettner <kevinb@redhat.com> | 2001-03-10 06:17:24 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2001-03-10 06:17:24 +0000 |
commit | 21479deda01ad5fe23f41c69a46c10b7806ca5fa (patch) | |
tree | 1778b3af8b9df4d6a34af9efb6987d306e6d66e2 /gdb/config/i386/linux.mt | |
parent | d7fa9de08de666af5647be3053c6b3f04996277b (diff) | |
download | gdb-21479deda01ad5fe23f41c69a46c10b7806ca5fa.zip gdb-21479deda01ad5fe23f41c69a46c10b7806ca5fa.tar.gz gdb-21479deda01ad5fe23f41c69a46c10b7806ca5fa.tar.bz2 |
Cleanup solib-svr4.c by moving legacy code out to its own file.
Diffstat (limited to 'gdb/config/i386/linux.mt')
-rw-r--r-- | gdb/config/i386/linux.mt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gdb/config/i386/linux.mt b/gdb/config/i386/linux.mt index 1721827..963fbdd 100644 --- a/gdb/config/i386/linux.mt +++ b/gdb/config/i386/linux.mt @@ -1,5 +1,6 @@ # Target: Intel 386 running GNU/Linux -TDEPFILES= i386-tdep.o i386-linux-tdep.o i387-tdep.o solib.o solib-svr4.o +TDEPFILES= i386-tdep.o i386-linux-tdep.o i387-tdep.o \ + solib.o solib-svr4.o solib-legacy.o TM_FILE= tm-linux.h GDBSERVER_DEPFILES= low-linux.o |