binutils-gdb/gold/testsuite
Cary Coutant e9c1bdad26 Fix --dynamic-list so that symbols not in the list are still exported.
In PR 13577, the complaint was that -Bsymbolic was overriding the binding
behavior for symbols listed in the --dynamic-list by setting the DT_SYMBOLIC
tag in the dynamic table. In reading the Gnu ld manual, I decided that
--dynamic-list should be mutually exclusive of -Bsymbolic, and modified
gold so that --dynamic-list would treat symbols listed as preemptible,
and all other symbols as internally bound. I was wrong.

PR 16992 shows that with --dynamic-list (and not -Bsymbolic), a symbol
not listed in the dynamic list is being internally bound within the
shared library, but because it's still in the dynamic symbol table, we
expose it to a COPY relocation, and things go really bad from there.

(I can reproduce the same failure, simply by turning on -Bsymbolic-functions
with the Gnu linker. Even though the symbol is bound internally, it's
still exported to the dynamic symbol table, and is exposed to a COPY
relocation.)

I've backed out part of the fix for PR 13577, and -Bsymbolic (or
-Bsymbolic-functions) can now be used with --dynamic-list, but if the
two are used together, we do not set DT_SYMBOLIC or DF_SYMBOLIC
(this matches Gnu ld behavior). We now treat symbols listed in the
dynamic list as premptible, but we do not automatically treat symbols
not listed there as non-premptible.

gold/
	PR gold/13577
	PR gold/16992
	* layout.cc (Layout::finish_dynamic_section): Don't set DT_SYMBOLIC or
	DF_SYMBOLIC if --dynamic-list option is used.
	* options.cc (General_options::finalize): --dynamic-list is not
	mutually exclusive with -Bsymbolic.
	* symtab.h (Symbol::is_preemptible): Don't exclude dynamic symbols not
	listed in --dynamic-list.
	* testsuite/Makefile.am (dynamic_list_lib2.so): Add
	-Bsymbolic-functions.
	* testsuite/Makefile.in: Regenerate.
