From db1eca19a55761cb7051f6571491176c78a491f7 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 16 Dec 1991 21:05:22 +0000 Subject: [PATCH] Add solib.o to TDEPFILES for these SVR4 systems. --- gdb/config/amix.mt | 2 +- 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 ea92eef9947..91166b92e5d 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 57e55c204c1..4902e43bcab 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 -- 2.30.2