X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=gold%2FChangeLog;h=457fa6b87b9b86e591e69b84609daa1845ecdcf5;hb=e30880c2eeee3b43897161344bbbffd03f3a1c91;hp=503198e69c2b3f8cceb509ba6b5cb4949d02e2f7;hpb=cbcb23fa01027a7fe1be938d58ef8e7a60b5fb7e;p=binutils-gdb.git diff --git a/gold/ChangeLog b/gold/ChangeLog index 503198e69c2..457fa6b87b9 100644 --- a/gold/ChangeLog +++ b/gold/ChangeLog @@ -1,9 +1,42 @@ +2014-12-22 Cary Coutant + + * powerpc.cc (Target_powerpc::relocate): Fix overflow check. + +2014-12-20 H.J. Lu + + PR gold/14608 + * testsuite/debug_msg.cc (SometimesInlineFunction): Changed + to "return i * i * 3;". + +2014-12-16 Cary Coutant + + * mapfile.cc (Mapfile::print_input_section): Print uncompressed sizes. + (Mapfile::print_output_data): Use current_data_size() to avoid + assert for sections requiring postprocessing; if address is not valid, + print 0. + (Mapfile::print_output_section): Use current_data_size(); print note + that addresses and sizes are before compression. + +2014-12-14 H.J. Lu + + * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub): + Cast current_group_size to unsigned long when reporting error. + +2014-12-10 Jing Yu + + * aarch64.cc (Target_aarch64): Add new variable stub_group_size_. + (AArch64_relocate_functions::maybe_apply_stub): Add new parameter. + Update error message. + (Target_aarch64::do_relax): Use absolute value of option + stub_group_size. Replace local variable with class member + stub_group_size_. + 2014-12-04 Alan Modra * powerpc.cc (Target_powerpc::Branch_info::make_stub): Ignore addend of PLTREL24 reloc when not generating a plt stub. Make max_branch_offset an "Address". - (Stub_table::can_read_stub): Make max_branch_offset an "Address". + (Stub_table::can_reach_stub): Make max_branch_offset an "Address". (Target_powerpc::Relocate::relocate): Likewise. 2014-12-04 Alan Modra