old-cross-binutils/ld/emultempl
Alan Modra c9a2f3330b bfd/
* elf32-ppc.c (struct elf_linker_section): Remove sym_hash and
	sym_offset.  Add name, bss_name, sym_name, sym_val.
	(struct ppc_elf_link_hash_table): Remove sdata and sdata2 pointers.
	Add sdata array of elf_linker_section_t.
	(ppc_elf_link_hash_table_create): Set name, sym_name, and bss_name.
	(enum elf_linker_section_enum): Delete.
	(ppc_elf_create_linker_section): Rewrite.  Don't create syms here.
	(ppc_elf_check_relocs): Delay ppc_elf_create_linker_section until
	the special sections are needed.  Adjust htab->sdata refs.
	Ensure dynobj is set in sreloc code.
	(ppc_elf_size_dynamic_sections): Strip sdata sections.
	(ppc_elf_set_sdata_syms): New function.
	(elf_finish_pointer_linker_section): Use 0x8000 for sym_offset.
	(ppc_elf_relocate_section): Adjust references to htab->sdata.  Use
	sym_val instead of sym_hash.
	* elf32-ppc.h (ppc_elf_set_sdata_syms): Declare.
ld/
	* emultempl/ppc32elf.em (gld${EMULATION_NAME}_after_allocation): New
	function.
	(LDEMUL_AFTER_ALLOCATION): Define.
2005-03-21 13:23:15 +00:00
..
aix.em update copyright dates 2005-03-03 11:52:12 +00:00
alphaelf.em update copyright dates 2005-03-03 11:52:12 +00:00
armcoff.em
armelf.em update copyright dates 2005-03-03 11:52:12 +00:00
astring.sed
beos.em update copyright dates 2005-03-03 11:52:12 +00:00
crxelf.em Enable --relax option by default 2004-10-05 14:35:50 +00:00
elf32.em 2005-03-18 H.J. Lu <hongjiu.lu@intel.com> 2005-03-18 15:56:27 +00:00
generic.em update copyright dates 2005-03-03 11:52:12 +00:00
gld960.em update copyright dates 2005-03-03 11:52:12 +00:00
gld960c.em update copyright dates 2005-03-03 11:52:12 +00:00
hppaelf.em ld/ 2005-03-21 09:39:54 +00:00
ia64elf.em
irix.em
linux.em update copyright dates 2005-03-03 11:52:12 +00:00
lnk960.em * ldfile.c: Remove GNU960 conditional code. 2005-02-24 20:11:05 +00:00
m68hc1xelf.em ld/ 2005-03-21 09:39:54 +00:00
m68kcoff.em
m68kelf.em
mipsecoff.em update copyright dates 2005-03-03 11:52:12 +00:00
mmix-elfnmmo.em bfd/ 2004-06-24 04:46:28 +00:00
mmixelf.em
mmo.em ld/ 2004-10-14 12:54:47 +00:00
needrelax.em
netbsd.em
ostring.sed
pe.em update copyright dates 2005-03-03 11:52:12 +00:00
ppc32elf.em bfd/ 2005-03-21 13:23:15 +00:00
ppc64elf.em ld/ 2005-03-21 09:39:54 +00:00
README
sh64elf.em bfd/ 2004-06-24 04:46:28 +00:00
sunos.em update copyright dates 2005-03-03 11:52:12 +00:00
ticoff.em
vanilla.em
xtensaelf.em update copyright dates 2005-03-03 11:52:12 +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.