binutils-gdb/ld/emultempl
Alan Modra 74f0fb5065 bfd/
PR 5604
	* elf-bfd.h (struct elf_backend_data): Add gc_keep.  Remove param
	names from others.
	(_bfd_elf_gc_keep): Declare.
	* elfxx-target.h (elf_backend_gc_keep): Define.
	(elfNN_bed): Init new field.
	* elflink.c (_bfd_elf_gc_keep): New function.
	(bfd_elf_gc_sections): Call gc_keep.
	* elf64-ppc.c (elf_backend_gc_keep): Define.
	(struct _ppc64_elf_section_data): Move .opd related fields to
	a struct so they don't occupy the same storage.  Adjust accesses
	throughout file.
	(ppc64_elf_gc_keep): New function, split out from..
	(ppc64_elf_gc_mark_hook): ..here.  Don't call _bfd_elf_gc_mark
	to mark .opd section, just set gc_mark.
	(ppc64_elf_edit_opd): Remove no_opd_opt parm.  Don't set opd->adjust
	unless we are changing .opd.  Test non-NULL opd->adjust at all
	accesses throughout file.
	* elf64-ppc.h (ppc64_elf_edit_opd): Update prototype.
ld/
	PR 5604
	* ldlang.c (lang_gc_sections): Move code to set SEC_KEEP on entry
	syms to _bfd_elf_gc_keep.
	* emultempl/ppc64elf.em (ppc_before_allocation): Don't call
	ppc64_elf_edit_opd if no_opd_opt.
2008-01-15 07:25:49 +00:00
..
aix.em
alphaelf.em
armcoff.em
armelf.em PR linker/5097 2007-10-04 13:35:18 +00:00
astring.sed
avrelf.em
beos.em
cr16elf.em
crxelf.em
elf32.em 2007-09-16 H.J. Lu <hongjiu.lu@intel.com> 2007-09-16 18:55:23 +00:00
elf-generic.em
genelf.em
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
mmix-elfnmmo.em
mmixelf.em
mmo.em
needrelax.em
netbsd.em
ostring.sed
pe.em Add __ImageBase symbol to pe.em and pep.em. 2007-11-06 12:28:57 +00:00
pep.em Add __ImageBase symbol to pe.em and pep.em. 2007-11-06 12:28:57 +00:00
ppc32elf.em
ppc64elf.em bfd/ 2008-01-15 07:25:49 +00:00
README
scoreelf.em
sh64elf.em
spu_ovl.o
spu_ovl.S * emultempl/spu_ovl.S: Add debug printf code. 2007-09-26 03:13:55 +00:00
spuelf.em
sunos.em
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.