old-cross-binutils/ld/emultempl
Ian Lance Taylor 39a6e282d1 * ld.h (args_type): Add new field embedded_relocs.
* ldemul.h (ldemul_after_open, after_open_default): Declare.
	(ld_emulation_xfer_struct): Add new field after_open.
	* ldemul.c (ldemul_after_open): New function.
	(after_open_default): New function.
	* ldlang.c (lang_process): Call ldemul_after_open.
	* lexsup.c (parse_args): Handle --embedded-relocs.
	* emultempl/elf32.em (ld_${EMULATION_NAME}_emulation): Initialize
	new after_open field to after_open_default.
	* emultempl/generic.em, emultempl/gld960.em: Likewise.
	* emultempl/gld960c.em, emultempl/hppaelf.em: Likewise.
	* emultempl/linux.em, emultempl/m88kbcs.em: Likewise.
	* emultempl/sunos.em, emultempl/vanilla.em: Likewise.
	* ld.texinfo, ld.1: Mention -embedded-relocs.
1994-12-02 22:25:50 +00:00
..
.Sanitize Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com) 1994-06-16 18:36:40 +00:00
elf32.em * ld.h (args_type): Add field export_dynamic. 1994-11-12 20:54:09 +00:00
generic.em The default script is now compiled in; the others are still in the filesystem. 1993-07-22 00:33:10 +00:00
gld960.em The default script is now compiled in; the others are still in the filesystem. 1993-07-22 00:33:10 +00:00
hppaelf.em * emultempl/hppaelf.em: Include elf32-hppa.h. 1994-02-28 00:30:36 +00:00
linux.em Thu Jun 16 14:25:22 1994 Eric Youngdale (ericy@cais.cais.com) 1994-06-16 18:36:40 +00:00
lnk960.em The default script is now compiled in; the others are still in the filesystem. 1993-07-22 00:33:10 +00:00
m88kbcs.em * ld.h (args_type): Add new field embedded_relocs. 1994-12-02 22:25:50 +00:00
README * ldfile.c (ldfile_open_command): Don't try .ld extension. 1993-06-17 20:55:43 +00:00
stringify.sed changes from gas-2.3/binutils-2.4 dist (details in branch log msgs, changelogs) 1994-05-27 16:58:05 +00:00
sunos.em Comment fix. 1994-06-15 21:23:28 +00:00
vanilla.em * ldfile.c (ldfile_open_command): Don't try .ld extension. 1993-06-17 20:55:43 +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.