binutils-gdb/gold/testsuite
Cary Coutant fd834e57ff Fix problems with the --dynamic-list option.
PR gold/13577 complains that even though symbols listed in
the --dynamic-list script are exported, they are still bound symbolically
if -Bsymbolic is also used. There are two underlying problems here.
First, -Bsymbolic should be overridden by --dynamic-list, since the
dynamic list provides an explicit list of symbols that are not bound
within the library, and if we go ahead and set DT_SYMBOLIC, then the
dynamic loader will bind it within the library anyway. Second, gold
did not properly identify the symbols listed in the file as preemptible.

PR gold/16530 complains that symbols listed in the --dynamic-list script
can still be garbage collected. I've fixed this by checking the symbols
as they're added to the symbol table. (Unlike the --export-dynamic-symbol
option, we can't iterate over the list, because the --dynamic-list script
can have wildcards in it.)

gold/

2014-02-05  Cary Coutant  <ccoutant@google.com>

	PR gold/13577
	* options.cc (General_options::parse_dynamic_list):
	Set have_dynamic_list_.
	(General_options::General_options): Initialize have_dynamic_list_.
	(General_options::finalize): Turn off -Bsymbolic and
	-Bsymbolic-functions if --dynamic-list provided.
	* options.h (General_options::have_dynamic_list): New function.
	(General_options::have_dynamic_list_): New data member.
	* symtab.h (Symbol::is_preemptible): Handle --dynamic-list
	correctly.

	PR gold/16530
	* symtab.cc (Symbol_table::add_from_relobj): If symbol is named
	in --dynamic-list, mark it.

	* testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
	(dynamic_list_2): New test case.
	* testsuite/Makefile.in: Regenerate.
	* testsuite/dynamic_list_2.cc: New file.
	* testsuite/dynamic_list_2.t: New file.
	* testsuite/dynamic_list_lib1.cc: New file.
	* testsuite/dynamic_list_lib2.cc: New file.
	* testsuite/gc_dynamic_list_test.c: New file.
	* testsuite/gc_dynamic_list_test.sh: New file.
	* testsuite/gc_dynamic_list_test.t: New file.
