binutils-gdb/ld/emultempl
Jakub Jelinek 108ba30509 bfd/
* elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
	field changes.
	(_bfd_elf_link_assign_sym_version): Likewise.
	* elflink.h (size_dynamic_sections): Likewise.
include/
	* bfdlink.h (struct bfd_elf_version_expr): Remove match field.
	Add wildcard and mask fields.
	(BFD_ELF_VERSION_C_TYPE): Define.
	(BFD_ELF_VERSION_CXX_TYPE): Likewise.
	(BFD_ELF_VERSION_JAVA_TYPE): Likewise.
	(struct bfd_elf_version_expr_head): New.
	(struct bfd_elf_version_tree): Add match field.
	Change type of globals and locals fields
	to struct bfd_elf_version_expr_head.
ld/
	* ldlang.c: Include hashtab.h.
	(lang_vers_match_lang_c, lang_vers_match_lang_cplusplus,
	lang_vers_match_lang_java): Remove.
	(lang_vers_match): New function.
	(lang_new_vers_pattern): Initialize wildcard and mask
	fields, don't initialize match.
	(lang_new_vers_node): Use xcalloc.  Adjust for globals and
	locals field type changes.  Set match field.
	(version_expr_head_hash, version_expr_head_eq): New functions.
	(lang_finalize_version_expr_head): New function.
	(lang_register_vers_node): Call lang_finalize_version_expr_head.
	Search in hash table if not wildcard when looking for duplicates.
	* emultempl/ppc64elf.em (new_vers_pattern): Don't bother with
	duplicate checking.  Initialize all fields of dot_entry from entry
	with the exception of pattern and next.
2003-10-22 06:58:17 +00:00
..
aix.em
alphaelf.em
armcoff.em
armelf_oabi.em
armelf.em
astring.sed
beos.em
elf32.em Better handking for unresolved symbols 2003-08-20 08:37:19 +00:00
generic.em
gld960.em
gld960c.em
hppaelf.em
ia64elf.em * emultempl/ia64elf.em (gld${EMULATION_NAME}_after_parse): Don't 2003-10-16 06:26:37 +00:00
linux.em
lnk960.em
m68hc1xelf.em
m68kcoff.em Convert to C90 2003-06-28 05:28:54 +00:00
m68kelf.em Convert to C90 2003-06-28 05:28:54 +00:00
mipsecoff.em
mipself.em
mmix-elfnmmo.em * emultempl/mmix-elfnmmo.em (mmix_before_allocation): Force linker 2003-10-18 15:49:10 +00:00
mmixelf.em
mmo.em
needrelax.em
netbsd.em
ostring.sed
pe.em * emultempl/pe.em (gld_${EMULATION_NAME}_before_parse): 2003-08-07 01:52:36 +00:00
ppc32elf.em
ppc64elf.em bfd/ 2003-10-22 06:58:17 +00:00
README
sh64elf.em * emultempl/sh64elf.em (sh64_elf_${EMULATION_NAME}_after_allocation): 2003-07-08 18:05:34 +00:00
sunos.em
ticoff.em * emultempl/ticoff.em (gld_${EMULATION_NAME}_list_options): Add 2003-10-19 15:58:18 +00:00
vanilla.em
xtensaelf.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.