From: Ian Lance Taylor Date: Tue, 21 Nov 1995 21:15:49 +0000 (+0000) Subject: * ldmain.c (constructor_callback): Don't warn about BFD_RELOC_CTOR X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=13eb3290f325f9a95b4fb50a9b29532188e37d60;p=deliverable%2Fbinutils-gdb.git * 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. --- diff --git a/ld/ChangeLog b/ld/ChangeLog index 1d96c89019..6353d403da 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,18 @@ +Tue Nov 21 16:14:32 1995 Ian Lance Taylor + + * 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 + + * 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 * Makefile.in (CC_FOR_TARGET): Use @host@ and @target@, not