Browse Source

Revert change of 2000-10-24 in which solib-svr4.o was added to TDEPFILES.

binutils-2_11-branch
Kevin Buettner 26 years ago
parent
commit
53d2c54b5b
  1. 6
      gdb/ChangeLog
  2. 2
      gdb/config/rs6000/rs6000lynx.mt

6
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

2
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

Loading…
Cancel
Save