diff options
author | Roland McGrath <roland@gnu.org> | 2007-07-09 21:25:39 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2007-07-09 21:25:39 +0000 |
commit | fd2f25da9bc875ddeb5c03bdb515fd23934c1e7f (patch) | |
tree | 064a80f20c3c6634b10f569003bb35a4a32c90c6 /ld | |
parent | c0065db7328646edb30d44e0ed2d38e2d9cc3ea5 (diff) | |
download | gdb-fd2f25da9bc875ddeb5c03bdb515fd23934c1e7f.zip gdb-fd2f25da9bc875ddeb5c03bdb515fd23934c1e7f.tar.gz gdb-fd2f25da9bc875ddeb5c03bdb515fd23934c1e7f.tar.bz2 |
.
Diffstat (limited to 'ld')
-rw-r--r-- | ld/ChangeLog | 16 |
1 files changed, 13 insertions, 3 deletions
diff --git a/ld/ChangeLog b/ld/ChangeLog index 504f191..180c924 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,13 @@ +2007-07-09 Roland McGrath <roland@redhat.com> + + * emultempl/elf32.em (gld${EMULATION_NAME}_add_option): Add --build-id. + (gld${EMULATION_NAME}_handle_option): Handle --build-id. + (gld${EMULATION_NAME}_list_options): List --build-id. + (gld${EMULATION_NAME}_after_open): If --build-id was given, + synthesize a ".note.gnu.build-id" section and cache it in elf_tdata. + * ld.texinfo (Options): Describe --build-id. + * NEWS: Mention --build-id. + 2007-07-06 Nick Clifton <nickc@redhat.com> * deffile.h: Update copyright notice to refer to GPLv3. @@ -122,10 +132,10 @@ 2007-06-11 Sterling Augustine <sterling@tensilica.com> Bob Wilson <bob.wilson@acm.org> - + * emultempl/xtensaelf.em (replace_insn_sec_with_prop_sec): Use renamed XTENSA_PROP_NO_TRANSFORM flag instead of XTENSA_PROP_INSN_NO_TRANSFORM. - + 2007-06-01 Noah Misch <noah@cs.caltech.edu> Alan Modra <amodra@bigpond.net.au> @@ -201,7 +211,7 @@ 2007-05-05 Anatoly Sokolov <aesok@post.ru> - * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for + * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for "--pmem-wrap-around". (PARSE_AND_LIST_OPTIONS): Describe new value for "--pmem-wrap-around". |