diff options
-rw-r--r-- | gdb/ChangeLog | 6 | ||||
-rw-r--r-- | gdb/config/rs6000/rs6000lynx.mt | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index c75a080..a615486 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2000-10-25 Kevin Buettner <kevinb@redhat.com> + + * config/rs6000/rs6000lynx.mt (TDEPFILES): Revert 2000-10-24 + change in which solib-svr4.o was inadvertently added to this + list. + 2000-10-25 Fred Fish <fnf@cygnus.com> * mips-tdep.c (MIPS_DEFAULT_MASK_ADDRESS_P): Define using either diff --git a/gdb/config/rs6000/rs6000lynx.mt b/gdb/config/rs6000/rs6000lynx.mt index 8c486b7..fae6d8c 100644 --- a/gdb/config/rs6000/rs6000lynx.mt +++ b/gdb/config/rs6000/rs6000lynx.mt @@ -1,3 +1,3 @@ # Target: IBM RS6000 running LynxOS -TDEPFILES= coff-solib.o solib-svr4.o rs6000-tdep.o ppc-linux-tdep.o +TDEPFILES= coff-solib.o rs6000-tdep.o ppc-linux-tdep.o TM_FILE= tm-rs6000ly.h |