From f99ab86efa0dec84c0fff60adb665e0ef91bf538 Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Mon, 20 Nov 2006 02:17:06 +0000 Subject: [PATCH] * emulparams/elf32_spu.sh (OTHER_SECTIONS): Define. --- ld/ChangeLog | 4 ++++ ld/emulparams/elf32_spu.sh | 1 + 2 files changed, 5 insertions(+) diff --git a/ld/ChangeLog b/ld/ChangeLog index 4abbfbc7291..162646629aa 100644 --- a/ld/ChangeLog +++ b/ld/ChangeLog @@ -1,3 +1,7 @@ +2006-11-20 Alan Modra + + * emulparams/elf32_spu.sh (OTHER_SECTIONS): Define. + 2006-11-13 Daniel Jacobowitz * emultempl/armelf.em (arm_elf_before_allocation): Only call diff --git a/ld/emulparams/elf32_spu.sh b/ld/emulparams/elf32_spu.sh index bfeabb8c67d..4c323c2508b 100644 --- a/ld/emulparams/elf32_spu.sh +++ b/ld/emulparams/elf32_spu.sh @@ -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) }" -- 2.30.2