diff options
author | Fred Fish <fnf@specifix.com> | 1991-12-16 21:05:22 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1991-12-16 21:05:22 +0000 |
commit | db1eca19a55761cb7051f6571491176c78a491f7 (patch) | |
tree | 8efa908f38a53c3880232a4f1de93ec3af50be83 /gdb/config | |
parent | c7e53c85dc21302aae153d26129feaa78e68a632 (diff) | |
download | gdb-db1eca19a55761cb7051f6571491176c78a491f7.zip gdb-db1eca19a55761cb7051f6571491176c78a491f7.tar.gz gdb-db1eca19a55761cb7051f6571491176c78a491f7.tar.bz2 |
Add solib.o to TDEPFILES for these SVR4 systems.
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/amix.mt | 2 | ||||
-rw-r--r-- | gdb/config/i386v4.mt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gdb/config/amix.mt b/gdb/config/amix.mt index ea92eef..91166b9 100644 --- a/gdb/config/amix.mt +++ b/gdb/config/amix.mt @@ -1,3 +1,3 @@ # Target: Commodore Amiga running SVR4 -TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o +TDEPFILES= m68k-pinsn.o exec.o m68k-tdep.o solib.o TM_FILE= tm-amix.h diff --git a/gdb/config/i386v4.mt b/gdb/config/i386v4.mt index 57e55c2..4902e43 100644 --- a/gdb/config/i386v4.mt +++ b/gdb/config/i386v4.mt @@ -1,3 +1,3 @@ # Target: Intel 386 running SVR4 -TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o +TDEPFILES= exec.o i386-pinsn.o i386-tdep.o i387-tdep.o solib.o TM_FILE= tm-i386v4.h |