spu note vma

Alan Modra amodra@bigpond.net.au
Mon Nov 20 02:18:00 GMT 2006


Ensures this note section has a zero vma.

	* emulparams/elf32_spu.sh (OTHER_SECTIONS): Define.

Index: ld/emulparams/elf32_spu.sh
===================================================================
RCS file: /cvs/src/src/ld/emulparams/elf32_spu.sh,v
retrieving revision 1.1
diff -u -p -r1.1 elf32_spu.sh
--- ld/emulparams/elf32_spu.sh	25 Oct 2006 06:49:21 -0000	1.1
+++ ld/emulparams/elf32_spu.sh	20 Nov 2006 02:13:38 -0000
@@ -17,3 +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) }"

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre



More information about the Binutils mailing list