2014-02-05 18:01:47 -08:00
..
Makefile.am Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
Makefile.in Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08: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 2010-02-11 Doug Kwan <dougkwan@google.com> 2010-02-12 05:51:32 +00:00
arm_abs_lib.s 2010-02-11 Doug Kwan <dougkwan@google.com> 2010-02-12 05:51:32 +00:00
arm_attr_merge.sh 2010-05-12 Doug Kwan <dougkwan@google.com> 2010-05-13 02:41:15 +00:00
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 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_branch_out_of_range.sh 2010-09-30 Doug Kwan <dougkwan@google.com> 2010-09-30 08:12:40 +00:00
arm_branch_range.t 2010-02-21 Doug Kwan <dougkwan@google.com> 2010-02-22 06:26:07 +00:00
arm_cortex_a8.sh 2010-09-08 Doug Kwan <dougkwan@google.com> 2010-09-08 23:54:51 +00:00
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 2012-03-19 Doug Kwan <dougkwan@google.com> 2012-03-19 23:54:07 +00:00
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 * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
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 * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
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 * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
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 * arm.cc (Target_arm::Target_arm): Remove initialisation of 2011-11-02 19:11:48 +00:00
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 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether 2011-11-03 03:38:34 +00:00
arm_fix_v4bx.s 2010-02-26 Doug Kwan <dougkwan@google.com> 2010-02-27 00:36:49 +00:00
arm_fix_v4bx.sh 2010-02-26 Doug Kwan <dougkwan@google.com> 2010-02-27 00:36:49 +00:00
arm_thm_jump8.s 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_thm_jump8.t 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_thm_jump11.s 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_thm_jump11.t 2011-06-27 Doug Kwan <dougkwan@google.com> 2011-06-27 17:53:32 +00:00
arm_unaligned_reloc.s 2011-07-05 Doug Kwan <dougkwan@google.com> 2011-07-06 17:58:42 +00:00
arm_unaligned_reloc.sh 2011-11-09 Doug Kwan <dougkwan@google.com> 2011-11-10 00:41:53 +00:00
basic_test.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
binary.in Add support for --format binary for input files. 2008-02-08 07:06:58 +00:00
binary_test.cc Add support for --format binary for input files. 2008-02-08 07:06:58 +00:00
binary_unittest.cc gold/ 2012-12-10 17:38:42 +00:00
common_test_1.c * common.cc (Sort_commons::operator): Correct sorting algorithm. 2008-03-27 19:57:41 +00:00
common_test_1_v1.c * testsuite/Makefile.am: Add incremental_copy_test, 2011-06-08 04:24:59 +00:00
common_test_1_v2.c * testsuite/Makefile.am: Add incremental_copy_test, 2011-06-08 04:24:59 +00:00
common_test_2.c PR 10979 2009-12-31 05:07:22 +00:00
common_test_3.c PR 10979 2009-12-31 05:07:22 +00:00
constructor_test.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
copy_test.cc * output.h (Output_section::Input_section): Initialize p2align_ to 2008-06-18 04:39:41 +00:00
copy_test_1.cc * output.h (Output_section::Input_section): Initialize p2align_ to 2008-06-18 04:39:41 +00:00
copy_test_2.cc * output.h (Output_section::Input_section): Initialize p2align_ to 2008-06-18 04:39:41 +00:00
copy_test_v1.cc * testsuite/Makefile.am: Add incremental_copy_test, 2011-06-08 04:24:59 +00:00
debug_msg.cc * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines, 2011-03-10 01:31:33 +00:00
debug_msg.sh gold/ 2013-05-21 20:56:13 +00:00
discard_locals_relocatable_test.c * testsuite/discard_locals_relocatable_test.c: Add a powerpc 2013-03-07 05:33:50 +00:00
discard_locals_test.c 2009-06-05 Doug Kwan <dougkwan@google.com> 2009-06-05 21:32:57 +00:00
discard_locals_test.sh * testsuite/discard_locals_relocatable_test.c: Add a powerpc 2013-03-07 05:33:50 +00:00
dwp_test.h gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1.cc gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1.sh gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1b.cc gold/ 2012-10-24 02:32:15 +00:00
dwp_test_1b.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.cc gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.s gold/ 2012-10-24 02:32:15 +00:00
dwp_test_2.sh gold/ 2012-10-24 02:32:15 +00:00
dwp_test_main.cc gold/ 2012-10-24 02:32:15 +00:00
dwp_test_main.s gold/ 2012-10-24 02:32:15 +00:00
dyn_weak_ref.sh 2010-08-27 Doug Kwan <dougkwan@google.com> 2010-08-28 08:05:04 +00:00
dyn_weak_ref_1.c 2010-08-27 Doug Kwan <dougkwan@google.com> 2010-08-28 08:05:04 +00:00
dyn_weak_ref_2.c 2010-08-27 Doug Kwan <dougkwan@google.com> 2010-08-28 08:05:04 +00:00
dynamic_list.sh * options.cc (General_options::parse_dynamic_list): New function. 2008-11-06 07:23:31 +00:00
dynamic_list.t * options.cc (General_options::parse_dynamic_list): New function. 2008-11-06 07:23:31 +00:00
dynamic_list_2.cc Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
dynamic_list_2.t Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
dynamic_list_lib1.cc Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
dynamic_list_lib2.cc Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
exception_test.h Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
exception_test_1.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
exception_test_2.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
exception_test_main.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
exclude_libs_test.c 2009-05-26 Doug Kwan <dougkwan@google.com> 2009-05-26 22:52:56 +00:00
exclude_libs_test.sh 2009-05-26 Doug Kwan <dougkwan@google.com> 2009-05-26 22:52:56 +00:00
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 * gold.h (is_wildcard_string): New function. 2010-06-01 23:37:58 +00:00
final_layout.sh Fix copyright. 2011-03-22 00:18:26 +00:00
gc_comdat_test.sh * testsuite/Makefile.am: Add -ffunction-sections to compile 2009-05-22 20:27:52 +00:00
gc_comdat_test_1.cc * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the 2009-05-22 18:31:22 +00:00
gc_comdat_test_2.cc * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the 2009-05-22 18:31:22 +00:00
gc_dynamic_list_test.c Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
gc_dynamic_list_test.sh Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
gc_dynamic_list_test.t Fix problems with the --dynamic-list option. 2014-02-05 18:01:47 -08:00
gc_orphan_section_test.cc * gc.h (Garbage_collection::Cident_section_map): New typedef. 2010-01-07 07:14:30 +00:00
gc_orphan_section_test.sh * gc.h (Garbage_collection::Cident_section_map): New typedef. 2010-01-07 07:14:30 +00:00
gc_tls_test.cc *** empty log message *** 2009-08-07 18:29:54 +00:00
gc_tls_test.sh *** empty log message *** 2009-08-07 18:29:54 +00:00
gdb_index_test.cc 2012-09-06 Cary Coutant <ccoutant@google.com> 2012-09-07 20:14:10 +00:00
gdb_index_test_1.sh 2012-07-18 Cary Coutant <ccoutant@google.com> 2012-07-19 00:19:35 +00:00
gdb_index_test_2.sh 2012-07-18 Cary Coutant <ccoutant@google.com> 2012-07-19 00:19:35 +00:00
gdb_index_test_3.c [Checking in missing files from previous commit.] 2012-05-01 22:43:54 +00:00
gdb_index_test_3.sh Add .gdb_index version 7 support. 2014-01-28 15:36:00 -08:00
gdb_index_test_4.sh 2012-07-18 Cary Coutant <ccoutant@google.com> 2012-07-19 00:19:35 +00:00
gdb_index_test_comm.sh Add .gdb_index version 7 support. 2014-01-28 15:36:00 -08:00
hidden_test.sh PR 10471 2009-08-12 18:30:39 +00:00
hidden_test_1.c PR 10471 2009-08-12 18:30:39 +00:00
hidden_test_main.c PR 10471 2009-08-12 18:30:39 +00:00
icf_keep_unique_test.cc Sriraman Tallam <tmsriram@google.com> 2009-08-12 19:03:16 +00:00
icf_keep_unique_test.sh Sriraman Tallam <tmsriram@google.com> 2009-08-12 19:03:16 +00:00
icf_preemptible_functions_test.cc 2010-04-18 Sriraman Tallam <tmsriram@google.com> 2010-04-20 21:13:30 +00:00
icf_preemptible_functions_test.sh * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start. 2011-03-21 20:55:33 +00:00
icf_safe_so_test.cc * i386.cc (Target_i386::can_check_for_function_pointers): New function. 2010-03-04 01:33:22 +00:00
icf_safe_so_test.sh * powerpc.cc (is_branch_reloc): Forward declare. 2013-03-12 22:46:19 +00:00
icf_safe_test.cc * i386.cc (Target_i386::can_check_for_function_pointers): New function. 2010-03-04 01:33:22 +00:00
icf_safe_test.sh * powerpc.cc (is_branch_reloc): Forward declare. 2013-03-12 22:46:19 +00:00
icf_sht_rel_addend_test.sh * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start. 2011-03-21 20:55:33 +00:00
icf_sht_rel_addend_test_1.cc * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template 2010-07-29 18:57:28 +00:00
icf_sht_rel_addend_test_2.cc * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template 2010-07-29 18:57:28 +00:00
icf_string_merge_test.cc 2010-04-18 Sriraman Tallam <tmsriram@google.com> 2010-04-20 21:13:30 +00:00
icf_string_merge_test.sh * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start. 2011-03-21 20:55:33 +00:00
icf_test.cc *** empty log message *** 2009-08-05 20:51:56 +00:00
icf_test.sh * powerpc.cc (is_branch_reloc): Forward declare. 2013-03-12 22:46:19 +00:00
icf_virtual_function_folding_test.cc * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add 2010-12-01 16:53:57 +00:00
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 * incremental.cc (Sized_relobj_incr::do_layout): Call 2011-09-14 01:10:43 +00:00
incr_comdat_test_2_v1.cc * incremental.cc (Sized_relobj_incr::do_layout): Call 2011-09-14 01:10:43 +00:00
incr_comdat_test_2_v2.cc * incremental.cc (Sized_relobj_incr::do_layout): Call 2011-09-14 01:10:43 +00:00
incr_comdat_test_2_v3.cc * incremental.cc (Sized_relobj_incr::do_layout): Call 2011-09-14 01:10:43 +00:00
incremental_test.sh * debug.h (DEBUG_INCREMENTAL): New flag. 2010-10-14 22:10:22 +00:00
incremental_test_1.c * testsuite/incremental_test_1.c: Add prototype to avoid warning. 2010-08-13 20:47:47 +00:00
incremental_test_2.c gold/ChangeLog: 2010-08-12 22:18:15 +00:00
initpri1.c * testsuite/initpri1.c: Don't try to use constructor priorities if 2009-09-27 05:20:03 +00:00
initpri2.c PR gold/12910 2011-06-23 00:46:14 +00:00
initpri3.c * layout.cc: Include "object.h". 2011-06-25 00:40:57 +00:00
justsyms.t * testsuite/justsyms.t: Start at 0x100. 2008-04-11 18:49:40 +00:00
justsyms_1.cc * testsuite/justsyms.t: Start at 0x100. 2008-04-11 18:49:40 +00:00
justsyms_2.cc Implement --just-symbols, including -R FILE. Fix symbol values when 2008-02-07 01:51:25 +00:00
justsyms_exec.c * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
justsyms_lib.c Add missing files. 2011-08-02 00:37:41 +00:00
large.c * layout.cc (Layout::make_output_section): Call 2009-06-22 06:51:53 +00:00
large_symbol_alignment.cc gold/ 2013-06-06 06:06:56 +00:00
leb128_unittest.cc * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline 2012-01-25 07:34:55 +00:00
many_sections_test.cc * object.cc (Sized_relobj::include_section_group): Adjust section 2008-05-05 19:16:43 +00:00
memory_test.s * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
memory_test.sh * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
memory_test.t * script-sections.cc(class Memory_region): Remove 2010-10-06 08:58:59 +00:00
merge_string_literals.sh 2013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-04-29 17:15:09 +00:00
merge_string_literals_1.cc gold/ 2013-10-11 21:56:16 +00:00
merge_string_literals_2.cc gold/ 2013-10-11 21:56:16 +00:00
missing_key_func.cc gold/ 2013-05-21 21:14:40 +00:00
missing_key_func.sh gold/ 2013-05-21 21:14:40 +00:00
no_version_test.c 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 19:11:32 +00:00
no_version_test.sh 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 19:11:32 +00:00
object_unittest.cc * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries. 2011-05-23 23:27:11 +00:00
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
plugin_common_test_1.c Add prototype to gold tests. 2010-04-09 18:05:43 +00:00
plugin_common_test_2.c Add prototype to gold tests. 2010-04-09 18:05:43 +00:00
plugin_final_layout.cc 2013-01-16 Sriraman Tallam <tmsriram@google.com> 2013-01-17 00:00:48 +00:00
plugin_final_layout.sh Patch adds support to allow plugins to map selected subset of sections to unique 2012-08-24 18:35:35 +00:00
plugin_section_order.c Patch adds support to allow plugins to map selected subset of sections to unique 2012-08-24 18:35:35 +00:00
plugin_test.c include/ChangeLog 2011-09-26 23:00:17 +00:00
plugin_test_1.sh * archive.cc (Archive::get_elf_object_for_member): Remove call 2009-01-15 01:29:25 +00:00
plugin_test_2.sh PR gold/13245 2011-10-18 00:25:53 +00:00
plugin_test_3.sh include/ChangeLog 2011-09-26 23:00:17 +00:00
plugin_test_4.sh * archive.cc (Archive::get_elf_object_for_member): Remove call 2009-01-15 01:29:25 +00:00
plugin_test_6.sh gcc PR lto/42757 2010-04-06 21:56:24 +00:00
plugin_test_7.sh 2010-05-26 Rafael Espindola <espindola@google.com> 2010-05-26 15:47:39 +00:00
plugin_test_7_1.c 2010-05-26 Rafael Espindola <espindola@google.com> 2010-05-26 15:47:39 +00:00
plugin_test_7_2.c 2010-05-26 Rafael Espindola <espindola@google.com> 2010-05-26 15:47:39 +00:00
plugin_test_tls.sh gold/ 2013-06-14 20:07:18 +00:00
pr12826.sh 2011-05-31 Doug Kwan <dougkwan@google.com> 2011-06-01 19:59:42 +00:00
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 PR ld/14265 2012-08-14 08:31:57 +00:00
pr14265.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
protected_1.cc PR gold/12980 2011-07-12 22:29:09 +00:00
protected_2.cc * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected 2008-05-06 22:24:26 +00:00
protected_3.cc * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected 2008-05-06 22:24:26 +00:00
protected_4.cc * target-reloc.h (visibility_error): New inline function. 2010-01-12 19:12:40 +00:00
protected_main_1.cc PR gold/12980 2011-07-12 22:29:09 +00:00
protected_main_2.cc * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected 2008-05-06 22:24:26 +00:00
protected_main_3.cc * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected 2008-05-06 22:24:26 +00:00
relro_script_test.t * layout.cc (Layout::Layout): Initialize increase_relro_. 2009-12-30 06:57:17 +00:00
relro_test.cc gold/ 2012-05-14 17:35:43 +00:00
relro_test.sh * testsuite/relro_test.sh: Fail if dc is not present. 2011-03-22 00:19:14 +00:00
relro_test_main.cc * options.h (class General_options): Add -z relro. 2008-05-20 04:00:47 +00:00
retain_symbols_file_test.sh * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0. 2009-10-10 01:24:57 +00:00
script_test_1.cc Support assignments and expressions in linker scripts. 2008-01-09 19:57:45 +00:00
script_test_1.t Support assignments and expressions in linker scripts. 2008-01-09 19:57:45 +00:00
script_test_2.cc * script.cc (Script_options::finalize_symbols): Finalize SECTIONS 2008-07-29 22:58:03 +00:00
script_test_2.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
script_test_2a.cc * testsuite/Makefile.am (justsyms_2r.o): Add dependency on 2008-04-11 20:44:52 +00:00
script_test_2b.cc * testsuite/justsyms.t: Start at 0x100. 2008-04-11 18:49:40 +00:00
script_test_3.sh * expression.cc (Expression::Expression_eval_info): Add 2010-04-23 04:47:33 +00:00
script_test_3.t Add .got.plt output section statement 2012-09-06 04:46:18 +00:00
script_test_4.sh * testsuite/script_test_4.sh: Permit leading zeroes. 2008-04-16 17:43:38 +00:00
script_test_4.t Add .got.plt output section statement 2012-09-06 04:46:18 +00:00
script_test_5.cc * layout.cc (Layout::choose_output_section): Don't rename sections 2009-02-25 19:05:21 +00:00
script_test_5.sh 2010-02-24 Doug Kwan <dougkwan@google.com> 2010-02-25 05:11:26 +00:00
script_test_5.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
script_test_6.sh 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 18:56:07 +00:00
script_test_6.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
script_test_7.sh 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 18:56:07 +00:00
script_test_7.t * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc. 2012-09-05 11:01:43 +00:00
script_test_8.sh 2009-10-16 Doug Kwan <dougkwan@google.com> 2009-10-16 18:56:07 +00:00
script_test_9.cc 2010-05-19 Rafael Espindola <espindola@google.com> 2010-05-19 17:49:19 +00:00
script_test_9.sh 2010-05-19 Rafael Espindola <espindola@google.com> 2010-05-19 17:49:19 +00:00
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 * testsuite/script_test_10.sh: Don't test .bss section 2013-03-07 05:30:06 +00:00
script_test_10.t * script-sections.h (class Script_sections): Make 2010-10-12 19:21:41 +00:00
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 2009-10-10 Chris Demetriou <cgd@google.com> 2009-10-10 07:39:04 +00:00
searched_file_test_lib.cc 2009-10-10 Chris Demetriou <cgd@google.com> 2009-10-10 07:39:04 +00:00
section_sorting_name.cc 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-05-30 23:01:11 +00:00
section_sorting_name.sh 2013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com> 2013-05-30 23:01:11 +00:00
split_i386.sh * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
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 * options.h (class General_options): Define 2009-10-06 22:58:27 +00:00
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 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust 2010-08-20 00:35:13 +00:00
start_lib_test_2.c * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust 2010-08-20 00:35:13 +00:00
start_lib_test_3.c * testsuite/start_lib_test_3.c: Mark t3 as used. 2010-08-27 17:57:50 +00:00
start_lib_test_main.c * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust 2010-08-20 00:35:13 +00:00
strong_ref_weak_def.sh 2010-08-12 Cary Coutant <ccoutant@google.com> 2010-08-13 00:18:19 +00:00
strong_ref_weak_def_1.c 2010-08-12 Cary Coutant <ccoutant@google.com> 2010-08-13 00:18:19 +00:00
strong_ref_weak_def_2.c 2010-08-12 Cary Coutant <ccoutant@google.com> 2010-08-13 00:18:19 +00:00
test.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
test.h Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
testfile.cc gold/ 2013-07-30 21:26:53 +00:00
testfile.h Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
testmain.cc PR gold/5986 2008-03-26 23:36:46 +00:00
text_section_grouping.cc Group text sections with prefixes .text.unlikely,.text.hot and .text.startup 2012-12-19 02:55:15 +00:00
text_section_grouping.sh Default text reordering fix with a flag to turn it off. 2013-01-24 18:49:55 +00:00
thin_archive_main.cc * archive.cc (Archive::get_file_and_offset): Use filename instead 2008-09-29 21:23:02 +00:00
thin_archive_test_1.cc * archive.cc (Archive::get_file_and_offset): Use filename instead 2008-09-29 21:23:02 +00:00
thin_archive_test_2.cc * archive.cc (Archive::get_file_and_offset): Use filename instead 2008-09-29 21:23:02 +00:00
thin_archive_test_3.cc * archive.cc (Archive::get_file_and_offset): Use filename instead 2008-09-29 21:23:02 +00:00
thin_archive_test_4.cc * archive.cc (Archive::get_file_and_offset): Use filename instead 2008-09-29 21:23:02 +00:00
thumb2_branch_range.t 2010-02-21 Doug Kwan <dougkwan@google.com> 2010-02-22 06:26:07 +00:00
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 2010-02-21 Doug Kwan <dougkwan@google.com> 2010-02-22 06:26:07 +00:00
tls_test.cc Include "config.h" first 2012-05-21 16:52:38 +00:00
tls_test.h 2008-08-14 Cary Coutant <ccoutant@google.com> 2008-08-15 04:57:46 +00:00
tls_test_c.c Include "config.h" first 2012-05-21 16:52:38 +00:00
tls_test_file2.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
tls_test_main.cc * testsuite/tls_test_main.cc: Use semaphores instead of mutexes. 2011-05-16 23:29:30 +00:00
two_file_shared.sh PR 9918 2009-03-04 06:46:27 +00:00
two_file_test.h * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add 2008-04-07 22:46:17 +00:00
two_file_test_1.cc * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add 2008-04-07 22:46:17 +00:00
two_file_test_1_v1.cc * incremental.cc (Incremental_inputs::report_command_line): Ignore 2011-07-06 21:19:32 +00:00
two_file_test_1b.cc From Cary Coutant: Fix a case in which code takes the address of a 2008-02-01 00:39:10 +00:00
two_file_test_1b_v1.cc * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3, 2011-05-24 22:01:46 +00:00
two_file_test_2.cc * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add 2008-04-07 22:46:17 +00:00
two_file_test_2_tls.cc gold/ 2013-06-14 20:07:18 +00:00
two_file_test_2_v1.cc PR gold/12804 2011-06-09 00:51:39 +00:00
two_file_test_main.cc * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add 2008-04-07 22:46:17 +00:00
two_file_test_tls.cc gold/ 2013-06-14 20:07:18 +00:00
undef_symbol.cc gold/ 2013-10-11 21:59:46 +00:00
undef_symbol.sh 2009-02-06 Chris Demetriou <cgd@google.com> 2009-02-06 19:20:10 +00:00
undef_symbol_main.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
ver_matching_def.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
ver_matching_test.sh * script.cc (class Lazy_demangler): Recreate--revert part of patch 2010-01-12 06:41:36 +00:00
ver_test.h * symtab.cc (Symbol_table::add_from_object): Rewrite the case 2008-07-18 07:03:27 +00:00
ver_test_1.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
ver_test_1.sh PR 9836 2009-02-27 19:57:46 +00:00
ver_test_2.cc * symtab.cc (Symbol_table::add_from_object): Rewrite the case 2008-07-18 07:03:27 +00:00
ver_test_2.script * symtab.cc (Symbol_table::add_from_object): Rewrite the case 2008-07-18 07:03:27 +00:00
ver_test_2.sh Don't get confused about whether a symbol is the default version if we 2008-03-14 05:57:19 +00:00
ver_test_3.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
ver_test_4.cc * symtab.cc (Symbol_table::add_from_object): Rewrite the case 2008-07-18 07:03:27 +00:00
ver_test_4.script PR 10861 2009-12-30 22:35:49 +00:00
ver_test_4.sh * symtab.cc (Symbol_table::do_define_as_constant): Don't force a 2008-03-29 08:39:26 +00:00
ver_test_5.cc * symtab.cc (Symbol_table::add_from_relobj): Don't set the version 2008-03-27 06:11:57 +00:00
ver_test_5.script * symtab.cc (Symbol_table::add_from_relobj): Don't set the version 2008-03-27 06:11:57 +00:00
ver_test_5.sh * symtab.cc (Symbol_table::add_from_relobj): Don't set the version 2008-03-27 06:11:57 +00:00
ver_test_6.c * testsuite/tls_test_c.c: Add prototype for t11 and t11_last. 2008-11-06 00:44:32 +00:00
ver_test_7.cc * symtab.cc (Symbol_table::add_from_object): If we don't use the 2008-03-29 07:19:02 +00:00
ver_test_7.sh * symtab.cc (Symbol_table::add_from_object): If we don't use the 2008-03-29 07:19:02 +00:00
ver_test_8.script * symtab.c (Symbol::init_base_output_data): Add version 2008-05-08 18:44:33 +00:00
ver_test_9.cc * symtab.cc (Symbol_table::resolve): Remove version parameter. 2008-07-23 14:36:09 +00:00
ver_test_10.script PR 6647 2008-07-23 23:44:02 +00:00
ver_test_10.sh PR 6647 2008-07-23 23:44:02 +00:00
ver_test_main.cc * symtab.cc (Symbol_table::add_from_object): Rewrite the case 2008-07-18 07:03:27 +00:00
ver_test_main_2.cc Don't get confused about whether a symbol is the default version if we 2008-03-14 05:57:19 +00:00
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 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak 2008-04-09 22:45:08 +00:00
weak_alias_test_2.cc * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak 2008-04-09 22:45:08 +00:00
weak_alias_test_3.cc * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak 2008-04-09 22:45:08 +00:00
weak_alias_test_4.cc * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak 2008-04-09 22:45:08 +00:00
weak_alias_test_5.cc PR gold/12525 2011-07-02 05:30:00 +00:00
weak_alias_test_main.cc PR gold/12525 2011-07-02 05:30:00 +00:00
weak_plt.sh * symtab.h (Symbol::use_plt_offset): New function. 2008-08-04 22:22:13 +00:00
weak_plt_main.cc * symtab.h (Symbol::use_plt_offset): New function. 2008-08-04 22:22:13 +00:00
weak_plt_shared.cc * symtab.h (Symbol::use_plt_offset): New function. 2008-08-04 22:22:13 +00:00
weak_test.cc Update copyright years. Update language files. 2008-03-13 21:04:21 +00:00
weak_undef.h * symtab.h (Symbol::is_strong_undefined): Removed unused function. 2008-04-17 00:14:36 +00:00
weak_undef_file1.cc * resolve.cc (Symbol_table::resolve): Remember whether undef was 2010-07-09 01:34:31 +00:00
weak_undef_file2.cc * resolve.cc (Symbol_table::resolve): Remember whether undef was 2010-07-09 01:34:31 +00:00
weak_undef_test.cc * resolve.cc (Symbol_table::resolve): Remember whether undef was 2010-07-09 01:34:31 +00:00