old-cross-binutils/ld/emultempl
Kai Tietz 6cb442d374 2008-11-14 Kai Tietz <kai.tietz@onevision.com>
* emultempl/pep.em (..._before_parse): initialize
	pei386_runtime_pseudo_reloc by version 2.
	(OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC_V1): New option.
	(OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC_V2): New option.
	(make_import_fixup): Use relocation size to read addend.
	* emultempl/pe.em (..._before_parse): initialize
	pei386_runtime_pseudo_reloc by version 1.
	(OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC_V1): New option.
	(OPTION_DLL_ENABLE_RUNTIME_PSEUDO_RELOC_V2): New option.
	* pe-dll.c (pe-dll.h): Remove useless include.
	(make_runtime_pseudo_reloc): Change addend to use bfd_vma.
	Handle the two variants of pseudo-relocation.
	(pe_create_import_fixup): Change addend to type bfd_vma.
	Modify for the two pseudo_relocation variants.
	(runtime_pseudp_reloc_v2_init): New static variable.
	* pe-dll.h (pe_create_import_fixup): Change addend argument type
	to bfd_vma.
	* pep-dll.h (pep_create_import_fixup): Likewise.
	* NEWS: Add comment.
2008-11-14 15:13:05 +00:00
..
aix.em
alphaelf.em
armcoff.em
armelf.em * emultempl/armelf.em (arm_elf_after_open): Move check for using a 2008-10-22 14:23:44 +00:00
astring.sed
avrelf.em
beos.em * ldemul.h (ldemul_place_orphan): Update prototype. 2008-10-20 12:14:29 +00:00
cr16elf.em
crxelf.em
elf-generic.em
elf32.em * ldlang.c (lang_output_section_find_by_flags): Handle non-alloc 2008-10-21 22:55:04 +00:00
genelf.em bfd/ 2008-10-03 09:40:49 +00:00
generic.em
gld960.em
gld960c.em
hppaelf.em
ia64elf.em
irix.em
linux.em
lnk960.em
m68hc1xelf.em
m68kcoff.em
m68kelf.em
mipsecoff.em
mipself.em 2008-08-08 Richard Sandiford <rdsandiford@googlemail.com> 2008-08-08 19:24:49 +00:00
mmix-elfnmmo.em
mmixelf.em
mmo.em * ldemul.h (ldemul_place_orphan): Update prototype. 2008-10-20 12:14:29 +00:00
needrelax.em
netbsd.em
ostring.sed
pe.em 2008-11-14 Kai Tietz <kai.tietz@onevision.com> 2008-11-14 15:13:05 +00:00
pep.em 2008-11-14 Kai Tietz <kai.tietz@onevision.com> 2008-11-14 15:13:05 +00:00
ppc32elf.em
ppc64elf.em
README
scoreelf.em
sh64elf.em
spu_ovl.o_c Include the spu_ovl ASCII form in the repository files. 2008-08-02 16:25:44 +00:00
spu_ovl.S
spuelf.em * ldemul.c (ldemul_place_orphan): Add "constraint" param. 2008-10-04 06:08:59 +00:00
sunos.em 2008-09-08 H.J. Lu <hongjiu.lu@intel.com> 2008-09-08 16:07:46 +00:00
ticoff.em
vanilla.em
vxworks.em
xtensaelf.em
z80.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.