This is the mail archive of the binutils@sourceware.org mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

spu note vma


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]