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
..
2007-03-07 07:52:09 +00:00
2006-10-17 13:41:49 +00:00
2006-05-24 07:36:12 +00:00
2005-05-12 07:32:09 +00:00
ld/
2007-03-28 14:42:28 +00:00
2007-01-11 12:23:53 +00:00
2006-06-20 02:22:16 +00:00
2005-08-04 06:22:14 +00:00
2005-08-04 06:22:14 +00:00
2005-08-04 06:22:14 +00:00
2006-06-20 02:22:16 +00:00
2006-04-06 18:52:46 +00:00
ld/
2006-07-29 08:48:15 +00:00
2005-08-04 06:22:14 +00:00
2005-08-04 06:22:14 +00:00
2005-08-04 06:22:14 +00:00
2005-05-12 07:32:09 +00:00
2005-05-12 07:32:09 +00:00
ld/
2006-07-29 08:48:15 +00:00
2005-05-12 07:32:09 +00:00
2005-05-12 07:32:09 +00:00
2006-09-20 11:35:11 +00:00
2006-09-16 23:51:50 +00:00
2005-08-04 06:22:14 +00:00
2005-08-04 06:22:14 +00:00
ld/
2007-03-28 14:42:28 +00:00
2006-11-27 20:14:53 +00:00

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.