Use is_xcoff_format in ld testsuite
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
4ac3fa49
NC
12020-07-07 Nick Clifton <nickc@redhat.com>
2
3 * target-reloc.h: (Default_comdat_behaviour:get): Ignore discarded
4 relocs that refer to the .gnu.build.attributes section.
5
17550be7
NC
62020-07-06 Nick Clifton <nickc@redhat.com>
7
8 * po/fr.po: Updated French translation.
9 * po/uk.po: Updated Ukranian translation.
10
b115b9fd
NC
112020-07-04 Nick Clifton <nickc@redhat.com>
12
13 Binutils 2.35 branch created.
14
b657622c
AM
152020-07-03 Alan Modra <amodra@gmail.com>
16
17 PR 26028
18 * testsuite/Makefile.am (file_in_many_sections.stdout): Add -W
19 to readelf options.
20 * testsuite/Makefile.in: Regenerate.
21
e755667f
NA
222020-06-26 Nick Alcock <nick.alcock@oracle.com>
23
24 * configure.ac: Check for bswap_16, bswap_32, and bswap_64 decls.
25 * configure: Regenerated.
26 * config.h.in: Likewise.
27
fb58f5e9
NC
282020-06-24 Nick Clifton <nickc@redhat.com>
29
30 * target-reloc.h (issue_discarded_error): Initialise the
31 key_symndx variable.
32
f37b21b4
RM
332020-06-23 Roland McGrath <mcgrathr@google.com>
34
35 PR 22843
36 * options.h (class General_options): Add --dependency-file option.
37 * fileread.cc (File_read::files_read): New static variable.
38 (File_read::open): Add the file to the files_read list.
39 (File_read::record_file_read): New static member function.
40 (File_read::write_dependency_file): New static member function.
41 * fileread.h (class File_read): Declare them.
42 * layout.cc (Layout::read_layout_from_file): Call record_file_read.
43 (Close_task_runner::run): Call write_dependency_file if
44 --dependency-file was passed.
45
9a17a136
FS
462020-06-18 Fangrui Song <i@maskray.me>
47
48 PR gold/26039
49 * layout.cc (Layout::finish_dynamic_section): Set DF_1_PIE.
50
423054be
AM
512020-06-16 Alan Modra <amodra@gmail.com>
52
53 * testsuite/discard_locals_test.c: Replace uses of asm with __asm__.
54 * testsuite/discard_locals_relocatable_test.c: Likewise.
55
90cd2aad
AM
562020-06-16 Alan Modra <amodra@gmail.com>
57
58 * testsuite/Makefile.am (export_dynamic_plugin.o): Use CXXCOMPILE.
59 (plugin_test_wrap_symbols_1.o): Likewise.
60 (plugin_test_wrap_symbols_2.o): Likewise.
61 * testsuite/Makefile.in: Regenerate.
62
cae64165
RM
632020-06-15 Roland McGrath <mcgrathr@google.com>
64
65 Implement -z start-stop-visibility=... option.
66 * options.h (class General_options): Handle -z start-stop-visibility=.
67 (General_options::start_stop_visibility_enum): New public method.
68 (General_options::set_start_stop_visibility_enum): New private method.
69 (General_options::start_stop_visibility_enum_): New private member.
70 * options.cc (General_options::General_options): Add initializer.
71 (General_options::finalize): Set this->start_stop_visibility_enum_
72 from string value.
73 * layout.cc (Layout::define_section_symbols): Use option setting.
74
87c69f97
AM
752020-06-06 Alan Modra <amodra@gmail.com>
76
77 * powerpc.cc: Update throughout for reloc renaming.
78
6f3fe02b
AM
792020-05-22 Alan Modra <amodra@gmail.com>
80
81 PR 25882
82 * powerpc.cc (merge_object_attributes): Replace name param with
83 obj param. Update callers. Don't init FP attributes from shared
84 libraries, and do not emit an error if they don't match.
85
6a31512f
NE
862020-05-15 Nikita Ermakov <coffe92@gmail.com>
87
88 * powerpc.cc (do_gc_mark_symbol): Don't segfault on plugin symbols.
89
9d95b8e9
NC
902020-05-14 Nick Clifton <nickc@redhat.com>
91
92 * po/sr.po: New Serbian translation.
93
7c1f4227
AM
942020-05-11 Alan Modra <amodra@gmail.com>
95
96 * powerpc.cc: Rename powerxx to power10 throughout.
97
8c164434
L
982020-05-02 H.J. Lu <hongjiu.lu@intel.com>
99
100 PR gold/25904
101 * testsuite/Makefile.am (COMMON_TEST_C_CFLAGS): New.
102 (common_test_1.o): New rule.
103 (common_test_2.o): Likewise.
104 (common_test_3.o): Likewise.
105 (plugin_common_test_1.o): Likewise.
106 (plugin_common_test_2.o): Likewise.
107 (common_test_1_v1.o): Likewise.
108 (common_test_1_v2.o): Likewise.
109 (common_test_2_pic.o): Compile with $(COMMON_TEST_C_CFLAGS).
110 (common_test_3_pic.o): Likewise.
111 * testsuite/Makefile.in: Regenerated.
112
ccf20d46
L
1132020-05-01 H.J. Lu <hongjiu.lu@intel.com>
114
115 PR gold/25426
116 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
117 For x32, relax "rex leal foo@tlsdesc(%rip), %reg" to
118 "rex movl foo@gottpoff(%rip), %eax" and relax ""call *(%eax)"
119 to "nopl (%rax)".
120 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): For x32,
121 relax "rex leal foo@tlsdesc(%rip), %reg" to
122 "rex movl foo@tpoff, %eax" and relax "call *foo@tlscall(%eax)"
123 to "nopl (%rax)".
124 * testsuite/Makefile.am (tls_test_gnu2.o): Depend on
125 gcctestdir/as.
126 (tls_test_file2_gnu2.o): Likewise.
127 (tls_test_c_gnu2.o): Likewise.
128 * testsuite/Makefile.in: Regenerated.
129
6d520e36
L
1302020-05-01 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR gold/25473
133 * x86_64.cc (Target_x86_64<size>::Relocate::tls_desc_gd_to_ie):
134 Properly check r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
135 (Target_x86_64<size>::Relocate::tls_desc_gd_to_le): Properly
136 relax r8 - r15 in "lea foo@TLSDESC(%rip), %reg".
137 * testsuite/Makefile.am (check_SCRIPTS): Add x86_64_gd_to_le.sh.
138 (check_DATA): Add x86_64_gd_to_le.stdout.
139 (MOSTLYCLEANFILES): Add x86_64_gd_to_le.
140 (x86_64_gd_to_le.o): New target.
141 (x86_64_gd_to_le): Likewise.
142 (x86_64_gd_to_le.stdout): Likewise.
143 * testsuite/Makefile.in: Regenerated.
144 * testsuite/x86_64_gd_to_le.s: New file.
145 * testsuite/x86_64_gd_to_le.sh: Likewise.
146
e10cfd06
L
1472020-05-01 H.J. Lu <hongjiu.lu@intel.com>
148
149 * testsuite/odr_violation2.cc (Ordering::operator()): Make
150 expression even more complex.
151
de6d6067
L
1522020-05-01 H.J. Lu <hongjiu.lu@intel.com>
153
154 * testsuite/ver_test_pr16504.sh: Updated.
155
48bc2182
L
1562020-05-01 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR gold/25872
159 * x86_64.cc (Output_data_plt_x86_64_bnd::do_write): Increment
160 plt_offset after setting the reserved TLSDESC PLT entry.
161 (Output_data_plt_x86_64_ibt<size>::do_write): Likewise.
162
e977e747
L
1632020-05-01 H.J. Lu <hongjiu.lu@intel.com>
164
165 PR gold/25872
166 * x86_64.cc (Output_data_plt_x86_64_bnd::do_address_for_local):
167 Handle local IFUNC symbol.
168 (Output_data_plt_x86_64_ibt::do_address_for_local): Likewise.
169
9a6c68ca
FS
1702020-03-19 Fangrui Song <maskray@google.com>
171
172 * options.h (General_options): Add --no-rosegment option.
173
45c63c0f
NC
1742020-02-24 Nick Clifton <nickc@redhat.com>
175
176 * po/fr.po: Update French translation.
177
26916852
NC
1782020-01-20 Nick Clifton <nickc@redhat.com>
179
180 * po/uk.po: Updated Ukranian translation.
181
1b1bb2c6
NC
1822020-01-18 Nick Clifton <nickc@redhat.com>
183
184 * configure: Regenerate.
185 * po/gold.pot: Regenerate.
186
ae774686
NC
1872020-01-18 Nick Clifton <nickc@redhat.com>
188
189 Binutils 2.34 branch created.
190
b14ce8bf
AM
1912020-01-01 Alan Modra <amodra@gmail.com>
192
193 Update year range in copyright notice of all files.
194
0b114740 195For older changes see ChangeLog-2019
3499769a 196\f
0b114740 197Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
198
199Copying and distribution of this file, with or without modification,
200are permitted in any medium without royalty provided the copyright
201notice and this notice are preserved.
202
203Local Variables:
204mode: change-log
205left-margin: 8
206fill-column: 74
207version-control: never
208End:
This page took 0.246346 seconds and 4 git commands to generate.