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