diff options
author | Kevin Buettner <kevinb@redhat.com> | 2000-10-24 20:05:36 +0000 |
---|---|---|
committer | Kevin Buettner <kevinb@redhat.com> | 2000-10-24 20:05:36 +0000 |
commit | 13437d4b4b35feeefd79067153fb01ef80db0fb2 (patch) | |
tree | de7c6b47aa66c0a2f7c3fb434ee922ec78180bd8 /gdb/config/rs6000 | |
parent | 42f5c13f56a779a189fb00330b71fc401ad58858 (diff) | |
download | gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.zip gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.gz gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.bz2 |
Reorganize solib.c.
Diffstat (limited to 'gdb/config/rs6000')
-rw-r--r-- | gdb/config/rs6000/rs6000lynx.mt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/rs6000/rs6000lynx.mt b/gdb/config/rs6000/rs6000lynx.mt index fae6d8c..8c486b7 100644 --- a/gdb/config/rs6000/rs6000lynx.mt +++ b/gdb/config/rs6000/rs6000lynx.mt @@ -1,3 +1,3 @@ # Target: IBM RS6000 running LynxOS -TDEPFILES= coff-solib.o rs6000-tdep.o ppc-linux-tdep.o +TDEPFILES= coff-solib.o solib-svr4.o rs6000-tdep.o ppc-linux-tdep.o TM_FILE= tm-rs6000ly.h |