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