old-cross-binutils/ld/testsuite
Jakub Jelinek 40937810e1 2005-04-14 David S. Miller <davem@davemloft.net>
bfd/
	Add TLS support for 64-bit Sparc ELF.
	*  elf64-sparc.c (sparc64_elf_dyn_relocs,
	sparc64_elf_link_hash_entry, sparc64_elf_obj_tdata): New structs.
	(GOT_UNKNOWN, GOT_NORMAL, GOT_TLD_GD, GOT_TLD_IE,
	sparc64_elf_hash_entry, sparc64_elf_tdata,
	sparc64_elf_local_got_tls_type): New defines.
	(sparc64_elf_mkobject): New function.
	(sparc64_elf_link_hash_table): Add members for dynamic linker
	sections PLT, RELPLT, DYNBSS, and RELBSS.  Add tls_ldm_got
	uion to track TLS GOT references.  Add sym_sec to cache
	mappings from local sym to section.
	(link_hash_newfunc): New function.
	(sparc64_elf_bfd_link_hash_table_create): Rename to
	sparc64_elf_link_hash_table_create for consistency.
	Pass link_hash_newfunc to _bfd_elf_link_hash_table_init.
	(sparc64_elf_create_dynamic_sections): Initialize new section
	members of sparc64_elf_link_hash_table.  Only init srelbss
	if not-shared.
	(sparc64_elf_copy_indirect_symbol, sparc64_elf_tls_transition):
	New functions.
	(SPARC_NOP): Define.
	(sparc64_elf_build_plt, sparc64_elf_plt_entry_offset,
	sparc64_elf_plt_ptr_offset): Delete.
	(sparc64_plt_entry_build): New function to build PLT entries
	gradually instread of all at once at the end of linking.
	(sparc64_elf_check_relocs): Delete dynobj, sgot, and srelgot
	local vars.  Get them from sparc64_elf_hash_table instead.
	Check early on if r_symndx is in bounds.  Handle TLS transitions.
	Account for TLS GOT references and DF_STATIC_TLS, as needed.
	For TLS relocs, record the tls_type in either
	sparc64_elf_local_got_tls_type or sparc64_elf_hash_entry as
	appropriate.  For R_SPARC_TLS_{GD,LDM}_CALL, emit a reference
	to the __tls_get_addr symbol.  For PLT relocs, track references
	via h->plt.refcount.  When R_SPARC_{PC10,PC22,PC_HH22,PC_HM10,
	PC_LM22} and h not-NULL, set h->non_got_ref.  For global data
	symbol references, count the number of relocations needed for
	that symbol.  For default switch case, don't error, this lets
	the TLS relocs not explicitly handled by this function get
	accepted.
	(sparc64_elf_gc_mark_hook, sparc64_gc_sweep_hook): New functions.
	(sparc64_elf_adjust_dynamic_symbol): Remove dynobj local var, get
	it from sparc64_elf_hash_table.  Store the real PLT offset
	in h->plt.offset, and build PLT entries one at a time.  Also
	get .dynbss section pointer from htab.
	(allocate_dynrelocs, readonly_dynrelocs,
	sparc64_omit_section_dynsym): New functions.
	(sparc64_elf_omit_section_dynsym): Use these new functions as
	helpers.
	(dtpoff_base, tpoff): New functions.
	(sparc64_elf_relocate_section): Kill dynobj, sgot, and splt
	locals, get them from sparc64_elf_hash_table.  Handle TLS
	relocations and refcounting in main relocation loop.
	(sparc64_elf_finish_dynamic_symbol): Use
	sparc64_elf_link_hash_table.  Build PLT entries as we see
	them.  Handle TLS GOT relocations.
	(sparc64_elf_finish_dynamic_sections): Get sgot and dynobj
	from sparc64_elf_hash_table.  Initialize only PLT header
	not all entries since we not build PLT entries one by one.
	(elf_backend_copy_indirect_symbol, bfd_elf64_mkobject,
	elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook,
	elf_backend_can_gc_sections, elf_backend_can_refcount): Define.
ld/testsuite/
	* ld-selective/sel-dump.exp: Do not exclude sparc64-*.
	* ld-selective/selective.exp: Likewise.
	* ld-sparc/sparc.exp: Add {32,64}-bit prefix to test
	names so we know which one is failing.  Run sparc64 TLS
	tests on multi-arch sparc platforms.
	* ld-sparc/tls64.sd, ld-sparc/tlssunbin64.dd,
	ld-sparc/tlssunbin64.rd, ld/testsuite/ld-sparc/tlssunbin64.sd,
	ld-sparc/tlssunbin64.td, ld-sparc/tlssunnopic64.dd,
	ld-sparc/tlssunnopic64.rd, ld-sparc/tlssunnopic64.sd,
	ld-sparc/tlssunpic64.dd, ld-sparc/tlssunpic64.rd,
	ld-sparc/tlssunpic64.sd, ld-sparc/tlssunpic64.td): Update now
	that sparc64 ELF does support TLS.
