binutils-gdb/ld/emultempl
Alan Modra 016687f8ba bfd/
* elf32-ppc.h (ppc_elf_select_plt_layout): Update prototype.
	(enum ppc_elf_plt_type): Move from..
	* elf32-ppc.c: ..here.
	(struct ppc_elf_obj_tdata): Add makes_plt_call and has_rel16.
	(struct ppc_elf_link_hash_table): Reorder.  Add old_bfd.  Delete
	can_use_new_plt.  Make is_vxworks a bitfield.
	(ppc_elf_link_hash_table_create): Don't clear is_vxworks (again).
	(ppc_elf_check_relocs): Update setting of reloc flags.  Set old_bfd.
	(ppc_elf_select_plt_layout): Modify parameters.  Use bfd reloc
	flags to better detect object files needing old bss-style plt.
	Allow secure plt to be used without rel16 relocs being detected.
	Warn if secure plt request cannot be allowed.
ld/
	* emultempl/ppc32elf.em (plt_style): New variable.
	(old_plt): Delete.
	(ppc_after_open): Adjust ppc_elf_select_plt_layout call.
	(PARSE_AND_LIST_PROLOGUE): Define OPTION_NEW_PLT, renumber
	OPTION_OLD_PLT, OPTION_OLD_GOT and OPTION_STUBSYMS.
	(PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS): Add secure-plt.
	(PARSE_AND_LIST_ARGS_CASES): Handle OPTION_NEW_PLT.
	* ld.texinfo (--secure-plt): Document.
2007-05-11 06:39:05 +00:00
..
aix.em bfd/ 2007-04-26 14:47:00 +00:00
alphaelf.em
armcoff.em bfd/ 2007-04-26 14:47:00 +00:00
armelf.em 2007-03-20 Paul Brook <paul@codesourcery.com> 2007-03-20 20:19:07 +00:00
astring.sed
avrelf.em * multempl/avrelf.em (PARSE_AND_LIST_ARGS_CASES): Add new value for 2007-05-05 06:51:24 +00:00
beos.em bfd/ 2007-04-26 14:47:00 +00:00
crxelf.em
elf32.em bfd/ 2007-04-26 14:47:00 +00:00
elf-generic.em bfd/ 2007-01-11 12:23:53 +00:00
genelf.em
generic.em bfd/ 2007-04-26 14:47:00 +00:00
gld960.em bfd/ 2007-04-26 14:47:00 +00:00
gld960c.em bfd/ 2007-04-26 14:47:00 +00:00
hppaelf.em
ia64elf.em
irix.em
linux.em bfd/ 2007-04-26 14:47:00 +00:00
lnk960.em bfd/ 2007-04-26 14:47:00 +00:00
m68hc1xelf.em
m68kcoff.em bfd/ 2007-04-26 14:47:00 +00:00
m68kelf.em
mipsecoff.em
mipself.em
mmix-elfnmmo.em
mmixelf.em * emultempl/mmixelf.em: Remove incorrect '#line' directive. 2007-03-11 11:48:27 +00:00
mmo.em
needrelax.em
netbsd.em
ostring.sed
pe.em bfd/ 2007-04-26 14:47:00 +00:00
pep.em bfd/ 2007-04-26 14:47:00 +00:00
ppc32elf.em bfd/ 2007-05-11 06:39:05 +00:00
ppc64elf.em * Makefile.am: Add dependency on ldemul-list.h for powerpc and 2007-03-26 11:10:44 +00:00
README
scoreelf.em
sh64elf.em
spu_ovl.o * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size. 2007-02-13 07:47:22 +00:00
spu_ovl.S * emultempl/spuelf.em (_binary_builtin_ovl_mgr_start): Rename 2007-02-26 08:58:16 +00:00
spuelf.em bfd/ 2007-04-30 14:06:40 +00:00
sunos.em bfd/ 2007-04-26 14:47:00 +00:00
ticoff.em bfd/ 2007-04-26 14:47:00 +00:00
vanilla.em bfd/ 2007-04-26 14:47:00 +00:00
vxworks.em ld/ 2007-03-28 14:42:28 +00:00
xtensaelf.em bfd/ 2006-11-27 20:14:53 +00:00
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.