2015-02-16 22:15:12 -08:00
..
Makefile.am Fix --dynamic-list so that symbols not in the list are still exported. 2015-02-16 22:15:12 -08:00
Makefile.in Fix --dynamic-list so that symbols not in the list are still exported. 2015-02-16 22:15:12 -08:00
arm_abs_global.s
arm_abs_global.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm_abs_lib.s
arm_attr_merge.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm_attr_merge_6a.s
arm_attr_merge_6b.s
arm_attr_merge_7a.s
arm_attr_merge_7b.s
arm_bl_in_range.s
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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm_branch_out_of_range.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm_branch_range.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm_cortex_a8.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
arm_fix_v4bx.s
arm_fix_v4bx.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
basic_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
binary.in
binary_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
binary_unittest.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
common_test_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
common_test_1_v1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
common_test_1_v2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
common_test_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
common_test_3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
constructor_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
copy_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
copy_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
copy_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
copy_test_v1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
debug_msg.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
debug_msg.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
defsym_test.c Fix --defsym to copy symbol attributes. 2014-07-08 22:52:37 -07:00
defsym_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
discard_locals_relocatable_test.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
discard_locals_test.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
discard_locals_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_1.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_1b.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_1b.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_2.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dwp_test_main.s gold/ 2012-10-24 02:32:15 +00:00
dyn_weak_ref.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dyn_weak_ref_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dyn_weak_ref_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dynamic_list.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dynamic_list.t
dynamic_list_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dynamic_list_2.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dynamic_list_lib1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
dynamic_list_lib2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ehdr_start_def.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ehdr_start_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ehdr_start_test.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ehdr_start_test_4.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
exception_test.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
exception_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
exception_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
exception_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
exclude_libs_test.c
exclude_libs_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
exclude_libs_test_1.c
exclude_libs_test_2.c
exclude_libs_test_3.c
final_layout.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
final_layout.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_comdat_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_comdat_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_comdat_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_dynamic_list_test.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_dynamic_list_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_dynamic_list_test.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_orphan_section_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_orphan_section_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_tls_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gc_tls_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test_1.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test_2.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test_3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test_3.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test_4.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
gdb_index_test_comm.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hidden_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hidden_test_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
hidden_test_main.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_keep_unique_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_keep_unique_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_preemptible_functions_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_preemptible_functions_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_safe_so_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_safe_so_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_safe_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_safe_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_sht_rel_addend_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_sht_rel_addend_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_sht_rel_addend_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_string_merge_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_string_merge_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
icf_virtual_function_folding_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
incr_comdat_test_2_v1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
incr_comdat_test_2_v2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
incr_comdat_test_2_v3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
incremental_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
incremental_test_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
incremental_test_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
initpri1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
initpri2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
initpri3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
justsyms.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
justsyms_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
justsyms_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
justsyms_exec.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
justsyms_lib.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
large.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
large_symbol_alignment.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
leb128_unittest.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
many_sections_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
memory_test.s * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
memory_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
memory_test.t * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
merge_string_literals.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
merge_string_literals_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
merge_string_literals_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
missing_key_func.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
missing_key_func.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
no_version_test.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
no_version_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
object_unittest.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
pie_copyrelocs_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_common_test_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_common_test_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_final_layout.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_final_layout.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_section_order.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_test.c Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
plugin_test_1.sh Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
plugin_test_2.sh Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
plugin_test_3.sh Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
plugin_test_4.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_test_6.sh Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
plugin_test_7.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_test_7_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_test_7_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_test_10.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
plugin_test_11.sh Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
plugin_test_tls.sh Fix a file descriptor leak in gold. 2015-02-03 20:03:42 -08:00
pr12826.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
protected_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
protected_3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
protected_4.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
protected_main_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
protected_main_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
protected_main_3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
relro_script_test.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
relro_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
relro_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
relro_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
retain_symbols_file_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_1.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_2.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_2a.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_2b.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_3.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_3.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_4.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_4.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_5.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_5.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_5.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_6.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_6.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_7.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_7.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_8.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_9.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_9.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
script_test_10.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
searched_file_test_lib.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
section_sorting_name.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
section_sorting_name.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
split_i386.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
split_i386_1.s
split_i386_2.s
split_i386_3.s
split_i386_4.s
split_i386_n.s
split_x32.sh Handle stack split for x32 2015-01-06 15:38:25 -08:00
split_x32_1.s Handle stack split for x32 2015-01-06 15:38:25 -08:00
split_x32_2.s Handle stack split for x32 2015-01-06 15:38:25 -08:00
split_x32_3.s Handle stack split for x32 2015-01-06 15:38:25 -08:00
split_x32_4.s Handle stack split for x32 2015-01-06 15:38:25 -08:00
split_x32_n.s Handle stack split for x32 2015-01-06 15:38:25 -08:00
split_x86_64.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
split_x86_64_1.s
split_x86_64_2.s
split_x86_64_3.s
split_x86_64_4.s
split_x86_64_n.s
start_lib_test_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
start_lib_test_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
start_lib_test_3.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
start_lib_test_main.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
strong_ref_weak_def.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
strong_ref_weak_def_1.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
strong_ref_weak_def_2.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
test.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
testfile.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
testfile.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
testmain.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
text_section_grouping.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
text_section_grouping.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thin_archive_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thin_archive_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thin_archive_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thin_archive_test_3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thin_archive_test_4.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thumb2_branch_range.t ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
thumb_bl_in_range.s
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
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 ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tls_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tls_test.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tls_test_c.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tls_test_file2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
tls_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_shared.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_1_v1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_1b.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_1b_v1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_2_tls.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_2_v1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
two_file_test_tls.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
undef_symbol.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
undef_symbol.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
undef_symbol_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_matching_def.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_matching_test.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_1.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_2.script ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_2.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_4.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_4.script ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_4.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_5.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_5.script ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_5.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_6.c ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_7.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_7.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_8.script ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_9.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_10.script ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_10.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
ver_test_main_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
version_script.map
weak_alias_test.script PR gold/12525 2011-07-02 05:30:00 +00:00
weak_alias_test_1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_alias_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_alias_test_3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_alias_test_4.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_alias_test_5.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_alias_test_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_plt.sh ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_plt_main.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_plt_shared.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef.h ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef_file1.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef_file2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef_file3.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef_file4.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef_test.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30
weak_undef_test_2.cc ChangeLog rotatation and copyright year update 2015-01-02 00:53:45 +10:30