From: Stu Grossman Date: Tue, 8 Apr 1997 17:50:50 +0000 (+0000) Subject: * config/pa/{hppabsd.mt hppahpux.mt hppaosf.mt}: Remove X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=524f442b045fc87ecbb1466b7df7d6e589b01992;p=binutils-gdb.git * config/pa/{hppabsd.mt hppahpux.mt hppaosf.mt}: Remove remote-pa.o from TDEPFILES. Nobody uses it, and besides, it's a lousy out-of-date clone of remote.c. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e910709d2e6..d683dc317b3 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +Tue Apr 8 10:45:24 1997 Stu Grossman (grossman@critters.cygnus.com) + + * config/pa/{hppabsd.mt hppahpux.mt hppaosf.mt}: Remove + remote-pa.o from TDEPFILES. Nobody uses it, and besides, it's a + lousy out-of-date clone of remote.c. + Fri Apr 4 08:21:21 1997 Stu Grossman (grossman@critters.cygnus.com) * remote.c: Fix problems realized while showering. diff --git a/gdb/config/pa/hppabsd.mt b/gdb/config/pa/hppabsd.mt index 33b30cb1c65..0fc0380c26a 100644 --- a/gdb/config/pa/hppabsd.mt +++ b/gdb/config/pa/hppabsd.mt @@ -1,3 +1,3 @@ # Target: HP PA-RISC running bsd -TDEPFILES= hppa-tdep.o remote-pa.o +TDEPFILES= hppa-tdep.o TM_FILE= tm-hppab.h diff --git a/gdb/config/pa/hppaosf.mt b/gdb/config/pa/hppaosf.mt index 0abafdd1520..675402387b6 100644 --- a/gdb/config/pa/hppaosf.mt +++ b/gdb/config/pa/hppaosf.mt @@ -1,3 +1,3 @@ # Target: HP PA-RISC running OSF1 -TDEPFILES= hppa-tdep.o remote-pa.o +TDEPFILES= hppa-tdep.o TM_FILE= tm-hppao.h