diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-06-16 19:01:48 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-06-16 19:01:48 +0000 |
commit | bf82ab683098f033057be9e51ca2e2f52ad16efc (patch) | |
tree | bdc1e5a3e6247cbc04530a6a287eb5f8a761108d /ld/ChangeLog | |
parent | 08f20f66c47373f4e0eb2771764f37a8abe10e6b (diff) | |
download | gdb-bf82ab683098f033057be9e51ca2e2f52ad16efc.zip gdb-bf82ab683098f033057be9e51ca2e2f52ad16efc.tar.gz gdb-bf82ab683098f033057be9e51ca2e2f52ad16efc.tar.bz2 |
* Makefile.in: Rebuilt dependencies.
(ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o,
eelf64_sparc.o. Remove $(OTHER_EMULATIONS).
(ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets.
* config/i386-linux.mt (OTHER_EMULATIONS): Don't define.
(ei386linux.c): Remove; now in Makefile.in.
* config/i386-lynx.mt (OTHER_EMULATIONS): Don't define.
* config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define.
* config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define.
* config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define.
(eelf64_sparc.c): Remove; now in Makefile.in.
* config/sun4sol2.mt (OTHER_EMULATIONS): Don't define.
(eelf32_sparc.c): Remove; now in Makefile.in.
Diffstat (limited to 'ld/ChangeLog')
-rw-r--r-- | ld/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index e86a31d..a4d058b 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -7,6 +7,20 @@ Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com) Thu Jun 16 12:22:01 1994 Ian Lance Taylor (ian@tweedledumb.cygnus.com) + * Makefile.in: Rebuilt dependencies. + (ALL_EMULATIONS): Add ei386linux.o, eelf32_sparc.o, + eelf64_sparc.o. Remove $(OTHER_EMULATIONS). + (ei386linux.c, eelf32_sparc.c, eelf64_sparc.c): New targets. + * config/i386-linux.mt (OTHER_EMULATIONS): Don't define. + (ei386linux.c): Remove; now in Makefile.in. + * config/i386-lynx.mt (OTHER_EMULATIONS): Don't define. + * config/m68k-lynx.mt (OTHER_EMULATIONS): Don't define. + * config/sparc-lynx.mt (OTHER_EMULATIONS): Don't define. + * config/sparc64-elf.mt (OTHER_EMULATIONS): Don't define. + (eelf64_sparc.c): Remove; now in Makefile.in. + * config/sun4sol2.mt (OTHER_EMULATIONS): Don't define. + (eelf32_sparc.c): Remove; now in Makefile.in. + * ldexp.c (exp_print_tree): Don't crash if etree_rel section has no owner--it might be bfd_abs_section. From Eric Youngdale <ericy@cais.cais.com>. @@ -3029,5 +3043,8 @@ Fri Oct 4 21:51:58 1991 John Gilmore (gnu at cygnus.com) Local Variables: +mode: indented-text +left-margin: 8 +fill-column: 74 version-control: never End: |