old-cross-binutils/ld/emultempl
Ian Lance Taylor 1069dd8da7 * pe-dll.h: New file.
* pe-dll.c: Include "pe-dll.h".  Mark unused arguments as needed
	to avoid warnings.
	(edata_sz, reloc_sz): Change from int to size_t.
	(pe_details_type): Change type of imagebase_reloc from int to
	unsigned int.
	(pe_detail_list): Fully initialize last entry.
	(pe_dll_id_target): Change parameter to const.
	(pe_dll_generate_def_file): Likewise.
	(pe_dll_generate_implib): Likewise.
	(pe_implied_import_dll): Likewise.  Change dll_name to const.
	* emultempl/pe.em: Include "pe-dll.h".  Remove declarations now in
	pe-dll.h.
	(init): Fully initialize __dll__ entry.
	(gld_${EMULATION_NAME}_after_open): Remove unused variables
	sequence, elt, and i.
	* deffile.h: Add preprocessor guard.
	* deffilep.y (def_debug): Remove.
	* Makefile.am: Rebuild dependencies.
	(HFILES): Add pe-dll.h.
1999-09-12 15:27:48 +00:00
..
aix.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
armcoff.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
armelf.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
armelf_oabi.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
astring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
beos.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
elf32.em Add ability for individual targets to have their own command line switches by 1999-08-23 09:07:45 +00:00
generic.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
gld960.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
gld960c.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
hppaelf.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
linux.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
lnk960.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
mipsecoff.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
ostring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
pe.em * pe-dll.h: New file. 1999-09-12 15:27:48 +00:00
README 19990502 sourceware import 1999-05-03 07:29:11 +00:00
sunos.em * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +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.