binutils-gdb/ld/emultempl
Alan Modra 1e035701d6 bfd/
* elflink.c (fix_syms, _bfd_elf_fix_excluded_sec_syms): Move to..
	* linker.c (fix_syms, _bfd_fix_excluded_sec_syms): ..here.
	* bfd-in.h (_bfd_fix_excluded_sec_syms): Rename.
	* bfd-in2.h: Regenerate.
ld/
	* ldemul.c (ldemul_finish): Call ld_emulation->finish unconditionally.
	(finish_default): New function.
	* ldemul.h (finish_default): Declare.
	* emultempl/aix.em (gld*_before_allocation): Call
	before_allocation_default rather than strip_excluded_output_sections.
	(ld_*_emulation): Init finish field to finish_default.
	* emultempl/armcoff.em: Likewise.
	* emultempl/beos.em: Likewise.
	* emultempl/elf32.em: Likewise.
	* emultempl/generic.em: Likewise.
	* emultempl/gld960.em: Likewise.
	* emultempl/gld960c.em: Likewise.
	* emultempl/hppaelf.em: Likewise.
	* emultempl/linux.em: Likewise.
	* emultempl/lnk960.em: Likewise.
	* emultempl/m68kcoff.em: Likewise.
	* emultempl/mmo.em: Likewise.
	* emultempl/pe.em: Likewise.
	* emultempl/ppc64elf.em: Likewise.
	* emultempl/sunos.em: Likewise.
	* emultempl/ticoff.em: Likewise.
	* emultempl/vanilla.em: Likewise.
2005-08-04 01:19:10 +00:00
..
aix.em bfd/ 2005-08-04 01:19:10 +00:00
alphaelf.em * emulparams/elf64alpha.sh (PLT): New. 2005-05-29 23:16:09 +00:00
armcoff.em bfd/ 2005-08-04 01:19:10 +00:00
armelf.em Add quotes to avoid a null test expression. 2005-06-16 09:46:10 +00:00
astring.sed
beos.em bfd/ 2005-08-04 01:19:10 +00:00
crxelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
elf32.em bfd/ 2005-08-04 01:19:10 +00:00
generic.em bfd/ 2005-08-04 01:19:10 +00:00
gld960.em bfd/ 2005-08-04 01:19:10 +00:00
gld960c.em bfd/ 2005-08-04 01:19:10 +00:00
hppaelf.em bfd/ 2005-08-04 01:19:10 +00:00
ia64elf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
irix.em Update FSF addresses 2005-05-12 07:32:09 +00:00
linux.em bfd/ 2005-08-04 01:19:10 +00:00
lnk960.em bfd/ 2005-08-04 01:19:10 +00:00
m68hc1xelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
m68kcoff.em bfd/ 2005-08-04 01:19:10 +00:00
m68kelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mipsecoff.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mmix-elfnmmo.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mmixelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
mmo.em bfd/ 2005-08-04 01:19:10 +00:00
needrelax.em Update FSF addresses 2005-05-12 07:32:09 +00:00
netbsd.em
ostring.sed
pe.em bfd/ 2005-08-04 01:19:10 +00:00
ppc32elf.em bfd/ 2005-07-16 03:30:24 +00:00
ppc64elf.em bfd/ 2005-08-04 01:19:10 +00:00
README
sh64elf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
sunos.em bfd/ 2005-08-04 01:19:10 +00:00
ticoff.em bfd/ 2005-08-04 01:19:10 +00:00
vanilla.em bfd/ 2005-08-04 01:19:10 +00:00
xtensaelf.em Update FSF addresses 2005-05-12 07:32:09 +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.