From 331e61312eab8ef2412582bafc404cc107fd5e8f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 30 Dec 2015 09:20:20 +1030 Subject: Fix assorted ChangeLog errors --- gold/ChangeLog | 124 ++++++++++++++++++++++++++++----------------------------- 1 file changed, 61 insertions(+), 63 deletions(-) (limited to 'gold') diff --git a/gold/ChangeLog b/gold/ChangeLog index 07589c9..1767933 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -151,7 +151,7 @@ 2015-11-11 Alan Modra Peter Bergner - * gold/powerpc.cc (Powerpc_relocate_functions::addr16_dq): New function. + * powerpc.cc (Powerpc_relocate_functions::addr16_dq): New function. (Powerpc_relocate_functions::addr16dx_ha): Likewise. (Target_powerpc::Scan::local): Handle R_POWERPC_REL16DX_HA. (Target_powerpc::Scan::global): Likewise. @@ -457,7 +457,7 @@ 2015-07-26 Doug Kwan * testsuite/arm_unaligned_reloc.{s,sh}: Make test less sensitive to - disassembler output format. + disassembler output format. 2015-07-23 Ian Coolidge Plumb --pic-veneer option for gold. @@ -684,7 +684,7 @@ 2015-06-29 Doug Kwan * testsuite/arm_bl_out_of_range.s: Align stub table so that it appears - at address expected by test. + at address expected by test. * testsuite/arm_cortex_a8_b.s: Ditto. * testsuite/arm_cortex_a8_b_cond.s: Ditto. * testsuite/arm_cortex_a8_bl.s: Ditto. @@ -1058,7 +1058,6 @@ 2015-04-07 HC Yen Add AArch32 support for gold linker. - gold/ * arm.cc: Add V8 arch combine table. 2015-04-06 Rafael Ávila de Espíndola @@ -1573,7 +1572,6 @@ (Output_data_plt_arm::entry_count): Modified. (Output_data_plt_arm::address_for_global): New method. (Output_data_plt_arm::address_for_local): New method. -gold/ (Output_data_plt_arm::set_final_data_size): Add irelative_count_. (Output_data_plt_arm::insert_irelative_data): New method. (Output_data_plt_arm::irelative_rel_): New member. @@ -2608,7 +2606,7 @@ gold/ Add .gdb_index version 7 support. - * gold/dwarf_reader.cc: include (for make_pair). + * dwarf_reader.cc: include (for make_pair). (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed debug sections. (Dwarf_ranges_table::read_ranges_table): Likewise. @@ -2619,21 +2617,21 @@ gold/ for end of list by offset, not by offset == 0. (Dwarf_info_reader::do_read_string_table): Check for compressed debug sections. - * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table): + * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table): Initialize new data members. (Dwarf_pubnames_table::next_name): return flag_byte. (Dwarf_pubnames_table::end_of_table_): New data member. (Dwarf_pubnames_table::is_gnu_style_): New data member. - * gold/gdb-index.cc (gdb_index_version): Update to version 7. + * gdb-index.cc (gdb_index_version): Update to version 7. (Gdb_index_info_reader::read_pubtable): Read flag_byte. (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't read skeleton type unit DIEs. (Gdb_index::add_symbol): Add flag_byte; adjust all callers. (Gdb_index::do_write): Write flag_byte. - * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter. + * gdb-index.h (Gdb_index::add_symbol): Add flags parameter. (Gdb_index::Cu_vector): Store flags along with cu indexes. - * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7. - * gold/testsuite/gdb_index_test_comm.sh: Likewise. + * testsuite/gdb_index_test_3.sh: Allow versions 4-7. + * testsuite/gdb_index_test_comm.sh: Likewise. 2014-01-08 H.J. Lu @@ -5672,15 +5670,15 @@ gold/ 2012-01-03 Cary Coutant - * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt): + * incremental.cc (Sized_incremental_binary::do_process_got_plt): Use abstract base class for GOT. - * gold/output.h (class Output_data_got_base): New abstract base class. + * output.h (class Output_data_got_base): New abstract base class. (class Output_data_got): Derive from new base class, adjust ctors. (Output_data_got::reserve_slot): Make virtual; rename to do_reserve_slot; Adjust callers. - * gold/target.h (Sized_target::init_got_plt_for_update): Return + * target.h (Sized_target::init_got_plt_for_update): Return pointer to abstract base class. - * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise. + * x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise. 2011-12-18 Ian Lance Taylor @@ -6191,10 +6189,10 @@ gold/ 2011-08-01 Cary Coutant - * gold/testsuite/Makefile.am (justsyms_exec): New testcase. - * gold/testsuite/Makefile.in: Regenerate. - * gold/testsuite/justsyms_exec.c: New source file. - * gold/testsuite/justsyms_lib.c: New source file. + * testsuite/Makefile.am (justsyms_exec): New testcase. + * testsuite/Makefile.in: Regenerate. + * testsuite/justsyms_exec.c: New source file. + * testsuite/justsyms_lib.c: New source file. 2011-08-01 Cary Coutant @@ -6520,7 +6518,7 @@ gold/ 2011-07-06 Cary Coutant - * gold/incremental.cc + * incremental.cc (Output_section_incremental_inputs::write_info_blocks): Check for hidden and internal symbols. @@ -7061,9 +7059,9 @@ gold/ 2011-06-09 Cary Coutant PR gold/12804 - * gold/gold.cc (queue_initial_tasks): Warn if --incremental is + * gold.cc (queue_initial_tasks): Warn if --incremental is used with --compress-debug-sections. - * gold/object.cc (Sized_relobj_file::do_layout): Report + * object.cc (Sized_relobj_file::do_layout): Report uncompressed size of compressed input sections. 2011-06-08 Cary Coutant @@ -7191,10 +7189,10 @@ gold/ 2011-06-02 Cary Coutant PR gold/12163 - * gold/archive.cc (Archive::Archive): Initialize new data member. + * archive.cc (Archive::Archive): Initialize new data member. (Archive::include_all_members): Return if archive has already been included. - * gold/archive.h (Archive::include_all_members_): New data member. + * archive.h (Archive::include_all_members_): New data member. 2011-06-02 Nick Clifton @@ -7711,9 +7709,9 @@ gold/ 2011-04-14 Cary Coutant - * gold/layout.cc (Layout::symtab_section_offset): New function. - * gold/layout.h (Layout::symtab_section_offset): New function. - * gold/reloc.cc (Sized_relobj::do_relocate): Call it. + * layout.cc (Layout::symtab_section_offset): New function. + * layout.h (Layout::symtab_section_offset): New function. + * reloc.cc (Sized_relobj::do_relocate): Call it. 2011-04-12 Ian Lance Taylor @@ -8824,7 +8822,7 @@ gold/ 2010-10-17 Doug Kwan - * gold/arm.cc (Target_arm::got_section): Use correct order and set + * arm.cc (Target_arm::got_section): Use correct order and set GOT output section to be writable. 2010-10-14 Cary Coutant @@ -8976,7 +8974,7 @@ gold/ 2010-09-30 Doug Kwan - * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests. + * testsuite/arm_branch_out_of_range.sh: Fix broken tests. 2010-09-28 Sriraman Tallam @@ -9020,13 +9018,13 @@ gold/ 2010-09-15 Doug Kwan - * gold/testsuite/script_test_3.t: Add ARM special sections. - * gold/testsuite/script_test_4.t: Same. - * gold/testsuite/script_test_5.t: Same. - * gold/testsuite/script_test_6.t: Same. - * gold/testsuite/script_test_7.t: Same. - * gold/testsuite/script_test_7.t: Same. - * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment. + * testsuite/script_test_3.t: Add ARM special sections. + * testsuite/script_test_4.t: Same. + * testsuite/script_test_5.t: Same. + * testsuite/script_test_6.t: Same. + * testsuite/script_test_7.t: Same. + * testsuite/script_test_7.t: Same. + * testsuite/thumb_blx_out_of_range.s: Fix instruction alignment. 2010-09-14 Cary Coutant @@ -9159,7 +9157,7 @@ gold/ 2010-08-27 Doug Kwan - * gold/resolve.cc (Symbol_table::should_override): Let a weak + * resolve.cc (Symbol_table::should_override): Let a weak reference override an existing dynamic weak reference. * testsuite/Makefile.am: Add new test dyn_weak_ref. * testsuite/Makefile.in: Regenerate. @@ -9251,11 +9249,11 @@ gold/ 2010-08-19 Neil Vachharajani Cary Coutant - * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust + * archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust constructor, and set_blocker. - * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check + * archive.cc (Add_lib_group_symbols::is_runnable): Also check readsyms_blocker_. - * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass + * readsyms.cc (Read_symbols::do_lib_group): Also pass this->this_blocker_ to Add_lib_group_symbols::set_blocker. * testsuite/Makefile.am (start_lib_test): New test case. * testsuite/Makefile.in: Regenerate. @@ -9858,9 +9856,9 @@ gold/ 2010-07-27 Jeffrey Yasskin * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior. - * gold/testsuite/debug_msg.cc: Likewise. - * gold/testsuite/odr_violation1.cc - * gold/testsuite/odr_violation2.cc + * testsuite/debug_msg.cc: Likewise. + * testsuite/odr_violation1.cc + * testsuite/odr_violation2.cc 2010-07-21 Cary Coutant @@ -10205,13 +10203,13 @@ gold/ 2010-05-26 Rafael Espindola PR 11604 - * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid + * object.cc(Sized_relobj::do_layout_deferred_sections): Avoid adding sections the garbage collector removed. - * gold/testsuite/Makefile.am: Add test. - * gold/testsuite/Makefile.in: Regenerate. - * gold/testsuite/plugin_test_7.sh: New. - * gold/testsuite/plugin_test_7_1.c: New. - * gold/testsuite/plugin_test_7_2.c: New. + * testsuite/Makefile.am: Add test. + * testsuite/Makefile.in: Regenerate. + * testsuite/plugin_test_7.sh: New. + * testsuite/plugin_test_7_1.c: New. + * testsuite/plugin_test_7_2.c: New. 2010-05-26 Rafael Espindola @@ -10695,7 +10693,7 @@ gold/ 2010-03-25 Doug Kwan - * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code + * arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code to avoid a conversion warning on a 32-bit host. 2010-03-24 Ian Lance Taylor @@ -10899,7 +10897,7 @@ gold/ 2010-03-08 Doug Kwan - * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage + * arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage due to a conversion warning. (Arm_relobj::update_output_local_symbol_count): Check for local symbol with unset output index. @@ -11521,7 +11519,7 @@ gold/ 2010-01-29 Viktor Kutuzov - * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8, + * arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8, R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0. (Arm_relocate_functions::thm_alu11): New Method. (Arm_relocate_functions::thm_pc8): New Method. @@ -11671,12 +11669,12 @@ gold/ 2010-01-22 Viktor Kutuzov - * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of + * arm.cc (Target_arm): Updated fix_v4bx method and usage of Fix_v4bx enum values . - * gold/options.h (General_options): New option definitions. + * options.h (General_options): New option definitions. (General_options::fix_v4bx): New method. (General_options::Fix_v4bx): New enum. - * gold/options.cc (General_options::parse_fix_v4bx): New method. + * options.cc (General_options::parse_fix_v4bx): New method. (General_options::parse_fix_v4bx_interworking): New method. 2010-01-22 Doug Kwan @@ -11736,7 +11734,7 @@ gold/ 2010-01-20 Viktor Kutuzov - * gold/arm.cc: Added support for R_ARM_V4BX relocation + * arm.cc: Added support for R_ARM_V4BX relocation (class Arm_v4bx_stub): New class. (DEF_STUBS): Updated definition to support v4_veneer_bx. (Stub_factory::make_arm_v4bx_stub): New method. @@ -12793,7 +12791,7 @@ gold/ attributes_section and attributes_vendor. * i386.cc (Target_i386::i386_info): Same. * object.cc (Sized_relobj::do_layout): Skip attribute section. - * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new + * powerpc.cc (Target_powerpc::powerpc_info): Initialize new fields attributes_section and attributes_vendor. * sparc.cc (Target_sparc::sparc_info): Same. * target.h (Target::attributes_section, Target::attributes_vendor, @@ -13440,7 +13438,7 @@ gold/ (Segment_start_expression::value): New method definition. (script_exp_function_segment_start): Return a new Segment_start_expression. - * gold/script-c.h (script_saw_segment_start_expression): New function + * script-c.h (script_saw_segment_start_expression): New function prototype. * script-sections.cc (Script_sections::Script_sections): Initialize SAW_SEGMENT_START_EXPRESSION_ to false. @@ -14231,9 +14229,9 @@ gold/ (Script_sections::attach_sections_using_phdrs_clause): Do not modify segment list. (Script_sections::release_segments): New method definition. - * gold/script-sections.h (Script_sections::release_segments): New + * script-sections.h (Script_sections::release_segments): New method declaration. - * gold/target.h (Target::may_relax, Target::relax, + * target.h (Target::may_relax, Target::relax, Target::do_may_relax, Target::do_relax): New method definitions. 2009-09-17 Viktor Kutuzov @@ -14807,7 +14805,7 @@ gold/ 2009-06-03 Doug Kwan - * gold/arm.cc (namespace utils): New. + * arm.cc (namespace utils): New. (Target_arm::reloc_is_non_pic): Define new method. (class Arm_relocate_functions): New. (Target_arm::Relocate::relocate): Handle relocation types used by @@ -14819,7 +14817,7 @@ gold/ 2009-06-02 Doug Kwan - * gold/arm.cc (Target_arm::Scan::Scan): Initialize + * arm.cc (Target_arm::Scan::Scan): Initialize issued_non_pic_error_. (class Target_arm::Scan): Declare new method check_non_pic. Define new method symbol_needs_plt_entry. @@ -14840,7 +14838,7 @@ gold/ 2009-05-29 Doug Kwan - * gold/arm.cc (Output_data_plt_arm): Forward declaration for new + * arm.cc (Output_data_plt_arm): Forward declaration for new template class. (class Target_arm): Update comment. (Target_arm::Target_arm): Initialize new data members GOT_, -- cgit v1.1