aboutsummaryrefslogtreecommitdiff
path: root/ld/emulparams
diff options
context:
space:
mode:
authorAlan Modra <amodra@gmail.com>2008-06-06 06:02:00 +0000
committerAlan Modra <amodra@gmail.com>2008-06-06 06:02:00 +0000
commit97407faf3da58e5e3bd1d042e746d8e328b00ce3 (patch)
tree419b49ffa10d52a9b87463466ae1696622816000 /ld/emulparams
parenta2b87ed1191d4953ab92dbb22d8c8683d5db715e (diff)
downloadgdb-97407faf3da58e5e3bd1d042e746d8e328b00ce3.zip
gdb-97407faf3da58e5e3bd1d042e746d8e328b00ce3.tar.gz
gdb-97407faf3da58e5e3bd1d042e746d8e328b00ce3.tar.bz2
include/
* bfdlink.h (struct bfd_link_info): Add "path_separator". bfd/ * elf32-spu.c (spu_elf_auto_overlay): Relax requirement that file names be unique. Specify archive:path in overlay script. ld/ * ldlang.c (name_match): New function. (unique_section_p, walk_wild_consider_section): Use it here. (walk_wild_section_general): And here. (archive_path): New function. (walk_wild): Match archive:path filespecs. (open_input_bfds): Don't load archive:path files. * emultempl/spuelf.em (choose_target): Set path_separator. * emulparams/elf32_spu.sh: Add ._ea.* sections to ._ea output.
Diffstat (limited to 'ld/emulparams')
-rw-r--r--ld/emulparams/elf32_spu.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ld/emulparams/elf32_spu.sh b/ld/emulparams/elf32_spu.sh
index 52a3e7b..8248d5d 100644
--- a/ld/emulparams/elf32_spu.sh
+++ b/ld/emulparams/elf32_spu.sh
@@ -18,4 +18,4 @@ MAXPAGESIZE=0x80
DATA_ADDR="ALIGN(${MAXPAGESIZE})"
OTHER_BSS_SECTIONS=".toe ALIGN(128) : { *(.toe) } = 0"
OTHER_SECTIONS=".note.spu_name 0 : { KEEP(*(.note.spu_name)) }
- ._ea 0 : { KEEP(*(._ea)) }"
+ ._ea 0 : { KEEP(*(._ea)) KEEP(*(._ea.*)) }"