Automatic date update in version.in
[deliverable/binutils-gdb.git] / gold / ChangeLog
index c2acb20a74dbb38734f765cc70cabe0fc4f2069e..3dc2ce81b7265d3fc631d50b6cf8123f3f6f0938 100644 (file)
@@ -1,3 +1,30 @@
+2019-11-26  Martin Liska  <mliska@suse.cz>
+
+       * layout.cc (Layout::special_ordering_of_input_section):
+       Add ".text.sorted".
+       * output.cc: Special case ".text.sorted".
+       * testsuite/section_sorting_name.cc: Cover also .text.sorted
+       subsections.
+       * testsuite/section_sorting_name.sh: Likewise.
+
+2019-11-19  Alan Modra  <amodra@gmail.com>
+
+       PR 24853
+       * symtab.h (set_has_gnu_output, has_gnu_output_): New.
+       * symtab.cc (Symbol_table::Symbol_table): Init has_gnu_output_.
+       (Symbol_table::finalize): Set ELFOSABI_GNU when has_gnu_output_.
+       (Symbol_table::set_dynsym_indexes, Symbol_table::sized_finalize):
+       Call set_has_gnu_output for STT_GNU_IFUNC and STB_GNU_UNIQUE globals.
+       * object.cc (Sized_relobj_file::do_finalize_local_symbols): Call
+       set_has_gnu_output when STT_GNU_IFUNC locals will be output.
+
+2019-11-11  Miguel Saldivar  <saldivarcher@gmail.com>
+
+       PR 24996
+       * expression.cc (Trinary_expression::arg2_value): Use correct integer
+       expression when calling "eval_maybe_dot" method.
+       (Trinary_expression::arg3_value): Likewise.
+
 2019-09-28  Alan Modra  <amodra@gmail.com>
 
        PR 16794
This page took 0.02779 seconds and 4 git commands to generate.