This is the mail archive of the
binutils@sourceware.org
mailing list for the binutils project.
spu note vma
- From: Alan Modra <amodra at bigpond dot net dot au>
- To: binutils at sourceware dot org
- Date: Mon, 20 Nov 2006 12:48:42 +1030
- Subject: 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