PR ld/15389
authorNick Clifton <nickc@redhat.com>
Wed, 24 Apr 2013 15:28:12 +0000 (15:28 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 24 Apr 2013 15:28:12 +0000 (15:28 +0000)
* scripttempl/avr.sc: Add .note.gnu.build-id section.

ld/ChangeLog
ld/scripttempl/avr.sc

index d9ebc3d1306072ed7e856b2fd664cf7069fda89d..21fdd19962938cb3b1140e8973f4aca77ea46e09 100644 (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):
index 80116085626d1fc62ae54c44e70f8e4606121841..fde65f612ff0334b9f17a1240a1708ceea9fc372 100644 (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
This page took 0.025541 seconds and 4 git commands to generate.