diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-11-21 21:15:49 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-11-21 21:15:49 +0000 |
commit | 13eb3290f325f9a95b4fb50a9b29532188e37d60 (patch) | |
tree | 813f9b860263738e91ec08f7b9e39e1fd336acd7 /ld | |
parent | ad2282f68f4c11d39aeab7756842e304c07bce8f (diff) | |
download | gdb-13eb3290f325f9a95b4fb50a9b29532188e37d60.zip gdb-13eb3290f325f9a95b4fb50a9b29532188e37d60.tar.gz gdb-13eb3290f325f9a95b4fb50a9b29532188e37d60.tar.bz2 |
* ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR
being unsupported if this is not a relocaeable link and the input
BFD supports it, since ldctor_build_sets can cope with that case.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 1d96c89..6353d40 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +Tue Nov 21 16:14:32 1995 Ian Lance Taylor <ian@cygnus.com> + + * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR + being unsupported if this is not a relocaeable link and the input + BFD supports it, since ldctor_build_sets can cope with that case. + +Fri Nov 17 16:23:15 1995 Stan Shebs <shebs@andros.cygnus.com> + + * configure.tgt (powerpc-*-macos*): New target. + * emulparams/ppcmacos.sh: New file, PowerMac emulation. + * Makefile.in (ALL_EMULATIONS): Add eppcmacos.o. + (eppcmacos.c): New target. + * mpw-eppcmacos.c: Update. + * mpw-make.sed: Edit out attempts to use {GENSCRIPTS}. + Fri Nov 17 10:37:27 1995 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not |