X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=ld%2FChangeLog;h=22e523f35ae6408d2aa41d530598be7fbc7a5770;hb=7e993ebf2343a5b39d6d1df29fdebc2818064ae5;hp=4803ec3ba7e64d180efa9b52dc02c20709d246a6;hpb=ce875075f9c8acc57bb0ec516ae3ba50064e52b7;p=deliverable%2Fbinutils-gdb.git diff --git a/ld/ChangeLog b/ld/ChangeLog index 4803ec3ba7..22e523f35a 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,71 @@ +2015-03-23 Marcus Shawcroft + + * emultempl/aarch64elf.em + (elf${ELFSIZE}_aarch64_add_stub_section): Adjust layout. + +2015-03-18 Chen Gang + + * ldmain.c (main): Use %F instead of %X for einfo. + +2015-03-02 Alan Modra + + * ld.texinfo (Options <-z nocopyreloc>): Rewrite. + +2015-02-27 Nick Clifton + + PR ld/17900 + * ldlang.c (lang_set_flags): Allow exclamation mark to reverse the + sense of the following memory region attribute characters. + +2015-02-27 Alan Modra + + * Makefile.am (ALL_EMULATION_SOURCES): Sort new h8300 entries. + (eh8300elf_linux.c, eh8300helf_linux.c, eh8300self_linux.c, + eh8300sxelf_linux.c): Do not invoke genscripts here. + * Makefile.in: Regenerate. + +2015-02-24 Nick Clifton + + * Makefile.am (ev850.c): Add dependency upon + $(srcdir)/emultempl/v850elf.em. + (ev850_rh850.c): Likewise. + * Makefile.in: Regenerate. + * emultempl/v850elf.em: New file. + * emulparams/v850.sh (EXTRA_EM_FILE): Define. + * emulparams/v850_rh850.sh (EXTRA_EM_FILE): Define. + * scripttempl/v850.sc: Add .note.renesas section. + * scripttempl/v850_rh850.sc: Likewise. + +2015-02-24 Senthil Kumar Selvaraj + + * scripttempl/avr.sc: Add new user_signatures region. Define and + use symbols for all region lengths. + * scripttempl/avrtiny.sc: Define and use symbols for all region + lengths. + +2015-01-21 Yoshinori Sato + + * Makefile.am: (ALL_EMULATION_SOURCES): Add new emulations. + * Makefile.in: Regenerate. + * configure.tgt: Add h8300-*-linux + * emulparams/h8300elf_linux.sh: Add new emulation. + * emulparams/h8300helf_linux.sh: Likewise. + * emulparams/h8300self_linux.sh: Likewise. + * emulparams/h8300sxelf_linux.sh: Likewise. + +2015-02-23 Nick Clifton + + * lexsup.c (parse_args): Produce a more reasonable error message + when -ixxx or -rxxx is the last option on the linker command line. + +2015-02-14 H.J. Lu + + PR ld/17973 + * testplug2.c (allsymbolsread_silent): New. + (set_register_hook): Handle allsymbolsreadsilent. + (onall_symbols_read): Skip a message if allsymbolsread_silent is + TRUE. + 2015-02-14 Alan Modra PR ld/17973