binutils-gdb/ld/emultempl
Alan Modra a3c2b96af6 bfd/
* bfd-in.h (_bfd_elf_fix_excluded_sec_syms): Declare.
	(_bfd_elf_provide_section_bound_symbols): Remove param name.
	Formatting.
	* bfd-in2.h: Regenerate.
	* elflink.c (bfd_elf_gc_sections): Don't call generic function.
	(_bfd_elf_provide_symbol): Formatting.
	(_bfd_elf_provide_section_bound_symbols): Remove all hacks, just
	create section relative syms.
	(fix_syms, _bfd_elf_fix_excluded_sec_syms): New functions.
	* elf32-ppc.c (ppc_elf_set_sdata_syms): Use
	_bfd_elf_provide_section_bound_symbols.
	* reloc.c (bfd_mark_used_section): Delete.
	(bfd_generic_gc_sections): Don't call the above.
ld/
	* ldlang.c (strip_excluded_output_sections): Don't call
	bfd_gc_sections.
	* emultempl/elf32.em (gld*_provide_bound_symbols): Move.
	(gld*_provide_init_fini_syms): Move.
	(gld*_before_allocation): Call the above from here..
	(gld*_finish): ..not here.  Call _bfd_elf_fix_excluded_sec_syms.
	* emultempl/hppaelf.em (hppaelf_finish): Likewise.
	* emultempl/ppc64elf.em (ppc_finish): Likewise.
2005-07-14 13:54:23 +00:00
..
README 19990502 sourceware import 1999-05-03 07:29:11 +00:00
aix.em Update FSF addresses 2005-05-12 07:32:09 +00:00
alphaelf.em * emulparams/elf64alpha.sh (PLT): New. 2005-05-29 23:16:09 +00:00
armcoff.em Update FSF addresses 2005-05-12 07:32:09 +00:00
armelf.em Add quotes to avoid a null test expression. 2005-06-16 09:46:10 +00:00
astring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
beos.em ld: 2005-06-01 04:04:19 +00:00
crxelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
elf32.em bfd/ 2005-07-14 13:54:23 +00:00
generic.em Update FSF addresses 2005-05-12 07:32:09 +00:00
gld960.em Update FSF addresses 2005-05-12 07:32:09 +00:00
gld960c.em Update FSF addresses 2005-05-12 07:32:09 +00:00
hppaelf.em bfd/ 2005-07-14 13:54:23 +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 Update FSF addresses 2005-05-12 07:32:09 +00:00
lnk960.em Update FSF addresses 2005-05-12 07:32:09 +00:00
m68hc1xelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
m68kcoff.em Update FSF addresses 2005-05-12 07:32:09 +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 Update FSF addresses 2005-05-12 07:32:09 +00:00
needrelax.em Update FSF addresses 2005-05-12 07:32:09 +00:00
netbsd.em * ldlang.c (lang_do_assignments): Function return is void. 2003-12-04 12:09:25 +00:00
ostring.sed * emultempl/ostring.sed: Rename from stringify.sed. 1999-08-06 22:46:03 +00:00
pe.em * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): Enable runtime 2005-07-10 01:33:13 +00:00
ppc32elf.em 2005-05-07 Paul Brook <paul@codesourcery.com> 2005-07-05 13:25:56 +00:00
ppc64elf.em bfd/ 2005-07-14 13:54:23 +00:00
sh64elf.em Update FSF addresses 2005-05-12 07:32:09 +00:00
sunos.em Update FSF addresses 2005-05-12 07:32:09 +00:00
ticoff.em Update FSF addresses 2005-05-12 07:32:09 +00:00
vanilla.em Update FSF addresses 2005-05-12 07:32:09 +00:00
xtensaelf.em Update FSF addresses 2005-05-12 07:32:09 +00:00

README

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.