gdb: Convert enum range_type to a bit field enum
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2020-10-19 Alan Modra <amodra@gmail.com>
2
3 * testsuite/config/default.exp: Provide dummy libraries for
4 alpha-dec-vms.
5 (compiler_supports): New proc. Use it for compiler tests.
6 * testsuite/lib/ld-lib.exp (default_ld_assemble): Don't die if
7 subdir not set.
8 (run_ld_link_tests): Pass LDFLAGS to ld.
9 * testsuite/ld-checks/checks.exp (section_check): Likewise.
10 * testsuite/ld-scripts/assert.exp: Likewise.
11 * testsuite/ld-scripts/extern.exp: Likewise.
12 * testsuite/ld-scripts/log2.exp: Likewise.
13 * testsuite/ld-scripts/map-address.exp: Likewise.
14 * testsuite/ld-scripts/script.exp: Likewise.
15 * testsuite/ld-scripts/sizeof.exp: Likewise.
16
17 2020-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * ldlang.c (lang_process): Add extra call to
20 lang_do_memory_regions, and pass parameter.
21 (lang_do_memory_regions): Add parameter, only define origin and
22 length when requested. Reindent.
23 * testsuite/ld-scripts/provide-10.d: New file.
24 * testsuite/ld-scripts/provide-10.map: New file.
25 * testsuite/ld-scripts/provide-11.d: New file.
26 * testsuite/ld-scripts/provide-11.map: New file.
27 * testsuite/ld-scripts/provide-12.d: New file.
28 * testsuite/ld-scripts/provide-12.map: New file.
29 * testsuite/ld-scripts/provide-9.d: New file.
30 * testsuite/ld-scripts/provide-9.map: New file.
31 * testsuite/ld-scripts/provide-9.t: New file.
32
33 2020-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
34
35 * ld.texi (Options): Extend the description of --defsym.
36
37 2020-10-16 Nick Clifton <nickc@redhat.com>
38
39 PR 26626
40 * ldmain.c (undefined_symbol): If an error handlign script is
41 available, call it.
42 * ldfile.c (error_handling_script): Declare.
43 (ldfile_open_file): If a library cannot be found and an error
44 handling script is available, call it.
45 * ldmain.h (error_handling_script): Prototype.
46 * ldlex.h (OPTION_ERROR_HANDLING_SCRIPT): Define.
47 * lexsup.c (ld_options): Add --error-handling-script.
48 (parse_args): Add support for --errror-handling-script.
49 * ld.texi: Document the new feature.
50 * configure.ac: Add --error-handling-script option to disable
51 support for the new feature.
52 * NEWS: Mention the new feature.
53 * config.in: Regenerate.
54 * configure: Regenerate.
55
56 2020-10-16 Nelson Chu <nelson.chu@sifive.com>
57
58 * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite.s: New testcase.
59 * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite.d: Likewise.
60 * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite-exe.rd: Likewise.
61 * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite-pic.rd: Likewise.
62 * testsuite/ld-riscv-elf/ifunc-plt-got-overwrite-pie.rd: Likewise.
63 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
64
65 2020-10-16 Nelson Chu <nelson.chu@sifive.com>
66
67 * emulparams/elf32lriscv-defs.sh: Add IREL_IN_PLT.
68 * testsuite/ld-ifunc/ifunc.exp: Enable ifunc tests for RISC-V.
69 * testsuite/ld-riscv-elf/ld-riscv-elf.exp (run_dump_test_ifunc):
70 New dump test for ifunc. There are two arguments, 'target` and
71 `output`. The `target` is rv32 or rv64, and the `output` is used
72 to choose which output you want to test (exe, pie or .so).
73 * testsuite/ld-riscv-elf/ifunc-reloc-call-01.s: New testcase.
74 * testsuite/ld-riscv-elf/ifunc-reloc-call-01.d: Likewise.
75 * testsuite/ld-riscv-elf/ifunc-reloc-call-01-exe.rd: Likewise.
76 * testsuite/ld-riscv-elf/ifunc-reloc-call-01-pic.rd: Likewise.
77 * testsuite/ld-riscv-elf/ifunc-reloc-call-01-pie.rd: Likewise.
78 * testsuite/ld-riscv-elf/ifunc-reloc-call-02.s: Likewise.
79 * testsuite/ld-riscv-elf/ifunc-reloc-call-02.d: Likewise.
80 * testsuite/ld-riscv-elf/ifunc-reloc-call-02-exe.rd: Likewise.
81 * testsuite/ld-riscv-elf/ifunc-reloc-call-02-pic.rd: Likewise.
82 * testsuite/ld-riscv-elf/ifunc-reloc-call-02-pie.rd: Likewise.
83 * testsuite/ld-riscv-elf/ifunc-reloc-data.s: Likewise.
84 * testsuite/ld-riscv-elf/ifunc-reloc-data.d: Likewise.
85 * testsuite/ld-riscv-elf/ifunc-reloc-data-exe.rd: Likewise.
86 * testsuite/ld-riscv-elf/ifunc-reloc-data-pic.rd: Likewise.
87 * testsuite/ld-riscv-elf/ifunc-reloc-data-pie.rd: Likewise.
88 * testsuite/ld-riscv-elf/ifunc-reloc-got.s: Likewise.
89 * testsuite/ld-riscv-elf/ifunc-reloc-got.d: Likewise.
90 * testsuite/ld-riscv-elf/ifunc-reloc-got-exe.rd: Likewise.
91 * testsuite/ld-riscv-elf/ifunc-reloc-got-pic.rd: Likewise.
92 * testsuite/ld-riscv-elf/ifunc-reloc-got-pie.rd: Likewise.
93 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel.s: Likewise.
94 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel.d: Likewise.
95 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-exe.rd: Likewise.
96 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-pic.rd: Likewise.
97 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-pie.rd: Likewise.
98 * testsuite/ld-riscv-elf/ifunc-nonplt.s: Likewise.
99 * testsuite/ld-riscv-elf/ifunc-nonplt.d: Likewise.
100 * testsuite/ld-riscv-elf/ifunc-nonplt-exe.rd: Likewise.
101 * testsuite/ld-riscv-elf/ifunc-nonplt-pic.rd: Likewise.
102 * testsuite/ld-riscv-elf/ifunc-nonplt-pie.rd: Likewise.
103 * testsuite/ld-riscv-elf/ifunc-plt-01.s: Likewise.
104 * testsuite/ld-riscv-elf/ifunc-plt-01.d: Likewise.
105 * testsuite/ld-riscv-elf/ifunc-plt-01-exe.rd: Likewise.
106 * testsuite/ld-riscv-elf/ifunc-plt-01-pic.rd: Likewise.
107 * testsuite/ld-riscv-elf/ifunc-plt-01-pie.rd: Likewise.
108 * testsuite/ld-riscv-elf/ifunc-plt-02.s: Likewise.
109 * testsuite/ld-riscv-elf/ifunc-plt-02.d: Likewise.
110 * testsuite/ld-riscv-elf/ifunc-plt-02-exe.rd: Likewise.
111 * testsuite/ld-riscv-elf/ifunc-plt-02-pic.rd: Likewise.
112 * testsuite/ld-riscv-elf/ifunc-plt-02-pie.rd: Likewise.
113 * testsuite/ld-riscv-elf/ifunc-seperate-resolver.s: Likewise.
114 * testsuite/ld-riscv-elf/ifunc-seperate-caller.s: Likewise.
115 * testsuite/ld-riscv-elf/ifunc-seperate-exe.d: Likewise.
116 * testsuite/ld-riscv-elf/ifunc-seperate-pic.d: Likewise.
117 * testsuite/ld-riscv-elf/ifunc-seperate-pie.d: Likewise.
118 * testsuite/ld-riscv-elf/ifunc-seperate-caller-pcrel.s: Likewise.
119 * testsuite/ld-riscv-elf/ifunc-seperate-pcrel-pic.d: Likewise.
120 * testsuite/ld-riscv-elf/ifunc-seperate-pcrel-pie.d: Likewise.
121
122 2020-10-09 H.J. Lu <hongjiu.lu@intel.com>
123
124 PR gas/26703
125 * NEWS: Mention -z x86-64-v[234].
126 * ld.texi: Document -z x86-64-v[234].
127 * emulparams/elf32_x86_64.sh: Use x86-64-level.sh.
128 * emulparams/elf_i386.sh: Likewise.
129 * emulparams/elf_x86_64.sh: Likewise.
130 * emulparams/x86-64-level.sh: New file.
131 * testsuite/ld-elf/x86-feature-1a.rd: Update.
132 * testsuite/ld-elf/x86-feature-1b.rd: Likewise.
133 * testsuite/ld-elf/x86-feature-1c.rd: Likewise.
134 * testsuite/ld-elf/x86-feature-1d.rd: Likewise.
135 * testsuite/ld-elf/x86-feature-1e.rd: Likewise.
136 * testsuite/ld-i386/pr23372c.d: Likewise.
137 * testsuite/ld-i386/pr23486c.d: Likewise.
138 * testsuite/ld-i386/pr23486d.d: Likewise.
139 * testsuite/ld-i386/pr24322a.d: Likewise.
140 * testsuite/ld-i386/pr24322b.d: Likewise.
141 * testsuite/ld-i386/property-1a.r: Likewise.
142 * testsuite/ld-i386/property-2a.r: Likewise.
143 * testsuite/ld-i386/property-3.r: Likewise.
144 * testsuite/ld-i386/property-3a.r: Likewise.
145 * testsuite/ld-i386/property-4.r: Likewise.
146 * testsuite/ld-i386/property-4a.r: Likewise.
147 * testsuite/ld-i386/property-5.r: Likewise.
148 * testsuite/ld-i386/property-5a.r: Likewise.
149 * testsuite/ld-i386/property-7a.r: Likewise.
150 * testsuite/ld-i386/property-x86-3.d: Likewise.
151 * testsuite/ld-i386/property-x86-4a.d: Likewise.
152 * testsuite/ld-i386/property-x86-5.d: Likewise.
153 * testsuite/ld-i386/property-x86-cet1.d: Likewise.
154 * testsuite/ld-i386/property-x86-cet2a.d: Likewise.
155 * testsuite/ld-i386/property-x86-cet5a.d: Likewise.
156 * testsuite/ld-i386/property-x86-cet5b.d: Likewise.
157 * testsuite/ld-i386/property-x86-ibt1a.d: Likewise.
158 * testsuite/ld-i386/property-x86-ibt1b.d: Likewise.
159 * testsuite/ld-i386/property-x86-ibt2.d: Likewise.
160 * testsuite/ld-i386/property-x86-ibt3a.d: Likewise.
161 * testsuite/ld-i386/property-x86-ibt3b.d: Likewise.
162 * testsuite/ld-i386/property-x86-ibt4.d: Likewise.
163 * testsuite/ld-i386/property-x86-ibt5.d: Likewise.
164 * testsuite/ld-i386/property-x86-shstk1a.d: Likewise.
165 * testsuite/ld-i386/property-x86-shstk1b.d: Likewise.
166 * testsuite/ld-i386/property-x86-shstk2.d: Likewise.
167 * testsuite/ld-i386/property-x86-shstk3a.d: Likewise.
168 * testsuite/ld-i386/property-x86-shstk3b.d: Likewise.
169 * testsuite/ld-i386/property-x86-shstk4.d: Likewise.
170 * testsuite/ld-i386/property-x86-shstk5.d: Likewise.
171 * testsuite/ld-x86-64/pr23372c-x32.d: Likewise.
172 * testsuite/ld-x86-64/pr23372c.d: Likewise.
173 * testsuite/ld-x86-64/pr23486c.d: Likewise.
174 * testsuite/ld-x86-64/pr23486d-x32.d: Likewise.
175 * testsuite/ld-x86-64/pr23486d.d: Likewise.
176 * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
177 * testsuite/ld-x86-64/pr24322a.d: Likewise.
178 * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
179 * testsuite/ld-x86-64/pr24322b.d: Likewise.
180 * testsuite/ld-x86-64/pr24458a-x32.d: Likewise.
181 * testsuite/ld-x86-64/pr24458a.d: Likewise.
182 * testsuite/ld-x86-64/pr24458b-x32.d: Likewise.
183 * testsuite/ld-x86-64/pr24458b.d: Likewise.
184 * testsuite/ld-x86-64/pr24458c-x32.d: Likewise.
185 * testsuite/ld-x86-64/pr24458c.d: Likewise.
186 * testsuite/ld-x86-64/property-1a.r: Likewise.
187 * testsuite/ld-x86-64/property-2a.r: Likewise.
188 * testsuite/ld-x86-64/property-3.r: Likewise.
189 * testsuite/ld-x86-64/property-3a.r: Likewise.
190 * testsuite/ld-x86-64/property-4.r: Likewise.
191 * testsuite/ld-x86-64/property-4a.r: Likewise.
192 * testsuite/ld-x86-64/property-5.r: Likewise.
193 * testsuite/ld-x86-64/property-5a.r: Likewise.
194 * testsuite/ld-x86-64/property-7a.r: Likewise.
195 * testsuite/ld-x86-64/property-x86-3-x32.d: Likewise.
196 * testsuite/ld-x86-64/property-x86-3.d: Likewise.
197 * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
198 * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
199 * testsuite/ld-x86-64/property-x86-5-x32.d: Likewise.
200 * testsuite/ld-x86-64/property-x86-5.d: Likewise.
201 * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise.
202 * testsuite/ld-x86-64/property-x86-cet1.d: Likewise.
203 * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise.
204 * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise.
205 * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise.
206 * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise.
207 * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise.
208 * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise.
209 * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise.
210 * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise.
211 * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise.
212 * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise.
213 * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise.
214 * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise.
215 * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise.
216 * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise.
217 * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise.
218 * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise.
219 * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise.
220 * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise.
221 * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise.
222 * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise.
223 * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise.
224 * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise.
225 * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise.
226 * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise.
227 * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise.
228 * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise.
229 * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise.
230 * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise.
231 * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise.
232 * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise.
233 * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise.
234 * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise.
235 * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise.
236 * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise.
237 * testsuite/ld-i386/i386.exp: Run property-x86-6,
238 property-x86-isa1, property-x86-isa2 and property-x86-isa3.
239 * testsuite/ld-i386/property-x86-1.S: Updated to the current
240 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
241 values.
242 * testsuite/ld-i386/property-x86-2.S: Likewise.
243 * testsuite/ld-i386/property-x86-3.s: Likewise.
244 * testsuite/ld-x86-64/pr23372d.s: Likewise.
245 * testsuite/ld-x86-64/pr23372e.s: Likewise.
246 * testsuite/ld-x86-64/pr23372f.s: Likewise.
247 * testsuite/ld-x86-64/pr23486c.s: Likewise.
248 * testsuite/ld-x86-64/pr23486d.s: Likewise.
249 * testsuite/ld-x86-64/property-x86-1.S: Likewise.
250 * testsuite/ld-x86-64/property-x86-2.S: Likewise.
251 * testsuite/ld-x86-64/property-x86-3.s: Likewise.
252 * testsuite/ld-x86-64/property-x86-5a.s: Likewise.
253 * testsuite/ld-x86-64/property-x86-5b.s: Likewise.
254 * testsuite/ld-i386/property-x86-6.d: New file.
255 * testsuite/ld-i386/property-x86-isa1.d: Likewise.
256 * testsuite/ld-i386/property-x86-isa2.d: Likewise.
257 * testsuite/ld-i386/property-x86-isa3.d: Likewise.
258 * testsuite/ld-x86-64/property-x86-6-x32.d: Likewise.
259 * testsuite/ld-x86-64/property-x86-6.d: Likewise.
260 * testsuite/ld-x86-64/property-x86-6.s: Likewise.
261 * testsuite/ld-x86-64/property-x86-isa1-x32.d: Likewise.
262 * testsuite/ld-x86-64/property-x86-isa1.d: Likewise.
263 * testsuite/ld-x86-64/property-x86-isa1.s: Likewise.
264 * testsuite/ld-x86-64/property-x86-isa2-x32.d: Likewise.
265 * testsuite/ld-x86-64/property-x86-isa2.d: Likewise.
266 * testsuite/ld-x86-64/property-x86-isa3-x32.d: Likewise.
267 * testsuite/ld-x86-64/property-x86-isa3.d: Likewise.
268 * testsuite/ld-x86-64/simple.s: Likewise.
269 * ld/testsuite/ld-x86-64/x86-64.exp: Run property-x86-6,
270 property-x86-6-x32, property-x86-isa1, property-x86-isa1-x32,
271 property-x86-isa2, property-x86-isa2-x32, property-x86-isa3-x32
272 and property-x86-isa3.
273
274 2020-10-06 H.J. Lu <hongjiu.lu@intel.com>
275
276 * testsuite/ld-i386/property-3.r: Updated for Fedora binary
277 annotation plugin for GCC.
278 * testsuite/ld-i386/property-4.r: Likewise.
279 * testsuite/ld-i386/property-5.r: Likewise.
280 * testsuite/ld-x86-64/property-3.r: Likewise.
281 * testsuite/ld-x86-64/property-4.r: Likewise.
282 * testsuite/ld-x86-64/property-5.r: Likewise.
283
284 2020-10-06 H.J. Lu <hongjiu.lu@intel.com>
285
286 PR ld/26711
287 * testsuite/ld-i386/i386.exp: Run ld/26711 tests.
288 * testsuite/ld-x86-64/x86-64.exp: Likewise.
289 * testsuite/ld-i386/pr26711-1.d: Likewise.
290 * testsuite/ld-i386/pr26711-2.d: Likewise.
291 * testsuite/ld-i386/pr26711-3.d: Likewise.
292 * testsuite/ld-x86-64/pr26711-1-x32.d: Likewise.
293 * testsuite/ld-x86-64/pr26711-1.d: Likewise.
294 * testsuite/ld-x86-64/pr26711-2-x32.d: Likewise.
295 * testsuite/ld-x86-64/pr26711-2.d: Likewise.
296 * testsuite/ld-x86-64/pr26711-3-x32.d: Likewise.
297 * testsuite/ld-x86-64/pr26711-3.d: Likewise.
298 * testsuite/ld-x86-64/pr26711.s: Likewise.
299
300 2020-10-06 Brandon Bergren <bdragon@FreeBSD.org>
301
302 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64lppc_fbsd.c.
303 Include $(DEPDIR)/eelf64lppc_fbsd.Pc.
304 * configure.tgt: Add powerpc64le-*-freebsd*.
305 * emulparams/elf64lppc_fbsd.sh: New file.
306 * Makefile.in: Regenerate.
307 * po/BLD-POTFILES.in: Regenerate.
308
309 2020-10-05 T.K. Chia <u1049321969@caramail.com>
310
311 PR gas/26694
312 * testsuite/ld-i386/ljmp.s,
313 * testsuite/ld-i386/ljmp1.d,
314 * testsuite/ld-i386/ljmp1.s,
315 * testsuite/ld-i386/ljmp2.d,
316 * testsuite/ld-i386/ljmp2.s,
317 * testsuite/ld-x86-64/ljmp1.d,
318 * testsuite/ld-x86-64/ljmp2.d: New testcases.
319 * testsuite/ld-i386/i386.exp,
320 * testsuite/ld-x86-64/x86-64.exp: Run them.
321
322 2020-10-05 Nick Clifton <nickc@redhat.com>
323
324 * lexsup.c (parse_args): Generate an error or warning message when
325 multiple short options are used together.
326
327 2020-10-01 H.J. Lu <hongjiu.lu@intel.com>
328
329 PR 26681
330 * testsuite/ld-elf/pr26681.s: New test.
331 * testsuite/ld-elf/pr26681.d: New test driver.
332 * testsuite/ld-elf/pr26681.l: New test output.
333
334 2020-09-30 H.J. Lu <hongjiu.lu@intel.com>
335
336 PR ld/26675
337 * plugin.c (plugin_notice): Override the IR definition before
338 all LTO symbols have been read for non-ELF targets.
339
340 2020-09-30 Jeremy Drake <sourceware-bugzilla@jdrake.com>
341
342 PR 26588
343 * emultempl/pe.em (_finish): Generate an import library for DLLs,
344 even if they have no exports.
345 * emultempl/pep.em (_finish): Likewise.
346
347 2020-09-28 Alan Modra <amodra@gmail.com>
348
349 * testsuite/ld-powerpc/tlsget.d,
350 * testsuite/ld-powerpc/tlsget.s,
351 * testsuite/ld-powerpc/tlsget.wf,
352 * testsuite/ld-powerpc/tlsget2.d.
353 * testsuite/ld-powerpc/tlsget2.wf: New testcases.
354 * testsuite/ld-powerpc/powerpc.exp: Run them.
355
356 2020-09-26 Alan Modra <amodra@gmail.com>
357
358 * testsuite/ld-powerpc/elfv2so.d,
359 * testsuite/ld-powerpc/notoc2.d,
360 * testsuite/ld-powerpc/tlsdesc.wf,
361 * testsuite/ld-powerpc/tlsdesc2.d,
362 * testsuite/ld-powerpc/tlsdesc2.wf,
363 * testsuite/ld-powerpc/tlsopt5.d,
364 * testsuite/ld-powerpc/tlsopt5.wf,
365 * testsuite/ld-powerpc/tlsopt6.d,
366 * testsuite/ld-powerpc/tlsopt6.wf: Update __glink_PLTresolve.
367
368 2020-09-24 Alan Modra <amodra@gmail.com>
369
370 PR 26655
371 * emultempl/ppc64elf.em (params): Add ppc_edit.
372 (ppc_before_allocation): Split off some edit functions to..
373 (ppc_edit): ..this, new function.
374
375 2020-09-22 Frediano Ziglio <fziglio@redhat.com>
376
377 * emultempl/pe.em (set_entry_point): Only use the DLL entry point
378 for DLLs.
379 * emultempl/pep.em (set_entry_point): Likewise.
380
381 2020-09-16 Mikael Pettersson <mikpelinux@gmail.com>
382
383 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIE on sparc.
384 * testsuite/ld-elf/tls.exp: Add -Av9 to AFLAGS_PIC on sparc.
385
386 2020-09-16 H.J. Lu <hongjiu.lu@intel.com>
387
388 PR ld/26583
389 * testsuite/ld-x86-64/pe-x86-64-1.od: New file.
390 * testsuite/ld-x86-64/pe-x86-64-1a.obj.bz2: Likewise.
391 * testsuite/ld-x86-64/pe-x86-64-1b.obj.bz2: Likewise.
392 * testsuite/ld-x86-64/pe-x86-64-1c.obj.bz2: Likewise.
393 * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
394 * testsuite/ld-x86-64/pe-x86-64-2a.obj.bz2: Likewise.
395 * testsuite/ld-x86-64/pe-x86-64-2b.obj.bz2: Likewise.
396 * testsuite/ld-x86-64/pe-x86-64-2c.obj.bz2: Likewise.
397 * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
398 * testsuite/ld-x86-64/pe-x86-64-3a.obj.bz2: Likewise.
399 * testsuite/ld-x86-64/pe-x86-64-3b.obj.bz2: Likewise.
400 * testsuite/ld-x86-64/pe-x86-64-3c.obj.bz2: Likewise.
401 * testsuite/ld-x86-64/pe-x86-64-3d.obj.bz2: Likewise.
402 * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
403 * testsuite/ld-x86-64/pe-x86-64-4a.obj.bz2: Likewise.
404 * testsuite/ld-x86-64/pe-x86-64-4b.obj.bz2: Likewise.
405 * testsuite/ld-x86-64/pe-x86-64-4c.obj.bz2: Likewise.
406 * testsuite/ld-x86-64/pe-x86-64-4d.obj.bz2: Likewise.
407 * testsuite/ld-x86-64/pe-x86-64.exp: Likewise.
408 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Handle bz2 binary
409 inputs.
410
411 2020-09-16 Alan Modra <amodra@gmail.com>
412
413 * plugin.c (asymbol_from_plugin_symbol): Adjust elf_symbol_from
414 invocation.
415
416 2020-09-15 H.J. Lu <hongjiu.lu@intel.com>
417
418 * ldelf.c (ldelf_after_open): Check bfd_target_elf_flavour first.
419
420 2020-09-15 Hans-Peter Nilsson <hp@axis.com>
421
422 PR ld/26589
423 * testsuite/ld-elf/pr26589.d, testsuite/ld-elf/locref3.s: New test.
424
425 2020-09-13 Alan Modra <amodra@gmail.com>
426
427 PR 26391
428 * testsuite/ld-elf/pr26391.nd: Adjust to match powerpc64 function
429 descriptors.
430
431 2020-09-12 H.J. Lu <hongjiu.lu@intel.com>
432
433 PR ld/26391
434 * NEWS: Mention "-z unique-symbol".
435 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Handle
436 "-z unique-symbol" and "-z nounique-symbol".
437 * ld.texi: Document "-z unique-symbol" and "-z nounique-symbol".
438 * lexsup.c (elf_static_list_options): Add "-z unique-symbol" and
439 "-z nounique-symbol".
440 * testsuite/ld-elf/elf.exp: Add PR ld/26391 tests.
441 * testsuite/ld-elf/pr26391.nd: New file.
442 * testsuite/ld-elf/pr26391.out: Likewise.
443 * testsuite/ld-elf/pr26391a.c: Likewise.
444 * testsuite/ld-elf/pr26391b.c: Likewise.
445 * testsuite/ld-elf/pr26391c.c: Likewise.
446 * testsuite/ld-elf/pr26391d.c: Likewise.
447
448 2020-09-11 Jeremy Drake <sourceware-bugzilla@jdrake.com>
449
450 PR 26588
451 * emultempl/pe.em (_finish): Only generate a import library if not
452 exporting relocs.
453 * emultempl/pep.em: Likewise.
454
455 2020-09-10 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
456
457 * testsuite/ld-aarch64/emit-relocs-560.d: Expect error instead
458 of valid output.
459
460 2020-09-10 H.J. Lu <hongjiu.lu@intel.com>
461
462 PR ld/26590
463 * testsuite/ld-elf/pr26590.err: New file.
464 * testsuite/ld-elf/pr26590a.c: Likewise.
465 * testsuite/ld-elf/pr26590b.c: Likewise.
466 * testsuite/ld-elf/pr26590c.c: Likewise.
467 * testsuite/ld-elf/pr26590d.c: Likewise.
468 * testsuite/ld-elf/shared.exp: Run ld/26590 tests.
469
470 2020-09-10 Alan Modra <amodra@gmail.com>
471
472 * testsuite/ld-elf/pr26580-2.sd: Accept undefined symbol.
473
474 2020-09-10 Alan Modra <amodra@gmail.com>
475
476 * testsuite/ld-plugin/lto-18b.c (select): Remove.
477 * testsuite/ld-plugin/lto-18c.c (select): Remove.
478 * testsuite/ld-plugin/lto.exp: Build archives for lto-18 too,
479 and run static versions of the test.
480
481 2020-09-09 Alan Modra <amodra@gmail.com>
482
483 * testsuite/ld-plugin/lto-18a.c,
484 * testsuite/ld-plugin/lto-18b.c,
485 * testsuite/ld-plugin/lto-18c.c,
486 * testsuite/ld-plugin/lto-18d.c,
487 * testsuite/ld-plugin/lto-18.out: New test.
488 * testsuite/ld-plugin/lto.exp: Run it.
489
490 2020-09-08 Jozef Lawrynowicz <jozef.l@mittosystems.com>
491
492 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests.
493 * testsuite/ld-msp430-elf/uleb128.s: New test.
494 * testsuite/ld-msp430-elf/uleb128_430.d: New test.
495 * testsuite/ld-msp430-elf/uleb128_430x.d: New test.
496
497 2020-09-08 Alan Modra <amodra@gmail.com>
498
499 * testsuite/ld-elf/pr26580-a.s,
500 * testsuite/ld-elf/pr26580-b.s,
501 * testsuite/ld-elf/pr26580-1.sd,
502 * testsuite/ld-elf/pr26580-2.sd: New tests
503 * testsuite/ld-elf/comm-data.exp: Run new tests.
504 * testsuite/ld-elf/pr26580-a.c,
505 * testsuite/ld-elf/pr26580-b.c,
506 * testsuite/ld-elf/pr26580-3.out,
507 * testsuite/ld-elf/pr26580-4.out: New tests.
508 * testsuite/ld-elf/shared.exp: Run new tests.
509
510 2020-09-04 Alan Modra <amodra@gmail.com>
511
512 * testsuite/ld-plugin/lto.exp: Don't run pr15146 tests.
513 * testsuite/ld-plugin/pr15146.d: Delete.
514 * testsuite/ld-plugin/pr15146a.c: Delete.
515 * testsuite/ld-plugin/pr15146b.c: Delete.
516 * testsuite/ld-plugin/pr15146c.c: Delete.
517 * testsuite/ld-plugin/pr15146d.c: Delete.
518
519 2020-09-03 H.J. Lu <hongjiu.lu@intel.com>
520
521 * testsuite/config/default.exp: Change NOSANTIZE_CFLAGS to
522 NOSANITIZE_CFLAGS.
523 * testsuite/ld-elf/dwarf.exp: Likewise.
524 * testsuite/ld-elf/indirect.exp: Likewise.
525 * testsuite/ld-elf/linux-x86.exp: Likewise.
526 * testsuite/ld-elf/shared.exp: Likewise.
527 * testsuite/ld-elf/tls.exp: Likewise.
528 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
529 * testsuite/ld-elfvers/vers.exp: Likewise.
530 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
531 * testsuite/ld-elfweak/elfweak.exp: Likewise.
532 * testsuite/ld-gc/gc.exp: Likewise.
533 * testsuite/ld-plugin/lto.exp: Likewise.
534 * testsuite/ld-plugin/plugin.exp: Likewise.
535 * testsuite/ld-scripts/crossref.exp: Likewise.
536 * testsuite/ld-selective/selective.exp: Likewise.
537 * testsuite/ld-shared/shared.exp: Likewise.
538 * testsuite/ld-size/size.exp: Likewise.
539 * testsuite/ld-srec/srec.exp: Likewise.
540 * testsuite/ld-x86-64/x86-64.exp: Likewise.
541
542 2020-09-03 Nelson Chu <nelson.chu@sifive.com>
543
544 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Remove
545 the useless `warnings` keywords.
546 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
547 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
548 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
549 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
550 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
551
552 2020-09-03 Nelson Chu <nelson.chu@sifive.com>
553
554 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update the
555 message from error to warning.
556 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02.d: New testcases.
557 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02a.s: Likewise.
558 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02b.s: Likewise.
559 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02c.s: Likewise.
560 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02d.s: Likewise.
561 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
562
563 2020-09-03 Kito Cheng <kito.cheng@sifive.com>
564
565 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Updated.
566 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01a.s: Likewise.
567 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01b.s: Likewise.
568
569 2020-09-03 Alan Modra <amodra@gmail.com>
570
571 * testsuite/ld-scripts/sysroot-prefix.exp (single_sysroot_prefix_test):
572 Log $scriptname.
573
574 2020-08-30 H.J. Lu <hongjiu.lu@intel.com>
575
576 * testsuite/ld-elf/dwarf.exp: Append $NOSANTIZE_CFLAGS to CFLAGS.
577 * testsuite/ld-elf/shared.exp: Likewise.
578 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
579 * testsuite/ld-shared/shared.exp: Likewise.
580 * testsuite/ld-size/size.exp: Likewise.
581
582 2020-08-28 Jozef Lawrynowicz <jozef.l@mittosystems.com>
583
584 * emultempl/msp430.em (input_section_exists): New.
585 (check_array_section_alignment): New.
586 (gld${EMULATION_NAME}_finish): New.
587 * scripttempl/elf32msp430.sc: Add ALIGN directives before the
588 definition of __*_array_start symbols.
589 * testsuite/ld-msp430-elf/finiarray-warn.ld: New test.
590 * testsuite/ld-msp430-elf/finiarray-warn.r: New test.
591 * testsuite/ld-msp430-elf/initarray-nowarn.ld: New test.
592 * testsuite/ld-msp430-elf/initarray-warn.ld: New test.
593 * testsuite/ld-msp430-elf/initarray-warn.r: New test.
594 * testsuite/ld-msp430-elf/initarray.s: New test.
595 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests.
596 * testsuite/ld-msp430-elf/preinitarray-warn.ld: New test.
597 * testsuite/ld-msp430-elf/preinitarray-warn.r: New test.
598
599 2020-08-28 Jozef Lawrynowicz <jozef.l@mittosystems.com>
600
601 * ldmisc.c (vfinfo): Support new "%pU" format specifier.
602
603 2020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
604
605 * emulparams/cskyelf.sh: Support attribute section.
606 * testsuite/ld-csky/tls-le-v1.d: Match .csky.attributes section.
607 * ld/testsuite/ld-csky/tls-le.d: Likewise.
608 * testsuite/ld-elf/non-contiguous.ld: Ignore .csky.attributes
609 section.
610
611 2020-08-28 Nick Clifton <nickc@redhat.com>
612
613 PR 19011
614 * testsuite/lib/ld-lib.exp (ld_link_defsyms): For PE based targets
615 define the __main and ___main symbols in terms of the main symbol.
616
617 2020-08-28 Alan Modra <amodra@gmail.com>
618
619 PR 19011
620 * testsuite/ld-plugin/plugin.exp: Use modified CFLAGS throughout
621 file. Add --image-base for pecoff.
622
623 2020-08-28 Nelson Chu <nelson.chu@sifive.com>
624
625 testsuite/ld-riscv-elf/lib-nopic-01a.s: Use R_RISCV_JAL rather
626 than R_RISCV_CALL.
627 testsuite/ld-riscv-elf/lib-nopic-01b.d: Likewise.
628 testsuite/ld-riscv-elf/lib-nopic-01b.s: Likewise.
629
630 2020-08-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
631
632 * emultempl/msp430.em: Remove unused variable "buf".
633
634 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
635
636 * ldlang.c (dump_ctf_errs): Unquote CTF error messages.
637 (ldlang_open_ctf): Likewise.
638 (lang_merge_ctf): Likewise.
639 (lang_write_ctf): Likewise.
640 * testsuite/ld-ctf/diag-ctf-version-f.d: Adjust.
641 * testsuite/ld-ctf/diag-cttname-invalid.d: Adjust.
642 * testsuite/ld-ctf/diag-decompression-failure.d: Adjust.
643 * testsuite/ld-ctf/diag-parname.d: Adjust.
644 * testsuite/ld-ctf/diag-unsupported-flag.d: Adjust.
645 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Adjust.
646 * testsuite/ld-ctf/diag-wrong-magic-number.d: Adjust.
647
648 2020-08-27 Nick Alcock <nick.alcock@oracle.com>
649
650 * ldlang.c (lang_ctf_errs_warnings): Support calls with NULL fp.
651 Adjust for new err parameter to ctf_errwarning_next. Only
652 check for assertion failures when fp is non-NULL.
653 (ldlang_open_ctf): Call it on open errors.
654 * testsuite/ld-ctf/ctf.exp: Always use the C locale to avoid
655 breaking the diags tests.
656
657 2020-08-27 Jeremy Drake <sourceware-bugzilla@jdrake.com>
658
659 PR 19011
660 * emultempl/pe.em (DEFAULT_DLL_CHARACTERISTICS): Define.
661 (pe_dll_characteristics): Initialise to DEFAULT_DLL_CHARACTERISTICS.
662 (add_options): Add options to disable DLL characteristics.
663 (list_options): List the new options.
664 (handle_options): Handle the new options.
665 * emultempl/pep.em: Similar changes to above.
666 (NT_EXE_IMAGE_BASE): Default to an address above 4G.
667 (NT_DLL_IMAGE_BASE, NT_DLL_AUTO_IMAGE_BASE,
668 (NT_DLL_AUTO_IMAGE_MASK): Likewise.
669 * ld.texi: Document the new options.
670 * pe-dll.c (pe_dll_enable_reloc_section): Change to default to
671 true.
672 (generate_reloc): Do nothing if there is no reloc section.
673 (pe_exe_fill_sections): Only assign the reloc section contents if
674 the section exists.
675 * testsuite/ld-pe/pe.exp: Add the --disable-reloc-section flag to
676 the .secrel32 tests.
677 * testsuite/ld-scripts/provide-8.d: Expect for fail on PE targets.
678 * NEWS: Mention the change in DLL generation.
679
680 2020-08-26 H.J. Lu <hongjiu.lu@intel.com>
681
682 * testsuite/ld-elf/indirect.exp: Append $NOSANTIZE_CFLAGS to CC.
683 * testsuite/ld-elf/shared.exp: Likewise.
684 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
685 * testsuite/ld-elfvers/vers.exp: Likewise.
686 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
687 * testsuite/ld-elfweak/elfweak.exp: Likewise.
688 * testsuite/ld-plugin/lto.exp: Likewise.
689 * testsuite/ld-plugin/plugin.exp: Likewise.
690 * testsuite/ld-scripts/crossref.exp: Likewise.
691
692 2020-08-26 Alan Modra <amodra@gmail.com>
693
694 PR 26499
695 * emultempl/spuelf.em (spu_elf_relink): Check for NULL tmp_file_list.
696
697 2020-08-26 Alan Modra <amodra@gmail.com>
698
699 PR 26431
700 * pe-dll.c (auto_export): Don't call bsearch with zero count.
701
702 2020-08-25 Alan Modra <amodra@gmail.com>
703
704 * testsuite/ld-libs/libs.exp: Don't run on sh-pe, tic30 or tic54x.
705 * testsuite/ld-scripts/data.d: xfail tic4x and tic54x.
706 * testsuite/ld-scripts/empty-address-2a.d: xfail tic54x.
707 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
708 * testsuite/ld-scripts/include-1.d: xfail tic4x and tic54x.
709 * testsuite/ld-scripts/provide-1.d: xfail tic54x.
710 * testsuite/ld-scripts/provide-2.d: Likewise.
711 * testsuite/ld-scripts/provide-4.d: Likewise.
712
713 2020-08-24 Alan Modra <amodra@gmail.com>
714
715 * testsuite/ld-sparc/tlssunbin32.rd: Update for new readelf output.
716 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
717
718 2020-08-24 Alan Modra <amodra@gmail.com>
719
720 * testsuite/ld-powerpc/tls32.d: Update for TPREL_HA/LO optimisation.
721 * testsuite/ld-powerpc/tlsexe32.d: Likewise.
722 * testsuite/ld-powerpc/tlsldopt32.d: Likewise.
723 * testsuite/ld-powerpc/tlsmark32.d: Likewise.
724 * testsuite/ld-powerpc/tlsopt4_32.d: Likewise.
725 * testsuite/ld-powerpc/tprel.s,
726 * testsuite/ld-powerpc/tprel.d,
727 * testsuite/ld-powerpc/tprel32.d: New tests.
728 * testsuite/ld-powerpc/tprelbad.s,
729 * testsuite/ld-powerpc/tprelbad.d: New test.
730 * testsuite/ld-powerpc/powerpc.exp: Run them.
731
732 2020-08-22 H.J. Lu <hongjiu.lu@intel.com>
733
734 PR ld/26382
735 * testsuite/ld-elf/pr26302.nd: Updated.
736 * testsuite/ld-elf/pr26302.rd: New file.
737 * testsuite/ld-elf/shared.exp: Add a test for readelf -sW.
738
739 2020-08-20 Nick Clifton <nickc@redhat.com>
740
741 PR 26428
742 * testsuite/ld-elf/zlibbegin.rS: Update expected output.
743 * testsuite/ld-elf/zlibnormal.rS: Likewise.
744
745 2020-08-16 Alan Modra <amodra@gmail.com>
746
747 * testsuite/ld-powerpc/inline.s,
748 * testsuite/ld-powerpc/inline-1.d,
749 * testsuite/ld-powerpc/inline-2.d,
750 * testsuite/ld-powerpc/inline-3.d,
751 * testsuite/ld-powerpc/inline-4.d,
752 * testsuite/ld-powerpc/inlinepcrel.s,
753 * testsuite/ld-powerpc/inlinepcrel-1.d,
754 * testsuite/ld-powerpc/inlinepcrel-2.d,
755 * testsuite/ld-powerpc/inlinepcrel-3.d: New tests.
756 * testsuite/ld-powerpc/powerpc.exp: Run them.
757
758 2020-08-16 H.J. Lu <hongjiu.lu@intel.com>
759
760 PR binutils/26389
761 * testsuite/ld-plugin/lto.exp: Run PR binutils/26389 test.
762 * testsuite/ld-plugin/pr26389.c: New file.
763 * testsuite/ld-plugin/pr26389.d: Likewise.
764
765 2020-08-14 Tamar Christina <tamar.christina@arm.com>
766
767 * testsuite/ld-arm/thumb-plt-got.d: Relax regexpr.
768 * testsuite/ld-arm/thumb-plt.d: Likewise.
769
770 2020-08-13 Alan Modra <amodra@gmail.com>
771
772 * emultempl/ppc64elf.em (params): Init new field.
773 (enum ppc64_opt): Add OPTION_NO_PCREL_OPT.
774 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS),
775 (PARSE_AND_LIST_ARGS_CASES): Support --no-pcrel-optimize.
776
777 2020-08-10 Nick Clifton <nickc@redhat.com>
778
779 PR ld/21351
780 * ld.texi: Clarify the behaviour of the --relax and --no-relax
781 options on systems that do not support them.
782
783 2020-08-10 H.J. Lu <hongjiu.lu@intel.com>
784
785 PR binutils/26302
786 * testsuite/ld-elf/pr26302.nd: New file.
787 * testsuite/ld-elf/pr26302.ver: Likewise.
788 * testsuite/ld-elf/pr26302a.c: Likewise.
789 * testsuite/ld-elf/pr26302b.c: Likewise.
790 * testsuite/ld-elf/shared.exp: Run binutils/26302 tests.
791
792 2020-08-07 David Faust <david.faust@oracle.com>
793
794 * testsuite/ld-bpf/call-3.s: New file.
795 * testsuite/ld-bpf/call-3.d: Likewise.
796
797 2020-08-05 David Faust <david.faust@oracle.com>
798
799 * testsuite/ld-bpf/call-2.s: New file.
800 * testsuite/ld-bpf/call-2.d: Likewise.
801 * testsuite/ld-bpf/reloc-data-be.d: Likewise.
802 * testsuite/ld-bpf/reloc-data-le.d: Likewise.
803 * testsuite/ld-bpf/reloc-data.s: Likewise.
804 * testsuite/ld-bpf/reloc-insn-external-be.d: Likewise.
805 * testsuite/ld-bpf/reloc-insn-external-le.d: Likewise.
806 * testsuite/ld-bpf/reloc-insn-external.s: Likewise.
807 * testsuite/ld-bpf/reloc-insn32-be.d: Likewise.
808 * testsuite/ld-bpf/reloc-insn32-le.d: Likewise.
809 * testsuite/ld-bpf/reloc-insn32.s: Likewise.
810 * testsuite/ld-bpf/reloc-insn64-be.d: Likewise.
811 * testsuite/ld-bpf/reloc-insn64-le.d: Likewise.
812 * testsuite/ld-bpf/reloc-insn64.s: Likewise.
813
814 2020-08-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
815
816 * emultempl/msp430.em (change_output_section): Update the tail
817 of the output section statement list when moving the original
818 tail to a different output section.
819 (eval_upper_either_sections): Don't move sections from the upper
820 region to the lower region unless the upper region is
821 overflowing.
822
823 2020-08-03 Alan Modra <amodra@gmail.com>
824
825 * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
826 * lexsup.c (parse_args): Likewise.
827
828 2020-08-03 Alan Modra <amodra@gmail.com>
829
830 PR 26328
831 * configure.ac: AC_CHECK_DECLS asprintf.
832 * configure: Regenerate.
833 * config.in: Regenerate.
834
835 2020-08-03 Alan Modra <amodra@gmail.com>
836
837 * testsuite/ld-elfvers/vers.exp (objdump_symstuff): Remove unused
838 variable. Init list_a and list_b to empty.
839 (objdump_dynsymstuff): Likewise, and remove undefined list_a
840 handling.
841 * testsuite/ld-elfweak/elfweak.exp (objdump_symstuff): Similarly.
842 (objdump_dynsymstuff): Similarly.
843
844 2020-07-31 H.J. Lu <hongjiu.lu@intel.com>
845
846 * testsuite/ld-elf/indirect.exp: Append -fno-lto to CC.
847 * testsuite/ld-elfvers/vers.exp: Likewise.
848 * testsuite/ld-elfweak/elfweak.exp: Likewise.
849 * testsuite/ld-ifunc/ifunc.exp: Likewise.
850 * testsuite/ld-plugin/lto.exp (no_lto): New.
851 Add $no_lto to build pr15146c.so.
852 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Filter out
853 -Wl,xxx options.
854 (check_gcc_plugin_enabled): Likewise.
855 (run_ld_link_exec_tests): Prepend -fno-lto to $cflags.
856 (run_cc_link_tests): Likewise.
857
858 2020-07-31 Shahab Vahedi <shahab@synopsys.com>
859
860 * scripttempl/elfarc.sc (.init_array): Keep ".init_array.*".
861 (.fini_array): Keep ".fini_array.*".
862
863 2020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
864
865 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
866 * Makefile.in: Regenerate.
867 * configure: Regenerate.
868
869 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
870
871 * testsuite/ld-elf/sec64k.exp: Also accept a section symbol with
872 a name.
873 * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: New
874 test.
875 * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: New
876 test.
877 * testsuite/ld-mips-elf/global-local-symtab-sort-n32.d: New
878 test.
879 * testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d: New
880 test.
881 * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: New
882 test.
883 * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: New
884 test.
885 * testsuite/ld-mips-elf/global-local-symtab-final-o32.d: New
886 test.
887 * testsuite/ld-mips-elf/global-local-symtab-final-n32.d: New
888 test.
889 * testsuite/ld-mips-elf/global-local-symtab-final-n64.d: New
890 test.
891 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
892
893 2020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
894
895 * testsuite/ld-mips-elf/global-local-symtab-o32.d: New test.
896 * testsuite/ld-mips-elf/global-local-symtab-o32t.d: New test.
897 * testsuite/ld-mips-elf/global-local-symtab-n32.d: New test.
898 * testsuite/ld-mips-elf/global-local-symtab-n32t.d: New test.
899 * testsuite/ld-mips-elf/global-local-symtab-n64.d: New test.
900 * testsuite/ld-mips-elf/global-local-symtab.ld: New test linker
901 script.
902 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
903
904 2020-07-29 Alan Modra <amodra@gmail.com>
905
906 * ldelf.c (ldelf_before_place_orphans): Set SEC_EXCLUDE for
907 discarded sections.
908
909 2020-07-28 Alan Modra <amodra@gmail.com>
910
911 * ldlang.c (lang_check): Don't complain about relocs or merge
912 attributes from --just-symbols input.
913 * testsuite/ld-misc/just-symbols.exp: Just dump .data section.
914 Don't run test on a number of targets.
915
916 2020-07-28 Alan Modra <amodra@gmail.com>
917
918 * testsuite/ld-misc/just-symbols-1.dd: Revert last change.
919
920 2020-07-27 Alan Modra <amodra@gmail.com>
921
922 * testsuite/ld-misc/just-symbols.exp: Run for x86_64 PE too.
923 Set LDFLAGS for PE and XCOFF.
924 * testsuite/ld-misc/just-symbols.ld: Accept XCOFF mapped .data.
925 * testsuite/ld-misc/just-symbols-1.dd: Don't check format or
926 "Contents of section" lines.
927
928 2020-07-27 Alan Modra <amodra@gmail.com>
929
930 * testsuite/lib/ld-lib.exp (check_ctf_available): Check first that
931 target compiler is available.
932
933 2020-07-23 Maciej W. Rozycki <macro@wdc.com>
934
935 PR ld/26288
936 * ldelf.c (ldelf_after_open): Do not reject ET_EXEC input
937 supplied with `--just-symbols'.
938 * testsuite/ld-misc/just-symbols.exp: New test script.
939 * testsuite/ld-misc/just-symbols-1.dd: New test dump.
940 * testsuite/ld-misc/just-symbols.ld: New test linker script.
941 * testsuite/ld-misc/just-symbols-0.s: New test source.
942 * testsuite/ld-misc/just-symbols-1.s: New test source.
943
944 2020-07-23 Maciej W. Rozycki <macro@wdc.com>
945
946 PR ld/26288
947
948 Revert:
949 PR 26047
950 * ldelf.c (ldelf_after_open): Fail if attempting to link one
951 executable into another.
952
953 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
954
955 * testsuite/ld-ctf/ctf.exp: Skip on non-ELF for now.
956
957 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
958
959 * ldlang.c (ldlang_open_ctf): Set SEC_EXCLUDE on all but the
960 first input .ctf section.
961
962 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
963
964 * configure.ac (enable_libctf): Substitute it.
965 * Makefile.am (enablings.exp): New.
966 (EXTRA_DEJAGNU_SITE_CONFIG): Add it.
967 (DISTCLEANFILES): Likewise.
968 * Makefile.in: Regenerate.
969 * configure: Likewise.
970 * testsuite/lib/ld-lib.exp (compile_one_cc): New.
971 (check_ctf_available): Likewise.
972 (skip_ctf_tests): Likewise.
973 * testsuite/ld-ctf/ctf.exp: Call skip_ctf_tests.
974
975 2020-07-22 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
976
977 * testsuite/ld-ctf/ctf.exp: New file.
978 * testsuite/ld-ctf/A-2.c: New file.
979 * testsuite/ld-ctf/A.c: New file.
980 * testsuite/ld-ctf/B-2.c: New file.
981 * testsuite/ld-ctf/B.c: New file.
982 * testsuite/ld-ctf/C-2.c: New file.
983 * testsuite/ld-ctf/C.c: New file.
984 * testsuite/ld-ctf/array-char.c: New file.
985 * testsuite/ld-ctf/array-int.c: New file.
986 * testsuite/ld-ctf/array.d: New file.
987 * testsuite/ld-ctf/child-float.c: New file.
988 * testsuite/ld-ctf/child-int.c: New file.
989 * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: New file.
990 * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: New file.
991 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: New file.
992 * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: New file.
993 * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: New file.
994 * testsuite/ld-ctf/conflicting-cycle-2.parent.d: New file.
995 * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: New file.
996 * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: New file.
997 * testsuite/ld-ctf/conflicting-cycle-3.parent.d: New file.
998 * testsuite/ld-ctf/conflicting-enums.d: New file.
999 * testsuite/ld-ctf/conflicting-typedefs.d: New file.
1000 * testsuite/ld-ctf/cross-tu-1.c: New file.
1001 * testsuite/ld-ctf/cross-tu-2.c: New file.
1002 * testsuite/ld-ctf/cross-tu-conflicting-2.c: New file.
1003 * testsuite/ld-ctf/cross-tu-cyclic-1.c: New file.
1004 * testsuite/ld-ctf/cross-tu-cyclic-2.c: New file.
1005 * testsuite/ld-ctf/cross-tu-cyclic-3.c: New file.
1006 * testsuite/ld-ctf/cross-tu-cyclic-4.c: New file.
1007 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: New file.
1008 * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: New file.
1009 * testsuite/ld-ctf/cross-tu-into-cycle.d: New file.
1010 * testsuite/ld-ctf/cross-tu-noncyclic.d: New file.
1011 * testsuite/ld-ctf/cycle-1.c: New file.
1012 * testsuite/ld-ctf/cycle-1.d: New file.
1013 * testsuite/ld-ctf/cycle-2.A.d: New file.
1014 * testsuite/ld-ctf/cycle-2.B.d: New file.
1015 * testsuite/ld-ctf/cycle-2.C.d: New file.
1016 * testsuite/ld-ctf/diag-ctf-version-0.d: New file.
1017 * testsuite/ld-ctf/diag-ctf-version-0.s: New file.
1018 * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.d: New file.
1019 * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.s: New file.
1020 * testsuite/ld-ctf/diag-ctf-version-f.d: New file.
1021 * testsuite/ld-ctf/diag-ctf-version-f.s: New file.
1022 * testsuite/ld-ctf/diag-cttname-invalid.d: New file.
1023 * testsuite/ld-ctf/diag-cttname-invalid.s: New file.
1024 * testsuite/ld-ctf/diag-cttname-null.d: New file.
1025 * testsuite/ld-ctf/diag-cttname-null.s: New file.
1026 * testsuite/ld-ctf/diag-cuname.d: New file.
1027 * testsuite/ld-ctf/diag-cuname.s: New file.
1028 * testsuite/ld-ctf/diag-decompression-failure.d: New file.
1029 * testsuite/ld-ctf/diag-decompression-failure.s: New file.
1030 * testsuite/ld-ctf/diag-parlabel.d: New file.
1031 * testsuite/ld-ctf/diag-parlabel.s: New file.
1032 * testsuite/ld-ctf/diag-parname.d: New file.
1033 * testsuite/ld-ctf/diag-parname.s: New file.
1034 * testsuite/ld-ctf/diag-unsupported-flag.d: New file.
1035 * testsuite/ld-ctf/diag-unsupported-flag.s: New file.
1036 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: New file.
1037 * testsuite/ld-ctf/diag-wrong-magic-number.d: New file.
1038 * testsuite/ld-ctf/diag-wrong-magic-number.s: New file.
1039 * testsuite/ld-ctf/enum-2.c: New file.
1040 * testsuite/ld-ctf/enum.c: New file.
1041 * testsuite/ld-ctf/function.c: New file.
1042 * testsuite/ld-ctf/function.d: New file.
1043 * testsuite/ld-ctf/slice.c: New file.
1044 * testsuite/ld-ctf/slice.d: New file.
1045 * testsuite/ld-ctf/super-sub-cycles.c: New file.
1046 * testsuite/ld-ctf/super-sub-cycles.d: New file.
1047 * testsuite/ld-ctf/typedef-int.c: New file.
1048 * testsuite/ld-ctf/typedef-long.c: New file.
1049 * testsuite/ld-ctf/union-1.c: New file.
1050
1051 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
1052
1053 * ldlex.h (option_values) <OPTION_CTF_VARIABLES,
1054 OPTION_NO_CTF_VARIABLES, OPTION_CTF_SHARE_TYPES>: New.
1055 * ld.h (ld_config_type) <ctf_variables, ctf_share_duplicated>:
1056 New fields.
1057 * ldlang.c (lang_merge_ctf): Use them.
1058 * lexsup.c (ld_options): Add ctf-variables, no-ctf-variables,
1059 ctf-share-types.
1060 (parse_args) <OPTION_CTF_VARIABLES, OPTION_NO_CTF_VARIABLES,
1061 OPTION_CTF_SHARE_TYPES>: New cases.
1062 * ld.texi: Document new options.
1063 * NEWS: Likewise.
1064
1065 2020-07-22 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
1066
1067 * ldlang.c (lang_merge_ctf): Turn errors into warnings.
1068 Fix a comment typo.
1069 (lang_write_ctf): Turn an error into a warning.
1070 (ldlang_open_ctf): Reformat warnings. Fix printing file names.
1071
1072 2020-07-22 Nick Alcock <nick.alcock@oracle.com>
1073
1074 * ldlang.c (lang_ctf_errs_warnings): New, print CTF errors
1075 and warnings. Assert when libctf asserts.
1076 (lang_merge_ctf): Call it.
1077 (land_write_ctf): Likewise.
1078
1079 2020-07-22 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 PR ld/26262
1082 PR ld/26267
1083 * ldlang.c (lang_process): Set lto_all_symbols_read after all
1084 LTO IR symbols have been read.
1085 * plugin.c (plugin_notice): Override the IR definition only if
1086 all LTO IR symbols have been read or the new definition is
1087 non-weak and the the IR definition is weak
1088 * testsuite/ld-plugin/lto.exp: Run PR ld/26262 and ld/26267
1089 tests.
1090 * testsuite/ld-plugin/pr26262a.c: New file.
1091 * testsuite/ld-plugin/pr26262b.c: Likewise.
1092 * testsuite/ld-plugin/pr26262c.c: Likewise.
1093 * testsuite/ld-plugin/pr26267.err: Likewise.
1094 * testsuite/ld-plugin/pr26267a.c: Likewise.
1095 * testsuite/ld-plugin/pr26267b.c: Likewise.
1096 * testsuite/ld-plugin/pr26267c.c: Likewise.
1097
1098 2020-07-20 Nick Clifton <nickc@redhat.com>
1099
1100 * testsuite/ld-powerpc/powerpc.exp (ppcelftests): Use section name
1101 .PPC.EMB.apuinfo instead of section number 2 in apuinfo tests.
1102
1103 2020-07-20 Alan Modra <amodra@gmail.com>
1104
1105 PR 26265
1106 * ldlang.c (undef_from_cmdline): Delete.
1107 (ldlang_add_undef): Mark "cmdline" param unused.
1108 (lang_end): Traverse gc_sym_list to determine whether a symbol root
1109 has been specified. Update error message.
1110 * testsuite/ld-gc/noent.d: Adjust for changed error message.
1111
1112 2020-07-20 H.J. Lu <hongjiu.lu@intel.com>
1113
1114 PR gas/26263
1115 * testsuite/ld-i386/pr26263.d: Updated.
1116 * testsuite/ld-x86-64/pr26263.d: Likewise.
1117 * testsuite/ld-x86-64/x86-64.exp: Run gas/26263 test for all ELF
1118 targets.
1119
1120 2020-07-19 H.J. Lu <hongjiu.lu@intel.com>
1121
1122 PR gas/26263
1123 * testsuite/ld-i386/i386.exp: Run PR gas/26263 test.
1124 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1125 * testsuite/ld-i386/pr26263.d: New file.
1126 * testsuite/ld-x86-64/pr26263.d: Likewise.
1127 * testsuite/ld-x86-64/pr26263.s: Likewise.
1128
1129 2020-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1130
1131 * scripttempl/elf.sc (ETEXT_LAST_IN_RODATA_SEGMENT): New variable.
1132 * emulparams/elf64mmix.sh (ETEXT_LAST_IN_RODATA_SEGMENT): Define.
1133 * testsuite/ld-mmix/sec-1.d: Adjust.
1134
1135 2020-07-19 Alan Modra <amodra@gmail.com>
1136
1137 * emultempl/ppc64elf.em (power10-stubs): Accept optional "auto" arg.
1138 * ld.texi (power10-stubs): Update.
1139 * testsuite/ld-powerpc/callstub-1.d: Force --power10-stubs.
1140 * testsuite/ld-powerpc/callstub-2.d: Relax branch offset comparison.
1141 * testsuite/ld-powerpc/callstub-4.d: New test.
1142 * testsuite/ld-powerpc/notoc.d: Force --no-power10-stubs.
1143 * testsuite/ld-powerpc/notoc3.d,
1144 * testsuite/ld-powerpc/notoc3.s,
1145 * testsuite/ld-powerpc/notoc3.wf: New test.
1146 * testsuite/ld-powerpc/powerpc.exp: Run new tests. Pass
1147 --no-power10-stubs for notoc link.
1148
1149 2020-07-17 Hans-Peter Nilsson <hp@bitrange.com>
1150
1151 * scripttempt/mmo.sc: Move .init first in .text output section.
1152 * testsuite/ld-mmix/bpo-9m.d: Adjust accordingly.
1153
1154 2020-07-15 Jan Beulich <jbeulich@suse.com>
1155
1156 * testsuite/ld-i386/ibt-plt-1.d, testsuite/ld-i386/ibt-plt-2a.d,
1157 testsuite/ld-i386/ibt-plt-2c.d, testsuite/ld-i386/ibt-plt-3a.d,
1158 testsuite/ld-i386/ibt-plt-3c.d, testsuite/ld-i386/plt-pic.pd,
1159 testsuite/ld-i386/plt-pic2.dd, testsuite/ld-i386/plt.pd,
1160 testsuite/ld-i386/plt2.dd, testsuite/ld-i386/pr19636-1d.d,
1161 testsuite/ld-i386/pr19636-1l.d, testsuite/ld-i386/pr19636-2c.d,
1162 testsuite/ld-i386/pr20830.d, testsuite/ld-i386/vxworks1-lib.dd,
1163 testsuite/ld-i386/vxworks1.dd,
1164 testsuite/ld-ifunc/ifunc-2-i386-now.d,
1165 testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1166 testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
1167 testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
1168 testsuite/ld-ifunc/ifunc-21-x86-64.d,
1169 testsuite/ld-ifunc/ifunc-22-x86-64.d,
1170 testsuite/ld-ifunc/pr17154-i386-now.d,
1171 testsuite/ld-ifunc/pr17154-i386.d,
1172 testsuite/ld-ifunc/pr17154-x86-64-now.d,
1173 testsuite/ld-ifunc/pr17154-x86-64.d,
1174 testsuite/ld-x86-64/align-branch-1.d,
1175 testsuite/ld-x86-64/bnd-branch-1-now.d,
1176 testsuite/ld-x86-64/bnd-branch-1.d,
1177 testsuite/ld-x86-64/bnd-ifunc-1-now.d,
1178 testsuite/ld-x86-64/bnd-ifunc-1.d,
1179 testsuite/ld-x86-64/bnd-ifunc-2-now.d,
1180 testsuite/ld-x86-64/bnd-ifunc-2.d,
1181 testsuite/ld-x86-64/bnd-plt-1-now.d,
1182 testsuite/ld-x86-64/bnd-plt-1.d,
1183 testsuite/ld-x86-64/call1a.d, testsuite/ld-x86-64/call1b.d,
1184 testsuite/ld-x86-64/call1d.d, testsuite/ld-x86-64/call1e.d,
1185 testsuite/ld-x86-64/call1f.d, testsuite/ld-x86-64/call1g.d,
1186 testsuite/ld-x86-64/call1h.d, testsuite/ld-x86-64/call1i.d,
1187 testsuite/ld-x86-64/gotpcrel1.dd,
1188 testsuite/ld-x86-64/hidden2.d,
1189 testsuite/ld-x86-64/ibt-plt-1-x32.d,
1190 testsuite/ld-x86-64/ibt-plt-1.d,
1191 testsuite/ld-x86-64/ibt-plt-2a-x32.d,
1192 testsuite/ld-x86-64/ibt-plt-2a.d,
1193 testsuite/ld-x86-64/ibt-plt-2c-x32.d,
1194 testsuite/ld-x86-64/ibt-plt-2c.d,
1195 testsuite/ld-x86-64/ibt-plt-3a-x32.d,
1196 testsuite/ld-x86-64/ibt-plt-3a.d,
1197 testsuite/ld-x86-64/ibt-plt-3c-x32.d,
1198 testsuite/ld-x86-64/ibt-plt-3c.d,
1199 testsuite/ld-x86-64/libno-plt-1b.dd,
1200 testsuite/ld-x86-64/mpx3.dd, testsuite/ld-x86-64/mpx3n.dd,
1201 testsuite/ld-x86-64/mpx4.dd, testsuite/ld-x86-64/mpx4n.dd,
1202 testsuite/ld-x86-64/no-plt-1a.dd,
1203 testsuite/ld-x86-64/no-plt-1b.dd,
1204 testsuite/ld-x86-64/no-plt-1c.dd,
1205 testsuite/ld-x86-64/no-plt-1d.dd,
1206 testsuite/ld-x86-64/no-plt-1e.dd,
1207 testsuite/ld-x86-64/no-plt-1f.dd,
1208 testsuite/ld-x86-64/no-plt-1g.dd,
1209 testsuite/ld-x86-64/plt-main-bnd.dd,
1210 testsuite/ld-x86-64/plt-main-ibt-x32.dd,
1211 testsuite/ld-x86-64/plt-main-ibt.dd,
1212 testsuite/ld-x86-64/plt.pd, testsuite/ld-x86-64/plt2.dd,
1213 testsuite/ld-x86-64/pr19609-5a.d,
1214 testsuite/ld-x86-64/pr19609-5b.d,
1215 testsuite/ld-x86-64/pr19609-5c.d,
1216 testsuite/ld-x86-64/pr19609-5e.d,
1217 testsuite/ld-x86-64/pr19609-7b.d,
1218 testsuite/ld-x86-64/pr19609-7d.d,
1219 testsuite/ld-x86-64/pr19636-2d.d,
1220 testsuite/ld-x86-64/pr19636-2l.d,
1221 testsuite/ld-x86-64/pr20253-1b.d,
1222 testsuite/ld-x86-64/pr20253-1d.d,
1223 testsuite/ld-x86-64/pr20253-1f.d,
1224 testsuite/ld-x86-64/pr20253-1h.d,
1225 testsuite/ld-x86-64/pr20253-1j.d,
1226 testsuite/ld-x86-64/pr20253-1l.d,
1227 testsuite/ld-x86-64/pr20830a-now.d,
1228 testsuite/ld-x86-64/pr20830a.d,
1229 testsuite/ld-x86-64/pr20830b-now.d,
1230 testsuite/ld-x86-64/pr20830b.d,
1231 testsuite/ld-x86-64/pr21038a-now.d,
1232 testsuite/ld-x86-64/pr21038a.d,
1233 testsuite/ld-x86-64/pr21038b-now.d,
1234 testsuite/ld-x86-64/pr21038b.d,
1235 testsuite/ld-x86-64/pr21038c-now.d,
1236 testsuite/ld-x86-64/pr21038c.d,
1237 testsuite/ld-x86-64/pr23930-x32.d,
1238 testsuite/ld-x86-64/pr23930.d,
1239 testsuite/ld-x86-64/pr25416-1a.d,
1240 testsuite/ld-x86-64/pr25416-2a.d,
1241 testsuite/ld-x86-64/pr26018.d,
1242 testsuite/ld-x86-64/protected2-k1om.d,
1243 testsuite/ld-x86-64/protected2-l1om.d,
1244 testsuite/ld-x86-64/protected2.d,
1245 testsuite/ld-x86-64/protected3.d,
1246 testsuite/ld-x86-64/protected8.d,
1247 testsuite/ld-x86-64/tlsbin.dd, testsuite/ld-x86-64/tlsbin2.dd,
1248 testsuite/ld-x86-64/tlsbindesc.dd,
1249 testsuite/ld-x86-64/tlsdesc.dd,
1250 testsuite/ld-x86-64/tlsdesc.pd,
1251 testsuite/ld-x86-64/tlsgd10.dd,
1252 testsuite/ld-x86-64/tlsgd7.dd, testsuite/ld-x86-64/tlsgd8.dd,
1253 testsuite/ld-x86-64/tlsgd9.dd,
1254 testsuite/ld-x86-64/tlsgdesc.dd,
1255 testsuite/ld-x86-64/tlsld3.dd, testsuite/ld-x86-64/tlsld4.dd,
1256 testsuite/ld-x86-64/tlspic.dd, testsuite/ld-x86-64/tlspic2.dd,
1257 testsuite/ld-x86-64/tlspie2b.d, testsuite/ld-x86-64/tlspie2c.d:
1258 Adjust expectations.
1259
1260 2020-07-15 Hans-Peter Nilsson <hp@bitrange.com>
1261
1262 * testsuite/ld-mmix/undef-1.d, testsuite/ld-mmix/undef-1m.d,
1263 testsuite/ld-mmix/undef-2.d, testsuite/ld-mmix/undef-2m.d: Add
1264 start- and end-anchors to error-string to match just a
1265 single-line error-message.
1266
1267 2020-07-13 Alan Modra <amodra@gmail.com>
1268
1269 * testsuite/ld-scripts/default-script1.d: Don't skip, xfail
1270 using is_pecoff_format.
1271 * testsuite/ld-scripts/default-script2.d: Likewise.
1272 * testsuite/ld-scripts/default-script3.d: Likewise.
1273 * testsuite/ld-scripts/default-script4.d: Likewise.
1274 * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget.
1275 * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail.
1276 * testsuite/ld-scripts/provide-8.d: Likewise.
1277
1278 2020-07-10 Alan Modra <amodra@gmail.com>
1279
1280 * ld.texi (PowerPC64 ELF64): Document --no-inline-optimize,
1281 --power10-stubs and --no-power10-stubs.
1282
1283 2020-07-10 Alan Modra <amodra@gmail.com>
1284
1285 * emultempl/ppc64elf.em (params): Init new field.
1286 (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS.
1287 (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and
1288 --no-power10-stubs.
1289 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
1290 * testsuite/ld-powerpc/callstub-3.d: New test.
1291 * testsuite/ld-powerpc/powerpc.exp: Run it.
1292
1293 2020-07-09 Alan Modra <amodra@gmail.com>
1294
1295 * emulparams/ppcpe.sh: Delete.
1296 * scripttempl/ppcpe.sc: Delete.
1297 * emulparams/ppclynx.sh: Delete.
1298 * Makefile.am (ALL_EMULATION_SOURCES): Remove ppc PE and lynxos.
1299 * configure.tgt: Likewise.
1300 * emultempl/beos.em: Remove powerpc PE support.
1301 * emultempl/pe.em: Likewise.
1302 * po/BLD-POTFILES.in: Regenerate.
1303 * Makefile.in: Regenerate.
1304
1305 2020-07-09 Alan Modra <amodra@gmail.com>
1306
1307 * testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64,
1308 and remove powerpc64 xfail. Use -fno-PIE for ppc32.
1309
1310 2020-07-09 Alan Modra <amodra@gmail.com>
1311
1312 PR 18841
1313 * testsuite/ld-ifunc/ifunc.exp: Run pr18841 tests non-pie.
1314
1315 2020-07-08 Alan Modra <amodra@gmail.com>
1316
1317 * testsuite/lib/ld-lib.exp (ar_simple_create): Pass options before
1318 ar command.
1319 * testsuite/ld-powerpc/aix52.exp: Run for rs6000-aix5.2. Update
1320 match files.
1321 * testsuite/ld-powerpc/aix-abs-branch-1.dd: Update.
1322 * testsuite/ld-powerpc/aix-core-sec-1.hd: Update.
1323 * testsuite/ld-powerpc/aix-gc-1-32.dd: Update.
1324 * testsuite/ld-powerpc/aix-gc-1-64.dd: Update.
1325 * testsuite/ld-powerpc/aix-glink-1-32.dd: Update.
1326 * testsuite/ld-powerpc/aix-glink-1-64.dd: Update.
1327 * testsuite/ld-powerpc/aix-glink-2-32.dd: Update.
1328 * testsuite/ld-powerpc/aix-glink-2-64.dd: Update.
1329 * testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd: Update.
1330 * testsuite/ld-powerpc/aix-ref-1-32.od: Update.
1331 * testsuite/ld-powerpc/aix-ref-1-64.od: Update.
1332 * testsuite/ld-powerpc/aix-toc-1-32.dd: Update.
1333 * testsuite/ld-powerpc/aix-toc-1-64.dd: Update.
1334 * testsuite/ld-powerpc/aix-weak-3-32.dd: Update.
1335 * testsuite/ld-powerpc/aix-weak-3-64.dd: Update.
1336 * testsuite/ld-powerpc/aix-abs-branch-1.nd: Delete, replace with..
1337 * testsuite/ld-powerpc/aix-abs-branch-1-32.nd,
1338 * testsuite/ld-powerpc/aix-abs-branch-1-64.nd: ..these new files.
1339 * testsuite/ld-powerpc/aix-abs-reloc-1.nd: Delete, replace with..
1340 * testsuite/ld-powerpc/aix-abs-reloc-1-32.nd,
1341 * testsuite/ld-powerpc/aix-abs-reloc-1-64.nd: ..these new files.
1342 * testsuite/ld-powerpc/aix-abs-reloc-1.od: Delete, replace with..
1343 * testsuite/ld-powerpc/aix-abs-reloc-1-32.od,
1344 * testsuite/ld-powerpc/aix-abs-reloc-1-64.od: ..these new files.
1345 * testsuite/ld-powerpc/aix-export-1-all.dd: Delete, replace with..
1346 * testsuite/ld-powerpc/aix-export-1-all-32.dd,
1347 * testsuite/ld-powerpc/aix-export-1-all-64.dd: ..these new files.
1348 * testsuite/ld-powerpc/aix-export-1-full.dd: Delete, replace with..
1349 * testsuite/ld-powerpc/aix-export-1-full-32.dd,
1350 * testsuite/ld-powerpc/aix-export-1-full-64.dd: ..these new files.
1351 * testsuite/ld-powerpc/aix-export-2.nd: Delete, replace with..
1352 * testsuite/ld-powerpc/aix-export-2-32.nd,
1353 * testsuite/ld-powerpc/aix-export-2-64.nd: ..these new files.
1354 * testsuite/ld-powerpc/aix-gc-1.nd: Delete, replace with..
1355 * testsuite/ld-powerpc/aix-gc-1-32.nd,
1356 * testsuite/ld-powerpc/aix-gc-1-64.nd: ..these new files.
1357 * testsuite/ld-powerpc/aix-glink-3.dd: Delete, replace with..
1358 * testsuite/ld-powerpc/aix-glink-3-32.dd,
1359 * testsuite/ld-powerpc/aix-glink-3-64.dd: ..these new files.
1360 * testsuite/ld-powerpc/aix-lineno-1a.dd: Delete, replace with..
1361 * testsuite/ld-powerpc/aix-lineno-1a-32.dd,
1362 * testsuite/ld-powerpc/aix-lineno-1a-64.dd: ..these new files.
1363 * testsuite/ld-powerpc/aix-lineno-1a.nd: Delete, replace with..
1364 * testsuite/ld-powerpc/aix-lineno-1a-32.nd,
1365 * testsuite/ld-powerpc/aix-lineno-1a-64.nd: ..these new files.
1366 * testsuite/ld-powerpc/aix-lineno-1b.dd: Delete, replace with..
1367 * testsuite/ld-powerpc/aix-lineno-1b-32.dd,
1368 * testsuite/ld-powerpc/aix-lineno-1b-64.dd: ..these new files.
1369 * testsuite/ld-powerpc/aix-lineno-1b.nd: Delete, replace with..
1370 * testsuite/ld-powerpc/aix-lineno-1b-32.nd,
1371 * testsuite/ld-powerpc/aix-lineno-1b-64.nd: ..these new files.
1372 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd: Delete, replace with..
1373 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.dnd,
1374 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.dnd: ..these new files.
1375 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd: Delete, replace with..
1376 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.drd,
1377 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.drd: ..these new files.
1378 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd: Delete, replace with..
1379 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.nd,
1380 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.nd: ..these new files.
1381 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd: Delete, replace with..
1382 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.rd,
1383 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.rd: ..these new files.
1384 * testsuite/ld-powerpc/aix-weak-1-dso.dnd: Delete, replace with..
1385 * testsuite/ld-powerpc/aix-weak-1-dso-32.dnd,
1386 * testsuite/ld-powerpc/aix-weak-1-dso-64.dnd: ..these new files.
1387 * testsuite/ld-powerpc/aix-weak-1-dso.hd: Delete, replace with..
1388 * testsuite/ld-powerpc/aix-weak-1-dso-32.hd,
1389 * testsuite/ld-powerpc/aix-weak-1-dso-64.hd: ..these new files.
1390 * testsuite/ld-powerpc/aix-weak-1-dso.nd: Delete, replace with..
1391 * testsuite/ld-powerpc/aix-weak-1-dso-32.nd,
1392 * testsuite/ld-powerpc/aix-weak-1-dso-64.nd: ..these new files.
1393 * testsuite/ld-powerpc/aix-weak-1-gcdso.dnd: Delete, replace with..
1394 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.dnd,
1395 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.dnd: ..these new files.
1396 * testsuite/ld-powerpc/aix-weak-1-gcdso.hd: Delete, replace with..
1397 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.hd,
1398 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.hd: ..these new files.
1399 * testsuite/ld-powerpc/aix-weak-1-gcdso.nd: Delete, replace with..
1400 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.nd,
1401 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.nd: ..these new files.
1402 * testsuite/ld-powerpc/aix-weak-2a.nd: Delete, replace with..
1403 * testsuite/ld-powerpc/aix-weak-2a-32.nd,
1404 * testsuite/ld-powerpc/aix-weak-2a-64.nd: ..these new files.
1405 * testsuite/ld-powerpc/aix-weak-2b.nd: Delete, replace with..
1406 * testsuite/ld-powerpc/aix-weak-2b-32.nd,
1407 * testsuite/ld-powerpc/aix-weak-2b-64.nd: ..these new files.
1408 * testsuite/ld-powerpc/aix-weak-2c.nd: Delete, replace with..
1409 * testsuite/ld-powerpc/aix-weak-2c-32.nd,
1410 * testsuite/ld-powerpc/aix-weak-2c-64.nd: ..these new files.
1411 * testsuite/ld-powerpc/aix-weak-2c.od: Delete, replace with..
1412 * testsuite/ld-powerpc/aix-weak-2c-32.od,
1413 * testsuite/ld-powerpc/aix-weak-2c-64.od: ..these new files.
1414
1415 2020-07-07 Alan Modra <amodra@gmail.com>
1416
1417 * testsuite/ld-scripts/section-match-1.d: xfail h8300.
1418
1419 2020-07-07 Alan Modra <amodra@gmail.com>
1420
1421 * testsuite/ld-scripts/align.exp: Don't exclude xcoff. Pass
1422 -bnogc ld option for xcoff.
1423 * testsuite/ld-scripts/provide.exp: Likewise.
1424 * testsuite/ld-scripts/data.exp: Pass -bnogc ld option for xcoff.
1425 * testsuite/ld-scripts/default-script.exp: Likewise.
1426 * testsuite/ld-scripts/defined.exp: Likewise.
1427 * testsuite/ld-scripts/empty-address.exp: Likewise.
1428 * testsuite/ld-scripts/expr.exp: Likewise.
1429 * testsuite/ld-scripts/include.exp: Likewise.
1430 * testsuite/ld-scripts/script.exp: Likewise.
1431 * testsuite/ld-scripts/assign-loc.d: Don't exclude xcoff.
1432 * testsuite/ld-scripts/defined3.d: Likewise.
1433 * testsuite/ld-scripts/defined4.d: Likewise.
1434 * testsuite/ld-scripts/pr18963.d: Likewise.
1435 * testsuite/ld-scripts/sane1.d: Likewise.
1436 * testsuite/ld-scripts/segment-start.d: Likewise.
1437 * testsuite/ld-scripts/include-1.d: Likewise, and relax text vma.
1438 * testsuite/ld-scripts/defined5.d: Update xfail and comment.
1439 * testsuite/ld-scripts/defined5.s: Tweak "defined" to be at
1440 non-zero section offset.
1441 * testsuite/ld-scripts/fill16.d: xfail for xcoff.
1442 * testsuite/ld-scripts/provide-2.d: Accept more symbols.
1443 * testsuite/ld-scripts/provide-4.d: Likewise.
1444 * testsuite/ld-scripts/provide-5.d: Likewise.
1445 * testsuite/ld-scripts/provide-6.d: Likewise.
1446 * testsuite/ld-scripts/provide-7.d: Likewise.
1447 * testsuite/ld-scripts/align.t: Accept xcoff mapped .text and .data.
1448 * testsuite/ld-scripts/defined3.t: Likewise.
1449 * testsuite/ld-scripts/defined4.t: Likewise.
1450 * testsuite/ld-scripts/defined5.t: Likewise.
1451 * testsuite/ld-scripts/fill.t: Likewise.
1452 * testsuite/ld-scripts/include-subdata.t: Likewise.
1453 * testsuite/ld-scripts/provide-1.t: Likewise.
1454 * testsuite/ld-scripts/provide-2.t: Likewise.
1455 * testsuite/ld-scripts/provide-3.t: Likewise.
1456 * testsuite/ld-scripts/provide-4.t: Likewise.
1457 * testsuite/ld-scripts/provide-5.t: Likewise.
1458 * testsuite/ld-scripts/provide-6.t: Likewise.
1459 * testsuite/ld-scripts/provide-7.t: Likewise.
1460 * testsuite/ld-scripts/provide-8.t: Likewise.
1461 * testsuite/ld-scripts/assign-loc.t: Add required xcoff sections.
1462 * testsuite/ld-scripts/sizeof.t: Likewise.
1463 * testsuite/ld-scripts/align2.t: Likewise, and mapped sections.
1464 * testsuite/ld-scripts/align5.t: Likewise.
1465 * testsuite/ld-scripts/default-script.t: Likewise.
1466 * testsuite/ld-scripts/empty-address-1.t: Likewise.
1467 * testsuite/ld-scripts/empty-address-2a.t: Likewise.
1468 * testsuite/ld-scripts/empty-address-2b.t: Likewise.
1469 * testsuite/ld-scripts/empty-address-3a.t: Likewise.
1470 * testsuite/ld-scripts/empty-address-3b.t: Likewise.
1471 * testsuite/ld-scripts/empty-address-3c.t: Likewise.
1472 * testsuite/ld-scripts/include-sections.t: Likewise.
1473 * testsuite/ld-scripts/pr14962.t: Likewise.
1474 * testsuite/ld-scripts/sane1.t: Likewise.
1475
1476 2020-07-07 Alan Modra <amodra@gmail.com>
1477
1478 * testsuite/ld-scripts/align.exp: Use is_pecoff_format.
1479 * testsuite/ld-scripts/defined.exp: Likewise.
1480 * testsuite/ld-scripts/provide.exp: Likewise.
1481 * testsuite/ld-scripts/weak.exp: Likewise.
1482 * testsuite/ld-scripts/empty-address.exp: Likewise. Reset LDFLAGS
1483 on exit.
1484 * testsuite/ld-scripts/expr.exp: Set LDFLAGS earlier, and with
1485 --image-base for PE.
1486 * testsuite/ld-scripts/include.exp: Set LDFLAGS for PE.
1487 * testsuite/ld-scripts/script.exp: Use is_pecoff_format, and
1488 set LDFLAGS as well as flags.
1489
1490 2020-07-07 Alan Modra <amodra@gmail.com>
1491
1492 * testsuite/ld-checks/checks.exp: Use is_xcoff_format.
1493 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1494 * testsuite/ld-scripts/print-memory-usage.exp: Likewise.
1495 * testsuite/ld-srec/srec.exp: Likewise.
1496 * testsuite/ld-undefined/require-defined.exp: Likewise.
1497 * testsuite/ld-scripts/expr2.d: Likewise.
1498 * testsuite/ld-scripts/section-match-1.d: Only run for ELF.
1499 * testsuite/ld-elfvers/vers.exp: Delete dead code.
1500 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1501 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1502
1503 2020-07-07 Alan Modra <amodra@gmail.com>
1504
1505 * emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
1506 etree_provided.
1507
1508 2020-07-07 Alan Modra <amodra@gmail.com>
1509
1510 * testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
1511 * testsuite/ld-sh/vxworks4.d: Likewise.
1512
1513 2020-07-06 Yuri Chornoivan <yurchor@ukr.net>
1514
1515 PR 26204
1516 * lexsup.c: Fix spelling mistake.
1517 * po/ld.pot: Regenerate.
1518
1519 2020-07-06 Nick Clifton <nickc@redhat.com>
1520
1521 * po/bg.po: Updated Bulgarian translation.
1522 * po/fr.po: Updated French translation.
1523 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1524 * po/uk.po: Updated Ukranian translation.
1525
1526 2020-07-04 Nick Clifton <nickc@redhat.com>
1527
1528 * configure: Regenerate.
1529
1530 2020-07-04 Nick Clifton <nickc@redhat.com>
1531
1532 Binutils 2.35 branch created.
1533
1534 2020-07-03 Alan Modra <amodra@gmail.com>
1535
1536 PR 26028
1537 * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf
1538 when dumping relocs.
1539 * testsuite/ld-i386/i386.exp (vxworks1): Likewise.
1540 * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise.
1541 * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise.
1542 * testsuite/ld-arm/vxworks1.rd: Adjust to suit.
1543 * testsuite/ld-i386/vxworks1.rd: Adjust.
1544 * testsuite/ld-sh/vxworks1.rd: Adjust.
1545 * testsuite/ld-sparc/vxworks1.rd: Adjust.
1546
1547 2020-07-02 Nick Clifton <nickc@redhat.com>
1548
1549 PR 26028
1550 * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf
1551 command line when running some tests.
1552 * testsuite/ld-arm/arm-elf.exp: Likewise.
1553 * testsuite/ld-mips-elf/mips-elf.exp: Likewise.
1554 * testsuite/ld-mmix/local1.d: Likewise.
1555 * testsuite/ld-mmix/local3.d: Likewise.
1556 * testsuite/ld-mmix/local5.d: Likewise.
1557 * testsuite/ld-mmix/local7.d: Likewise.
1558 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1559
1560 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
1561
1562 * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c,
1563 eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c.
1564 Remove x86 NaCl dep files.
1565 * NEWS: Mention x86 NaCl target support removal.
1566 * configure.tgt: Remove x86 NaCl target support.
1567 * testsuite/ld-elf/binutils.exp: Likewise.
1568 * testsuite/ld-elf/elf.exp: Likewise.
1569 * testsuite/ld-elfvers/vers.exp: Likewise.
1570 * testsuite/ld-i386/align-branch-1.d: Likewise.
1571 * testsuite/ld-i386/export-class.exp: Likewise.
1572 * testsuite/ld-i386/i386.exp: Likewise.
1573 * testsuite/ld-i386/load1.d: Likewise.
1574 * testsuite/ld-i386/pie1.d: Likewise.
1575 * testsuite/ld-i386/pr12570a.d: Likewise.
1576 * testsuite/ld-i386/pr12570b.d: Likewise.
1577 * testsuite/ld-i386/pr19636-1d.d: Likewise.
1578 * testsuite/ld-i386/pr19636-1l.d: Likewise.
1579 * testsuite/ld-i386/pr19636-2c.d: Likewise.
1580 * testsuite/ld-i386/pr19636-2d.d: Likewise.
1581 * testsuite/ld-i386/pr19636-2e.d: Likewise.
1582 * testsuite/ld-i386/pr20244-1a.d: Likewise.
1583 * testsuite/ld-i386/pr20244-1b.d: Likewise.
1584 * testsuite/ld-i386/pr20244-2a.d: Likewise.
1585 * testsuite/ld-i386/pr20244-2b.d: Likewise.
1586 * testsuite/ld-i386/pr20244-2c.d: Likewise.
1587 * testsuite/ld-i386/pr20244-4a.d: Likewise.
1588 * testsuite/ld-i386/pr20244-4b.d: Likewise.
1589 * testsuite/ld-i386/pr21884.d: Likewise.
1590 * testsuite/ld-ifunc/binutils.exp: Likewise.
1591 * testsuite/ld-ifunc/ifunc-10-i386.d: Likewise.
1592 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
1593 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
1594 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
1595 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
1596 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
1597 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
1598 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
1599 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
1600 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
1601 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
1602 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
1603 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
1604 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
1605 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
1606 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
1607 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
1608 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
1609 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
1610 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
1611 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
1612 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
1613 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
1614 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
1615 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
1616 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
1617 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
1618 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
1619 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
1620 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
1621 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
1622 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
1623 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
1624 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
1625 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
1626 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
1627 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
1628 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
1629 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
1630 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
1631 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
1632 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
1633 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
1634 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
1635 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
1636 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
1637 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
1638 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
1639 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
1640 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1641 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
1642 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1643 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
1644 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
1645 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
1646 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
1647 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
1648 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
1649 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
1650 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
1651 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
1652 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
1653 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
1654 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
1655 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
1656 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
1657 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
1658 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
1659 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
1660 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
1661 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
1662 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
1663 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
1664 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
1665 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
1666 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
1667 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1668 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1669 * testsuite/ld-plugin/lto.exp: Likewise.
1670 * testsuite/ld-x86-64/align-branch-1.d: Likewise.
1671 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
1672 * testsuite/ld-x86-64/line.exp: Likewise.
1673 * testsuite/ld-x86-64/load1a.d: Likewise.
1674 * testsuite/ld-x86-64/load1b.d: Likewise.
1675 * testsuite/ld-x86-64/load1c.d: Likewise.
1676 * testsuite/ld-x86-64/load1d.d: Likewise.
1677 * testsuite/ld-x86-64/pie3.d: Likewise.
1678 * testsuite/ld-x86-64/pr18160.d: Likewise.
1679 * testsuite/ld-x86-64/pr19013-x32.d: Likewise.
1680 * testsuite/ld-x86-64/pr19013.d: Likewise.
1681 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
1682 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
1683 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
1684 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
1685 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
1686 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
1687 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
1688 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
1689 * testsuite/ld-x86-64/pr21884.d: Likewise.
1690 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
1691 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
1692 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
1693 * testsuite/ld-x86-64/tlsgd5.dd: Likewise.
1694 * testsuite/ld-x86-64/tlsgd8.dd: Likewise.
1695 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1696 * emulparams/elf32_x86_64_nacl.sh: Removed.
1697 * emulparams/elf_i386_nacl.sh: Likewise.
1698 * emulparams/elf_x86_64_nacl.sh: Likewise.
1699 * testsuite/ld-i386/emit-relocs-nacl.rd: Likewise.
1700 * testsuite/ld-i386/load1-nacl.d: Likewise.
1701 * testsuite/ld-i386/pie1-nacl.d: Likewise.
1702 * testsuite/ld-i386/plt-nacl.pd: Likewise.
1703 * testsuite/ld-i386/plt-pic-nacl.pd: Likewise.
1704 * testsuite/ld-i386/pr17709-nacl.rd: Likewise.
1705 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
1706 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
1707 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
1708 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
1709 * testsuite/ld-i386/pr19827-nacl.rd: Likewise.
1710 * testsuite/ld-i386/pr21884-nacl.d: Likewise.
1711 * testsuite/ld-i386/pr21884-nacl.t: Likewise.
1712 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
1713 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
1714 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
1715 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
1716 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
1717 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
1718 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
1719 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
1720 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
1721 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
1722 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
1723 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
1724 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
1725 * testsuite/ld-x86-64/pie3-nacl.d: Likewise.
1726 * testsuite/ld-x86-64/plt-nacl.pd: Likewise.
1727 * testsuite/ld-x86-64/pr17709-nacl.rd: Likewise.
1728 * testsuite/ld-x86-64/pr19013-nacl.d: Likewise.
1729 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
1730 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
1731 * testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
1732 * testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
1733 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
1734 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
1735 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
1736 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
1737 * testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise.
1738 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1739 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1740 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1741 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
1742 * Makefile.in: Regenerated.
1743 * po/BLD-POTFILES.in: Likewise.
1744
1745 2020-06-30 Alan Modra <amodra@gmail.com>
1746
1747 * testsuite/ld-elf/group1.d: Don't xfail all solaris targets, just
1748 ix86 and x86_64.
1749
1750 2020-06-30 Alan Modra <amodra@gmail.com>
1751
1752 * testsuite/ld-elf/reloc-discard.d: Don't xfail nds32.
1753
1754 2020-06-30 Alan Modra <amodra@gmail.com>
1755
1756 * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry.
1757 * testsuite/ld-elf/var1.d: Don't xfail microblaze.
1758
1759 2020-06-29 H.J. Lu <hongjiu.lu@intel.com>
1760
1761 * testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE,
1762 C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last.
1763 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1764 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1765 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1766 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1767 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1768 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1769 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1770 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1771 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1772 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1773 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1774 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1775
1776 2020-06-29 Alan Modra <amodra@gmail.com>
1777
1778 * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*.
1779 * testsuite/ld-x86-64/protected2-k1om.d: Likewise.
1780 * testsuite/ld-x86-64/protected3-k1om.d: Likewise.
1781
1782 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1783
1784 * configure.ac [--enable-libctf]: New, default yes.
1785 Set ENABLE_LIBCTF accordingly.
1786 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF.
1787 * configure: Regenerate.
1788 * config.in: Regenerate.
1789 * Makefile.in: Regenerate.
1790 * aclocal.m4: Regenerate.
1791 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
1792 (ldlang_open_ctf): Likewise.
1793 (lang_merge_ctf): Likewise.
1794 (ldlang_ctf_apply_strsym): Likewise.
1795 (lang_write_ctf): Likewise.
1796 (ldlang_write_ctf_late): Likewise.
1797 (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF
1798 sections.
1799 (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub.
1800 (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise.
1801 (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise.
1802 (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise.
1803 * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on
1804 ENABLE_LIBCTF.
1805 (struct ctf_strsym_iter_cb_arg): Likewise.
1806 (ldelf_ctf_strtab_iter_cb): Likewise.
1807 (ldelf_ctf_symbols_iter_cb): Likewise.
1808 (ldelf_examine_strtab_for_ctf): Likewise.
1809 (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub.
1810 (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub.
1811
1812 2020-06-26 Jan Beulich <jbeulich@suse.com>
1813
1814 * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
1815
1816 2020-06-26 Pat Bernardi <bernardi@adacore.com>
1817
1818 * testsuite/ld-m68k/attr-gnu-4-0.s: New file.
1819 * testsuite/ld-m68k/attr-gnu-4-1.s: Likewise.
1820 * testsuite/ld-m68k/attr-gnu-4-2.s: Likewise.
1821 * testsuite/ld-m68k/attr-gnu-4-00.d: Likewise.
1822 * testsuite/ld-m68k/attr-gnu-4-01.d: Likewise.
1823 * testsuite/ld-m68k/attr-gnu-4-02.d: Likewise.
1824 * testsuite/ld-m68k/attr-gnu-4-10.d: Likewise.
1825 * testsuite/ld-m68k/attr-gnu-4-11.d: Likewise.
1826 * testsuite/ld-m68k/attr-gnu-4-12.d: Likewise.
1827 * testsuite/ld-m68k/attr-gnu-4-20.d: Likewise.
1828 * testsuite/ld-m68k/attr-gnu-4-21.d: Likewise.
1829 * testsuite/ld-m68k/attr-gnu-4-22.d: Likewise.
1830 * testsuite/ld-m68k/m68k.exp: Run the new tests.
1831
1832 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1833
1834 PR ld/26165
1835 * lexsup.c (ld_options): Correct --dependency-file order.
1836
1837 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1838
1839 PR ld/26083
1840 * testsuite/ld-csky/tls-ie-v1.d: Updated.
1841 * testsuite/ld-csky/tls-ie.d: Likewise.
1842
1843 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1844
1845 PR ld/26083
1846 * testsuite/ld-cris/libdso-15b.d: Updated.
1847 * testsuite/ld-cris/libdso-1c.d: Likewise.
1848 * testsuite/ld-cris/libdso-1d.d: Likewise.
1849 * testsuite/ld-cris/libdso-15c.d: New file.
1850
1851 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 PR ld/26163
1854 * ldexp.c (exp_fold_tree_1): Set non_ir_ref_regular on the source
1855 for assignment.
1856 * testsuite/ld-plugin/lto.exp: Run ld/26163 test.
1857 * testsuite/ld-plugin/pr26163a.c: New file.
1858 * testsuite/ld-plugin/pr26163b.c: Likewise.
1859
1860 2020-06-24 Alan Modra <amodra@gmail.com>
1861
1862 * lexsup.c (elf_shlib_list_options): Properly format help message.
1863 (elf_plt_unwind_list_options): Likewise.
1864 * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise.
1865
1866 2020-06-23 Roland McGrath <mcgrathr@google.com>
1867
1868 PR 22843
1869 * NEWS: Note --dependency-file.
1870 * ld.texi (Options): Document --dependency-file.
1871 * ldlex.h (enum option_values): Add OPTION_DEPENDENCY_FILE.
1872 * ld.h (ld_config_type): New member dependency_file.
1873 * lexsup.c (ld_options, parse_args): Parse --dependency-file.
1874 * ldmain.c (struct dependency_file): New type.
1875 (dependency_files, dependency_files_tail): New static variables.
1876 (track_dependency_files): New function.
1877 (write_dependency_file): New function.
1878 (main): Call it when --dependency-file was passed.
1879 * ldfile.c (ldfile_try_open_bfd): Call track_dependency_files.
1880 (ldfile_open_command_file_1): Likewise.
1881 * ldelf.c (ldelf_try_needed): Likewise.
1882 * pe-dll.c (pe_implied_import_dll): Likewise.
1883
1884 2020-06-23 Alan Modra <amodra@gmail.com>
1885
1886 PR 26150
1887 * ldlang.c (ldlang_add_file): Assert that we aren't adding the
1888 current end of link.next list again too.
1889 * ldmain.c (add_archive_element): Don't load archive elements
1890 again that have already been loaded.
1891
1892 2020-06-23 Alan Modra <amodra@gmail.com>
1893
1894 * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for
1895 bfin-*-linux*.
1896 (pr17068, symbolic-func.so, pr22374): Likewise.
1897
1898 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
1899
1900 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
1901 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated.
1902 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated.
1903 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated.
1904 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated.
1905 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated.
1906
1907 2020-06-21 Alan Modra <amodra@gmail.com>
1908
1909 * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS.
1910 * ldlang.c: Likewise.
1911 * ldlang.h: Likewise.
1912 * ldlex.h: Likewise.
1913 * ldmain.c: Likewise.
1914 * lexsup.c: Likewise.
1915 * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS.
1916 * testplug.c: Likewise.
1917 * testplug2.c: Likewise.
1918 * testplug3.c: Likewise.
1919 * testplug4.c: Likewise.
1920 * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL.
1921 * Makefile.am: Remove ENABLE_PLUGINS conditionals.
1922 (PLUGIN_CFLAGS): Don't define.
1923 (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all
1924 uses with plugin file name.
1925 * configure: Regenerate.
1926 * Makefile.in: Regenerate.
1927
1928 2020-06-20 Alan Modra <amodra@gmail.com>
1929
1930 * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on
1931 a compiler error.
1932 (default_ld_assemble): Similarly for an assembler error.
1933 (default_ld_nm): Similarly for an nm error.
1934 (run_ld_link_tests): Report ld_assemble errors as a fail.
1935 (check_as_cfi): Remove now unnecessary perror substitution.
1936 * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test
1937 fails rather then unresolved.
1938 * testsuite/ld-gc/gc.exp: Likewise.
1939 * testsuite/ld-scripts/alignof.exp: Likewise.
1940 * testsuite/ld-scripts/defined.exp: Likewise.
1941 * testsuite/ld-scripts/script.exp: Likewise.
1942 * testsuite/ld-scripts/sizeof.exp: Likewise.
1943 * testsuite/ld-selective/selective.exp: Likewise.
1944 * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link
1945 failure.
1946 * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as
1947 test unresolved.
1948 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
1949 test fails.
1950 * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise.
1951 * testsuite/ld-ia64/line.exp: Likewise.
1952 * testsuite/ld-mep/mep.exp: Likewise.
1953 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
1954 * testsuite/ld-nios2/nios2.exp: Likewise.
1955 * testsuite/ld-scripts/alignof.exp: Likewise.
1956 * testsuite/ld-x86-64/line.exp: Likewise.
1957 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1958 * testsuite/ld-scripts/log2.exp: Formatting.
1959 * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail.
1960
1961 2020-06-20 Alan Modra <amodra@gmail.com>
1962
1963 * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
1964 * testsuite/ld-elf/binutils.exp: Likewise.
1965 * testsuite/ld-elf/tls.exp: Likewise.
1966 * testsuite/ld-elf/tls_common.exp: Likewise.
1967 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1968
1969 2020-06-20 Alan Modra <amodra@gmail.com>
1970
1971 * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF.
1972 Fail when ld_assemble fails. Use elseif to reduce indentation.
1973
1974 2020-06-19 Alan Modra <amodra@gmail.com>
1975
1976 * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations.
1977 * testsuite/ld-elf/rdynamic-1.rd: Likewise.
1978 * testsuite/ld-elf/pr9676.rd: Likewise.
1979 * testsuite/ld-elf/pr9679.rd: Likewise.
1980 * testsuite/ld-elfvers/vers30.dsym: Likewise.
1981 * testsuite/ld-elfvers/vers31.dsym: Likewise.
1982 * testsuite/ld-plugin/pr22983.1.d: Likewise.
1983 * testsuite/ld-plugin/pr22983.2.d: Likewise.
1984 * testsuite/ld-plugin/pr22983.3.d: Likewise.
1985 * testsuite/ld-plugin/pr22983.4.d: Likewise.
1986 * testsuite/ld-ifunc/ifunc.exp: Exclude alpha.
1987
1988 2020-06-19 Alan Modra <amodra@gmail.com>
1989
1990 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit
1991 -z relro and -z norelro when target support for GNU_RELRO is lacking.
1992 (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too.
1993 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore
1994 RELRO default when target support for GNU_RELRO is lacking.
1995 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
1996 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise.
1997 * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
1998 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
1999 * testsuite/ld-elf/pr16322.d: xfail when no relro support.
2000 * testsuite/ld-elf/pr22393-1a.d: Likewise.
2001 * testsuite/ld-elf/pr22393-1b.d: Likewise.
2002 * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise.
2003 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support
2004 to decide whether to pass extra ld option "-z norelro".
2005
2006 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
2007
2008 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w"
2009 to cflags.
2010
2011 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
2012
2013 * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
2014 pr25749-1b (-pie -fPIE).
2015
2016 2020-06-16 Alan Modra <amodra@gmail.com>
2017
2018 * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.
2019 * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__.
2020 * testsuite/ld-elf/indirect2.c: Likewise.
2021 * testsuite/ld-elf/indirect3b.c: Likewise.
2022 * testsuite/ld-elf/indirect4b.c: Likewise.
2023 * testsuite/ld-elf/pr14323-2.c: Likewise.
2024 * testsuite/ld-elf/pr18720b.c: Likewise.
2025 * testsuite/ld-elf/pr19553c.c: Likewise.
2026 * testsuite/ld-elf/pr23428.c: Likewise.
2027 * testsuite/ld-elfvers/vers27b.c: Likewise.
2028 * testsuite/ld-elfvsb/common.c: Likewise.
2029 * testsuite/ld-elfvsb/main.c: Likewise.
2030 * testsuite/ld-elfvsb/sh1.c: Likewise.
2031 * testsuite/ld-elfvsb/test.c: Likewise.
2032 * testsuite/ld-pe/aligncomm-1.c: Likewise.
2033 * testsuite/ld-pe/aligncomm-2.c: Likewise.
2034 * testsuite/ld-pe/aligncomm-3.c: Likewise.
2035 * testsuite/ld-pe/aligncomm-4.c: Likewise.
2036 * testsuite/ld-plugin/pr23958.c: Likewise.
2037 * testsuite/ld-size/size-1b.c: Likewise.
2038 * testsuite/ld-size/size-2b.c: Likewise.
2039 * testsuite/ld-size/size-3a.c: Likewise.
2040 * testsuite/ld-size/size-3b.c: Likewise.
2041 * testsuite/ld-size/size-3c.c: Likewise.
2042 * testsuite/ld-size/size-4b.c: Likewise.
2043 * testsuite/ld-size/size-5b.c: Likewise.
2044 * testsuite/ld-size/size-6a.c: Likewise.
2045 * testsuite/ld-size/size-7a.c: Likewise.
2046 * testsuite/ld-size/size-8a.c: Likewise.
2047 * testsuite/ld-size/size-9b.c: Likewise.
2048 * testsuite/ld-size/size-10b.c: Likewise.
2049
2050 2020-06-16 Alan Modra <amodra@gmail.com>
2051
2052 * emulparams/tic30aout.sh: Delete file.
2053 * scripttempl/tic30aout.sc: Delete file.
2054 * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
2055 delete dependency.
2056 * configure.tgt: Delete tic30-*-*aout* entry.
2057 * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
2058 * testsuite/ld-scripts/segment-start.d: Likewise.
2059 * Makefile.in: Regenerate.
2060 * po/BLD-POTFILES.in: Regenerate.
2061
2062 2020-06-15 Max Filippov <jcmvbkbc@gmail.com>
2063
2064 * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition.
2065 (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
2066 macros.
2067 (elf32xtensa_abi): New declaration.
2068 (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is
2069 undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test
2070 ABI tag consistency.
2071 (xtensa_add_config_info): Use xtensa_abi_choice instead of
2072 XSHAL_ABI to format ABI tag.
2073 (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED,
2074 OPTION_ABI_CALL0 and declare elf32xtensa_abi.
2075 (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and
2076 --abi-call0.
2077 (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and
2078 --abi-call0.
2079 (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and
2080 --abi-call0.
2081 * ld.texi: Add description for options --abi-windowed and
2082 --abi-call0.
2083
2084 2020-06-15 Roland McGrath <mcgrathr@google.com>
2085
2086 * NEWS: Mention -z start-stop-visibility=... option for ELF.
2087 * ld.texi (Options): Document -z start-stop-visibility=... option.
2088 * ldmain.c (main): Initialize link_info.start_stop_visibility.
2089 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option):
2090 Parse -z start-stop-visibility=... option.
2091
2092 2020-06-15 Alan Modra <amodra@gmail.com>
2093
2094 * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
2095 * testsuite/ld-scripts/phdrs3.exp: Likewise.
2096 * testsuite/ld-scripts/rgn-at.exp: Likewise.
2097 * testsuite/ld-scripts/rgn-over.exp: Likewise.
2098 * testsuite/ld-scripts/sort.exp: Likewise.
2099 * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
2100
2101 2020-06-15 Alan Modra <amodra@gmail.com>
2102
2103 PR 26103
2104 * testsuite/ld-linkonce/ref1.s,
2105 * testsuite/ld-linkonce/ref2.s,
2106 * testsuite/ld-linkonce/sym1.s,
2107 * testsuite/ld-linkonce/sym2.s,
2108 * testsuite/ld-linkonce/sym3.s: New test files.
2109 * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too.
2110 Add pr26103 test. Remove unnecessary load_lib.
2111
2112 2020-06-15 Alan Modra <amodra@gmail.com>
2113
2114 * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s.
2115 * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s.
2116 * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support
2117 big-endian output. Run for powerpc.
2118
2119 2020-06-11 Alan Modra <amodra@gmail.com>
2120
2121 * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6,
2122 pr12760, pr23818 and pr23958 tests to..
2123 (lto_link_elf_tests): ..here.
2124
2125 2020-06-11 Nick Clifton <nickc@redhat.com>
2126
2127 * testsuite/ld-elf/pr26094-1b.c (main): Change return type to
2128 int.
2129
2130 2020-06-10 Alan Modra <amodra@gmail.com>
2131
2132 * testsuite/ld-elf/linux-x86.exp: Build tests when non-native.
2133 (check_pr25749b): Add optional args. Set expected pass file
2134 from args. Run -1b and -2a tests with passall.out.
2135 * testsuite/ld-elf/passall.out: New file.
2136 * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc.
2137 * testsuite/ld-elf/pr25749-2.c: Likewise.
2138 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use
2139 regexp_diff to compare expected output from running binary.
2140
2141 2020-06-10 H.J. Lu <hongjiu.lu@intel.com>
2142
2143 PR ld/26094
2144 * testsuite/ld-elf/pr26094-1.ver: New fike.
2145 * testsuite/ld-elf/pr26094-1a.c: Likewise.
2146 * testsuite/ld-elf/pr26094-1a.rd: Likewise.
2147 * testsuite/ld-elf/pr26094-1b.c: Likewise.
2148 * testsuite/ld-elf/pr26094-1b.rd: Likewise.
2149 * testsuite/ld-elf/pr26094-1c.c: Likewise.
2150 * testsuite/ld-elf/shared.exp: Run ld/26094 tests.
2151
2152 2020-06-09 H.J. Lu <hongjiu.lu@intel.com>
2153
2154 PR ld/18801
2155 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a,
2156 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b.
2157 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2158 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise.
2159 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise.
2160 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise.
2161 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise.
2162 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise.
2163 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise.
2164 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise.
2165 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise.
2166 * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise.
2167 * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise.
2168 * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC
2169 resolvers.
2170 * testsuite/ld-i386/pr18801b.d: Likewise.
2171 * estsuite/ld-x86-64/pr18801a.d: Likewise.
2172 * estsuite/ld-x86-64/pr18801b.d: Likewise.
2173
2174 2020-06-09 Alan Modra <amodra@gmail.com>
2175
2176 PR 26065
2177 * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC.
2178 (dl4e, dl4f): Expect dl4a.out.
2179 * testsuite/ld-elf/dl4e.out: Delete.
2180
2181 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
2182
2183 * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703
2184 shared test.
2185
2186 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
2187
2188 * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
2189 tic6x-*-*.
2190
2191 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
2192
2193 * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
2194
2195 2020-06-06 Alan Modra <amodra@gmail.com>
2196
2197 * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux.
2198
2199 2020-06-06 Alan Modra <amodra@gmail.com>
2200
2201 * lexsup.c (ld_options): Accept -plugin and -plugin-opt when
2202 !ENABLE_PLUGINS.
2203 * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust.
2204
2205 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
2206
2207 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to
2208 attr-merge-priv-spec-01.d.
2209 * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11.
2210 * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set.
2211 * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase.
2212 * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise.
2213 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
2214 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
2215 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
2216 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
2217 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
2218 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
2219
2220 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
2221
2222 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used,
2223 so ignore the -mpriv-spec setting.
2224 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2225 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2226 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
2227 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
2228 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
2229 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
2230 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
2231 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
2232 * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr.
2233
2234 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
2235
2236 PR ld/26080
2237 * testsuite/ld-elf/comm-data.exp: Remove copy_reloc.
2238 * testsuite/ld-elf/comm-data2r.rd: Removed.
2239 * testsuite/ld-elf/comm-data2r.sd: Likewise.
2240 * testsuite/ld-elf/comm-data2r.xd: Likewise.
2241
2242 2020-06-04 Alan Modra <amodra@gmail.com>
2243
2244 * testsuite/config/default.exp: Remove global directive outside
2245 proc body.
2246 * testsuite/ld-bootstrap/bootstrap.exp: Likewise.
2247 * testsuite/ld-elf/compress.exp: Likewise.
2248 * testsuite/ld-elf/elf.exp: Likewise.
2249 * testsuite/ld-elf/exclude.exp: Likewise.
2250 * testsuite/ld-elf/frame.exp: Likewise.
2251 * testsuite/ld-elf/indirect.exp: Likewise.
2252 * testsuite/ld-elf/linux-x86.exp: Likewise.
2253 * testsuite/ld-elf/shared.exp: Likewise.
2254 * testsuite/ld-elf/tls.exp: Likewise.
2255 * testsuite/ld-elf/tls_common.exp: Likewise.
2256 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
2257 * testsuite/ld-elfweak/elfweak.exp: Likewise.
2258 * testsuite/ld-frv/fdpic.exp: Likewise.
2259 * testsuite/ld-frv/tls.exp: Likewise.
2260 * testsuite/ld-gc/gc.exp: Likewise.
2261 * testsuite/ld-i386/i386.exp: Likewise.
2262 * testsuite/ld-i386/no-plt.exp: Likewise.
2263 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2264 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
2265 * testsuite/ld-nios2/nios2.exp: Likewise.
2266 * testsuite/ld-plugin/lto.exp: Likewise.
2267 * testsuite/ld-plugin/plugin.exp: Likewise.
2268 * testsuite/ld-powerpc/export-class.exp: Likewise.
2269 * testsuite/ld-scripts/align.exp: Likewise.
2270 * testsuite/ld-scripts/crossref.exp: Likewise.
2271 * testsuite/ld-scripts/defined.exp: Likewise.
2272 * testsuite/ld-scripts/overlay-size.exp: Likewise.
2273 * testsuite/ld-scripts/provide.exp: Likewise.
2274 * testsuite/ld-scripts/weak.exp: Likewise.
2275 * testsuite/ld-selective/selective.exp: Likewise.
2276 * testsuite/ld-sh/rd-sh.exp: Likewise.
2277 * testsuite/ld-size/size.exp: Likewise.
2278 * testsuite/ld-srec/srec.exp: Likewise.
2279 * testsuite/ld-x86-64/mpx.exp: Likewise.
2280 * testsuite/ld-x86-64/no-plt.exp: Likewise.
2281 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2282
2283 2020-06-04 Alan Modra <amodra@gmail.com>
2284
2285 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
2286 mips-sgi-irix6.
2287 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
2288 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
2289 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
2290 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
2291 with poor PIE support.
2292
2293 2020-06-04 Alan Modra <amodra@gmail.com>
2294
2295 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
2296 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
2297 executable and dynamic executable tests.
2298
2299 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
2300
2301 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
2302 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
2303 tests with run_ld_link_exec_tests.
2304 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
2305 with run_ld_link_tests.
2306 * testsuite/ld-elf/tls.exp: Likewise.
2307 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
2308 tests with ld_link.
2309 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
2310 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
2311 with run_ld_link_tests.a
2312 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
2313 CFLAGS.
2314 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
2315 to cflags and cxxflags.
2316 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
2317 and CXX.
2318 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
2319 -fsanitize=undefined.
2320 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
2321 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
2322 tests with run_cc_link_tests and run_ld_link_tests.
2323
2324 2020-06-03 Fangrui Song <maskray@google.com>
2325 H.J. Lu <hongjiu.lu@intel.com>
2326
2327 PR ld/25910
2328 * NEWS: Mention --export-dynamic-symbol[-list].
2329 * ld.texi: Document --export-dynamic-symbol[-list].
2330 * ldgram.y: Pass current_dynamic_list_p to
2331 lang_append_dynamic_list.
2332 * ldlang.c (current_dynamic_list_p): New.
2333 (ang_append_dynamic_list): Updated to take a pointer to
2334 struct bfd_elf_dynamic_list * argument instead of using
2335 link_info.dynamic_list.
2336 (lang_append_dynamic_list_cpp_typeinfo): Pass
2337 &link_info.dynamic_list to ang_append_dynamic_list.
2338 (lang_append_dynamic_list_cpp_new): Likewise.
2339 * ldlang.h (current_dynamic_list_p): New.
2340 (lang_append_dynamic_list): Add a pointer to
2341 struct bfd_elf_dynamic_list * argument.
2342 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
2343 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
2344 * lexsup.c (ld_options): Add entries for
2345 OPTION_EXPORT_DYNAMIC_SYMBOL and
2346 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
2347 (parse_args): Handle --export-dynamic-symbol and
2348 --export-dynamic-symbol-list.
2349 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
2350 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
2351 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
2352 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
2353 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
2354 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
2355 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
2356 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
2357 * testsuite/ld-dynamic/foo-bar.list: New.
2358 * testsuite/ld-dynamic/foo.list: New.
2359 * testsuite/ld-dynamic/foo.s: New.
2360 * testsuite/ld-dynamic/fstar.list: New.
2361 * testsuite/ld-elf/dlempty.list: New.
2362 * testsuite/ld-elf/shared.exp: Add tests for
2363 --export-dynamic-symbol and --export-dynamic-symbol-list.
2364
2365 2020-06-03 Jan Beulich <jbeulich@suse.com>
2366
2367 * testsuite/ld-elf/linux-x86.exp: Make copied source files
2368 writeable.
2369
2370 2020-05-28 Nick Clifton <nickc@redhat.com>
2371
2372 PR 26047
2373 * ldelf.c (ldelf_after_open): Fail if attempting to link one
2374 executable into another. Ensure that the test is made for all
2375 forms of linking.
2376
2377 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
2378
2379 * NEWS: Mention --enable-textrel-check=yes is default for
2380 Linux/x86 targets.
2381 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
2382 unset for Linux/x86 targets.
2383
2384 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
2385
2386 PR ld/20824
2387 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
2388 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
2389 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
2390 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
2391 * ldmain.c (main): Initialize link_info.textrel_check to
2392 DEFAULT_LD_TEXTREL_CHECK.
2393 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
2394 * config.in: Regenerated.
2395 * configure: Likewise.
2396
2397 2020-05-28 Nick Clifton <nickc@redhat.com>
2398
2399 * lexsup.c (parse_args): Generate an error if a name is not
2400 provided to the -Map option.
2401 (ld_options): Mention that the -Map option supports a directory
2402 name as an argument.
2403 * NEWS: Remove mention of support for an empty string as an
2404 argument to -Map.
2405 * ld.texi: Likewise.
2406
2407 2020-05-27 Hans-Peter Nilsson <hp@axis.com>
2408
2409 PR ld/22909
2410 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
2411
2412 2020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2413 Nick Clifton <nickc@redhat.com>
2414
2415 * lexsup.c (parse_args): If the map filename is defined but empty
2416 create a name based upon the output file name. If the name is
2417 defined but refers to a directory create a file inside the
2418 directory based on the output file name.
2419 * ld.texi: Document the new feature.
2420 * testsuite/ld-script/map-address.exp: Add test of new feature.
2421 * NEWS: Mention the new feature.
2422
2423 2020-05-27 H.J. Lu <hongjiu.lu@intel.com>
2424
2425 PR ld/22909
2426 * NEWS: Mention --warn-textrel.
2427 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
2428 Remove --warn-shared-textrel.
2429 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
2430 OPTION_WARN_TEXTREL.
2431 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
2432 --warn-shared-textrel.
2433 (parse_args): Updated.
2434 (elf_shlib_list_options): Check link_info.textrel_check.
2435 * emultempl/elf.em: Updated.
2436 * testsuite/ld-elf/pr19539.d: Replace -z notext with
2437 --warn-textrel. Expect a warning.
2438 * testsuite/ld-i386/warn1.d: Update expected warning.
2439
2440 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
2441
2442 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
2443 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
2444 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
2445
2446 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
2447
2448 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
2449
2450 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
2451
2452 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
2453 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
2454 * testsuite/ld-elf/pr19539.d: Likewise.
2455 * testsuite/ld-elfvers/vers.exp: Likewise.
2456 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
2457 * testsuite/ld-i386/i386.exp: Likewise.
2458 * testsuite/ld-i386/nogot1.d: Likewise.
2459 * testsuite/ld-i386/pr19539.d: Likewise.
2460 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2461 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2462 * testsuite/ld-i386/pr19636-2c.d: Likewise.
2463 * testsuite/ld-i386/pr19636-2d.d: Likewise.
2464 * testsuite/ld-i386/pr19636-2e.d: Likewise.
2465 * testsuite/ld-i386/pr19636-3d.d: Likewise.
2466 * testsuite/ld-i386/pr19636-3e.d: Likewise.
2467 * testsuite/ld-i386/pr19939b.d: Likewise.
2468 * testsuite/ld-i386/undefweaka.d: Likewise.
2469 * testsuite/ld-i386/undefweakb.d: Likewise.
2470 * testsuite/ld-shared/shared.exp: Likewise.
2471 * testsuite/ld-size/size.exp: Likewise.
2472 * testsuite/ld-unique/unique.exp: Likewise.
2473 * testsuite/ld-x86-64/pie1.d: Likewise.
2474 * testsuite/ld-x86-64/pr19539a.d: Likewise.
2475 * testsuite/ld-x86-64/pr19539b.d: Likewise.
2476 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
2477 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
2478 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
2479 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
2480 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
2481 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
2482 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
2483 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
2484 * testsuite/ld-x86-64/pr19939b.d: Likewise.
2485 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2486
2487 2020-05-24 Fangrui Song <maskray@google.com>
2488
2489 PR ld/26018
2490 * lexsup.c (parse_args): Simplify.
2491 * testsuite/ld-elf/dl4e.out: New.
2492 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
2493
2494 2020-05-23 H.J. Lu <hongjiu.lu@intel.com>
2495
2496 PR ld/26018
2497 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
2498 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2499 * testsuite/ld-i386/pr26018.d: New file.
2500 * testsuite/ld-x86-64/pr26018.d: Likewise.
2501 * testsuite/ld-x86-64/pr26018.s: Likewise.
2502
2503 2020-05-21 Alan Modra <amodra@gmail.com>
2504
2505 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
2506 * emultempl/elf.em: Likewise.
2507 * emultempl/msp430.em: Likewise.
2508 * emultempl/pe.em: Likewise.
2509 * emultempl/pep.em: Likewise.
2510 * emultempl/ppc64elf.em: Likewise.
2511 * emultempl/xtensaelf.em: Likewise.
2512 * ldelf.c: Likewise.
2513 * ldfile.c: Likewise.
2514 * ldmain.c: Likewise.
2515 * ldmisc.c: Likewise.
2516 * lexsup.c: Likewise.
2517 * pe-dll.c: Likewise.
2518
2519 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
2520
2521 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
2522 priv attributes according to the -mpriv-spec option.
2523 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2524 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2525 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
2526 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
2527 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
2528 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
2529 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
2530 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
2531 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
2532 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
2533 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
2534
2535 2020-05-20 Alan Modra <amodra@gmail.com>
2536
2537 PR 25993
2538 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
2539 other_bfd_filename for bfd_set_filename, and test result of
2540 bfd_set_filename call. Don't create a new is->filename, simply
2541 copy from bfd filename. Free new_name after bfd_set_filename.
2542 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
2543
2544 2020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
2545
2546 * testsuite/ld-aarch64/aarch64-elf.exp: New test
2547 emit-relocs-560.
2548 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
2549 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
2550
2551 2020-05-19 Alan Modra <amodra@gmail.com>
2552
2553 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
2554 rather than accessing bfd->filename directly.
2555 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
2556 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
2557 * emultempl/spuelf.em (embedded_spu_file): Likewise.
2558 * ldlang.c (input_statement_is_archive_path, wild_sort),
2559 (check_excluded_libs): Likewise.
2560 * ldmain.c (add_archive_element): Likewise.
2561 * ldmisc.c (vfinfo): Likewise.
2562 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
2563 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
2564 * plugin.c (plugin_object_p): Likewise.
2565
2566 2020-05-18 Douglas B Rupp <rupp@adacore.com>
2567
2568 * ldemul.h (ldemul_print_symbol): New.
2569 (ld_emulation_xfer_type) <print_symbol): Likewise.
2570 * ldemul.c (ldemul_print_symbol): New.
2571 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
2572 (print_one_symbol): Make global and move declaration to ...
2573 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
2574 (print_input_section): Likewise
2575 * ldlang.h: ... here.
2576 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
2577 (ld_emulation_xfer_struct): Use it.
2578 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
2579 and default to NULL.
2580 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
2581 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
2582 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
2583 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
2584 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
2585 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
2586 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
2587 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
2588 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
2589
2590 2020-05-18 Sergei Trofimovich <siarheit@google.com>
2591
2592 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
2593 in info message.
2594
2595 2020-05-18 Nick Clifton <nickc@redhat.com>
2596
2597 * po/sv.po: Update Swedish translation.
2598
2599 2020-05-18 Nick Clifton <nickc@redhat.com>
2600
2601 PR 25993
2602 * emultempl/pe.em (_after_open): Check for duplicate filename
2603 pointers before renaming the dll.
2604 * emultempl/pep.em (_after_open): Likewise.
2605
2606 2020-05-13 Nick Clifton <nickc@redhat.com>
2607
2608 PR 25979
2609 * lexsup.c (elf_shlib_list_options): Include the default value for
2610 the hash style in the output text.
2611
2612 2020-05-11 Alan Modra <amodra@gmail.com>
2613
2614 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
2615 * testsuite/ld-powerpc/pcrelopt.d: Update.
2616
2617 2020-05-11 Alan Modra <amodra@gmail.com>
2618
2619 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
2620 place of -mfuture/-Mfuture.
2621 * testsuite/ld-powerpc/notoc2.d: Likewise.
2622 * testsuite/ld-powerpc/powerpc.exp: Likewise.
2623 * testsuite/ld-powerpc/tlsgd.d: Likewise.
2624 * testsuite/ld-powerpc/tlsie.d: Likewise.
2625 * testsuite/ld-powerpc/tlsld.d: Likewise.
2626
2627 2020-05-11 Nick Clifton <nickc@redhat.com>
2628
2629 * po/es.po: Updated Spanish translation.
2630
2631 2020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
2632
2633 PR ld/25665
2634 * testsuite/ld-aarch64/farcall-group.s: New large group test.
2635 * testsuite/ld-aarch64/farcall-group.d: New test driver.
2636 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
2637
2638 2020-05-01 Alan Modra <amodra@gmail.com>
2639
2640 PR 25882
2641 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
2642 shared libraries.
2643
2644 2020-05-01 Alan Modra <amodra@gmail.com>
2645
2646 * po/BLD-POTFILES.in: Regenerate.
2647
2648 2020-04-30 Alex Coplan <alex.coplan@arm.com>
2649
2650 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
2651 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
2652 * testsuite/ld-aarch64/farcall-back.d: Likewise.
2653 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
2654
2655 2020-04-30 Nick Clifton <nickc@redhat.com>
2656
2657 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
2658 not support the -shared command line option.
2659 * /ld-elf/compressed1c.d: Likewise.
2660 * /ld-elf/compressed1e.d: Likewise.
2661 * /ld-elf/dynamic1.d: Likewise.
2662 * /ld-elf/dynsym1.d: Likewise.
2663 * /ld-elf/ehdr_start-shared.d: Likewise.
2664 * /ld-elf/exclude3b.d: Likewise.
2665 * /ld-elf/global1.d: Likewise.
2666 * /ld-elf/hash.d: Likewise.
2667 * /ld-elf/local1.d: Likewise.
2668 * /ld-elf/mbind1b.d: Likewise.
2669 * /ld-elf/now-1.d: Likewise.
2670 * /ld-elf/now-2.d: Likewise.
2671 * /ld-elf/now-3.d: Likewise.
2672 * /ld-elf/now-4.d: Likewise.
2673 * /ld-elf/pr12975.d: Likewise.
2674 * /ld-elf/pr13177.d: Likewise.
2675 * /ld-elf/pr13195.d: Likewise.
2676 * /ld-elf/pr16322.d: Likewise.
2677 * /ld-elf/pr16498a.d: Likewise.
2678 * /ld-elf/pr16498b.d: Likewise.
2679 * /ld-elf/pr17615.d: Likewise.
2680 * /ld-elf/pr19162.d: Likewise.
2681 * /ld-elf/pr19698.d: Likewise.
2682 * /ld-elf/pr20513c.d: Likewise.
2683 * /ld-elf/pr20513d.d: Likewise.
2684 * /ld-elf/pr21389a.d: Likewise.
2685 * /ld-elf/pr21389b.d: Likewise.
2686 * /ld-elf/pr21389c.d: Likewise.
2687 * /ld-elf/pr21562a.d: Likewise.
2688 * /ld-elf/pr21562b.d: Likewise.
2689 * /ld-elf/pr21562c.d: Likewise.
2690 * /ld-elf/pr21562d.d: Likewise.
2691 * /ld-elf/pr21562e.d: Likewise.
2692 * /ld-elf/pr21562f.d: Likewise.
2693 * /ld-elf/pr21562g.d: Likewise.
2694 * /ld-elf/pr21562h.d: Likewise.
2695 * /ld-elf/pr21562i.d: Likewise.
2696 * /ld-elf/pr21562j.d: Likewise.
2697 * /ld-elf/pr21562k.d: Likewise.
2698 * /ld-elf/pr21562l.d: Likewise.
2699 * /ld-elf/pr21562m.d: Likewise.
2700 * /ld-elf/pr21562n.d: Likewise.
2701 * /ld-elf/pr21903a.d: Likewise.
2702 * /ld-elf/pr21903b.d: Likewise.
2703 * /ld-elf/pr22269b.d: Likewise.
2704 * /ld-elf/pr22393-1a.d: Likewise.
2705 * /ld-elf/pr22393-1b.d: Likewise.
2706 * /ld-elf/pr23658-1c.d: Likewise.
2707 * /ld-elf/pr25708.d: Likewise.
2708 * /ld-elf/rpath-1.d: Likewise.
2709 * /ld-elf/rpath-2.d: Likewise.
2710 * /ld-elf/runpath-1.d: Likewise.
2711 * /ld-elf/runpath-2.d: Likewise.
2712 * /ld-elf/sizeofb.d: Likewise.
2713 * /ld-elf/startofb.d: Likewise.
2714 * /ld-elf/strtab.d: Likewise.
2715 * /ld-elf/textaddr2.d: Likewise.
2716 * /ld-elf/textaddr5.d: Likewise.
2717 * /ld-elf/textaddr6.d: Likewise.
2718 * /ld-elf/unknown2.d: Likewise.
2719 * /ld-undefined/entry-3.d: Likewise.
2720 * /ld-undefined/entry-4.d: Likewise.
2721 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
2722 the -pie option.
2723 * /ld-elf/pie.d: Likewise.
2724 * /ld-elf/pr19539.d: Likewise.
2725 * /ld-elf/pr21903d.d: Likewise.
2726 * /ld-elf/pr22269a.d: Likewise.
2727 * /ld-elf/pr22393-1c.d: Likewise.
2728 * /ld-elf/pr22393-1d.d: Likewise.
2729 * /ld-elf/pr22423.d: Likewise.
2730 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
2731 * /ld-elf/loadaddr2.d: Likewise.
2732 * /ld-elf/pr22393-1e.d: Likewise.
2733 * /ld-elf/pr22393-1f.d: Likewise.
2734 * /ld-elf/textaddr1.d: Likewise.
2735 * /ld-elf/textaddr4.d: Likewise.
2736
2737 2020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
2738
2739 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
2740 * emultempl/rxlinux.em: New.
2741 * configure.tgt: Add rx-linux.
2742 * Makefile.am: Add eelf32rx_linux.c
2743 * Makefile.in: Regenerate.
2744
2745 2020-04-29 Max Filippov <jcmvbkbc@gmail.com>
2746
2747 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
2748 * testsuite/ld-xtensa/relax-diff1.s: New test source.
2749 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
2750 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
2751 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
2752 (relax-ndiff): New tests.
2753
2754 2020-04-29 Stephen Casner <casner@acm.org>
2755
2756 PR 25829
2757 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
2758 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
2759 * testsuite/ld-scripts/default-script1.d: No longer have to skip
2760 test for those targets.
2761 * testsuite/ld-scripts/default-script2.d: Likewise.
2762 * testsuite/ld-scripts/default-script3.d: Likewise.
2763 * testsuite/ld-scripts/default-script4.d: Likewise.
2764
2765 2020-04-27 Tamar Christina <tamar.christina@arm.com>
2766
2767 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
2768
2769 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
2770
2771 PR ld/25861
2772 * testsuite/ld-xtensa/relax-loc.d: New test definition.
2773 * testsuite/ld-xtensa/relax-loc.s: New test source.
2774 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
2775
2776 2020-04-22 Fangrui Song <maskray@google.com>
2777
2778 PR ld/25806
2779 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
2780 * ldlang.c (current_input_file): New.
2781 (ldirname): New.
2782 (new_afile): Add from_filename parameter. Set extra_search_path.
2783 (lang_add_input_file): Pass current_input_file to new_afile.
2784 (load_symbols): Set current_input_file.
2785 * ldfile.c (ldfile_open_file): If extra_search_path has been set
2786 then scan it for the file that needs to be opened.
2787 * ld.texi: Document the new behaviour.
2788 * NEWS: Mention the new feature.
2789
2790 2020-04-22 Alan Modra <amodra@gmail.com>
2791
2792 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
2793 * testsuite/ld-scripts/default-script2.d: Likewise.
2794 * testsuite/ld-scripts/default-script3.d: Likewise.
2795 * testsuite/ld-scripts/default-script4.d: Likewise.
2796
2797 2020-04-21 Stephen Casner <casner@acm.org>
2798
2799 PR 25829
2800 * testsuite/ld-scripts/script.exp (check_script)
2801 (extract_symbol_test): Make test addresses fit in 16 bits.
2802 * testsuite/ld-scripts/memory.t: Likewise.
2803 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
2804 * testsuite/ld-scripts/default-script.t (_START): Likewise.
2805 * testsuite/ld-scripts/default-script1.d: Likewise.
2806 * testsuite/ld-scripts/default-script2.d: Likewise.
2807 * testsuite/ld-scripts/default-script3.d: Likewise.
2808 * testsuite/ld-scripts/default-script4.d: Likewise.
2809 * testsuite/ld-scripts/empty-address-1.t: Likewise.
2810 * testsuite/ld-scripts/empty-address-1.d: Likewise.
2811 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
2812 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
2813 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
2814 fit target address size.
2815 * testsuite/ld-scripts/empty-address-1.s: Likewise.
2816 * testsuite/ld-scripts/empty-address-2.s: Likewise.
2817
2818 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
2819
2820 PR ld/25849
2821 * ldelfgen.c (ldelf_map_segments): Call
2822 elf_backend_strip_zero_sized_dynamic_sections.
2823 * testsuite/ld-alpha/tlsbinr.rd: Updated.
2824
2825 2020-04-20 Alan Modra <amodra@gmail.com>
2826
2827 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
2828 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
2829 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
2830
2831 2020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2832
2833 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
2834 * testsuite/ld-elf/warn2.d: Likewise.
2835
2836 2020-04-18 H.J. Lu <hongjiu.lu@intel.com>
2837
2838 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
2839 alpha target.
2840 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
2841
2842 2020-04-16 Stephen Casner <casner@acm.org>
2843
2844 PR 18963
2845 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
2846 16-bit address space.
2847 * testsuite/ld-scripts/pr18963.d: Likewise.
2848
2849 2020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2850 Jan W. Jagersma <jwjagersma@gmail.com>
2851
2852 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
2853 .ctors and .dtors. Discard LTO sections.
2854
2855 2020-04-17 Nick Clifton <nickc@redhat.com>
2856
2857 * testsuite/config/default.exp: If not already set then create the
2858 CCC_OVERRIDE_OPTIONS environment variable to help when running the
2859 testsuite with clang.
2860 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
2861 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
2862 were built before attempting to copy them.
2863
2864 2020-04-15 Fangrui Song <maskray@google.com>
2865
2866 PR binutils/24613
2867 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
2868 RM_GENERATE_ERROR to RM_DIAGNOSE.
2869 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
2870 RM_GENERATE_ERROR to RM_DIAGNOSE.
2871 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
2872
2873 2020-04-14 Stephen Casner <casner@acm.org>
2874
2875 PR ld/25677
2876 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
2877 (EXTRA_EM_FILE): New, add emulation file pdp11.
2878 * scripttempl/pdp11.sc: New, derived from aout.sc without
2879 irrelevant input sections.
2880 * emultempl/pdp11.em (_add_options, _handle_option)
2881 (_list_options): New. Add options -z, --imagic for pdp11-aout.
2882 (_before_parse): Make --omagic be default instead of --nmagic.
2883 (_get_script): Modify special-case linker script for --imagic.
2884 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
2885 * ld.texi (Options): Add documentation of PDP11-specific options.
2886 (Options): Fix unrelated typo to --no-compact-branches.
2887 * gen-doc.texi: @set PDP11.
2888 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
2889 * testsuite/ld-pdp11/sections.s: New, source for options tests.
2890 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
2891 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
2892 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
2893 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
2894
2895 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
2896
2897 PR binutils/25707
2898 * testsuite/ld-arm/armthumb-lib.sym: Updated.
2899 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
2900 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
2901 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
2902 * testsuite/ld-arm/fdpic-main.sym: Likewise.
2903 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
2904 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
2905 * testsuite/ld-arm/mixed-app.sym: Likewise.
2906 * testsuite/ld-arm/mixed-lib.sym: Likewise.
2907 * testsuite/ld-arm/preempt-app.sym: Likewise.
2908 * testsuite/ld-elf/hash.d: Likewise.
2909 * testsuite/ld-elf/pr13195.d: Likewise.
2910 * testsuite/ld-elfvsb/hidden2.d: Likewise.
2911 * testsuite/ld-mips-elf/hash2.d: Likewise.
2912
2913 2020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2914
2915 * testsuite/ld-shared/shared.exp: Remove dangling comments.
2916 xfail shared non PIC tests on Solaris.
2917
2918 2020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2919
2920 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
2921
2922 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2923
2924 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
2925 nopie with available.
2926
2927 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2928
2929 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
2930 Set to "-fcf-protection=none" if target compiler supports it.
2931 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
2932 CC and CXX.
2933 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
2934 to PLT BND tests.
2935
2936 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2937
2938 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
2939 -I../bfd.
2940 (check_pr25749b): Likewise.
2941
2942 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2943
2944 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
2945 notarget.
2946 * ifunc-11-i386.d: Likewise.
2947 * ifunc-12-i386.d: Likewise.
2948 * ifunc-13-i386.d: Likewise.
2949 * ifunc-14a-i386.d: Likewise.
2950 * ifunc-14b-i386.d: Likewise.
2951 * ifunc-14c-i386.d: Likewise.
2952 * ifunc-14d-i386.d: Likewise.
2953 * ifunc-14e-i386.d: Likewise.
2954 * ifunc-14f-i386.d: Likewise.
2955 * ifunc-15-i386.d: Likewise.
2956 * ifunc-16-i386-now.d: Likewise.
2957 * ifunc-16-i386.d: Likewise.
2958 * ifunc-17a-i386.d: Likewise.
2959 * ifunc-17b-i386.d: Likewise.
2960 * ifunc-18a-i386.d: Likewise.
2961 * ifunc-18b-i386.d: Likewise.
2962 * ifunc-19a-i386.d: Likewise.
2963 * ifunc-19b-i386.d: Likewise.
2964 * ifunc-2-i386-now.d: Likewise.
2965 * ifunc-2-i386.d: Likewise.
2966 * ifunc-2-local-i386-now.d: Likewise.
2967 * ifunc-2-local-i386.d: Likewise.
2968 * ifunc-20-i386.d: Likewise.
2969 * ifunc-21-i386.d: Likewise.
2970 * ifunc-22-i386.d: Likewise.
2971 * ifunc-5a-i386.d: Likewise.
2972 * ifunc-5a-local-i386.d: Likewise.
2973 * ifunc-5b-i386.d: Likewise.
2974 * ifunc-5b-local-i386.d: Likewise.
2975 * ifunc-5r-local-i386.d: Likewise.
2976 * ifunc-6a-i386.d: Likewise.
2977 * ifunc-6b-i386.d: Likewise.
2978 * ifunc-7a-i386.d: Likewise.
2979 * ifunc-7b-i386.d: Likewise.
2980 * ifunc-8-i386.d: Likewise.
2981 * ifunc-9-i386.d: Likewise.
2982 * pr17154-i386-now.d: Likewise.
2983 * pr17154-i386.d: Likewise.
2984
2985 * ifunc-23a-x86.d: Remove notarget.
2986 * ifunc-24a-x86.d: Likewise.
2987 * ifunc-25a-x86.d: Likewise.
2988
2989 2020-04-02 Nick Clifton <nickc@redhat.com>
2990
2991 PR ld/25747
2992 * ldfile.c (ldfile_open_file): Fix typo in warning message.
2993
2994 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
2995
2996 PR ld/25749
2997 PR ld/25754
2998 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
2999 * testsuite/ld-elf/pr25749-1.c: New file.
3000 * testsuite/ld-elf/pr25749-1a.c: Likewise.
3001 * testsuite/ld-elf/pr25749-1b.c: Likewise.
3002 * testsuite/ld-elf/pr25749-1b.err: Likewise.
3003 * testsuite/ld-elf/pr25749-1c.c: Likewise.
3004 * testsuite/ld-elf/pr25749-1d.c: Likewise.
3005 * testsuite/ld-elf/pr25749-2.c: Likewise.
3006 * testsuite/ld-elf/pr25749-2a.s: Likewise.
3007 * testsuite/ld-elf/pr25749-2b.s: Likewise.
3008 * testsuite/ld-elf/pr25749.rd: Likewise.
3009 * testsuite/ld-elf/pr25754-1a.c: Likewise.
3010 * testsuite/ld-elf/pr25754-1b.s: Likewise.
3011 * testsuite/ld-elf/pr25754-2a.c: Likewise.
3012 * testsuite/ld-elf/pr25754-2b.err: Likewise.
3013 * testsuite/ld-elf/pr25754-2b.s: Likewise.
3014 * testsuite/ld-elf/pr25754-3a.c: Likewise.
3015 * testsuite/ld-elf/pr25754-3b.s: Likewise.
3016 * testsuite/ld-elf/pr25754-4a.c: Likewise.
3017 * testsuite/ld-elf/pr25754-4b.s: Likewise.
3018 * testsuite/ld-elf/pr25754-4c.s: Likewise.
3019 * testsuite/ld-elf/pr25754-5a.c: Likewise.
3020 * testsuite/ld-elf/pr25754-5b.s: Likewise.
3021 * testsuite/ld-elf/pr25754-5c.s: Likewise.
3022 * testsuite/ld-elf/pr25754-6a.c: Likewise.
3023 * testsuite/ld-elf/pr25754-6b.s: Likewise.
3024 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
3025
3026 2020-04-01 Tamar Christina <tamar.christina@arm.com>
3027
3028 PR ld/16017
3029 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
3030
3031 2020-04-01 Nick Clifton <nickc@redhat.com>
3032
3033 PR ld/25747
3034 * ldfile.c (ldfile_open_file): If a search for a library fails,
3035 but there is a file that would match if it had a "lib" prefix to
3036 its name, then tell the user.
3037
3038 2020-04-01 Tamar Christina <tamar.christina@arm.com>
3039
3040 PR ld/16017
3041 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
3042 * testsuite/ld-arm/thumb-plt-got.d: New test.
3043
3044 2020-04-01 Tamar Christina <tamar.christina@arm.com>
3045
3046 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
3047 * testsuite/ld-arm/thumb-plt.d: New test.
3048 * testsuite/ld-arm/thumb-plt.s: New test.
3049
3050 2020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
3051
3052 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
3053
3054 2020-03-30 Nick Clifton <nickc@redhat.com>
3055
3056 PR binutils/25662
3057 * emultempl/pe.em (after_open): Replace initialisation of the
3058 insert_timestamp field in the pe_data structure with an
3059 initialisation of the timestamp field.
3060 * emultemp/pep.em: Likewise.
3061 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
3062 structure instead of the insert_timestamp field.
3063
3064 2020-03-28 H.J. Lu <hongjiu.lu@intel.com>
3065
3066 PR 25732
3067 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
3068 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
3069 Solaris.
3070
3071 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
3072
3073 PR 25732
3074 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
3075
3076 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
3077
3078 PR 25732
3079 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
3080 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
3081 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
3082
3083 2020-03-25 Alan Modra <amodra@gmail.com>
3084
3085 * testsuite/ld-elf/compress1c.d: xfail h8300.
3086 * testsuite/ld-elf/compressed1c.d: Likewise.
3087 * testsuite/ld-elf/compressed1e.d: Likewise.
3088 * testsuite/ld-elf/dynamic1.d: Likewise.
3089 * testsuite/ld-elf/dynsym1.d: Likewise.
3090 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
3091 * testsuite/ld-elf/exclude3b.d: Likewise.
3092 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
3093 * testsuite/ld-elf/global1.d: xfail h8300.
3094 * testsuite/ld-elf/hash.d: Likewise.
3095 * testsuite/ld-elf/loadaddr1.d: Likewise.
3096 * testsuite/ld-elf/loadaddr2.d: Likewise.
3097 * testsuite/ld-elf/local1.d: Likewise.
3098 * testsuite/ld-elf/mbind1b.d: Likewise.
3099 * testsuite/ld-elf/mbind1c.d: Likewise.
3100 * testsuite/ld-elf/now-1.d: Likewise.
3101 * testsuite/ld-elf/now-2.d: Likewise.
3102 * testsuite/ld-elf/now-3.d: Likewise.
3103 * testsuite/ld-elf/now-4.d: Likewise.
3104 * testsuite/ld-elf/pie.d: Likewise.
3105 * testsuite/ld-elf/pr12975.d: Likewise.
3106 * testsuite/ld-elf/pr13177.d: Likewise.
3107 * testsuite/ld-elf/pr13195.d: Likewise.
3108 * testsuite/ld-elf/pr16322.d: Likewise.
3109 * testsuite/ld-elf/pr16498a.d: Likewise.
3110 * testsuite/ld-elf/pr16498b.d: Likewise.
3111 * testsuite/ld-elf/pr17615.d: Likewise.
3112 * testsuite/ld-elf/pr19162.d: Likewise.
3113 * testsuite/ld-elf/pr19539.d: Likewise.
3114 * testsuite/ld-elf/pr19617a.d: Likewise.
3115 * testsuite/ld-elf/pr19698.d: Likewise.
3116 * testsuite/ld-elf/pr20513c.d: Likewise.
3117 * testsuite/ld-elf/pr20513d.d: Likewise.
3118 * testsuite/ld-elf/pr21389a.d: Likewise.
3119 * testsuite/ld-elf/pr21389b.d: Likewise.
3120 * testsuite/ld-elf/pr21389c.d: Likewise.
3121 * testsuite/ld-elf/pr21562a.d: Likewise.
3122 * testsuite/ld-elf/pr21562b.d: Likewise.
3123 * testsuite/ld-elf/pr21562c.d: Likewise.
3124 * testsuite/ld-elf/pr21562d.d: Likewise.
3125 * testsuite/ld-elf/pr21562e.d: Likewise.
3126 * testsuite/ld-elf/pr21562f.d: Likewise.
3127 * testsuite/ld-elf/pr21562g.d: Likewise.
3128 * testsuite/ld-elf/pr21562h.d: Likewise.
3129 * testsuite/ld-elf/pr21562i.d: Likewise.
3130 * testsuite/ld-elf/pr21562j.d: Likewise.
3131 * testsuite/ld-elf/pr21562k.d: Likewise.
3132 * testsuite/ld-elf/pr21562l.d: Likewise.
3133 * testsuite/ld-elf/pr21562m.d: Likewise.
3134 * testsuite/ld-elf/pr21562n.d: Likewise.
3135 * testsuite/ld-elf/pr21903a.d: Likewise.
3136 * testsuite/ld-elf/pr21903b.d: Likewise.
3137 * testsuite/ld-elf/pr21903d.d: Likewise.
3138 * testsuite/ld-elf/pr22269a.d: Likewise.
3139 * testsuite/ld-elf/pr22269b.d: Likewise.
3140 * testsuite/ld-elf/pr22393-1a.d: Likewise.
3141 * testsuite/ld-elf/pr22393-1b.d: Likewise.
3142 * testsuite/ld-elf/pr22393-1c.d: Likewise.
3143 * testsuite/ld-elf/pr22393-1d.d: Likewise.
3144 * testsuite/ld-elf/pr22393-1e.d: Likewise.
3145 * testsuite/ld-elf/pr22393-1f.d: Likewise.
3146 * testsuite/ld-elf/pr22423.d: Likewise.
3147 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
3148 and xc16x.
3149 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
3150 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
3151 * testsuite/ld-elf/rpath-1.d: xfail h8300.
3152 * testsuite/ld-elf/rpath-2.d: Likewise.
3153 * testsuite/ld-elf/runpath-1.d: Likewise.
3154 * testsuite/ld-elf/runpath-2.d: Likewise.
3155 * testsuite/ld-elf/sizeofb.d: Likewise.
3156 * testsuite/ld-elf/startofb.d: Likewise.
3157 * testsuite/ld-elf/strtab.d: Likewise.
3158 * testsuite/ld-elf/textaddr1.d: Likewise.
3159 * testsuite/ld-elf/textaddr2.d: Likewise.
3160 * testsuite/ld-elf/textaddr4.d: Likewise.
3161 * testsuite/ld-elf/textaddr5.d: Likewise.
3162 * testsuite/ld-elf/textaddr6.d: Likewise.
3163 * testsuite/ld-elf/unknown2.d: Likewise.
3164 * testsuite/ld-undefined/entry-3.d: Likewise.
3165 * testsuite/ld-undefined/entry-4.d: Likewise.
3166 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
3167 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
3168 file format match.
3169 * testsuite/ld-h8300/relax-2.d: Likewise.
3170 * testsuite/ld-h8300/relax-3.d: Likewise.
3171 * testsuite/ld-h8300/relax-4.d: Likewise.
3172 * testsuite/ld-h8300/relax-5.d: Likewise.
3173 * testsuite/ld-h8300/relax-6.d: Likewise.
3174 * testsuite/ld-h8300/relax-7.d: Likewise.
3175 * testsuite/ld-h8300/relax.d: Relax file format match.
3176
3177 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
3178
3179 PR binutils/25708
3180 * testsuite/ld-elf/pr25708.d: New file.
3181
3182 2020-03-23 Alan Modra <amodra@gmail.com>
3183
3184 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
3185 Include ei386aout dep file.
3186 * Makefile.in: Regenerate.
3187 * po/BLD-POTFILES.in: Regenerate.
3188
3189 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
3190
3191 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
3192 test only for GCC 10 or newer.
3193
3194 2020-03-20 Alan Modra <amodra@gmail.com>
3195
3196 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
3197 clear new fields.
3198 * testplug2.c (parse_symdefstr): Likewise.
3199 * testplug3.c (parse_symdefstr): Likewise.
3200 * testplug4.c (parse_symdefstr): Likewise.
3201
3202 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
3203
3204 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
3205 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
3206
3207 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
3208
3209 * emultempl/xtensaelf.em: Emit a fatal error message
3210 instead of calling abort.
3211 * ldlang.c: Likewise.
3212
3213 2020-03-14 Alan Modra <amodra@gmail.com>
3214
3215 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
3216 targets. Don't skip xtensa, xfail instead.
3217
3218 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
3219
3220 * ldlang.c (lang_add_section): Add support for
3221 non_contiguous_regions.
3222 (size_input_section): Likewise.
3223 (lang_size_sections_1): Likewise.
3224 (process_insert_statements): Likewise.
3225 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
3226 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
3227 * lexsup.c (ld_options): Add entries for
3228 --enable-non-contiguous-regions and
3229 --enable-non-contiguous-regions-warnings.
3230 (parse_args): Handle it.
3231 * NEWS: Add --enable-non-contiguous-regions and
3232 --enable-non-contiguous-regions-warnings.
3233 * ld.texi: Add --enable-non-contiguous-regions and
3234 --enable-non-contiguous-regions-warnings documentation.
3235 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
3236 SEC_LINKER_CREATED flag.
3237 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
3238 Emit an error when --enable-non-contiguous-regions is used.
3239 * testsuite/ld-elf/non-contiguous.d: New.
3240 * testsuite/ld-elf/non-contiguous.ld: New.
3241 * testsuite/ld-elf/non-contiguous.s: New.
3242 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
3243 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
3244 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
3245 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
3246 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
3247 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
3248 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
3249 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
3250 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
3251 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
3252 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
3253 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
3254 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
3255 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
3256 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
3257 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
3258 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
3259 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
3260 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
3261
3262 2020-03-13 H.J. Lu <hongjiu.lu@intel.com>
3263
3264 PR ld/24920
3265 * emulparams/elf32_x86_64.sh: Use static.sh.
3266 * emulparams/elf_i386.sh: Likewise.
3267 * emulparams/elf_x86_64.sh: Likewise.
3268 * emulparams/static.sh: New file.
3269 * emultempl/elf-x86.em: Include "ldlex.h".
3270 * testsuite/ld-elf/pr24920.err: New file.
3271 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
3272
3273 2020-03-13 Christian Eggers <ceggers@gmx.de>
3274
3275 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
3276
3277 2020-03-11 Alan Modra <amodra@gmail.com>
3278
3279 * ldelf.c (elf_orphan_compatible): Return false when two sections
3280 have differing SHF_MASKPROC or SHF_MASKOS flags.
3281
3282 2020-03-05 Alan Modra <amodra@gmail.com>
3283
3284 PR 25570
3285 * ldlang.c (lang_size_sections_1): Don't report changes on
3286 second and subsequent iterations that make no change in
3287 alignment from that already reported.
3288
3289 2020-03-05 Alan Modra <amodra@gmail.com>
3290
3291 PR 25570
3292 * ldlang.c (lang_sizing_iteration): New static var.
3293 (lang_size_sections_1): Warn about no memory region only on first
3294 iteration. Warn about changing start address on first iteration
3295 then any delta from that on subsequent iterations. Report a signed
3296 delta.
3297 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
3298
3299 2020-03-03 Nick Clifton <nickc@redhat.com>
3300
3301 PR 25588
3302 * ld.texi (Options): Update the description of the --rpath-link
3303 option.
3304
3305 2020-03-02 Alan Modra <amodra@gmail.com>
3306
3307 * plugin.c (plugin_object_p): Return a bfd_cleanup.
3308 (plugin_cleanup): New function.
3309
3310 2020-03-01 H.J. Lu <hongjiu.lu@intel.com>
3311
3312 PR ld/25618
3313 * plugin.c (plugin_object_p): Copy the no_export field to the IR
3314 dummy object.
3315 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
3316 PR ld/25618 tests.
3317 * testsuite/ld-plugin/pr25618.d: New file.
3318 * testsuite/ld-plugin/pr25618a.cc: Likewise.
3319 * testsuite/ld-plugin/pr25618a.h: Likewise.
3320 * testsuite/ld-plugin/pr25618b.cc: Likewise.
3321 * testsuite/ld-plugin/pr25618b.h: Likewise.
3322
3323 2020-02-27 Alan Modra <amodra@gmail.com>
3324
3325 PR 24511
3326 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
3327 * testsuite/ld-mmix/sec-2.d: Likewise.
3328 * testsuite/ld-mmix/sec-3.d: Likewise.
3329 * testsuite/ld-mmix/sec-4.d: Likewise.
3330 * testsuite/ld-mmix/spec802.d: Likewise.
3331 * testsuite/ld-mmix/spec803.d: Likewise.
3332 * testsuite/ld-mmix/spec804.d: Likewise.
3333 * testsuite/ld-mmix/spec805.d: Likewise.
3334 * testsuite/ld-mmix/spec806.d: Likewise.
3335 * testsuite/ld-mmix/spec807.d: Likewise.
3336 * testsuite/ld-mmix/spec808.d: Likewise.
3337
3338 2020-02-26 H.J. Lu <hongjiu.lu@intel.com>
3339
3340 PR ld/25593
3341 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
3342 * testsuite/ld-plugin/pr25593.d: New file.
3343 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
3344 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
3345 * testsuite/ld-plugin/pr25593b.c: Likewise.
3346 * testsuite/ld-plugin/pr25593c.c: Likewise.
3347 * testsuite/ld-plugin/pr25593d.c: Likewise.
3348 * testsuite/ld-plugin/pr25593e.c: Likewise.
3349
3350 2020-02-26 Alan Modra <amodra@gmail.com>
3351
3352 * emultempl/cskyelf.em: Indent labels correctly.
3353 * ldfile.c: Likewise.
3354 * ldlang.c: Likewise.
3355 * plugin.c: Likewise.
3356
3357 2020-02-26 Alan Modra <amodra@gmail.com>
3358
3359 PR 25593
3360 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
3361 (ldelf_after_open): Save state of input_bfds list before loading
3362 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
3363 Restore input_bfds list.
3364 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
3365
3366 2020-02-24 Nick Clifton <nickc@redhat.com>
3367
3368 * po/fr.po: Update French translation.
3369
3370 2020-02-22 Alan Modra <amodra@gmail.com>
3371
3372 PR 25585
3373 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
3374 checking.
3375
3376 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
3377
3378 PR 25537
3379 * emultempl/z80.em: Remove machine compatability checking.
3380
3381 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
3382
3383 PR 25517
3384 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
3385 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
3386 * testsuite/ld-z80/arch_r800.d: Likewise.
3387 * testsuite/ld-z80/arch_z180.d: Likewise.
3388 * testsuite/ld-z80/arch_z80n.d: Likewise.
3389 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
3390 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
3391 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
3392 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
3393 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
3394 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
3395 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
3396 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
3397 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
3398 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
3399
3400 2020-02-19 Alan Modra <amodra@gmail.com>
3401
3402 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
3403
3404 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
3405
3406 PR binutils/25355
3407 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
3408 * testsuite/ld-plugin/pr25355.c: New file.
3409 * testsuite/ld-plugin/pr25355.d: Likewise.
3410 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
3411 only dump.
3412
3413 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
3414
3415 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
3416
3417 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
3418
3419 PR 25469
3420 * emulparams/elf32z80.sh: Use z80 emulation.
3421 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
3422 * emultempl/z80elf.em: Delete.
3423 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
3424 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
3425 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
3426 * testsuite/ld-unique/unique.s: Likewise.
3427 * testsuite/ld-unique/unique_empty.s: Likewise.
3428 * testsuite/ld-unique/unique_shared.s: Likewise.
3429 * testsuite/ld-unique/unique.d: Updated expected output.
3430 * testsuite/ld-z80/arch_z80n.d: New file.
3431 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
3432 * testsuite/ld-z80/labels.s: Add more labels.
3433 * testsuite/ld-z80/relocs.s: Add more reloc tests.
3434 * testsuite/ld-z80/relocs_f_z80n.d: New file
3435
3436 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
3437
3438 PR ld/25022
3439 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
3440 ldelf_before_place_orphans.
3441
3442 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3443
3444 PR ld/25022
3445 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
3446 before_place_orphans_default.
3447 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
3448 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
3449 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
3450 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
3451 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
3452 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
3453 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
3454 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
3455 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
3456 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
3457 ldelf_before_place_orphans.
3458 * ldelf.c (ldelf_before_place_orphans): New.
3459 * ldelf.h (ldelf_before_place_orphans): Likewise.
3460 * ldemul.c (ldemul_before_place_orphans): Likewise.
3461 (before_place_orphans_default): Likewise.
3462 * ldemul.h (ldemul_before_place_orphans): Likewise.
3463 (before_place_orphans_default): Likewise.
3464 (ld_emulation_xfer_struct): Add before_place_orphans.
3465 * ldlang.c (lang_process): Call ldemul_before_place_orphans
3466 before lang_place_orphans.
3467 * testsuite/ld-elf/pr25022.d: New file.
3468 * testsuite/ld-elf/pr25022.s: Likewise.
3469 * testsuite/ld-elf/pr25022.t: Likewise.
3470
3471 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3472
3473 PR ld/25490
3474 * testsuite/ld-elf/pr25490-1.d: New file.
3475 * testsuite/ld-elf/pr25490-1.s: Likewise.
3476
3477 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3478
3479 PR ld/24526
3480 PR ld/25021
3481 PR ld/25490
3482 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
3483 * testsuite/ld-elf/pr24526.d: New file.
3484 * testsuite/ld-elf/pr24526.s: Likewise.
3485 * testsuite/ld-elf/pr25021.d: Likewise.
3486 * testsuite/ld-elf/pr25021.s: Likewise.
3487 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
3488 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
3489 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
3490 * testsuite/ld-elf/pr25490-2.s: Likewise.
3491 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
3492 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
3493 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
3494 * testsuite/ld-elf/pr25490-3.s: Likewise.
3495 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
3496 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
3497 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
3498 * testsuite/ld-elf/pr25490-4.s: Likewise.
3499 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
3500 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
3501 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
3502 * testsuite/ld-elf/pr25490-5.s: Likewise.
3503 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
3504 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
3505 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
3506 * testsuite/ld-elf/pr25490-6.s: Likewise.
3507
3508 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3509
3510 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
3511 z80 as not supported.
3512
3513 2020-02-06 Alan Modra <amodra@gmail.com>
3514
3515 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
3516 targets that don't support ifunc rather than ones that do.
3517 (contains_irelative_reloc): Match R_PARISC_IPLT.
3518 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
3519 * testsuite/ld-ifunc/ifunc-23-x86.s,
3520 * testsuite/ld-ifunc/ifunc-24-x86.s,
3521 * testsuite/ld-ifunc/ifunc-25-x86.s,
3522 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
3523 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
3524 * testsuite/ld-ifunc/ifunc-10-i386.d,
3525 * testsuite/ld-ifunc/ifunc-11-i386.d,
3526 * testsuite/ld-ifunc/ifunc-12-i386.d,
3527 * testsuite/ld-ifunc/ifunc-13-i386.d,
3528 * testsuite/ld-ifunc/ifunc-14a-i386.d,
3529 * testsuite/ld-ifunc/ifunc-14b-i386.d,
3530 * testsuite/ld-ifunc/ifunc-14c-i386.d,
3531 * testsuite/ld-ifunc/ifunc-14d-i386.d,
3532 * testsuite/ld-ifunc/ifunc-14e-i386.d,
3533 * testsuite/ld-ifunc/ifunc-14f-i386.d,
3534 * testsuite/ld-ifunc/ifunc-15-i386.d,
3535 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
3536 * testsuite/ld-ifunc/ifunc-16-i386.d,
3537 * testsuite/ld-ifunc/ifunc-17a-i386.d,
3538 * testsuite/ld-ifunc/ifunc-17b-i386.d,
3539 * testsuite/ld-ifunc/ifunc-18a-i386.d,
3540 * testsuite/ld-ifunc/ifunc-18b-i386.d,
3541 * testsuite/ld-ifunc/ifunc-19a-i386.d,
3542 * testsuite/ld-ifunc/ifunc-19b-i386.d,
3543 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
3544 * testsuite/ld-ifunc/ifunc-2-i386.d,
3545 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
3546 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
3547 * testsuite/ld-ifunc/ifunc-20-i386.d,
3548 * testsuite/ld-ifunc/ifunc-21-i386.d,
3549 * testsuite/ld-ifunc/ifunc-22-i386.d,
3550 * testsuite/ld-ifunc/ifunc-26.d,
3551 * testsuite/ld-ifunc/ifunc-5a-i386.d,
3552 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
3553 * testsuite/ld-ifunc/ifunc-5b-i386.d,
3554 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
3555 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
3556 * testsuite/ld-ifunc/ifunc-6a-i386.d,
3557 * testsuite/ld-ifunc/ifunc-6b-i386.d,
3558 * testsuite/ld-ifunc/ifunc-7a-i386.d,
3559 * testsuite/ld-ifunc/ifunc-7b-i386.d,
3560 * testsuite/ld-ifunc/ifunc-8-i386.d,
3561 * testsuite/ld-ifunc/ifunc-9-i386.d,
3562 * testsuite/ld-ifunc/pr17154-i386-now.d,
3563 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
3564
3565 2020-02-06 Alan Modra <amodra@gmail.com>
3566
3567 * testsuite/lib/ld-lib.exp (is_generic): Delete.
3568 * testsuite/ld-unique/unique.exp: Exclude tic6x.
3569
3570 2020-02-06 Alan Modra <amodra@gmail.com>
3571
3572 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
3573 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
3574
3575 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
3576
3577 PR gas/25380
3578 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
3579 directives.
3580 * testsuite/ld-i386/tls-gd1.S: Likewise.
3581 * testsuite/ld-x86-64/pr21481b.S: Likewise.
3582
3583 2020-01-30 Jan Beulich <jbeulich@suse.com>
3584
3585 * ld.texi: Remove space between @option and brace.
3586
3587 2020-01-29 Alan Modra <amodra@gmail.com>
3588
3589 PR 25477
3590 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
3591 correct concat.
3592 (ldelf_after_open): Add prefix parameter.
3593 * ldelf.h (ldelf_after_open): Update prototype.
3594 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
3595 to ldelf_after_open.
3596 * Makefile.am: Correct z80 dependencies.
3597 * Makefile.in: Regenerate.
3598
3599 2020-01-28 Alan Modra <amodra@gmail.com>
3600
3601 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
3602 in first phase.
3603
3604 2020-01-27 Alan Modra <amodra@gmail.com>
3605
3606 * testsuite/ld-elfvers/vers.exp: Replace case statements with
3607 switch statements.
3608 * testsuite/ld-ifunc/ifunc.exp: Likewise.
3609 * testsuite/ld-unique/unique.exp: Likewise.
3610
3611 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
3612 Alan Modra <amodra@gmail.com>
3613
3614 PR ld/25458
3615 * testsuite/ld-elf/pr25458.map: New file.
3616 * testsuite/ld-elf/pr25458.rd: Likewise.
3617 * testsuite/ld-elf/pr25458a.s: Likewise.
3618 * testsuite/ld-elf/pr25458b.s: Likewise.
3619 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
3620
3621 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
3622
3623 PR ld/25416
3624 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
3625 compiler support.
3626
3627 2020-01-22 Alan Modra <amodra@gmail.com>
3628
3629 * testsuite/ld-powerpc/tlsdesc3.d,
3630 * testsuite/ld-powerpc/tlsdesc3.wf,
3631 * testsuite/ld-powerpc/tlsdesc4.d,
3632 * testsuite/ld-powerpc/tlsdesc4.s,
3633 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
3634 * testsuite/ld-powerpc/powerpc.exp: Run them.
3635
3636 2020-01-22 Alan Modra <amodra@gmail.com>
3637
3638 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
3639 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
3640 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
3641 (params): Init new field.
3642 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
3643 Document.
3644 * testsuite/ld-powerpc/tlsdesc.s,
3645 * testsuite/ld-powerpc/tlsdesc.d,
3646 * testsuite/ld-powerpc/tlsdesc.wf,
3647 * testsuite/ld-powerpc/tlsdesc2.d,
3648 * testsuite/ld-powerpc/tlsdesc2.wf,
3649 * testsuite/ld-powerpc/tlsexenors.d,
3650 * testsuite/ld-powerpc/tlsexenors.r,
3651 * testsuite/ld-powerpc/tlsexers.d,
3652 * testsuite/ld-powerpc/tlsexers.r,
3653 * testsuite/ld-powerpc/tlsexetocnors.d,
3654 * testsuite/ld-powerpc/tlsexetocrs.d,
3655 * testsuite/ld-powerpc/tlsexetocrs.r,
3656 * testsuite/ld-powerpc/tlsopt6.d,
3657 * testsuite/ld-powerpc/tlsopt6.wf: New.
3658 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
3659
3660 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
3661
3662 PR 25417
3663 * ldlang.c (ldlang_open_ctf): Fix error message typo.
3664 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
3665
3666 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
3667
3668 * testsuite/ld-elf/pr23900-1.d: Adjusted.
3669
3670 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
3671
3672 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
3673
3674 2020-01-20 Nick Clifton <nickc@redhat.com>
3675
3676 * po/pt_BR.po: Updated Brazilian Portuguese translation.
3677 * po/uk.po: Updated Ukranian translation.
3678
3679 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
3680
3681 PR ld/25416
3682 * testsuite/ld-x86-64/pr25416-1.s: New file
3683 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
3684 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
3685 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
3686 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
3687 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
3688 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
3689 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
3690 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
3691 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
3692 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
3693 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
3694 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
3695 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
3696 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
3697 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
3698 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
3699
3700 2020-01-20 Alan Modra <amodra@gmail.com>
3701
3702 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
3703 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
3704 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
3705 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
3706 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
3707
3708 2020-01-18 Roland McGrath <mcgrathr@google.com>
3709
3710 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
3711 to admit whatever absolute address. The label-relative address is
3712 what the test needs to verify.
3713
3714 2020-01-18 Nick Clifton <nickc@redhat.com>
3715
3716 * configure: Regenerate.
3717 * po/ld.pot: Regenerate.
3718
3719 2020-01-18 Nick Clifton <nickc@redhat.com>
3720
3721 Binutils 2.34 branch created.
3722
3723 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3724
3725 * scripttempl/elf32msp430_3.sc: Remove.
3726
3727 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3728
3729 * scripttempl/elf32msp430.sc: Add input section rules for
3730 .upper.{text,data,rodata,bss}.
3731 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
3732 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
3733
3734 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
3735
3736 PR 20694
3737 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
3738
3739 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3740
3741 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
3742 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
3743
3744 2020-01-15 Alan Modra <amodra@gmail.com>
3745
3746 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
3747 * testsuite/ld-powerpc/funref.s: Align func_tab.
3748 * testsuite/ld-powerpc/funref2.s: Likewise.
3749 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
3750
3751 2020-01-14 Lili Cui <lili.cui@intel.com>
3752
3753 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
3754
3755 2020-01-13 Alan Modra <amodra@gmail.com>
3756
3757 * po/BLD-POTFILES.in: Regenerate.
3758
3759 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3760
3761 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
3762
3763 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3764
3765 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
3766 emulations.
3767 * configure.tgt: Likewise.
3768 * Makefile.in: Regenerate.
3769 * emulparams/arcelf_prof.sh: Remove file.
3770 * emulparams/arclinux_prof.sh: Likewise.
3771
3772 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3773
3774 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
3775 located at an arbitrary address. Use DWARF.sc file.
3776 * scripttempl/elfarc.sc: Use DWARF.sc file.
3777
3778 2020-01-07 Alan Modra <amodra@gmail.com>
3779
3780 * testsuite/ld-mips-elf/eh-frame5.s,
3781 * testsuite/ld-mips-elf/ehdr_start-new.s,
3782 * testsuite/ld-mips-elf/ehdr_start-o32.s,
3783 * testsuite/ld-mips-elf/mips16-call-global-1.s,
3784 * testsuite/ld-mips-elf/mips16-intermix-1.s,
3785 * testsuite/ld-mips-elf/mips16-pic-1b.s,
3786 * testsuite/ld-mips-elf/mips16-pic-4c.s,
3787 * testsuite/ld-mips-elf/no-shared-1-n64.s,
3788 * testsuite/ld-mips-elf/no-shared-1-o32.s,
3789 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
3790 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
3791 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
3792 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
3793 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
3794 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
3795 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
3796 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
3797 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
3798 * testsuite/ld-mips-elf/pie.s,
3799 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
3800
3801 2020-01-06 Nick Clifton <nickc@redhat.com>
3802
3803 PR 25327
3804 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
3805 command line when building libcomm1.o and pr13250 tests.
3806 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
3807
3808 2020-01-06 Nick Clifton <nickc@redhat.com>
3809
3810 PR 25326
3811 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
3812 command line when building pr19579 binaries.
3813
3814 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
3815
3816 * emultempl/pe.em: Add new option --enable-reloc-section.
3817 * emultempl/pep.em: Likewise.
3818 * ld.texi: Document --enable-reloc-section.
3819 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
3820 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
3821 * pe-dll.h: Add extern declaration of option flag.
3822 * pep-dll.c (pe_dll_enable_reloc_section):
3823 Add alias define for pep_dll_enable_reloc_section.
3824 * pep-dll.h: Add extern declaration of option flag.
3825
3826 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
3827
3828 * Makefile.am: Add new target z80-elf
3829 * configure.tgt: Likewise.
3830 * Makefile.in: Regenerate.
3831 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
3832 * emulparams/elf32z80.sh: New file.
3833 * emultempl/z80elf.em: Likewise.
3834 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
3835 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
3836 * testsuite/ld-scripts/fill16.d: Fix for Z80.
3837 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
3838 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
3839 * testsuite/ld-z80/arch_r800.d: Likewise.
3840 * testsuite/ld-z80/arch_z180.d: Likewise.
3841 * testsuite/ld-z80/arch_z80.d: Likewise.
3842 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
3843 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
3844 * testsuite/ld-z80/labels.s: Likewise.
3845 * testsuite/ld-z80/relocs.s: Likewise.
3846 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
3847 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
3848 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
3849 * testsuite/ld-z80/z80.exp: Likewise.
3850 * NEWS: Mention the new support.
3851
3852 2020-01-02 Tamar Christina <tamar.christina@arm.com>
3853
3854 PR 25210
3855 PR 24753
3856 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
3857 Remove SEC_LINKER_CREATED.
3858 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
3859 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
3860
3861 2020-01-01 Alan Modra <amodra@gmail.com>
3862
3863 Update year range in copyright notice of all files.
3864
3865 For older changes see ChangeLog-2019
3866 \f
3867 Copyright (C) 2020 Free Software Foundation, Inc.
3868
3869 Copying and distribution of this file, with or without modification,
3870 are permitted in any medium without royalty provided the copyright
3871 notice and this notice are preserved.
3872
3873 Local Variables:
3874 mode: change-log
3875 left-margin: 8
3876 fill-column: 74
3877 version-control: never
3878 End:
This page took 0.107956 seconds and 4 git commands to generate.