* ld.h (ld_config_type): Add rpath_separator.
* ldmain.c (main): Initialize it.
* lexsup.c (parse_args): Honor config.rpath_separator.
* emultempl/elf32.em (gld${EMULATION_NAME}_search_needed): Likewise.
(gld${EMULATION_NAME}_add_sysroot): Likewise.
(gld${EMULATION_NAME}_parse_ld_so_conf): Use config.rpath_separator
rather than ':' when building the path.
* emultempl/vxworks.em (vxworks_before_parse): New function.
Override config.rpath_separator.
(LDEMUL_AFTER_OPEN): Do not change if EXTRA_EM_FILE has been
set to gld${EMULATION_NAME}_after_open; #define that identifier
to vxworks_foo instead.
(LDEMUL_BEFORE_PARSE): Override in the same way as LDEMUL_AFTER_OPEN.
ld/testsuite/
* ld-vxworks/rpath-1.s, ld-vxworks/rpath-1.d,
* ld-vxworks/vxworks.exp: New files.
|
||
|---|---|---|
| .. | ||
| aix.em | ||
| alphaelf.em | ||
| armcoff.em | ||
| armelf.em | ||
| astring.sed | ||
| avrelf.em | ||
| beos.em | ||
| crxelf.em | ||
| elf32.em | ||
| elf-generic.em | ||
| genelf.em | ||
| generic.em | ||
| gld960.em | ||
| gld960c.em | ||
| hppaelf.em | ||
| ia64elf.em | ||
| irix.em | ||
| linux.em | ||
| lnk960.em | ||
| m68hc1xelf.em | ||
| m68kcoff.em | ||
| m68kelf.em | ||
| mipsecoff.em | ||
| mipself.em | ||
| mmix-elfnmmo.em | ||
| mmixelf.em | ||
| mmo.em | ||
| needrelax.em | ||
| netbsd.em | ||
| ostring.sed | ||
| pe.em | ||
| pep.em | ||
| ppc32elf.em | ||
| ppc64elf.em | ||
| README | ||
| scoreelf.em | ||
| sh64elf.em | ||
| spu_ovl.o | ||
| spu_ovl.S | ||
| spuelf.em | ||
| sunos.em | ||
| ticoff.em | ||
| vanilla.em | ||
| vxworks.em | ||
| xtensaelf.em | ||
| z80.em | ||
The files in this directory are sourced by genscripts.sh, after setting some variables to substitute in, to produce C source files that contain jump tables for each emulation.