ld -r script fixes
[deliverable/binutils-gdb.git] / ld / scripttempl / avr.sc
index 931ef4014bd0ee9769fe447efda57e38093c67b2..5dde52b2829646ed59cfecae1f59b02ea972f33b 100644 (file)
@@ -336,7 +336,7 @@ cat <<EOF
   .stab.index 0 : { *(.stab.index) }
   .stab.indexstr 0 : { *(.stab.indexstr) }
   .comment 0 : { *(.comment) }
-  .note.gnu.build-id : { *(.note.gnu.build-id) }
+  .note.gnu.build-id ${RELOCATING-0} : { *(.note.gnu.build-id) }
 EOF
 
 . $srcdir/scripttempl/DWARF.sc
This page took 0.024978 seconds and 4 git commands to generate.