From 2cfa18a94ae46b19508d7adbcc40bdc3586d00e4 Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Wed, 24 Apr 2013 15:28:12 +0000 Subject: PR ld/15389 * scripttempl/avr.sc: Add .note.gnu.build-id section. --- ld/scripttempl/avr.sc | 1 + 1 file changed, 1 insertion(+) (limited to 'ld/scripttempl') diff --git a/ld/scripttempl/avr.sc b/ld/scripttempl/avr.sc index 8011608..fde65f6 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 -- cgit v1.1