binutils-gdb/ld/emultempl
DJ Delorie c6c37250e9 1999-05-10 DJ Delorie <dj@cygnus.com>
* scripttempl/pe.sc: Specify the output arch, which Ian says is
	the Right Thing to do.
	* emultempl/pe.em: various changes to parameterize the
	target-specific information.
	(gld_i386pe_after_open): Detect and fix MS import libraries
	by renaming the member objects (which are all named the same).
	* pe-dll.c: various changes to parameterize the target-specific
	information.
	(generate_reloc): support relocs more generically to allow for
	expansion.
	(pe_exe_build_sections): new; used to add .relocs to .exes
	(pe_exe_fill_sections): ditto
1999-05-11 21:06:50 +00:00
..
aix.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
armcoff.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
armelf_oabi.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
armelf.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
beos.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
elf32.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
generic.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
gld960.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
gld960c.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
hppaelf.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
linux.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
lnk960.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
mipsecoff.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
pe.em 1999-05-10 DJ Delorie <dj@cygnus.com> 1999-05-11 21:06:50 +00:00
README 19990502 sourceware import 1999-05-03 07:29:11 +00:00
stringify.sed 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sunos.em 19990502 sourceware import 1999-05-03 07:29:11 +00:00
vanilla.em 19990502 sourceware import 1999-05-03 07:29:11 +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.