Fix a missing include of <string>
[deliverable/binutils-gdb.git] / gold / ChangeLog
1 2019-06-10 Martin Liska <mliska@suse.cz>
2
3 * errors.h: Include string.
4
5 2019-05-10 Joshua Oreman <oremanj@hudson-trading.com>
6
7 PR gold/21066
8 * gc.h (gc_process_relocs): Track relocations in .eh_frame sections
9 when ICF is enabled, even though the .eh_frame sections themselves
10 are not foldable.
11 * icf.cc (get_section_contents): Change arguments to permit operation
12 on just part of a section. Include extra identity regions in the
13 referring section's contents recursively.
14 (match_sections): Lock object here instead of in get_section_contents
15 so that get_section_contents can operate recursively.
16 (Icf::add_ehframe_links): New method.
17 (Icf::find_identical_sections): Pass .eh_frame sections to
18 add_ehframe_links(). Increase default iteration count from 2 to 3
19 because handling exception info typically requires one extra iteration.
20 * icf.h (Icf::extra_identity_list_): New data member with accessor.
21 (is_section_foldable_candidate): Include .gcc_except_table sections.
22 * options.h: Update documentation for new default ICF iteration count.
23 * testsuite/Makefile.am (icf_test_pr21066): New test case.
24 * testsuite/Makefile.in: Regenerate.
25 * testsuite/icf_test_pr21066.cc: New source file.
26 * testsuite/icf_test_pr21066.sh: New test script.
27
28 2019-02-19 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
29
30 PR gold/23870
31 * aarch64.cc (Target_aarch64::Scan::global): Check if a symbol with
32 R_AARCH64_MOVW_.ABS_* relocations requires a PLT entry.
33 * testsuite/Makefile.am: Add aarch64_pr23870 test case.
34 * testsuite/Makefile.in: Regenerate.
35 * testsuite/aarch64_pr23870_bar.c: New file.
36 * testsuite/aarch64_pr23870_foo.c: New file.
37 * testsuite/aarch64_pr23870_main.S: New file.
38
39 2019-02-12 Nick Clifton <nickc@redhat.com>
40
41 * po/fr.po: Updated French translation.
42
43 2019-01-21 Nick Clifton <nickc@redhat.com>
44
45 * po/uk.po: Updated Ukranian translation.
46
47 2019-01-19 Nick Clifton <nickc@redhat.com>
48
49 * po/gold.pot: Regenerate.
50
51 2018-06-24 Nick Clifton <nickc@redhat.com>
52
53 2.32 branch created.
54
55 2019-01-09 Andrew Paprocki <andrew@ishiboo.com>
56
57 * configure: Regenerate.
58
59 2019-01-01 Alan Modra <amodra@gmail.com>
60
61 Update year range in copyright notice of all files.
62
63 For older changes see ChangeLog-2018
64 \f
65 Copyright (C) 2019 Free Software Foundation, Inc.
66
67 Copying and distribution of this file, with or without modification,
68 are permitted in any medium without royalty provided the copyright
69 notice and this notice are preserved.
70
71 Local Variables:
72 mode: change-log
73 left-margin: 8
74 fill-column: 74
75 version-control: never
76 End:
This page took 0.031513 seconds and 5 git commands to generate.