PR ld/15389

* scripttempl/avr.sc: Add .note.gnu.build-id section.
This commit is contained in:
Nick Clifton 2013-04-24 15:28:12 +00:00
parent bf9e4d0c1f
commit 2cfa18a94a
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2013-04-24 Nick Clifton <nickc@redhat.com>
PR ld/15389
* scripttempl/avr.sc: Add .note.gnu.build-id section.
2013-04-22 Alan Modra <amodra@gmail.com>
* emultempl/ppc64elf.em (ppc_create_output_section_statements):

View File

@ -232,6 +232,7 @@ SECTIONS
.stab.index 0 : { *(.stab.index) }
.stab.indexstr 0 : { *(.stab.indexstr) }
.comment 0 : { *(.comment) }
.note.gnu.build-id : { *(.note.gnu.build-id) }
EOF
source $srcdir/scripttempl/DWARF.sc