diff options
author | Stu Grossman <grossman@cygnus> | 1997-04-08 17:50:50 +0000 |
---|---|---|
committer | Stu Grossman <grossman@cygnus> | 1997-04-08 17:50:50 +0000 |
commit | 524f442b045fc87ecbb1466b7df7d6e589b01992 (patch) | |
tree | 01db2ace1de6653e8e470f0b10016d0ea2ab0d1a | |
parent | 6944401473a697a0eea1deb59b464ce0c66a48bd (diff) | |
download | gdb-524f442b045fc87ecbb1466b7df7d6e589b01992.zip gdb-524f442b045fc87ecbb1466b7df7d6e589b01992.tar.gz gdb-524f442b045fc87ecbb1466b7df7d6e589b01992.tar.bz2 |
* 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.
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/pa/hppabsd.mt | 2 | ||||
-rw-r--r-- | gdb/config/pa/hppaosf.mt | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e910709..d683dc3 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 33b30cb..0fc0380 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 0abafdd..6754023 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 |