binutils-gdb/gold/testsuite
Han Shen 9726c3c179 Misc about gold for aarch64 backend.
The patch does the following things:
  -- Add support for ifunc.
  -- Enable safe icf
  -- Add support for TLSLD relocations
     R_AARCH64_TLSLD_ADR_PAGE21,
     R_AARCH64_TLSLD_ADD_LO12_NC,
     R_AARCH64_TLSLD_MOVW_DTPREL_G1,
     R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC.
     (R_AARCH64_TLSLD_MOVW_* are used by LLVM.)
  -- Add support for TLSLD->TLSLE relaxation.
  -- Add support for R_AARCH64_LD_PREL_LO19, R_AARCH64_ADR_PREL_LO21.
  -- Fix 2 encoding bugs in AArch64_relocate_functions::update_movnz.
  -- Correct TLS relocation properties in gold/aarch64-reloc.def.
  -- Update testsuite/icf_safe_so_test.cc, testsuite/icf_safe_test.sh.

gold/
2014-10-29  Han Shen  <shenhan@google.com>
            Jing Yu   <jingyu@google.com>

	* aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
	TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
	TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
	Symbol::TLS_REF.
	* aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
	method.
	(Target_aarch64::reloc_needs_plt_for_ifunc): New method.
	(Target_aarch64::tls_ld_to_le): New method.
	(Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
	for 64bit targets.
	(Output_data_plt_aarch64::irelative_rel_): New data member.
	(Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
	(Output_data_plt_aarch64::add_local_ifunc_entry): New method.
	(Output_data_plt_aarch64::add_relocation): New method.
	(Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
	offset. Add got_irelative size to got size.
	(AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
	type string with the new typename.
	(AArch64_relocate_functions::update_adr): Replace parameter x with
	immed.
	(AArch64_relocate_functions::update_movnz): Correct wrong val mask.
	(AArch64_relocate_functions::reloc_common): New method.
	(AArch64_relocate_funcsions::rela_general): Extract common part out
	into reloc_common method.
	(AArch64_relocate_functions::rela_general): Likewise.
	(AArch64_relocate_functions::pcrela_general): Likewise.
	(AArch64_relocate_functions::adr): New method.
	(AArch64_relocate_functions::adrp): Calculate immed before calling
	update_adr.
	(AArch64_relocate_functions::adrp): Likewise.
	(AArch64_relocate_functions::movnz): Cast x to SignedW type when
	comparing x to 0. Calculate immed from ~x when x < 0.
	(Target_aarch64::optimize_tls_reloc): Add new cases for
	TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
	TLSLD_MOVW_DTPREL_G0_NC.
	(Target_aarch64::possible_function_pointer_reloc): Implement this
	method.
	(Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
	comment.
	(Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
	symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
	TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
	(Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
	symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
	TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
	(Target_aarch64::make_plt_entry): Call add_entry with two more
	parameters.
	(Target_aarch64::make_local_ifunc_plt_entry): New method.
	(Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
	ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
	TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
	(Target_aarch64::Relocate::relocate_tls): Add cases for
	TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
	TLSLD_MOVW_DTPREL_G0_NC.
	* testsuite/icf_safe_so_test.cc: Correct test comment.
	* testsuite/icf_safe_test.sh: Add AArch64 arch.
2014-10-29 11:31:36 -07:00
..
Makefile.am Fix race condition causing assert in Eh_frame_hdr::do_sized_write(). 2014-09-23 23:20:57 -07:00
Makefile.in Fix race condition causing assert in Eh_frame_hdr::do_sized_write(). 2014-09-23 23:20:57 -07:00
arm_abs_global.s 2010-02-11 Doug Kwan <dougkwan@google.com> 2010-02-12 05:51:32 +00:00
arm_abs_global.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_abs_lib.s 2010-02-11 Doug Kwan <dougkwan@google.com> 2010-02-12 05:51:32 +00:00
arm_attr_merge.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_attr_merge_6a.s 2010-05-12 Doug Kwan <dougkwan@google.com> 2010-05-13 02:41:15 +00:00
arm_attr_merge_6b.s 2010-05-12 Doug Kwan <dougkwan@google.com> 2010-05-13 02:41:15 +00:00
arm_attr_merge_7a.s 2010-05-12 Doug Kwan <dougkwan@google.com> 2010-05-13 02:41:15 +00:00
arm_attr_merge_7b.s 2010-05-12 Doug Kwan <dougkwan@google.com> 2010-05-13 02:41:15 +00:00
arm_bl_in_range.s 2010-02-21 Doug Kwan <dougkwan@google.com> 2010-02-22 06:26:07 +00:00
arm_bl_out_of_range.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_branch_in_range.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_branch_out_of_range.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_branch_range.t Update copyright years 2014-03-05 22:16:15 +10:30
arm_cortex_a8.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_cortex_a8_b.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_cortex_a8_b_cond.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_cortex_a8_b_local.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_cortex_a8_bl.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_cortex_a8_blx.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_cortex_a8_local.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_cortex_a8_local_reloc.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
arm_exidx_test.s 2012-03-19 Doug Kwan <dougkwan@google.com> 2012-03-19 23:54:07 +00:00
arm_exidx_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_farcall_arm_arm.s * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
arm_farcall_arm_arm.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_farcall_arm_thumb.s * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
arm_farcall_arm_thumb.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_farcall_thumb_arm.s * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
arm_farcall_thumb_arm.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_farcall_thumb_thumb.s * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
arm_farcall_thumb_thumb.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_fix_1176.s * arm.cc (Target_arm::may_use_v5t_interworking): Check whether 2011-11-03 03:38:34 +00:00
arm_fix_1176.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_fix_v4bx.s 2010-02-26 Doug Kwan <dougkwan@google.com> 2010-02-27 00:36:49 +00:00
arm_fix_v4bx.sh Update copyright years 2014-03-05 22:16:15 +10:30
arm_thm_jump8.s 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_thm_jump8.t Update copyright years 2014-03-05 22:16:15 +10:30
arm_thm_jump11.s 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_thm_jump11.t Update copyright years 2014-03-05 22:16:15 +10:30
arm_unaligned_reloc.s 2011-07-05 Doug Kwan <dougkwan@google.com> 2011-07-06 17:58:42 +00:00
arm_unaligned_reloc.sh Update copyright years 2014-03-05 22:16:15 +10:30
basic_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
binary.in Add support for --format binary for input files. 2008-02-08 07:06:58 +00:00
binary_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
binary_unittest.cc Update copyright years 2014-03-05 22:16:15 +10:30
common_test_1.c Update copyright years 2014-03-05 22:16:15 +10:30
common_test_1_v1.c Update copyright years 2014-03-05 22:16:15 +10:30
common_test_1_v2.c Update copyright years 2014-03-05 22:16:15 +10:30
common_test_2.c Update copyright years 2014-03-05 22:16:15 +10:30
common_test_3.c Update copyright years 2014-03-05 22:16:15 +10:30
constructor_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
copy_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
copy_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
copy_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
copy_test_v1.cc Update copyright years 2014-03-05 22:16:15 +10:30
debug_msg.cc Update copyright years 2014-03-05 22:16:15 +10:30
debug_msg.sh Update copyright years 2014-03-05 22:16:15 +10:30
defsym_test.c Fix --defsym to copy symbol attributes. 2014-07-08 22:52:37 -07:00
defsym_test.sh Modify new gold test to pass on powerpc64le 2014-08-06 22:15:48 +09:30
discard_locals_relocatable_test.c Update copyright years 2014-03-05 22:16:15 +10:30
discard_locals_test.c Update copyright years 2014-03-05 22:16:15 +10:30
discard_locals_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test.h Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_1.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1.sh Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_1b.cc Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_1b.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_2.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.sh Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
dwp_test_main.s gold/ 2012-10-24 02:32:15 +00:00
dyn_weak_ref.sh Update copyright years 2014-03-05 22:16:15 +10:30
dyn_weak_ref_1.c Update copyright years 2014-03-05 22:16:15 +10:30
dyn_weak_ref_2.c Update copyright years 2014-03-05 22:16:15 +10:30
dynamic_list.sh Update copyright years 2014-03-05 22:16:15 +10:30
dynamic_list.t * options.cc (General_options::parse_dynamic_list): New function. 2008-11-06 07:23:31 +00:00
dynamic_list_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
dynamic_list_2.t Update copyright years 2014-03-05 22:16:15 +10:30
dynamic_list_lib1.cc Update copyright years 2014-03-05 22:16:15 +10:30
dynamic_list_lib2.cc Update copyright years 2014-03-05 22:16:15 +10:30
ehdr_start_def.cc Fix handling of __ehdr_start when it cannot be defined. 2014-05-02 16:33:43 -07:00
ehdr_start_test.cc Fix handling of __ehdr_start when it cannot be defined. 2014-05-02 16:33:43 -07:00
ehdr_start_test.t Fix handling of __ehdr_start when it cannot be defined. 2014-05-02 16:33:43 -07:00
ehdr_start_test_4.sh Fix testsuite to use newly-built linker for ehdr_start_test_4, and fix 2014-05-30 10:21:27 -07:00
exception_test.h Update copyright years 2014-03-05 22:16:15 +10:30
exception_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
exception_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
exception_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
exclude_libs_test.c 2009-05-26 Doug Kwan <dougkwan@google.com> 2009-05-26 22:52:56 +00:00
exclude_libs_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
exclude_libs_test_1.c PR 10916 2009-12-31 01:14:34 +00:00
exclude_libs_test_2.c 2009-05-19 Doug Kwan <dougkwan@google.com> 2009-05-19 22:14:17 +00:00
exclude_libs_test_3.c 2009-05-26 Doug Kwan <dougkwan@google.com> 2009-05-26 22:52:56 +00:00
final_layout.cc Update copyright years 2014-03-05 22:16:15 +10:30
final_layout.sh Update copyright years 2014-03-05 22:16:15 +10:30
gc_comdat_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
gc_comdat_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
gc_comdat_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
gc_dynamic_list_test.c Update copyright years 2014-03-05 22:16:15 +10:30
gc_dynamic_list_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
gc_dynamic_list_test.t Update copyright years 2014-03-05 22:16:15 +10:30
gc_orphan_section_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
gc_orphan_section_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
gc_tls_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
gc_tls_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test_1.sh Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test_2.sh Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test_3.c Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test_3.sh Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test_4.sh Update copyright years 2014-03-05 22:16:15 +10:30
gdb_index_test_comm.sh Update copyright years 2014-03-05 22:16:15 +10:30
hidden_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
hidden_test_1.c Update copyright years 2014-03-05 22:16:15 +10:30
hidden_test_main.c Update copyright years 2014-03-05 22:16:15 +10:30
icf_keep_unique_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_keep_unique_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
icf_preemptible_functions_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_preemptible_functions_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
icf_safe_so_test.cc Misc about gold for aarch64 backend. 2014-10-29 11:31:36 -07:00
icf_safe_so_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
icf_safe_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_safe_test.sh Misc about gold for aarch64 backend. 2014-10-29 11:31:36 -07:00
icf_sht_rel_addend_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
icf_sht_rel_addend_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_sht_rel_addend_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_string_merge_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_string_merge_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
icf_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
icf_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
icf_virtual_function_folding_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
ifunc-sel.h * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark 2013-03-07 05:31:44 +00:00
ifuncdep2.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain1.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain1vis.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain2.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain3.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain4.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain5.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain6pie.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmain7.c Support building gold with gcc 4.2/4.3. 2010-09-09 19:57:06 +00:00
ifuncmod1.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmod3.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmod5.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncmod6.c PR 10893 2010-08-19 22:50:16 +00:00
ifuncvar1.c PR gold/12372 2011-07-08 22:48:08 +00:00
ifuncvar2.c PR gold/12372 2011-07-08 22:48:08 +00:00
ifuncvar3.c PR gold/12372 2011-07-08 22:48:08 +00:00
incr_comdat_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
incr_comdat_test_2_v1.cc Update copyright years 2014-03-05 22:16:15 +10:30
incr_comdat_test_2_v2.cc Update copyright years 2014-03-05 22:16:15 +10:30
incr_comdat_test_2_v3.cc Update copyright years 2014-03-05 22:16:15 +10:30
incremental_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
incremental_test_1.c Update copyright years 2014-03-05 22:16:15 +10:30
incremental_test_2.c Update copyright years 2014-03-05 22:16:15 +10:30
initpri1.c Update copyright years 2014-03-05 22:16:15 +10:30
initpri2.c Update copyright years 2014-03-05 22:16:15 +10:30
initpri3.c Update copyright years 2014-03-05 22:16:15 +10:30
justsyms.t Update copyright years 2014-03-05 22:16:15 +10:30
justsyms_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
justsyms_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
justsyms_exec.c Update copyright years 2014-03-05 22:16:15 +10:30
justsyms_lib.c Update copyright years 2014-03-05 22:16:15 +10:30
large.c Update copyright years 2014-03-05 22:16:15 +10:30
large_symbol_alignment.cc Update copyright years 2014-03-05 22:16:15 +10:30
leb128_unittest.cc Update copyright years 2014-03-05 22:16:15 +10:30
many_sections_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
memory_test.s * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
memory_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
memory_test.t * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
merge_string_literals.sh Update copyright years 2014-03-05 22:16:15 +10:30
merge_string_literals_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
merge_string_literals_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
missing_key_func.cc Update copyright years 2014-03-05 22:16:15 +10:30
missing_key_func.sh Update copyright years 2014-03-05 22:16:15 +10:30
no_version_test.c Update copyright years 2014-03-05 22:16:15 +10:30
no_version_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
object_unittest.cc Update copyright years 2014-03-05 22:16:15 +10:30
odr_header1.h * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, 2011-03-10 01:31:33 +00:00
odr_header2.h * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, 2011-03-10 01:31:33 +00:00
odr_violation1.cc * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, 2011-03-10 01:31:33 +00:00
odr_violation2.cc * testsuite/odr_violation2.cc (Ordering::operator()): Make 2011-07-09 05:09:52 +00:00
pie_copyrelocs_shared_test.cc Optimizing accesses to Globals with -fpie -pie: 2014-05-13 10:33:59 -07:00
pie_copyrelocs_test.cc Optimizing accesses to Globals with -fpie -pie: 2014-05-13 10:33:59 -07:00
plugin_common_test_1.c Update copyright years 2014-03-05 22:16:15 +10:30
plugin_common_test_2.c A a testcase for common symbol handling with plugins. 2014-09-18 13:58:16 -04:00
plugin_final_layout.cc Update copyright years 2014-03-05 22:16:15 +10:30
plugin_final_layout.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_section_order.c Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test.c Fix gold plugin_test failures on PowerPC64 ELFv2 2014-06-03 10:47:55 +09:30
plugin_test_1.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_2.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_3.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_4.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_6.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_7.sh Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_7_1.c Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_7_2.c Update copyright years 2014-03-05 22:16:15 +10:30
plugin_test_10.sh A a testcase for common symbol handling with plugins. 2014-09-18 13:58:16 -04:00
plugin_test_tls.sh Update copyright years 2014-03-05 22:16:15 +10:30
pr12826.sh Update copyright years 2014-03-05 22:16:15 +10:30
pr12826_1.s 2011-05-31 Doug Kwan <dougkwan@google.com> 2011-06-01 19:59:42 +00:00
pr12826_2.s 2011-05-31 Doug Kwan <dougkwan@google.com> 2011-06-01 19:59:42 +00:00
pr14265.c PR ld/14265 2012-08-14 08:31:57 +00:00
pr14265.sh Update copyright years 2014-03-05 22:16:15 +10:30
pr14265.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
protected_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
protected_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
protected_3.cc Update copyright years 2014-03-05 22:16:15 +10:30
protected_4.cc Update copyright years 2014-03-05 22:16:15 +10:30
protected_main_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
protected_main_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
protected_main_3.cc Update copyright years 2014-03-05 22:16:15 +10:30
relro_script_test.t Update copyright years 2014-03-05 22:16:15 +10:30
relro_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
relro_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
relro_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
retain_symbols_file_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
script_test_1.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
script_test_2.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_2a.cc Update copyright years 2014-03-05 22:16:15 +10:30
script_test_2b.cc Update copyright years 2014-03-05 22:16:15 +10:30
script_test_3.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_3.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_4.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_4.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_5.cc Update copyright years 2014-03-05 22:16:15 +10:30
script_test_5.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_5.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_6.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_6.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_7.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_7.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_8.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_9.cc Update copyright years 2014-03-05 22:16:15 +10:30
script_test_9.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_9.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
script_test_10.s * script-sections.h (class Script_sections): Make 2010-10-12 19:21:41 +00:00
script_test_10.sh Update copyright years 2014-03-05 22:16:15 +10:30
script_test_10.t Update copyright years 2014-03-05 22:16:15 +10:30
script_test_11.c gold/ 2013-04-15 16:34:12 +00:00
script_test_11.t gold/ 2013-04-15 16:34:12 +00:00
searched_file_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
searched_file_test_lib.cc Update copyright years 2014-03-05 22:16:15 +10:30
section_sorting_name.cc Update copyright years 2014-03-05 22:16:15 +10:30
section_sorting_name.sh Update copyright years 2014-03-05 22:16:15 +10:30
split_i386.sh Update copyright years 2014-03-05 22:16:15 +10:30
split_i386_1.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_i386_2.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_i386_3.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_i386_4.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_i386_n.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_x86_64.sh Update copyright years 2014-03-05 22:16:15 +10:30
split_x86_64_1.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_x86_64_2.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_x86_64_3.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_x86_64_4.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
split_x86_64_n.s * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
start_lib_test_1.c Update copyright years 2014-03-05 22:16:15 +10:30
start_lib_test_2.c Update copyright years 2014-03-05 22:16:15 +10:30
start_lib_test_3.c Update copyright years 2014-03-05 22:16:15 +10:30
start_lib_test_main.c Update copyright years 2014-03-05 22:16:15 +10:30
strong_ref_weak_def.sh Update copyright years 2014-03-05 22:16:15 +10:30
strong_ref_weak_def_1.c Update copyright years 2014-03-05 22:16:15 +10:30
strong_ref_weak_def_2.c Update copyright years 2014-03-05 22:16:15 +10:30
test.cc Update copyright years 2014-03-05 22:16:15 +10:30
test.h Update copyright years 2014-03-05 22:16:15 +10:30
testfile.cc Update copyright years 2014-03-05 22:16:15 +10:30
testfile.h Update copyright years 2014-03-05 22:16:15 +10:30
testmain.cc Update copyright years 2014-03-05 22:16:15 +10:30
text_section_grouping.cc Update copyright years 2014-03-05 22:16:15 +10:30
text_section_grouping.sh Update copyright years 2014-03-05 22:16:15 +10:30
thin_archive_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
thin_archive_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
thin_archive_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
thin_archive_test_3.cc Update copyright years 2014-03-05 22:16:15 +10:30
thin_archive_test_4.cc Update copyright years 2014-03-05 22:16:15 +10:30
thumb2_branch_range.t Update copyright years 2014-03-05 22:16:15 +10:30
thumb_bl_in_range.s 2010-02-21 Doug Kwan <dougkwan@google.com> 2010-02-22 06:26:07 +00:00
thumb_bl_out_of_range.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
thumb_bl_out_of_range_local.s 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
thumb_blx_in_range.s 2010-03-22 Doug Kwan <dougkwan@google.com> 2010-03-22 22:48:05 +00:00
thumb_blx_out_of_range.s 2010-09-15 Doug Kwan <dougkwan@google.com> 2010-09-15 17:39:57 +00:00
thumb_branch_range.t Update copyright years 2014-03-05 22:16:15 +10:30
tls_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
tls_test.h Update copyright years 2014-03-05 22:16:15 +10:30
tls_test_c.c Update copyright years 2014-03-05 22:16:15 +10:30
tls_test_file2.cc Update copyright years 2014-03-05 22:16:15 +10:30
tls_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_shared.sh Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test.h Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_1_v1.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_1b.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_1b_v1.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_2_tls.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_2_v1.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
two_file_test_tls.cc Update copyright years 2014-03-05 22:16:15 +10:30
undef_symbol.cc Update copyright years 2014-03-05 22:16:15 +10:30
undef_symbol.sh Update copyright years 2014-03-05 22:16:15 +10:30
undef_symbol_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_matching_def.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_matching_test.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test.h Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_1.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_2.script Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_2.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_3.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_4.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_4.script Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_4.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_5.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_5.script Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_5.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_6.c Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_7.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_7.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_8.script Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_9.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_10.script Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_10.sh Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
ver_test_main_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
version_script.map PR 10861 2009-12-30 22:35:49 +00:00
weak_alias_test.script PR gold/12525 2011-07-02 05:30:00 +00:00
weak_alias_test_1.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_alias_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_alias_test_3.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_alias_test_4.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_alias_test_5.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_alias_test_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_plt.sh Update copyright years 2014-03-05 22:16:15 +10:30
weak_plt_main.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_plt_shared.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef.h Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef_file1.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef_file2.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef_file3.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef_file4.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef_test.cc Update copyright years 2014-03-05 22:16:15 +10:30
weak_undef_test_2.cc Update copyright years 2014-03-05 22:16:15 +10:30