* emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
authorAlan Modra <amodra@gmail.com>
Wed, 20 Jun 2007 00:28:44 +0000 (00:28 +0000)
committerAlan Modra <amodra@gmail.com>
Wed, 20 Jun 2007 00:28:44 +0000 (00:28 +0000)
ld/ChangeLog
ld/emulparams/elf32_spu.sh

index 9d3b3ee..75f2329 100644 (file)
@@ -1,3 +1,7 @@
+2007-06-20  Alan Modra  <amodra@bigpond.net.au>
+
+       * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name.
+
 2007-06-18  Nathan Sidwell  <nathan@codesourcery.com>
 
        * ldlex.l, ldgram.y: Add ALIGNOF.
index 4c323c2..4af608c 100644 (file)
@@ -17,4 +17,4 @@ EMBEDDED=true
 MAXPAGESIZE=0x80
 DATA_ADDR="ALIGN(${MAXPAGESIZE})"
 OTHER_BSS_SECTIONS=".toe ALIGN(128) : { *(.toe) } = 0"
-OTHER_SECTIONS=".note.spu_name 0 : { *(.note.spu_name) }"
+OTHER_SECTIONS=".note.spu_name 0 : { KEEP(*(.note.spu_name)) }"