old-cross-binutils/ld/emultempl
Ian Lance Taylor 5666490bee * emultempl/aix.em (export_files): Remove.
(import_files): Make static.
	(struct export_symbol_list): Define.
	(export_symbols): New static variable.
	(gld${EMULATION_NAME}_parse_args): Handle an initial -b option
	correctly.  Call read_file for an export file.
	(gld${EMULATION_NAME}_before_allocation): Call
	bfd_xcoff_export_symbol for each export symbol, rather than
	calling read_file for each export file.
	(gld${EMULATION_NAME}_read_file): For an export file, make the
	exported symbols undefined, and store them on the export_symbols
	list.
1995-10-31 17:39:55 +00:00
..
.Sanitize * configure.tgt (powerpc-*-aix*): New target; use aixppc. 1995-10-16 23:19:04 +00:00
aix.em * emultempl/aix.em (export_files): Remove. 1995-10-31 17:39:55 +00:00
elf32.em * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Don't 1995-10-07 21:09:57 +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 * configure.in: Rewrite to use autoconf. 1995-09-06 18:58:05 +00:00
mipsecoff.em * emultempl/miposecoff.em: New file. 1994-12-02 22:28:09 +00:00
pe.em Sat Oct 28 00:10:03 1995 steve chamberlain <sac@slash.cygnus.com> 1995-10-28 07:26:10 +00:00
README
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 * emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Move 1995-10-17 22:36:25 +00:00
vanilla.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.