Rename PowerPC64 pcrel GOT TLS relocations
[deliverable/binutils-gdb.git] / gold / ChangeLog
1 2020-06-06 Alan Modra <amodra@gmail.com>
2
3 * powerpc.cc: Update throughout for reloc renaming.
4
5 2020-05-22 Alan Modra <amodra@gmail.com>
6
7 PR 25882
8 * powerpc.cc (merge_object_attributes): Replace name param with
9 obj param. Update callers. Don't init FP attributes from shared
10 libraries, and do not emit an error if they don't match.
11
12 2020-05-15 Nikita Ermakov <coffe92@gmail.com>
13
14 * powerpc.cc (do_gc_mark_symbol): Don't segfault on plugin symbols.
15
16 2020-05-14 Nick Clifton <nickc@redhat.com>
17
18 * po/sr.po: New Serbian translation.
19
20 2020-05-11 Alan Modra <amodra@gmail.com>
21
22 * powerpc.cc: Rename powerxx to power10 throughout.
23
24 2020-05-02 H.J. Lu <hongjiu.lu@intel.com>
25
26 PR gold/25904
27 * testsuite/Makefile.am (COMMON_TEST_C_CFLAGS): New.
28 (common_test_1.o): New rule.
29 (common_test_2.o): Likewise.
30 (common_test_3.o): Likewise.
31 (plugin_common_test_1.o): Likewise.
32 (plugin_common_test_2.o): Likewise.
33 (common_test_1_v1.o): Likewise.
34 (common_test_1_v2.o): Likewise.
35 (common_test_2_pic.o): Compile with $(COMMON_TEST_C_CFLAGS).
36 (common_test_3_pic.o): Likewise.
37 * testsuite/Makefile.in: Regenerated.
38
39 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
40
41 PR gold/25426
42 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
43 For x32, relax "rex leal foo@tlsdesc(%rip), %reg" to
44 "rex movl foo@gottpoff(%rip), %eax" and relax ""call *(%eax)"
45 to "nopl (%rax)".
46 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): For x32,
47 relax "rex leal foo@tlsdesc(%rip), %reg" to
48 "rex movl foo@tpoff, %eax" and relax "call *foo@tlscall(%eax)"
49 to "nopl (%rax)".
50 * testsuite/Makefile.am (tls_test_gnu2.o): Depend on
51 gcctestdir/as.
52 (tls_test_file2_gnu2.o): Likewise.
53 (tls_test_c_gnu2.o): Likewise.
54 * testsuite/Makefile.in: Regenerated.
55
56 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR gold/25473
59 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
60 Properly check r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
61 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): Properly
62 relax r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
63 * testsuite/Makefile.am (check_SCRIPTS): Add x86_64_gd_to_le.sh.
64 (check_DATA): Add x86_64_gd_to_le.stdout.
65 (MOSTLYCLEANFILES): Add x86_64_gd_to_le.
66 (x86_64_gd_to_le.o): New target.
67 (x86_64_gd_to_le): Likewise.
68 (x86_64_gd_to_le.stdout): Likewise.
69 * testsuite/Makefile.in: Regenerated.
70 * testsuite/x86_64_gd_to_le.s: New file.
71 * testsuite/x86_64_gd_to_le.sh: Likewise.
72
73 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
74
75 * testsuite/odr_violation2.cc (Ordering::operator()): Make
76 expression even more complex.
77
78 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
79
80 * testsuite/ver_test_pr16504.sh: Updated.
81
82 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
83
84 PR gold/25872
85 * x86_64.cc (Output_data_plt_x86_64_bnd::do_write): Increment
86 plt_offset after setting the reserved TLSDESC PLT entry.
87 (Output_data_plt_x86_64_ibt<size>::do_write): Likewise.
88
89 2020-05-01 H.J. Lu <hongjiu.lu@intel.com>
90
91 PR gold/25872
92 * x86_64.cc (Output_data_plt_x86_64_bnd::do_address_for_local):
93 Handle local IFUNC symbol.
94 (Output_data_plt_x86_64_ibt::do_address_for_local): Likewise.
95
96 2020-03-19 Fangrui Song <maskray@google.com>
97
98 * options.h (General_options): Add --no-rosegment option.
99
100 2020-02-24 Nick Clifton <nickc@redhat.com>
101
102 * po/fr.po: Update French translation.
103
104 2020-01-20 Nick Clifton <nickc@redhat.com>
105
106 * po/uk.po: Updated Ukranian translation.
107
108 2020-01-18 Nick Clifton <nickc@redhat.com>
109
110 * configure: Regenerate.
111 * po/gold.pot: Regenerate.
112
113 2020-01-18 Nick Clifton <nickc@redhat.com>
114
115 Binutils 2.34 branch created.
116
117 2020-01-01 Alan Modra <amodra@gmail.com>
118
119 Update year range in copyright notice of all files.
120
121 For older changes see ChangeLog-2019
122 \f
123 Copyright (C) 2020 Free Software Foundation, Inc.
124
125 Copying and distribution of this file, with or without modification,
126 are permitted in any medium without royalty provided the copyright
127 notice and this notice are preserved.
128
129 Local Variables:
130 mode: change-log
131 left-margin: 8
132 fill-column: 74
133 version-control: never
134 End:
This page took 0.328154 seconds and 5 git commands to generate.