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/i386/ptx4.mh | |
parent | 42f5c13f56a779a189fb00330b71fc401ad58858 (diff) | |
download | fsf-binutils-gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.zip fsf-binutils-gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.gz fsf-binutils-gdb-13437d4b4b35feeefd79067153fb01ef80db0fb2.tar.bz2 |
Reorganize solib.c.
Diffstat (limited to 'gdb/config/i386/ptx4.mh')
-rw-r--r-- | gdb/config/i386/ptx4.mh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/config/i386/ptx4.mh b/gdb/config/i386/ptx4.mh index 7b9d11b..ba951f0 100644 --- a/gdb/config/i386/ptx4.mh +++ b/gdb/config/i386/ptx4.mh @@ -1,7 +1,7 @@ # Host: Sequent Symmetry running ptx 1.3, with Weitek 1167 or i387 XM_FILE= xm-ptx4.h -XDEPFILES= inftarg.o fork-child.o symm-nat.o corelow.o core-aout.o solib.o core-regset.o +XDEPFILES= inftarg.o fork-child.o symm-nat.o corelow.o core-aout.o solib.o solib-svr4.o core-regset.o XM_CLIBS= -lseq NAT_FILE= nm-ptx4.h |