diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-11-02 17:22:28 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-11-02 17:22:28 +0000 |
commit | 52329a29a2c97be6446463833b8ce871438c4560 (patch) | |
tree | 425a189c30eb9ead462bafd2cfcc7aa66196ae80 | |
parent | cd2df226a74a368aa791b797888cfbc6cd7f558f (diff) | |
download | gdb-52329a29a2c97be6446463833b8ce871438c4560.zip gdb-52329a29a2c97be6446463833b8ce871438c4560.tar.gz gdb-52329a29a2c97be6446463833b8ce871438c4560.tar.bz2 |
* ldctor.c (ldctor_add_set_entry): Don't permit a set to be
composed of different object file formats.
(ldctor_build_sets): If the output format does not support the
reloc, and we are not generating a relocateable link, try getting
the reloc from the input format.
-rw-r--r-- | ld/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 0a9cd22..fe7ccfd 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,11 @@ +Wed Nov 2 12:17:49 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + + * ldctor.c (ldctor_add_set_entry): Don't permit a set to be + composed of different object file formats. + (ldctor_build_sets): If the output format does not support the + reloc, and we are not generating a relocateable link, try getting + the reloc from the input format. + Tue Nov 1 10:30:19 1994 J.T. Conklin (jtc@rtl.cygnus.com) * Makefile.in (ALL_EMULATIONS): Added em68knbsd.o. |