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