X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=38f1181697f1cf8460863a36acb94e634dd2a0eb;hb=e49bc11ea587100334e7434572b9698b6d9a70a5;hp=99114400940679a9308be173cf9a19c5ed604c18;hpb=50bbae350bb983fd8a730ab19dd7d554f75ad09e;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 9911440094..38f1181697 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,35 @@ +2000-09-07 H.J. Lu + + * Makefile.am (lexsup.o): Also depend on $(INCDIR)/demangle.h. + * Makefile.in: Rebuild. + +2000-09-07 Alan Modra + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Fix + broken list handling. Create __start_SECNAME and __stop_SECNAME + when no place-holder. Add some comments. Test both SEC_CODE and + SEC_READONLY for hold_text to prevent .rodata orphan poisoning. + Handle case where no output section statement created. + +2000-09-07 Niibe Yutaka , Kaz Kojima , Alexandre Oliva + + * configure.tgt (sh-*-linux*): Added. + * Makefile.am: Added eshelf_linux and eshlelf_linux. + * Makefile.in: Rebuilt. + * emulparams/shelf_linux.sh: New file. + * emulparams/shlelf_linux.sh: New file. + +2000-09-06 Alan Modra + + * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't + try shuffling sections when the orphan happens to be the place + holder. Keep count of unique section names generated so we speed + the search for a new name. + +2000-09-06 Alexandre Oliva + + * configure: Rebuilt with new libtool.m4. + 2000-09-05 Nick Clifton * Makefile.in: Regenerate.