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