binutils-gdb/ld/emultempl
Richard Sandiford c76308d222 ld/
* 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.
2007-03-28 14:42:28 +00:00
..
README 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aix.em PR ld/4023 2007-03-07 07:52:09 +00:00
alphaelf.em * emulparams/elf64alpha.sh (PLT): New. 2005-05-29 23:16:09 +00:00
armcoff.em bfd/ 2006-10-17 13:41:49 +00:00
armelf.em 2007-03-20 Paul Brook <paul@codesourcery.com> 2007-03-20 20:19:07 +00:00
astring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
avrelf.em Add support for AVR6 family 2006-05-24 07:36:12 +00:00
beos.em * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
crxelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
elf-generic.em bfd/ 2007-01-11 12:23:53 +00:00
elf32.em ld/ 2007-03-28 14:42:28 +00:00
genelf.em bfd/ 2006-06-20 02:22:16 +00:00
generic.em bfd/ 2005-08-04 06:22:14 +00:00
gld960.em bfd/ 2005-08-04 06:22:14 +00:00
gld960c.em bfd/ 2005-08-04 06:22:14 +00:00
hppaelf.em bfd/ 2006-06-20 02:22:16 +00:00
ia64elf.em bfd/ 2006-04-06 18:52:46 +00:00
irix.em ld/ 2006-07-29 08:48:15 +00:00
linux.em bfd/ 2005-08-04 06:22:14 +00:00
lnk960.em bfd/ 2005-08-04 06:22:14 +00:00
m68hc1xelf.em * ldlang.h (lang_input_section_type): Remove "ifile" field. 2005-11-17 00:10:05 +00:00
m68kcoff.em bfd/ 2005-08-04 06:22:14 +00:00
m68kelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mipsecoff.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mipself.em ld/ 2006-07-29 08:48:15 +00:00
mmix-elfnmmo.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mmixelf.em * emultempl/mmixelf.em: Remove incorrect '#line' directive. 2007-03-11 11:48:27 +00:00
mmo.em * emultempl/mmo.em: Improve comments. Explain why there's 2006-06-21 02:53:43 +00:00
needrelax.em Update FSF addresses 2005-05-12 07:32:09 +00:00
netbsd.em * ldlang.c (lang_do_assignments): Function return is void. 2003-12-04 12:09:25 +00:00
ostring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
pe.em * pe-dll.c: (make_one) Conditionally include jump stubs. 2007-01-19 15:40:55 +00:00
pep.em Add x86_64-mingw64 target 2006-09-20 11:35:11 +00:00
ppc32elf.em * Makefile.am: Add dependency on ldemul-list.h for powerpc and 2007-03-26 11:10:44 +00:00
ppc64elf.em * Makefile.am: Add dependency on ldemul-list.h for powerpc and 2007-03-26 11:10:44 +00:00
scoreelf.em Add support for Score target. 2006-09-16 23:51:50 +00:00
sh64elf.em * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation): 2005-08-17 05:13:13 +00:00
spu_ovl.S * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename 2007-02-26 08:58:16 +00:00
spu_ovl.o * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size. 2007-02-13 07:47:22 +00:00
spuelf.em * Makefile.am: Add dependency on ldemul-list.h for powerpc and 2007-03-26 11:10:44 +00:00
sunos.em * bfd-in.h (STRING_AND_COMMA): New macro. Takes one constant string as its 2006-09-16 18:12:17 +00:00
ticoff.em bfd/ 2005-08-04 06:22:14 +00:00
vanilla.em bfd/ 2005-08-04 06:22:14 +00:00
vxworks.em ld/ 2007-03-28 14:42:28 +00:00
xtensaelf.em bfd/ 2006-11-27 20:14:53 +00:00
z80.em Add support for the Z80 processor family 2005-10-25 17:40:19 +00:00

README

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.