Mark global with hidden attribute
[binutils-gdb.git] / gold / ChangeLog
index b7f0a33500b9a06642dc57d89d46b753a3619bf2..45daaa573a028f8b49e59d05181338872a5ab353 100644 (file)
@@ -1,6 +1,25 @@
+2015-07-22  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR gold/18628
+       * testsuite/ifuncdep2.c (global): Change protected to hidden.
+       * testsuite/ifuncmod1.c (global): Likewise.
+       * testsuite/ifuncmod5.c (global): Likewise.
+
+2015-07-22  Alan Modra  <amodra@gmail.com>
+
+       * aarch64.cc (try_fix_erratum_843419_optimized): Warning fix.
+
+2015-07-21  Cary Coutant  <ccoutant@gmail.com>
+
+       PR gold/18548
+       * symtab.cc (Symbol_table::do_define_in_output_data): Check for
+       forced local symbol even when oldsym != NULL.
+       (Symbol_table::do_define_in_output_segment): Likewise.
+       (Symbol_table::do_define_as_constant): Likewise.
+
 2015-07-21  Cary Coutant  <ccoutant@gmail.com>
 
-       PR gold/18696
+       PR gold/18698
        * archive.cc (Library_base::should_include_member): Don't use entry
        point for relocatable links, or if target is not yet valid.
        * parameters.cc (Parameters::entry): Check target_valid().