From 3e6c41d1d55bb8da6d5ea23f550f91ce89c0a370 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 20 Jun 2007 00:28:44 +0000 Subject: * emulparams/elf32_spu.sh (OTHER_SECTIONS): KEEP .note.spu_name. --- ld/emulparams/elf32_spu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ld/emulparams') diff --git a/ld/emulparams/elf32_spu.sh b/ld/emulparams/elf32_spu.sh index 4c323c2..4af608c 100644 --- a/ld/emulparams/elf32_spu.sh +++ b/ld/emulparams/elf32_spu.sh @@ -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)) }" -- cgit v1.1