X-Git-Url: http://git.efficios.com/?a=blobdiff_plain;f=ld%2FChangeLog;h=f409af86c288d8e26a271666345ec300d449ce8b;hb=9c1b5f1b84b4e01424486ff95b30a2a13fd1b08d;hp=5a4b2e29dcf4e09d67b59476d86279c804f63cd2;hpb=ce2cded563a45cead231883f0e5a2d230e5af9b4;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 5a4b2e29dc..f409af86c2 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,38 @@ +2007-12-15 Richard Sandiford + + * scripttempl/armbpabi.sc (.text): Don't KEEP (*(.text.*personality*)). + (.data): Don't KEEP (*(.gnu.linkonce.d.*personality*)). + * scripttempl/elf.sc: As for armbpabi.sc. + * scripttempl/elfxtensa.sc: Likewise. + * scripttempl/mep.sc: Likewise. + +2007-11-07 Nathan Sidwell + + * emulparams/vxworks.sh (OTHER_READONLY_SECTIONS, + OTHER_READWRITE_SECTIONS): Add TLS sections. + +2007-11-06 Kai Tietz + + * emultempl/pe.em: (init): Add __ImageBase symbol. + (MSIMAGEBASEOFF): New. + (set_pe_name): Keep __image_base and __ImageBase value synch. + (_set_symbols): Likewise. + * emultempl/pep.em: Likewise. + +2007-10-26 Alan Modra + + PR 5215 + * genscripts.sh: Move bash script to.. + * genscrba.sh: ..here. + +2007-10-25 Pedro Alves + + * pe-dll.c (autofilter_symbollist_generic) + (autofilter_symbollist_i386, autofilter_liblist) + (autofilter_objlist, autofilter_symbolprefixlist) + (autofilter_symbolsuffixlist): Don't use STRING_COMMA_LEN with + NULL. + 2007-10-24 H.J. Lu * configure.in: Move AM_PROG_LIBTOOL after AC_GNU_SOURCE. @@ -37,7 +72,7 @@ 2007-10-01 Nick Clifton PR linker/4844 - * genscript.sh: Add support for generating a .xa script for use + * genscripts.sh: Add support for generating a .xa script for use with the --auto-import option. * ld.texinfo: Document the new behaviour of the --auto-import option.