2005-04-13 22:29:36 +00:00
..
config * config/default.exp: Do not load libpath.exp if it does not 2005-03-24 23:36:03 +00:00
ld-alpha bfd/ 2005-03-16 21:52:48 +00:00
ld-arm * bfd/bfd-in.h (bfd_elf32_is_arm_mapping_symbol_name): Add prototype. 2005-03-30 16:22:07 +00:00
ld-auto-import Test the auto importing direct from a dll functionality. 2002-12-18 16:05:10 +00:00
ld-bootstrap update copyright dates 2005-03-03 11:52:12 +00:00
ld-cdtest update copyright dates 2005-03-03 11:52:12 +00:00
ld-checks update copyright dates 2005-03-03 11:52:12 +00:00
ld-cris 2005-03-23 H.J. Lu <hongjiu.lu@intel.com> 2005-03-23 19:04:33 +00:00
ld-crx 2004-12-21 Tomer Levi <Tomer.Levi@nsc.com> 2004-12-21 16:28:40 +00:00
ld-cygwin Add new test for cygwin target: building an executable with an export table. 2003-06-02 09:11:01 +00:00
ld-d10v ld-d10v/default_layout.d: Adjust expected offsets to allow for section alignment. 2005-03-01 17:07:53 +00:00
ld-discard ld-d10v/default_layout.d: Adjust expected offsets to allow for section alignment. 2005-03-01 17:07:53 +00:00
ld-elf bfd/ 2005-04-13 16:44:08 +00:00
ld-elfcomm update copyright dates 2005-03-03 11:52:12 +00:00
ld-elfvers update copyright dates 2005-03-03 11:52:12 +00:00
ld-elfvsb update copyright dates 2005-03-03 11:52:12 +00:00
ld-elfweak update copyright dates 2005-03-03 11:52:12 +00:00
ld-fastcall Only run tests for PE type x86 targets. 2002-11-07 08:36:04 +00:00
ld-frv bfd/ChangeLog: 2005-02-17 17:11:01 +00:00
ld-h8300 ld-h8300/h8300.exp: Addition of new test case to check relaxation for H8S target. 2004-07-27 16:47:02 +00:00
ld-i386 bfd/ 2005-03-16 21:52:48 +00:00
ld-ia64 gas/ 2005-03-28 22:34:20 +00:00
ld-linkonce 2002-10-12 H.J. Lu (hjl@gnu.org) 2002-10-12 15:40:13 +00:00
ld-m68hc11 * ld-m68hc11/link-hcs12.d: New test. 2003-05-13 19:11:45 +00:00
ld-maxq Add support fpr MAXQ processor 2004-11-08 13:17:43 +00:00
ld-mips-elf 2005-03-24 Eric Christopher <echristo@redhat.com> 2005-03-24 22:47:52 +00:00
ld-mmix 2005-03-20 H.J. Lu <hongjiu.lu@intel.com> 2005-03-20 17:00:14 +00:00
ld-pe gas/testsuite/ 2004-09-29 13:36:22 +00:00
ld-powerpc bfd/ 2005-03-21 13:56:57 +00:00
ld-s390 bfd/ 2005-03-16 21:52:48 +00:00
ld-scripts gas/testsuite/ 2005-03-22 14:20:38 +00:00
ld-selective 2005-04-14 David S. Miller <davem@davemloft.net> 2005-04-13 22:29:36 +00:00
ld-sh bfd/ 2005-03-16 21:52:48 +00:00
ld-shared update copyright dates 2005-03-03 11:52:12 +00:00
ld-sparc 2005-04-14 David S. Miller <davem@davemloft.net> 2005-04-13 22:29:36 +00:00
ld-srec update copyright dates 2005-03-03 11:52:12 +00:00
ld-undefined gas/testsuite/ 2005-03-22 14:20:38 +00:00
ld-v850 include/elf/ 2004-12-16 16:56:04 +00:00
ld-versados Fixtypos in ChangeLogs, fix copyright dates in files 2001-03-13 06:14:29 +00:00
ld-x86-64 bfd/ 2005-03-16 21:52:48 +00:00
ld-xstormy16 Adjust for objdump -d change. 2003-08-02 11:34:30 +00:00
ld-xtensa bfd ChangeLog 2004-10-08 00:22:15 +00:00
lib * lib/ld-lib.exp (run_dump_test): Don't require a dump program if 2005-02-21 10:30:49 +00:00
ChangeLog 2005-04-14 David S. Miller <davem@davemloft.net> 2005-04-13 22:29:36 +00:00
ChangeLog-9303 Split ChangeLog files. 2004-01-02 11:16:21 +00:00