summaryrefslogtreecommitdiff
path: root/ld/scripttempl
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2013-04-24 15:28:12 +0000
committerNick Clifton <nickc@redhat.com>2013-04-24 15:28:12 +0000
commite8c96a5b8dbfec194549c9b881dc5fa5edbc0046 (patch)
tree89e283b10427c1824b86abfe49ac1a015dc75922 /ld/scripttempl
parentfa00598fa5ed318d2916d3c8194a9929bee16a2c (diff)
downloadbinutils-redhat-e8c96a5b8dbfec194549c9b881dc5fa5edbc0046.tar.gz
PR ld/15389
* scripttempl/avr.sc: Add .note.gnu.build-id section.
Diffstat (limited to 'ld/scripttempl')
-rw-r--r--ld/scripttempl/avr.sc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc
index 8011608562..fde65f612f 100644
--- a/ld/scripttempl/avr.sc
+++ b/ld/scripttempl/avr.sc
@@ -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