gold/
[binutils-gdb.git] / gold / ChangeLog
index 503198e69c2b3f8cceb509ba6b5cb4949d02e2f7..457fa6b87b9b86e591e69b84609daa1845ecdcf5 100644 (file)
@@ -1,9 +1,42 @@
+2014-12-22  Cary Coutant  <ccoutant@google.com>
+
+       * powerpc.cc (Target_powerpc::relocate): Fix overflow check.
+
+2014-12-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gold/14608
+       * testsuite/debug_msg.cc (SometimesInlineFunction): Changed
+       to "return i * i * 3;".
+
+2014-12-16  Cary Coutant  <ccoutant@google.com>
+
+       * 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  <hongjiu.lu@intel.com>
+
+       * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
+       Cast current_group_size to unsigned long when reporting error.
+
+2014-12-10  Jing Yu  <jingyu@google.com>
+
+       * 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  <amodra@gmail.com>
 
        * 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  <amodra@gmail.com>