PR26150, Assertion when asm() defines global symbols, -flto and --start-group
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2020-06-23 Alan Modra <amodra@gmail.com>
2
3 PR 26150
4 * ldlang.c (ldlang_add_file): Assert that we aren't adding the
5 current end of link.next list again too.
6 * ldmain.c (add_archive_element): Don't load archive elements
7 again that have already been loaded.
8
9 2020-06-23 Alan Modra <amodra@gmail.com>
10
11 * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for
12 bfin-*-linux*.
13 (pr17068, symbolic-func.so, pr22374): Likewise.
14
15 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
16
17 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
18 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated.
19 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated.
20 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated.
21 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated.
22 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated.
23
24 2020-06-21 Alan Modra <amodra@gmail.com>
25
26 * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS.
27 * ldlang.c: Likewise.
28 * ldlang.h: Likewise.
29 * ldlex.h: Likewise.
30 * ldmain.c: Likewise.
31 * lexsup.c: Likewise.
32 * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS.
33 * testplug.c: Likewise.
34 * testplug2.c: Likewise.
35 * testplug3.c: Likewise.
36 * testplug4.c: Likewise.
37 * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL.
38 * Makefile.am: Remove ENABLE_PLUGINS conditionals.
39 (PLUGIN_CFLAGS): Don't define.
40 (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all
41 uses with plugin file name.
42 * configure: Regenerate.
43 * Makefile.in: Regenerate.
44
45 2020-06-20 Alan Modra <amodra@gmail.com>
46
47 * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on
48 a compiler error.
49 (default_ld_assemble): Similarly for an assembler error.
50 (default_ld_nm): Similarly for an nm error.
51 (run_ld_link_tests): Report ld_assemble errors as a fail.
52 (check_as_cfi): Remove now unnecessary perror substitution.
53 * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test
54 fails rather then unresolved.
55 * testsuite/ld-gc/gc.exp: Likewise.
56 * testsuite/ld-scripts/alignof.exp: Likewise.
57 * testsuite/ld-scripts/defined.exp: Likewise.
58 * testsuite/ld-scripts/script.exp: Likewise.
59 * testsuite/ld-scripts/sizeof.exp: Likewise.
60 * testsuite/ld-selective/selective.exp: Likewise.
61 * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link
62 failure.
63 * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as
64 test unresolved.
65 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
66 test fails.
67 * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise.
68 * testsuite/ld-ia64/line.exp: Likewise.
69 * testsuite/ld-mep/mep.exp: Likewise.
70 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
71 * testsuite/ld-nios2/nios2.exp: Likewise.
72 * testsuite/ld-scripts/alignof.exp: Likewise.
73 * testsuite/ld-x86-64/line.exp: Likewise.
74 * testsuite/ld-x86-64/x86-64.exp: Likewise.
75 * testsuite/ld-scripts/log2.exp: Formatting.
76 * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail.
77
78 2020-06-20 Alan Modra <amodra@gmail.com>
79
80 * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
81 * testsuite/ld-elf/binutils.exp: Likewise.
82 * testsuite/ld-elf/tls.exp: Likewise.
83 * testsuite/ld-elf/tls_common.exp: Likewise.
84 * testsuite/ld-scripts/phdrs2.exp: Likewise.
85
86 2020-06-20 Alan Modra <amodra@gmail.com>
87
88 * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF.
89 Fail when ld_assemble fails. Use elseif to reduce indentation.
90
91 2020-06-19 Alan Modra <amodra@gmail.com>
92
93 * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations.
94 * testsuite/ld-elf/rdynamic-1.rd: Likewise.
95 * testsuite/ld-elf/pr9676.rd: Likewise.
96 * testsuite/ld-elf/pr9679.rd: Likewise.
97 * testsuite/ld-elfvers/vers30.dsym: Likewise.
98 * testsuite/ld-elfvers/vers31.dsym: Likewise.
99 * testsuite/ld-plugin/pr22983.1.d: Likewise.
100 * testsuite/ld-plugin/pr22983.2.d: Likewise.
101 * testsuite/ld-plugin/pr22983.3.d: Likewise.
102 * testsuite/ld-plugin/pr22983.4.d: Likewise.
103 * testsuite/ld-ifunc/ifunc.exp: Exclude alpha.
104
105 2020-06-19 Alan Modra <amodra@gmail.com>
106
107 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit
108 -z relro and -z norelro when target support for GNU_RELRO is lacking.
109 (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too.
110 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore
111 RELRO default when target support for GNU_RELRO is lacking.
112 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
113 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise.
114 * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
115 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
116 * testsuite/ld-elf/pr16322.d: xfail when no relro support.
117 * testsuite/ld-elf/pr22393-1a.d: Likewise.
118 * testsuite/ld-elf/pr22393-1b.d: Likewise.
119 * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise.
120 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support
121 to decide whether to pass extra ld option "-z norelro".
122
123 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
124
125 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w"
126 to cflags.
127
128 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
129
130 * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
131 pr25749-1b (-pie -fPIE).
132
133 2020-06-16 Alan Modra <amodra@gmail.com>
134
135 * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.
136 * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__.
137 * testsuite/ld-elf/indirect2.c: Likewise.
138 * testsuite/ld-elf/indirect3b.c: Likewise.
139 * testsuite/ld-elf/indirect4b.c: Likewise.
140 * testsuite/ld-elf/pr14323-2.c: Likewise.
141 * testsuite/ld-elf/pr18720b.c: Likewise.
142 * testsuite/ld-elf/pr19553c.c: Likewise.
143 * testsuite/ld-elf/pr23428.c: Likewise.
144 * testsuite/ld-elfvers/vers27b.c: Likewise.
145 * testsuite/ld-elfvsb/common.c: Likewise.
146 * testsuite/ld-elfvsb/main.c: Likewise.
147 * testsuite/ld-elfvsb/sh1.c: Likewise.
148 * testsuite/ld-elfvsb/test.c: Likewise.
149 * testsuite/ld-pe/aligncomm-1.c: Likewise.
150 * testsuite/ld-pe/aligncomm-2.c: Likewise.
151 * testsuite/ld-pe/aligncomm-3.c: Likewise.
152 * testsuite/ld-pe/aligncomm-4.c: Likewise.
153 * testsuite/ld-plugin/pr23958.c: Likewise.
154 * testsuite/ld-size/size-1b.c: Likewise.
155 * testsuite/ld-size/size-2b.c: Likewise.
156 * testsuite/ld-size/size-3a.c: Likewise.
157 * testsuite/ld-size/size-3b.c: Likewise.
158 * testsuite/ld-size/size-3c.c: Likewise.
159 * testsuite/ld-size/size-4b.c: Likewise.
160 * testsuite/ld-size/size-5b.c: Likewise.
161 * testsuite/ld-size/size-6a.c: Likewise.
162 * testsuite/ld-size/size-7a.c: Likewise.
163 * testsuite/ld-size/size-8a.c: Likewise.
164 * testsuite/ld-size/size-9b.c: Likewise.
165 * testsuite/ld-size/size-10b.c: Likewise.
166
167 2020-06-16 Alan Modra <amodra@gmail.com>
168
169 * emulparams/tic30aout.sh: Delete file.
170 * scripttempl/tic30aout.sc: Delete file.
171 * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
172 delete dependency.
173 * configure.tgt: Delete tic30-*-*aout* entry.
174 * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
175 * testsuite/ld-scripts/segment-start.d: Likewise.
176 * Makefile.in: Regenerate.
177 * po/BLD-POTFILES.in: Regenerate.
178
179 2020-06-15 Max Filippov <jcmvbkbc@gmail.com>
180
181 * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition.
182 (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
183 macros.
184 (elf32xtensa_abi): New declaration.
185 (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is
186 undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test
187 ABI tag consistency.
188 (xtensa_add_config_info): Use xtensa_abi_choice instead of
189 XSHAL_ABI to format ABI tag.
190 (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED,
191 OPTION_ABI_CALL0 and declare elf32xtensa_abi.
192 (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and
193 --abi-call0.
194 (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and
195 --abi-call0.
196 (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and
197 --abi-call0.
198 * ld.texi: Add description for options --abi-windowed and
199 --abi-call0.
200
201 2020-06-15 Roland McGrath <mcgrathr@google.com>
202
203 * NEWS: Mention -z start-stop-visibility=... option for ELF.
204 * ld.texi (Options): Document -z start-stop-visibility=... option.
205 * ldmain.c (main): Initialize link_info.start_stop_visibility.
206 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option):
207 Parse -z start-stop-visibility=... option.
208
209 2020-06-15 Alan Modra <amodra@gmail.com>
210
211 * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
212 * testsuite/ld-scripts/phdrs3.exp: Likewise.
213 * testsuite/ld-scripts/rgn-at.exp: Likewise.
214 * testsuite/ld-scripts/rgn-over.exp: Likewise.
215 * testsuite/ld-scripts/sort.exp: Likewise.
216 * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
217
218 2020-06-15 Alan Modra <amodra@gmail.com>
219
220 PR 26103
221 * testsuite/ld-linkonce/ref1.s,
222 * testsuite/ld-linkonce/ref2.s,
223 * testsuite/ld-linkonce/sym1.s,
224 * testsuite/ld-linkonce/sym2.s,
225 * testsuite/ld-linkonce/sym3.s: New test files.
226 * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too.
227 Add pr26103 test. Remove unnecessary load_lib.
228
229 2020-06-15 Alan Modra <amodra@gmail.com>
230
231 * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s.
232 * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s.
233 * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support
234 big-endian output. Run for powerpc.
235
236 2020-06-11 Alan Modra <amodra@gmail.com>
237
238 * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6,
239 pr12760, pr23818 and pr23958 tests to..
240 (lto_link_elf_tests): ..here.
241
242 2020-06-11 Nick Clifton <nickc@redhat.com>
243
244 * testsuite/ld-elf/pr26094-1b.c (main): Change return type to
245 int.
246
247 2020-06-10 Alan Modra <amodra@gmail.com>
248
249 * testsuite/ld-elf/linux-x86.exp: Build tests when non-native.
250 (check_pr25749b): Add optional args. Set expected pass file
251 from args. Run -1b and -2a tests with passall.out.
252 * testsuite/ld-elf/passall.out: New file.
253 * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc.
254 * testsuite/ld-elf/pr25749-2.c: Likewise.
255 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use
256 regexp_diff to compare expected output from running binary.
257
258 2020-06-10 H.J. Lu <hongjiu.lu@intel.com>
259
260 PR ld/26094
261 * testsuite/ld-elf/pr26094-1.ver: New fike.
262 * testsuite/ld-elf/pr26094-1a.c: Likewise.
263 * testsuite/ld-elf/pr26094-1a.rd: Likewise.
264 * testsuite/ld-elf/pr26094-1b.c: Likewise.
265 * testsuite/ld-elf/pr26094-1b.rd: Likewise.
266 * testsuite/ld-elf/pr26094-1c.c: Likewise.
267 * testsuite/ld-elf/shared.exp: Run ld/26094 tests.
268
269 2020-06-09 H.J. Lu <hongjiu.lu@intel.com>
270
271 PR ld/18801
272 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a,
273 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b.
274 * testsuite/ld-x86-64/x86-64.exp: Likewise.
275 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise.
276 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise.
277 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise.
278 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise.
279 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise.
280 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise.
281 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise.
282 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise.
283 * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise.
284 * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise.
285 * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC
286 resolvers.
287 * testsuite/ld-i386/pr18801b.d: Likewise.
288 * estsuite/ld-x86-64/pr18801a.d: Likewise.
289 * estsuite/ld-x86-64/pr18801b.d: Likewise.
290
291 2020-06-09 Alan Modra <amodra@gmail.com>
292
293 PR 26065
294 * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC.
295 (dl4e, dl4f): Expect dl4a.out.
296 * testsuite/ld-elf/dl4e.out: Delete.
297
298 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
299
300 * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703
301 shared test.
302
303 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
304
305 * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
306 tic6x-*-*.
307
308 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
309
310 * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
311
312 2020-06-06 Alan Modra <amodra@gmail.com>
313
314 * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux.
315
316 2020-06-06 Alan Modra <amodra@gmail.com>
317
318 * lexsup.c (ld_options): Accept -plugin and -plugin-opt when
319 !ENABLE_PLUGINS.
320 * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust.
321
322 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
323
324 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to
325 attr-merge-priv-spec-01.d.
326 * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11.
327 * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set.
328 * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase.
329 * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise.
330 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
331 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
332 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
333 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
334 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
335 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
336
337 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
338
339 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used,
340 so ignore the -mpriv-spec setting.
341 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
342 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
343 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
344 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
345 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
346 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
347 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
348 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
349 * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr.
350
351 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
352
353 PR ld/26080
354 * testsuite/ld-elf/comm-data.exp: Remove copy_reloc.
355 * testsuite/ld-elf/comm-data2r.rd: Removed.
356 * testsuite/ld-elf/comm-data2r.sd: Likewise.
357 * testsuite/ld-elf/comm-data2r.xd: Likewise.
358
359 2020-06-04 Alan Modra <amodra@gmail.com>
360
361 * testsuite/config/default.exp: Remove global directive outside
362 proc body.
363 * testsuite/ld-bootstrap/bootstrap.exp: Likewise.
364 * testsuite/ld-elf/compress.exp: Likewise.
365 * testsuite/ld-elf/elf.exp: Likewise.
366 * testsuite/ld-elf/exclude.exp: Likewise.
367 * testsuite/ld-elf/frame.exp: Likewise.
368 * testsuite/ld-elf/indirect.exp: Likewise.
369 * testsuite/ld-elf/linux-x86.exp: Likewise.
370 * testsuite/ld-elf/shared.exp: Likewise.
371 * testsuite/ld-elf/tls.exp: Likewise.
372 * testsuite/ld-elf/tls_common.exp: Likewise.
373 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
374 * testsuite/ld-elfweak/elfweak.exp: Likewise.
375 * testsuite/ld-frv/fdpic.exp: Likewise.
376 * testsuite/ld-frv/tls.exp: Likewise.
377 * testsuite/ld-gc/gc.exp: Likewise.
378 * testsuite/ld-i386/i386.exp: Likewise.
379 * testsuite/ld-i386/no-plt.exp: Likewise.
380 * testsuite/ld-ifunc/ifunc.exp: Likewise.
381 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
382 * testsuite/ld-nios2/nios2.exp: Likewise.
383 * testsuite/ld-plugin/lto.exp: Likewise.
384 * testsuite/ld-plugin/plugin.exp: Likewise.
385 * testsuite/ld-powerpc/export-class.exp: Likewise.
386 * testsuite/ld-scripts/align.exp: Likewise.
387 * testsuite/ld-scripts/crossref.exp: Likewise.
388 * testsuite/ld-scripts/defined.exp: Likewise.
389 * testsuite/ld-scripts/overlay-size.exp: Likewise.
390 * testsuite/ld-scripts/provide.exp: Likewise.
391 * testsuite/ld-scripts/weak.exp: Likewise.
392 * testsuite/ld-selective/selective.exp: Likewise.
393 * testsuite/ld-sh/rd-sh.exp: Likewise.
394 * testsuite/ld-size/size.exp: Likewise.
395 * testsuite/ld-srec/srec.exp: Likewise.
396 * testsuite/ld-x86-64/mpx.exp: Likewise.
397 * testsuite/ld-x86-64/no-plt.exp: Likewise.
398 * testsuite/ld-x86-64/x86-64.exp: Likewise.
399
400 2020-06-04 Alan Modra <amodra@gmail.com>
401
402 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
403 mips-sgi-irix6.
404 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
405 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
406 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
407 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
408 with poor PIE support.
409
410 2020-06-04 Alan Modra <amodra@gmail.com>
411
412 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
413 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
414 executable and dynamic executable tests.
415
416 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
417
418 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
419 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
420 tests with run_ld_link_exec_tests.
421 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
422 with run_ld_link_tests.
423 * testsuite/ld-elf/tls.exp: Likewise.
424 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
425 tests with ld_link.
426 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
427 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
428 with run_ld_link_tests.a
429 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
430 CFLAGS.
431 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
432 to cflags and cxxflags.
433 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
434 and CXX.
435 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
436 -fsanitize=undefined.
437 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
438 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
439 tests with run_cc_link_tests and run_ld_link_tests.
440
441 2020-06-03 Fangrui Song <maskray@google.com>
442 H.J. Lu <hongjiu.lu@intel.com>
443
444 PR ld/25910
445 * NEWS: Mention --export-dynamic-symbol[-list].
446 * ld.texi: Document --export-dynamic-symbol[-list].
447 * ldgram.y: Pass current_dynamic_list_p to
448 lang_append_dynamic_list.
449 * ldlang.c (current_dynamic_list_p): New.
450 (ang_append_dynamic_list): Updated to take a pointer to
451 struct bfd_elf_dynamic_list * argument instead of using
452 link_info.dynamic_list.
453 (lang_append_dynamic_list_cpp_typeinfo): Pass
454 &link_info.dynamic_list to ang_append_dynamic_list.
455 (lang_append_dynamic_list_cpp_new): Likewise.
456 * ldlang.h (current_dynamic_list_p): New.
457 (lang_append_dynamic_list): Add a pointer to
458 struct bfd_elf_dynamic_list * argument.
459 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
460 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
461 * lexsup.c (ld_options): Add entries for
462 OPTION_EXPORT_DYNAMIC_SYMBOL and
463 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
464 (parse_args): Handle --export-dynamic-symbol and
465 --export-dynamic-symbol-list.
466 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
467 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
468 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
469 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
470 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
471 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
472 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
473 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
474 * testsuite/ld-dynamic/foo-bar.list: New.
475 * testsuite/ld-dynamic/foo.list: New.
476 * testsuite/ld-dynamic/foo.s: New.
477 * testsuite/ld-dynamic/fstar.list: New.
478 * testsuite/ld-elf/dlempty.list: New.
479 * testsuite/ld-elf/shared.exp: Add tests for
480 --export-dynamic-symbol and --export-dynamic-symbol-list.
481
482 2020-06-03 Jan Beulich <jbeulich@suse.com>
483
484 * testsuite/ld-elf/linux-x86.exp: Make copied source files
485 writeable.
486
487 2020-05-28 Nick Clifton <nickc@redhat.com>
488
489 PR 26047
490 * ldelf.c (ldelf_after_open): Fail if attempting to link one
491 executable into another. Ensure that the test is made for all
492 forms of linking.
493
494 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
495
496 * NEWS: Mention --enable-textrel-check=yes is default for
497 Linux/x86 targets.
498 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
499 unset for Linux/x86 targets.
500
501 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR ld/20824
504 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
505 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
506 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
507 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
508 * ldmain.c (main): Initialize link_info.textrel_check to
509 DEFAULT_LD_TEXTREL_CHECK.
510 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
511 * config.in: Regenerated.
512 * configure: Likewise.
513
514 2020-05-28 Nick Clifton <nickc@redhat.com>
515
516 * lexsup.c (parse_args): Generate an error if a name is not
517 provided to the -Map option.
518 (ld_options): Mention that the -Map option supports a directory
519 name as an argument.
520 * NEWS: Remove mention of support for an empty string as an
521 argument to -Map.
522 * ld.texi: Likewise.
523
524 2020-05-27 Hans-Peter Nilsson <hp@axis.com>
525
526 PR ld/22909
527 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
528
529 2020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
530 Nick Clifton <nickc@redhat.com>
531
532 * lexsup.c (parse_args): If the map filename is defined but empty
533 create a name based upon the output file name. If the name is
534 defined but refers to a directory create a file inside the
535 directory based on the output file name.
536 * ld.texi: Document the new feature.
537 * testsuite/ld-script/map-address.exp: Add test of new feature.
538 * NEWS: Mention the new feature.
539
540 2020-05-27 H.J. Lu <hongjiu.lu@intel.com>
541
542 PR ld/22909
543 * NEWS: Mention --warn-textrel.
544 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
545 Remove --warn-shared-textrel.
546 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
547 OPTION_WARN_TEXTREL.
548 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
549 --warn-shared-textrel.
550 (parse_args): Updated.
551 (elf_shlib_list_options): Check link_info.textrel_check.
552 * emultempl/elf.em: Updated.
553 * testsuite/ld-elf/pr19539.d: Replace -z notext with
554 --warn-textrel. Expect a warning.
555 * testsuite/ld-i386/warn1.d: Update expected warning.
556
557 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
558
559 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
560 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
561 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
562
563 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
564
565 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
566
567 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
568
569 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
570 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
571 * testsuite/ld-elf/pr19539.d: Likewise.
572 * testsuite/ld-elfvers/vers.exp: Likewise.
573 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
574 * testsuite/ld-i386/i386.exp: Likewise.
575 * testsuite/ld-i386/nogot1.d: Likewise.
576 * testsuite/ld-i386/pr19539.d: Likewise.
577 * testsuite/ld-i386/pr19636-2a.d: Likewise.
578 * testsuite/ld-i386/pr19636-2b.d: Likewise.
579 * testsuite/ld-i386/pr19636-2c.d: Likewise.
580 * testsuite/ld-i386/pr19636-2d.d: Likewise.
581 * testsuite/ld-i386/pr19636-2e.d: Likewise.
582 * testsuite/ld-i386/pr19636-3d.d: Likewise.
583 * testsuite/ld-i386/pr19636-3e.d: Likewise.
584 * testsuite/ld-i386/pr19939b.d: Likewise.
585 * testsuite/ld-i386/undefweaka.d: Likewise.
586 * testsuite/ld-i386/undefweakb.d: Likewise.
587 * testsuite/ld-shared/shared.exp: Likewise.
588 * testsuite/ld-size/size.exp: Likewise.
589 * testsuite/ld-unique/unique.exp: Likewise.
590 * testsuite/ld-x86-64/pie1.d: Likewise.
591 * testsuite/ld-x86-64/pr19539a.d: Likewise.
592 * testsuite/ld-x86-64/pr19539b.d: Likewise.
593 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
594 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
595 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
596 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
597 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
598 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
599 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
600 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
601 * testsuite/ld-x86-64/pr19939b.d: Likewise.
602 * testsuite/ld-x86-64/x86-64.exp: Likewise.
603
604 2020-05-24 Fangrui Song <maskray@google.com>
605
606 PR ld/26018
607 * lexsup.c (parse_args): Simplify.
608 * testsuite/ld-elf/dl4e.out: New.
609 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
610
611 2020-05-23 H.J. Lu <hongjiu.lu@intel.com>
612
613 PR ld/26018
614 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
615 * testsuite/ld-x86-64/x86-64.exp: Likewise.
616 * testsuite/ld-i386/pr26018.d: New file.
617 * testsuite/ld-x86-64/pr26018.d: Likewise.
618 * testsuite/ld-x86-64/pr26018.s: Likewise.
619
620 2020-05-21 Alan Modra <amodra@gmail.com>
621
622 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
623 * emultempl/elf.em: Likewise.
624 * emultempl/msp430.em: Likewise.
625 * emultempl/pe.em: Likewise.
626 * emultempl/pep.em: Likewise.
627 * emultempl/ppc64elf.em: Likewise.
628 * emultempl/xtensaelf.em: Likewise.
629 * ldelf.c: Likewise.
630 * ldfile.c: Likewise.
631 * ldmain.c: Likewise.
632 * ldmisc.c: Likewise.
633 * lexsup.c: Likewise.
634 * pe-dll.c: Likewise.
635
636 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
637
638 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
639 priv attributes according to the -mpriv-spec option.
640 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
641 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
642 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
643 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
644 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
645 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
646 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
647 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
648 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
649 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
650 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
651
652 2020-05-20 Alan Modra <amodra@gmail.com>
653
654 PR 25993
655 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
656 other_bfd_filename for bfd_set_filename, and test result of
657 bfd_set_filename call. Don't create a new is->filename, simply
658 copy from bfd filename. Free new_name after bfd_set_filename.
659 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
660
661 2020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
662
663 * testsuite/ld-aarch64/aarch64-elf.exp: New test
664 emit-relocs-560.
665 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
666 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
667
668 2020-05-19 Alan Modra <amodra@gmail.com>
669
670 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
671 rather than accessing bfd->filename directly.
672 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
673 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
674 * emultempl/spuelf.em (embedded_spu_file): Likewise.
675 * ldlang.c (input_statement_is_archive_path, wild_sort),
676 (check_excluded_libs): Likewise.
677 * ldmain.c (add_archive_element): Likewise.
678 * ldmisc.c (vfinfo): Likewise.
679 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
680 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
681 * plugin.c (plugin_object_p): Likewise.
682
683 2020-05-18 Douglas B Rupp <rupp@adacore.com>
684
685 * ldemul.h (ldemul_print_symbol): New.
686 (ld_emulation_xfer_type) <print_symbol): Likewise.
687 * ldemul.c (ldemul_print_symbol): New.
688 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
689 (print_one_symbol): Make global and move declaration to ...
690 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
691 (print_input_section): Likewise
692 * ldlang.h: ... here.
693 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
694 (ld_emulation_xfer_struct): Use it.
695 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
696 and default to NULL.
697 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
698 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
699 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
700 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
701 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
702 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
703 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
704 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
705 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
706
707 2020-05-18 Sergei Trofimovich <siarheit@google.com>
708
709 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
710 in info message.
711
712 2020-05-18 Nick Clifton <nickc@redhat.com>
713
714 * po/sv.po: Update Swedish translation.
715
716 2020-05-18 Nick Clifton <nickc@redhat.com>
717
718 PR 25993
719 * emultempl/pe.em (_after_open): Check for duplicate filename
720 pointers before renaming the dll.
721 * emultempl/pep.em (_after_open): Likewise.
722
723 2020-05-13 Nick Clifton <nickc@redhat.com>
724
725 PR 25979
726 * lexsup.c (elf_shlib_list_options): Include the default value for
727 the hash style in the output text.
728
729 2020-05-11 Alan Modra <amodra@gmail.com>
730
731 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
732 * testsuite/ld-powerpc/pcrelopt.d: Update.
733
734 2020-05-11 Alan Modra <amodra@gmail.com>
735
736 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
737 place of -mfuture/-Mfuture.
738 * testsuite/ld-powerpc/notoc2.d: Likewise.
739 * testsuite/ld-powerpc/powerpc.exp: Likewise.
740 * testsuite/ld-powerpc/tlsgd.d: Likewise.
741 * testsuite/ld-powerpc/tlsie.d: Likewise.
742 * testsuite/ld-powerpc/tlsld.d: Likewise.
743
744 2020-05-11 Nick Clifton <nickc@redhat.com>
745
746 * po/es.po: Updated Spanish translation.
747
748 2020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
749
750 PR ld/25665
751 * testsuite/ld-aarch64/farcall-group.s: New large group test.
752 * testsuite/ld-aarch64/farcall-group.d: New test driver.
753 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
754
755 2020-05-01 Alan Modra <amodra@gmail.com>
756
757 PR 25882
758 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
759 shared libraries.
760
761 2020-05-01 Alan Modra <amodra@gmail.com>
762
763 * po/BLD-POTFILES.in: Regenerate.
764
765 2020-04-30 Alex Coplan <alex.coplan@arm.com>
766
767 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
768 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
769 * testsuite/ld-aarch64/farcall-back.d: Likewise.
770 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
771
772 2020-04-30 Nick Clifton <nickc@redhat.com>
773
774 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
775 not support the -shared command line option.
776 * /ld-elf/compressed1c.d: Likewise.
777 * /ld-elf/compressed1e.d: Likewise.
778 * /ld-elf/dynamic1.d: Likewise.
779 * /ld-elf/dynsym1.d: Likewise.
780 * /ld-elf/ehdr_start-shared.d: Likewise.
781 * /ld-elf/exclude3b.d: Likewise.
782 * /ld-elf/global1.d: Likewise.
783 * /ld-elf/hash.d: Likewise.
784 * /ld-elf/local1.d: Likewise.
785 * /ld-elf/mbind1b.d: Likewise.
786 * /ld-elf/now-1.d: Likewise.
787 * /ld-elf/now-2.d: Likewise.
788 * /ld-elf/now-3.d: Likewise.
789 * /ld-elf/now-4.d: Likewise.
790 * /ld-elf/pr12975.d: Likewise.
791 * /ld-elf/pr13177.d: Likewise.
792 * /ld-elf/pr13195.d: Likewise.
793 * /ld-elf/pr16322.d: Likewise.
794 * /ld-elf/pr16498a.d: Likewise.
795 * /ld-elf/pr16498b.d: Likewise.
796 * /ld-elf/pr17615.d: Likewise.
797 * /ld-elf/pr19162.d: Likewise.
798 * /ld-elf/pr19698.d: Likewise.
799 * /ld-elf/pr20513c.d: Likewise.
800 * /ld-elf/pr20513d.d: Likewise.
801 * /ld-elf/pr21389a.d: Likewise.
802 * /ld-elf/pr21389b.d: Likewise.
803 * /ld-elf/pr21389c.d: Likewise.
804 * /ld-elf/pr21562a.d: Likewise.
805 * /ld-elf/pr21562b.d: Likewise.
806 * /ld-elf/pr21562c.d: Likewise.
807 * /ld-elf/pr21562d.d: Likewise.
808 * /ld-elf/pr21562e.d: Likewise.
809 * /ld-elf/pr21562f.d: Likewise.
810 * /ld-elf/pr21562g.d: Likewise.
811 * /ld-elf/pr21562h.d: Likewise.
812 * /ld-elf/pr21562i.d: Likewise.
813 * /ld-elf/pr21562j.d: Likewise.
814 * /ld-elf/pr21562k.d: Likewise.
815 * /ld-elf/pr21562l.d: Likewise.
816 * /ld-elf/pr21562m.d: Likewise.
817 * /ld-elf/pr21562n.d: Likewise.
818 * /ld-elf/pr21903a.d: Likewise.
819 * /ld-elf/pr21903b.d: Likewise.
820 * /ld-elf/pr22269b.d: Likewise.
821 * /ld-elf/pr22393-1a.d: Likewise.
822 * /ld-elf/pr22393-1b.d: Likewise.
823 * /ld-elf/pr23658-1c.d: Likewise.
824 * /ld-elf/pr25708.d: Likewise.
825 * /ld-elf/rpath-1.d: Likewise.
826 * /ld-elf/rpath-2.d: Likewise.
827 * /ld-elf/runpath-1.d: Likewise.
828 * /ld-elf/runpath-2.d: Likewise.
829 * /ld-elf/sizeofb.d: Likewise.
830 * /ld-elf/startofb.d: Likewise.
831 * /ld-elf/strtab.d: Likewise.
832 * /ld-elf/textaddr2.d: Likewise.
833 * /ld-elf/textaddr5.d: Likewise.
834 * /ld-elf/textaddr6.d: Likewise.
835 * /ld-elf/unknown2.d: Likewise.
836 * /ld-undefined/entry-3.d: Likewise.
837 * /ld-undefined/entry-4.d: Likewise.
838 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
839 the -pie option.
840 * /ld-elf/pie.d: Likewise.
841 * /ld-elf/pr19539.d: Likewise.
842 * /ld-elf/pr21903d.d: Likewise.
843 * /ld-elf/pr22269a.d: Likewise.
844 * /ld-elf/pr22393-1c.d: Likewise.
845 * /ld-elf/pr22393-1d.d: Likewise.
846 * /ld-elf/pr22423.d: Likewise.
847 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
848 * /ld-elf/loadaddr2.d: Likewise.
849 * /ld-elf/pr22393-1e.d: Likewise.
850 * /ld-elf/pr22393-1f.d: Likewise.
851 * /ld-elf/textaddr1.d: Likewise.
852 * /ld-elf/textaddr4.d: Likewise.
853
854 2020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
855
856 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
857 * emultempl/rxlinux.em: New.
858 * configure.tgt: Add rx-linux.
859 * Makefile.am: Add eelf32rx_linux.c
860 * Makefile.in: Regenerate.
861
862 2020-04-29 Max Filippov <jcmvbkbc@gmail.com>
863
864 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
865 * testsuite/ld-xtensa/relax-diff1.s: New test source.
866 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
867 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
868 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
869 (relax-ndiff): New tests.
870
871 2020-04-29 Stephen Casner <casner@acm.org>
872
873 PR 25829
874 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
875 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
876 * testsuite/ld-scripts/default-script1.d: No longer have to skip
877 test for those targets.
878 * testsuite/ld-scripts/default-script2.d: Likewise.
879 * testsuite/ld-scripts/default-script3.d: Likewise.
880 * testsuite/ld-scripts/default-script4.d: Likewise.
881
882 2020-04-27 Tamar Christina <tamar.christina@arm.com>
883
884 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
885
886 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
887
888 PR ld/25861
889 * testsuite/ld-xtensa/relax-loc.d: New test definition.
890 * testsuite/ld-xtensa/relax-loc.s: New test source.
891 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
892
893 2020-04-22 Fangrui Song <maskray@google.com>
894
895 PR ld/25806
896 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
897 * ldlang.c (current_input_file): New.
898 (ldirname): New.
899 (new_afile): Add from_filename parameter. Set extra_search_path.
900 (lang_add_input_file): Pass current_input_file to new_afile.
901 (load_symbols): Set current_input_file.
902 * ldfile.c (ldfile_open_file): If extra_search_path has been set
903 then scan it for the file that needs to be opened.
904 * ld.texi: Document the new behaviour.
905 * NEWS: Mention the new feature.
906
907 2020-04-22 Alan Modra <amodra@gmail.com>
908
909 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
910 * testsuite/ld-scripts/default-script2.d: Likewise.
911 * testsuite/ld-scripts/default-script3.d: Likewise.
912 * testsuite/ld-scripts/default-script4.d: Likewise.
913
914 2020-04-21 Stephen Casner <casner@acm.org>
915
916 PR 25829
917 * testsuite/ld-scripts/script.exp (check_script)
918 (extract_symbol_test): Make test addresses fit in 16 bits.
919 * testsuite/ld-scripts/memory.t: Likewise.
920 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
921 * testsuite/ld-scripts/default-script.t (_START): Likewise.
922 * testsuite/ld-scripts/default-script1.d: Likewise.
923 * testsuite/ld-scripts/default-script2.d: Likewise.
924 * testsuite/ld-scripts/default-script3.d: Likewise.
925 * testsuite/ld-scripts/default-script4.d: Likewise.
926 * testsuite/ld-scripts/empty-address-1.t: Likewise.
927 * testsuite/ld-scripts/empty-address-1.d: Likewise.
928 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
929 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
930 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
931 fit target address size.
932 * testsuite/ld-scripts/empty-address-1.s: Likewise.
933 * testsuite/ld-scripts/empty-address-2.s: Likewise.
934
935 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
936
937 PR ld/25849
938 * ldelfgen.c (ldelf_map_segments): Call
939 elf_backend_strip_zero_sized_dynamic_sections.
940 * testsuite/ld-alpha/tlsbinr.rd: Updated.
941
942 2020-04-20 Alan Modra <amodra@gmail.com>
943
944 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
945 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
946 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
947
948 2020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
949
950 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
951 * testsuite/ld-elf/warn2.d: Likewise.
952
953 2020-04-18 H.J. Lu <hongjiu.lu@intel.com>
954
955 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
956 alpha target.
957 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
958
959 2020-04-16 Stephen Casner <casner@acm.org>
960
961 PR 18963
962 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
963 16-bit address space.
964 * testsuite/ld-scripts/pr18963.d: Likewise.
965
966 2020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
967 Jan W. Jagersma <jwjagersma@gmail.com>
968
969 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
970 .ctors and .dtors. Discard LTO sections.
971
972 2020-04-17 Nick Clifton <nickc@redhat.com>
973
974 * testsuite/config/default.exp: If not already set then create the
975 CCC_OVERRIDE_OPTIONS environment variable to help when running the
976 testsuite with clang.
977 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
978 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
979 were built before attempting to copy them.
980
981 2020-04-15 Fangrui Song <maskray@google.com>
982
983 PR binutils/24613
984 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
985 RM_GENERATE_ERROR to RM_DIAGNOSE.
986 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
987 RM_GENERATE_ERROR to RM_DIAGNOSE.
988 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
989
990 2020-04-14 Stephen Casner <casner@acm.org>
991
992 PR ld/25677
993 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
994 (EXTRA_EM_FILE): New, add emulation file pdp11.
995 * scripttempl/pdp11.sc: New, derived from aout.sc without
996 irrelevant input sections.
997 * emultempl/pdp11.em (_add_options, _handle_option)
998 (_list_options): New. Add options -z, --imagic for pdp11-aout.
999 (_before_parse): Make --omagic be default instead of --nmagic.
1000 (_get_script): Modify special-case linker script for --imagic.
1001 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
1002 * ld.texi (Options): Add documentation of PDP11-specific options.
1003 (Options): Fix unrelated typo to --no-compact-branches.
1004 * gen-doc.texi: @set PDP11.
1005 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
1006 * testsuite/ld-pdp11/sections.s: New, source for options tests.
1007 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
1008 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
1009 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
1010 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
1011
1012 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
1013
1014 PR binutils/25707
1015 * testsuite/ld-arm/armthumb-lib.sym: Updated.
1016 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
1017 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
1018 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
1019 * testsuite/ld-arm/fdpic-main.sym: Likewise.
1020 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
1021 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
1022 * testsuite/ld-arm/mixed-app.sym: Likewise.
1023 * testsuite/ld-arm/mixed-lib.sym: Likewise.
1024 * testsuite/ld-arm/preempt-app.sym: Likewise.
1025 * testsuite/ld-elf/hash.d: Likewise.
1026 * testsuite/ld-elf/pr13195.d: Likewise.
1027 * testsuite/ld-elfvsb/hidden2.d: Likewise.
1028 * testsuite/ld-mips-elf/hash2.d: Likewise.
1029
1030 2020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1031
1032 * testsuite/ld-shared/shared.exp: Remove dangling comments.
1033 xfail shared non PIC tests on Solaris.
1034
1035 2020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1036
1037 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
1038
1039 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1040
1041 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
1042 nopie with available.
1043
1044 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1045
1046 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
1047 Set to "-fcf-protection=none" if target compiler supports it.
1048 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
1049 CC and CXX.
1050 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
1051 to PLT BND tests.
1052
1053 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
1056 -I../bfd.
1057 (check_pr25749b): Likewise.
1058
1059 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1060
1061 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
1062 notarget.
1063 * ifunc-11-i386.d: Likewise.
1064 * ifunc-12-i386.d: Likewise.
1065 * ifunc-13-i386.d: Likewise.
1066 * ifunc-14a-i386.d: Likewise.
1067 * ifunc-14b-i386.d: Likewise.
1068 * ifunc-14c-i386.d: Likewise.
1069 * ifunc-14d-i386.d: Likewise.
1070 * ifunc-14e-i386.d: Likewise.
1071 * ifunc-14f-i386.d: Likewise.
1072 * ifunc-15-i386.d: Likewise.
1073 * ifunc-16-i386-now.d: Likewise.
1074 * ifunc-16-i386.d: Likewise.
1075 * ifunc-17a-i386.d: Likewise.
1076 * ifunc-17b-i386.d: Likewise.
1077 * ifunc-18a-i386.d: Likewise.
1078 * ifunc-18b-i386.d: Likewise.
1079 * ifunc-19a-i386.d: Likewise.
1080 * ifunc-19b-i386.d: Likewise.
1081 * ifunc-2-i386-now.d: Likewise.
1082 * ifunc-2-i386.d: Likewise.
1083 * ifunc-2-local-i386-now.d: Likewise.
1084 * ifunc-2-local-i386.d: Likewise.
1085 * ifunc-20-i386.d: Likewise.
1086 * ifunc-21-i386.d: Likewise.
1087 * ifunc-22-i386.d: Likewise.
1088 * ifunc-5a-i386.d: Likewise.
1089 * ifunc-5a-local-i386.d: Likewise.
1090 * ifunc-5b-i386.d: Likewise.
1091 * ifunc-5b-local-i386.d: Likewise.
1092 * ifunc-5r-local-i386.d: Likewise.
1093 * ifunc-6a-i386.d: Likewise.
1094 * ifunc-6b-i386.d: Likewise.
1095 * ifunc-7a-i386.d: Likewise.
1096 * ifunc-7b-i386.d: Likewise.
1097 * ifunc-8-i386.d: Likewise.
1098 * ifunc-9-i386.d: Likewise.
1099 * pr17154-i386-now.d: Likewise.
1100 * pr17154-i386.d: Likewise.
1101
1102 * ifunc-23a-x86.d: Remove notarget.
1103 * ifunc-24a-x86.d: Likewise.
1104 * ifunc-25a-x86.d: Likewise.
1105
1106 2020-04-02 Nick Clifton <nickc@redhat.com>
1107
1108 PR ld/25747
1109 * ldfile.c (ldfile_open_file): Fix typo in warning message.
1110
1111 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 PR ld/25749
1114 PR ld/25754
1115 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
1116 * testsuite/ld-elf/pr25749-1.c: New file.
1117 * testsuite/ld-elf/pr25749-1a.c: Likewise.
1118 * testsuite/ld-elf/pr25749-1b.c: Likewise.
1119 * testsuite/ld-elf/pr25749-1b.err: Likewise.
1120 * testsuite/ld-elf/pr25749-1c.c: Likewise.
1121 * testsuite/ld-elf/pr25749-1d.c: Likewise.
1122 * testsuite/ld-elf/pr25749-2.c: Likewise.
1123 * testsuite/ld-elf/pr25749-2a.s: Likewise.
1124 * testsuite/ld-elf/pr25749-2b.s: Likewise.
1125 * testsuite/ld-elf/pr25749.rd: Likewise.
1126 * testsuite/ld-elf/pr25754-1a.c: Likewise.
1127 * testsuite/ld-elf/pr25754-1b.s: Likewise.
1128 * testsuite/ld-elf/pr25754-2a.c: Likewise.
1129 * testsuite/ld-elf/pr25754-2b.err: Likewise.
1130 * testsuite/ld-elf/pr25754-2b.s: Likewise.
1131 * testsuite/ld-elf/pr25754-3a.c: Likewise.
1132 * testsuite/ld-elf/pr25754-3b.s: Likewise.
1133 * testsuite/ld-elf/pr25754-4a.c: Likewise.
1134 * testsuite/ld-elf/pr25754-4b.s: Likewise.
1135 * testsuite/ld-elf/pr25754-4c.s: Likewise.
1136 * testsuite/ld-elf/pr25754-5a.c: Likewise.
1137 * testsuite/ld-elf/pr25754-5b.s: Likewise.
1138 * testsuite/ld-elf/pr25754-5c.s: Likewise.
1139 * testsuite/ld-elf/pr25754-6a.c: Likewise.
1140 * testsuite/ld-elf/pr25754-6b.s: Likewise.
1141 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
1142
1143 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1144
1145 PR ld/16017
1146 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
1147
1148 2020-04-01 Nick Clifton <nickc@redhat.com>
1149
1150 PR ld/25747
1151 * ldfile.c (ldfile_open_file): If a search for a library fails,
1152 but there is a file that would match if it had a "lib" prefix to
1153 its name, then tell the user.
1154
1155 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1156
1157 PR ld/16017
1158 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
1159 * testsuite/ld-arm/thumb-plt-got.d: New test.
1160
1161 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1162
1163 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
1164 * testsuite/ld-arm/thumb-plt.d: New test.
1165 * testsuite/ld-arm/thumb-plt.s: New test.
1166
1167 2020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
1168
1169 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
1170
1171 2020-03-30 Nick Clifton <nickc@redhat.com>
1172
1173 PR binutils/25662
1174 * emultempl/pe.em (after_open): Replace initialisation of the
1175 insert_timestamp field in the pe_data structure with an
1176 initialisation of the timestamp field.
1177 * emultemp/pep.em: Likewise.
1178 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
1179 structure instead of the insert_timestamp field.
1180
1181 2020-03-28 H.J. Lu <hongjiu.lu@intel.com>
1182
1183 PR 25732
1184 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
1185 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
1186 Solaris.
1187
1188 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
1189
1190 PR 25732
1191 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
1192
1193 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
1194
1195 PR 25732
1196 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
1197 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
1198 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
1199
1200 2020-03-25 Alan Modra <amodra@gmail.com>
1201
1202 * testsuite/ld-elf/compress1c.d: xfail h8300.
1203 * testsuite/ld-elf/compressed1c.d: Likewise.
1204 * testsuite/ld-elf/compressed1e.d: Likewise.
1205 * testsuite/ld-elf/dynamic1.d: Likewise.
1206 * testsuite/ld-elf/dynsym1.d: Likewise.
1207 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
1208 * testsuite/ld-elf/exclude3b.d: Likewise.
1209 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
1210 * testsuite/ld-elf/global1.d: xfail h8300.
1211 * testsuite/ld-elf/hash.d: Likewise.
1212 * testsuite/ld-elf/loadaddr1.d: Likewise.
1213 * testsuite/ld-elf/loadaddr2.d: Likewise.
1214 * testsuite/ld-elf/local1.d: Likewise.
1215 * testsuite/ld-elf/mbind1b.d: Likewise.
1216 * testsuite/ld-elf/mbind1c.d: Likewise.
1217 * testsuite/ld-elf/now-1.d: Likewise.
1218 * testsuite/ld-elf/now-2.d: Likewise.
1219 * testsuite/ld-elf/now-3.d: Likewise.
1220 * testsuite/ld-elf/now-4.d: Likewise.
1221 * testsuite/ld-elf/pie.d: Likewise.
1222 * testsuite/ld-elf/pr12975.d: Likewise.
1223 * testsuite/ld-elf/pr13177.d: Likewise.
1224 * testsuite/ld-elf/pr13195.d: Likewise.
1225 * testsuite/ld-elf/pr16322.d: Likewise.
1226 * testsuite/ld-elf/pr16498a.d: Likewise.
1227 * testsuite/ld-elf/pr16498b.d: Likewise.
1228 * testsuite/ld-elf/pr17615.d: Likewise.
1229 * testsuite/ld-elf/pr19162.d: Likewise.
1230 * testsuite/ld-elf/pr19539.d: Likewise.
1231 * testsuite/ld-elf/pr19617a.d: Likewise.
1232 * testsuite/ld-elf/pr19698.d: Likewise.
1233 * testsuite/ld-elf/pr20513c.d: Likewise.
1234 * testsuite/ld-elf/pr20513d.d: Likewise.
1235 * testsuite/ld-elf/pr21389a.d: Likewise.
1236 * testsuite/ld-elf/pr21389b.d: Likewise.
1237 * testsuite/ld-elf/pr21389c.d: Likewise.
1238 * testsuite/ld-elf/pr21562a.d: Likewise.
1239 * testsuite/ld-elf/pr21562b.d: Likewise.
1240 * testsuite/ld-elf/pr21562c.d: Likewise.
1241 * testsuite/ld-elf/pr21562d.d: Likewise.
1242 * testsuite/ld-elf/pr21562e.d: Likewise.
1243 * testsuite/ld-elf/pr21562f.d: Likewise.
1244 * testsuite/ld-elf/pr21562g.d: Likewise.
1245 * testsuite/ld-elf/pr21562h.d: Likewise.
1246 * testsuite/ld-elf/pr21562i.d: Likewise.
1247 * testsuite/ld-elf/pr21562j.d: Likewise.
1248 * testsuite/ld-elf/pr21562k.d: Likewise.
1249 * testsuite/ld-elf/pr21562l.d: Likewise.
1250 * testsuite/ld-elf/pr21562m.d: Likewise.
1251 * testsuite/ld-elf/pr21562n.d: Likewise.
1252 * testsuite/ld-elf/pr21903a.d: Likewise.
1253 * testsuite/ld-elf/pr21903b.d: Likewise.
1254 * testsuite/ld-elf/pr21903d.d: Likewise.
1255 * testsuite/ld-elf/pr22269a.d: Likewise.
1256 * testsuite/ld-elf/pr22269b.d: Likewise.
1257 * testsuite/ld-elf/pr22393-1a.d: Likewise.
1258 * testsuite/ld-elf/pr22393-1b.d: Likewise.
1259 * testsuite/ld-elf/pr22393-1c.d: Likewise.
1260 * testsuite/ld-elf/pr22393-1d.d: Likewise.
1261 * testsuite/ld-elf/pr22393-1e.d: Likewise.
1262 * testsuite/ld-elf/pr22393-1f.d: Likewise.
1263 * testsuite/ld-elf/pr22423.d: Likewise.
1264 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
1265 and xc16x.
1266 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
1267 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
1268 * testsuite/ld-elf/rpath-1.d: xfail h8300.
1269 * testsuite/ld-elf/rpath-2.d: Likewise.
1270 * testsuite/ld-elf/runpath-1.d: Likewise.
1271 * testsuite/ld-elf/runpath-2.d: Likewise.
1272 * testsuite/ld-elf/sizeofb.d: Likewise.
1273 * testsuite/ld-elf/startofb.d: Likewise.
1274 * testsuite/ld-elf/strtab.d: Likewise.
1275 * testsuite/ld-elf/textaddr1.d: Likewise.
1276 * testsuite/ld-elf/textaddr2.d: Likewise.
1277 * testsuite/ld-elf/textaddr4.d: Likewise.
1278 * testsuite/ld-elf/textaddr5.d: Likewise.
1279 * testsuite/ld-elf/textaddr6.d: Likewise.
1280 * testsuite/ld-elf/unknown2.d: Likewise.
1281 * testsuite/ld-undefined/entry-3.d: Likewise.
1282 * testsuite/ld-undefined/entry-4.d: Likewise.
1283 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
1284 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
1285 file format match.
1286 * testsuite/ld-h8300/relax-2.d: Likewise.
1287 * testsuite/ld-h8300/relax-3.d: Likewise.
1288 * testsuite/ld-h8300/relax-4.d: Likewise.
1289 * testsuite/ld-h8300/relax-5.d: Likewise.
1290 * testsuite/ld-h8300/relax-6.d: Likewise.
1291 * testsuite/ld-h8300/relax-7.d: Likewise.
1292 * testsuite/ld-h8300/relax.d: Relax file format match.
1293
1294 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
1295
1296 PR binutils/25708
1297 * testsuite/ld-elf/pr25708.d: New file.
1298
1299 2020-03-23 Alan Modra <amodra@gmail.com>
1300
1301 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
1302 Include ei386aout dep file.
1303 * Makefile.in: Regenerate.
1304 * po/BLD-POTFILES.in: Regenerate.
1305
1306 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
1307
1308 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
1309 test only for GCC 10 or newer.
1310
1311 2020-03-20 Alan Modra <amodra@gmail.com>
1312
1313 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
1314 clear new fields.
1315 * testplug2.c (parse_symdefstr): Likewise.
1316 * testplug3.c (parse_symdefstr): Likewise.
1317 * testplug4.c (parse_symdefstr): Likewise.
1318
1319 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
1320
1321 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
1322 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
1323
1324 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
1325
1326 * emultempl/xtensaelf.em: Emit a fatal error message
1327 instead of calling abort.
1328 * ldlang.c: Likewise.
1329
1330 2020-03-14 Alan Modra <amodra@gmail.com>
1331
1332 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
1333 targets. Don't skip xtensa, xfail instead.
1334
1335 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
1336
1337 * ldlang.c (lang_add_section): Add support for
1338 non_contiguous_regions.
1339 (size_input_section): Likewise.
1340 (lang_size_sections_1): Likewise.
1341 (process_insert_statements): Likewise.
1342 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
1343 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
1344 * lexsup.c (ld_options): Add entries for
1345 --enable-non-contiguous-regions and
1346 --enable-non-contiguous-regions-warnings.
1347 (parse_args): Handle it.
1348 * NEWS: Add --enable-non-contiguous-regions and
1349 --enable-non-contiguous-regions-warnings.
1350 * ld.texi: Add --enable-non-contiguous-regions and
1351 --enable-non-contiguous-regions-warnings documentation.
1352 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
1353 SEC_LINKER_CREATED flag.
1354 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
1355 Emit an error when --enable-non-contiguous-regions is used.
1356 * testsuite/ld-elf/non-contiguous.d: New.
1357 * testsuite/ld-elf/non-contiguous.ld: New.
1358 * testsuite/ld-elf/non-contiguous.s: New.
1359 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
1360 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
1361 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
1362 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
1363 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
1364 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
1365 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
1366 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
1367 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
1368 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
1369 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
1370 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
1371 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
1372 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
1373 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1374 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
1375 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
1376 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
1377 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
1378
1379 2020-03-13 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 PR ld/24920
1382 * emulparams/elf32_x86_64.sh: Use static.sh.
1383 * emulparams/elf_i386.sh: Likewise.
1384 * emulparams/elf_x86_64.sh: Likewise.
1385 * emulparams/static.sh: New file.
1386 * emultempl/elf-x86.em: Include "ldlex.h".
1387 * testsuite/ld-elf/pr24920.err: New file.
1388 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
1389
1390 2020-03-13 Christian Eggers <ceggers@gmx.de>
1391
1392 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
1393
1394 2020-03-11 Alan Modra <amodra@gmail.com>
1395
1396 * ldelf.c (elf_orphan_compatible): Return false when two sections
1397 have differing SHF_MASKPROC or SHF_MASKOS flags.
1398
1399 2020-03-05 Alan Modra <amodra@gmail.com>
1400
1401 PR 25570
1402 * ldlang.c (lang_size_sections_1): Don't report changes on
1403 second and subsequent iterations that make no change in
1404 alignment from that already reported.
1405
1406 2020-03-05 Alan Modra <amodra@gmail.com>
1407
1408 PR 25570
1409 * ldlang.c (lang_sizing_iteration): New static var.
1410 (lang_size_sections_1): Warn about no memory region only on first
1411 iteration. Warn about changing start address on first iteration
1412 then any delta from that on subsequent iterations. Report a signed
1413 delta.
1414 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
1415
1416 2020-03-03 Nick Clifton <nickc@redhat.com>
1417
1418 PR 25588
1419 * ld.texi (Options): Update the description of the --rpath-link
1420 option.
1421
1422 2020-03-02 Alan Modra <amodra@gmail.com>
1423
1424 * plugin.c (plugin_object_p): Return a bfd_cleanup.
1425 (plugin_cleanup): New function.
1426
1427 2020-03-01 H.J. Lu <hongjiu.lu@intel.com>
1428
1429 PR ld/25618
1430 * plugin.c (plugin_object_p): Copy the no_export field to the IR
1431 dummy object.
1432 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
1433 PR ld/25618 tests.
1434 * testsuite/ld-plugin/pr25618.d: New file.
1435 * testsuite/ld-plugin/pr25618a.cc: Likewise.
1436 * testsuite/ld-plugin/pr25618a.h: Likewise.
1437 * testsuite/ld-plugin/pr25618b.cc: Likewise.
1438 * testsuite/ld-plugin/pr25618b.h: Likewise.
1439
1440 2020-02-27 Alan Modra <amodra@gmail.com>
1441
1442 PR 24511
1443 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
1444 * testsuite/ld-mmix/sec-2.d: Likewise.
1445 * testsuite/ld-mmix/sec-3.d: Likewise.
1446 * testsuite/ld-mmix/sec-4.d: Likewise.
1447 * testsuite/ld-mmix/spec802.d: Likewise.
1448 * testsuite/ld-mmix/spec803.d: Likewise.
1449 * testsuite/ld-mmix/spec804.d: Likewise.
1450 * testsuite/ld-mmix/spec805.d: Likewise.
1451 * testsuite/ld-mmix/spec806.d: Likewise.
1452 * testsuite/ld-mmix/spec807.d: Likewise.
1453 * testsuite/ld-mmix/spec808.d: Likewise.
1454
1455 2020-02-26 H.J. Lu <hongjiu.lu@intel.com>
1456
1457 PR ld/25593
1458 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
1459 * testsuite/ld-plugin/pr25593.d: New file.
1460 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
1461 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
1462 * testsuite/ld-plugin/pr25593b.c: Likewise.
1463 * testsuite/ld-plugin/pr25593c.c: Likewise.
1464 * testsuite/ld-plugin/pr25593d.c: Likewise.
1465 * testsuite/ld-plugin/pr25593e.c: Likewise.
1466
1467 2020-02-26 Alan Modra <amodra@gmail.com>
1468
1469 * emultempl/cskyelf.em: Indent labels correctly.
1470 * ldfile.c: Likewise.
1471 * ldlang.c: Likewise.
1472 * plugin.c: Likewise.
1473
1474 2020-02-26 Alan Modra <amodra@gmail.com>
1475
1476 PR 25593
1477 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
1478 (ldelf_after_open): Save state of input_bfds list before loading
1479 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
1480 Restore input_bfds list.
1481 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
1482
1483 2020-02-24 Nick Clifton <nickc@redhat.com>
1484
1485 * po/fr.po: Update French translation.
1486
1487 2020-02-22 Alan Modra <amodra@gmail.com>
1488
1489 PR 25585
1490 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
1491 checking.
1492
1493 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1494
1495 PR 25537
1496 * emultempl/z80.em: Remove machine compatability checking.
1497
1498 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1499
1500 PR 25517
1501 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
1502 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1503 * testsuite/ld-z80/arch_r800.d: Likewise.
1504 * testsuite/ld-z80/arch_z180.d: Likewise.
1505 * testsuite/ld-z80/arch_z80n.d: Likewise.
1506 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1507 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
1508 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
1509 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
1510 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
1511 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1512 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1513 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
1514 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1515 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
1516
1517 2020-02-19 Alan Modra <amodra@gmail.com>
1518
1519 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
1520
1521 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
1522
1523 PR binutils/25355
1524 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
1525 * testsuite/ld-plugin/pr25355.c: New file.
1526 * testsuite/ld-plugin/pr25355.d: Likewise.
1527 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
1528 only dump.
1529
1530 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1531
1532 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
1533
1534 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1535
1536 PR 25469
1537 * emulparams/elf32z80.sh: Use z80 emulation.
1538 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
1539 * emultempl/z80elf.em: Delete.
1540 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
1541 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
1542 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
1543 * testsuite/ld-unique/unique.s: Likewise.
1544 * testsuite/ld-unique/unique_empty.s: Likewise.
1545 * testsuite/ld-unique/unique_shared.s: Likewise.
1546 * testsuite/ld-unique/unique.d: Updated expected output.
1547 * testsuite/ld-z80/arch_z80n.d: New file.
1548 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
1549 * testsuite/ld-z80/labels.s: Add more labels.
1550 * testsuite/ld-z80/relocs.s: Add more reloc tests.
1551 * testsuite/ld-z80/relocs_f_z80n.d: New file
1552
1553 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1554
1555 PR ld/25022
1556 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
1557 ldelf_before_place_orphans.
1558
1559 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1560
1561 PR ld/25022
1562 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
1563 before_place_orphans_default.
1564 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1565 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
1566 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
1567 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
1568 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
1569 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
1570 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
1571 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1572 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
1573 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
1574 ldelf_before_place_orphans.
1575 * ldelf.c (ldelf_before_place_orphans): New.
1576 * ldelf.h (ldelf_before_place_orphans): Likewise.
1577 * ldemul.c (ldemul_before_place_orphans): Likewise.
1578 (before_place_orphans_default): Likewise.
1579 * ldemul.h (ldemul_before_place_orphans): Likewise.
1580 (before_place_orphans_default): Likewise.
1581 (ld_emulation_xfer_struct): Add before_place_orphans.
1582 * ldlang.c (lang_process): Call ldemul_before_place_orphans
1583 before lang_place_orphans.
1584 * testsuite/ld-elf/pr25022.d: New file.
1585 * testsuite/ld-elf/pr25022.s: Likewise.
1586 * testsuite/ld-elf/pr25022.t: Likewise.
1587
1588 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1589
1590 PR ld/25490
1591 * testsuite/ld-elf/pr25490-1.d: New file.
1592 * testsuite/ld-elf/pr25490-1.s: Likewise.
1593
1594 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1595
1596 PR ld/24526
1597 PR ld/25021
1598 PR ld/25490
1599 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
1600 * testsuite/ld-elf/pr24526.d: New file.
1601 * testsuite/ld-elf/pr24526.s: Likewise.
1602 * testsuite/ld-elf/pr25021.d: Likewise.
1603 * testsuite/ld-elf/pr25021.s: Likewise.
1604 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
1605 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
1606 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
1607 * testsuite/ld-elf/pr25490-2.s: Likewise.
1608 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
1609 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
1610 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
1611 * testsuite/ld-elf/pr25490-3.s: Likewise.
1612 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
1613 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
1614 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
1615 * testsuite/ld-elf/pr25490-4.s: Likewise.
1616 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
1617 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
1618 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
1619 * testsuite/ld-elf/pr25490-5.s: Likewise.
1620 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
1621 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
1622 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
1623 * testsuite/ld-elf/pr25490-6.s: Likewise.
1624
1625 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1626
1627 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
1628 z80 as not supported.
1629
1630 2020-02-06 Alan Modra <amodra@gmail.com>
1631
1632 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
1633 targets that don't support ifunc rather than ones that do.
1634 (contains_irelative_reloc): Match R_PARISC_IPLT.
1635 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
1636 * testsuite/ld-ifunc/ifunc-23-x86.s,
1637 * testsuite/ld-ifunc/ifunc-24-x86.s,
1638 * testsuite/ld-ifunc/ifunc-25-x86.s,
1639 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
1640 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
1641 * testsuite/ld-ifunc/ifunc-10-i386.d,
1642 * testsuite/ld-ifunc/ifunc-11-i386.d,
1643 * testsuite/ld-ifunc/ifunc-12-i386.d,
1644 * testsuite/ld-ifunc/ifunc-13-i386.d,
1645 * testsuite/ld-ifunc/ifunc-14a-i386.d,
1646 * testsuite/ld-ifunc/ifunc-14b-i386.d,
1647 * testsuite/ld-ifunc/ifunc-14c-i386.d,
1648 * testsuite/ld-ifunc/ifunc-14d-i386.d,
1649 * testsuite/ld-ifunc/ifunc-14e-i386.d,
1650 * testsuite/ld-ifunc/ifunc-14f-i386.d,
1651 * testsuite/ld-ifunc/ifunc-15-i386.d,
1652 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
1653 * testsuite/ld-ifunc/ifunc-16-i386.d,
1654 * testsuite/ld-ifunc/ifunc-17a-i386.d,
1655 * testsuite/ld-ifunc/ifunc-17b-i386.d,
1656 * testsuite/ld-ifunc/ifunc-18a-i386.d,
1657 * testsuite/ld-ifunc/ifunc-18b-i386.d,
1658 * testsuite/ld-ifunc/ifunc-19a-i386.d,
1659 * testsuite/ld-ifunc/ifunc-19b-i386.d,
1660 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
1661 * testsuite/ld-ifunc/ifunc-2-i386.d,
1662 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1663 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
1664 * testsuite/ld-ifunc/ifunc-20-i386.d,
1665 * testsuite/ld-ifunc/ifunc-21-i386.d,
1666 * testsuite/ld-ifunc/ifunc-22-i386.d,
1667 * testsuite/ld-ifunc/ifunc-26.d,
1668 * testsuite/ld-ifunc/ifunc-5a-i386.d,
1669 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
1670 * testsuite/ld-ifunc/ifunc-5b-i386.d,
1671 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
1672 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
1673 * testsuite/ld-ifunc/ifunc-6a-i386.d,
1674 * testsuite/ld-ifunc/ifunc-6b-i386.d,
1675 * testsuite/ld-ifunc/ifunc-7a-i386.d,
1676 * testsuite/ld-ifunc/ifunc-7b-i386.d,
1677 * testsuite/ld-ifunc/ifunc-8-i386.d,
1678 * testsuite/ld-ifunc/ifunc-9-i386.d,
1679 * testsuite/ld-ifunc/pr17154-i386-now.d,
1680 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
1681
1682 2020-02-06 Alan Modra <amodra@gmail.com>
1683
1684 * testsuite/lib/ld-lib.exp (is_generic): Delete.
1685 * testsuite/ld-unique/unique.exp: Exclude tic6x.
1686
1687 2020-02-06 Alan Modra <amodra@gmail.com>
1688
1689 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
1690 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
1691
1692 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1693
1694 PR gas/25380
1695 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
1696 directives.
1697 * testsuite/ld-i386/tls-gd1.S: Likewise.
1698 * testsuite/ld-x86-64/pr21481b.S: Likewise.
1699
1700 2020-01-30 Jan Beulich <jbeulich@suse.com>
1701
1702 * ld.texi: Remove space between @option and brace.
1703
1704 2020-01-29 Alan Modra <amodra@gmail.com>
1705
1706 PR 25477
1707 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
1708 correct concat.
1709 (ldelf_after_open): Add prefix parameter.
1710 * ldelf.h (ldelf_after_open): Update prototype.
1711 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
1712 to ldelf_after_open.
1713 * Makefile.am: Correct z80 dependencies.
1714 * Makefile.in: Regenerate.
1715
1716 2020-01-28 Alan Modra <amodra@gmail.com>
1717
1718 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
1719 in first phase.
1720
1721 2020-01-27 Alan Modra <amodra@gmail.com>
1722
1723 * testsuite/ld-elfvers/vers.exp: Replace case statements with
1724 switch statements.
1725 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1726 * testsuite/ld-unique/unique.exp: Likewise.
1727
1728 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1729 Alan Modra <amodra@gmail.com>
1730
1731 PR ld/25458
1732 * testsuite/ld-elf/pr25458.map: New file.
1733 * testsuite/ld-elf/pr25458.rd: Likewise.
1734 * testsuite/ld-elf/pr25458a.s: Likewise.
1735 * testsuite/ld-elf/pr25458b.s: Likewise.
1736 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
1737
1738 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
1739
1740 PR ld/25416
1741 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
1742 compiler support.
1743
1744 2020-01-22 Alan Modra <amodra@gmail.com>
1745
1746 * testsuite/ld-powerpc/tlsdesc3.d,
1747 * testsuite/ld-powerpc/tlsdesc3.wf,
1748 * testsuite/ld-powerpc/tlsdesc4.d,
1749 * testsuite/ld-powerpc/tlsdesc4.s,
1750 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
1751 * testsuite/ld-powerpc/powerpc.exp: Run them.
1752
1753 2020-01-22 Alan Modra <amodra@gmail.com>
1754
1755 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
1756 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
1757 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
1758 (params): Init new field.
1759 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
1760 Document.
1761 * testsuite/ld-powerpc/tlsdesc.s,
1762 * testsuite/ld-powerpc/tlsdesc.d,
1763 * testsuite/ld-powerpc/tlsdesc.wf,
1764 * testsuite/ld-powerpc/tlsdesc2.d,
1765 * testsuite/ld-powerpc/tlsdesc2.wf,
1766 * testsuite/ld-powerpc/tlsexenors.d,
1767 * testsuite/ld-powerpc/tlsexenors.r,
1768 * testsuite/ld-powerpc/tlsexers.d,
1769 * testsuite/ld-powerpc/tlsexers.r,
1770 * testsuite/ld-powerpc/tlsexetocnors.d,
1771 * testsuite/ld-powerpc/tlsexetocrs.d,
1772 * testsuite/ld-powerpc/tlsexetocrs.r,
1773 * testsuite/ld-powerpc/tlsopt6.d,
1774 * testsuite/ld-powerpc/tlsopt6.wf: New.
1775 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1776
1777 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1778
1779 PR 25417
1780 * ldlang.c (ldlang_open_ctf): Fix error message typo.
1781 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
1782
1783 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1784
1785 * testsuite/ld-elf/pr23900-1.d: Adjusted.
1786
1787 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1788
1789 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
1790
1791 2020-01-20 Nick Clifton <nickc@redhat.com>
1792
1793 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1794 * po/uk.po: Updated Ukranian translation.
1795
1796 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1797
1798 PR ld/25416
1799 * testsuite/ld-x86-64/pr25416-1.s: New file
1800 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
1801 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
1802 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
1803 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
1804 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
1805 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
1806 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
1807 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
1808 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
1809 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
1810 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
1811 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
1812 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
1813 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
1814 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
1815 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
1816
1817 2020-01-20 Alan Modra <amodra@gmail.com>
1818
1819 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
1820 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
1821 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
1822 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
1823 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
1824
1825 2020-01-18 Roland McGrath <mcgrathr@google.com>
1826
1827 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
1828 to admit whatever absolute address. The label-relative address is
1829 what the test needs to verify.
1830
1831 2020-01-18 Nick Clifton <nickc@redhat.com>
1832
1833 * configure: Regenerate.
1834 * po/ld.pot: Regenerate.
1835
1836 2020-01-18 Nick Clifton <nickc@redhat.com>
1837
1838 Binutils 2.34 branch created.
1839
1840 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1841
1842 * scripttempl/elf32msp430_3.sc: Remove.
1843
1844 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1845
1846 * scripttempl/elf32msp430.sc: Add input section rules for
1847 .upper.{text,data,rodata,bss}.
1848 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1849 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
1850
1851 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
1852
1853 PR 20694
1854 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
1855
1856 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1857
1858 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1859 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
1860
1861 2020-01-15 Alan Modra <amodra@gmail.com>
1862
1863 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
1864 * testsuite/ld-powerpc/funref.s: Align func_tab.
1865 * testsuite/ld-powerpc/funref2.s: Likewise.
1866 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
1867
1868 2020-01-14 Lili Cui <lili.cui@intel.com>
1869
1870 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
1871
1872 2020-01-13 Alan Modra <amodra@gmail.com>
1873
1874 * po/BLD-POTFILES.in: Regenerate.
1875
1876 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1877
1878 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
1879
1880 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1881
1882 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
1883 emulations.
1884 * configure.tgt: Likewise.
1885 * Makefile.in: Regenerate.
1886 * emulparams/arcelf_prof.sh: Remove file.
1887 * emulparams/arclinux_prof.sh: Likewise.
1888
1889 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1890
1891 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
1892 located at an arbitrary address. Use DWARF.sc file.
1893 * scripttempl/elfarc.sc: Use DWARF.sc file.
1894
1895 2020-01-07 Alan Modra <amodra@gmail.com>
1896
1897 * testsuite/ld-mips-elf/eh-frame5.s,
1898 * testsuite/ld-mips-elf/ehdr_start-new.s,
1899 * testsuite/ld-mips-elf/ehdr_start-o32.s,
1900 * testsuite/ld-mips-elf/mips16-call-global-1.s,
1901 * testsuite/ld-mips-elf/mips16-intermix-1.s,
1902 * testsuite/ld-mips-elf/mips16-pic-1b.s,
1903 * testsuite/ld-mips-elf/mips16-pic-4c.s,
1904 * testsuite/ld-mips-elf/no-shared-1-n64.s,
1905 * testsuite/ld-mips-elf/no-shared-1-o32.s,
1906 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
1907 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
1908 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
1909 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
1910 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
1911 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
1912 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
1913 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
1914 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
1915 * testsuite/ld-mips-elf/pie.s,
1916 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
1917
1918 2020-01-06 Nick Clifton <nickc@redhat.com>
1919
1920 PR 25327
1921 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1922 command line when building libcomm1.o and pr13250 tests.
1923 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
1924
1925 2020-01-06 Nick Clifton <nickc@redhat.com>
1926
1927 PR 25326
1928 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1929 command line when building pr19579 binaries.
1930
1931 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
1932
1933 * emultempl/pe.em: Add new option --enable-reloc-section.
1934 * emultempl/pep.em: Likewise.
1935 * ld.texi: Document --enable-reloc-section.
1936 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
1937 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
1938 * pe-dll.h: Add extern declaration of option flag.
1939 * pep-dll.c (pe_dll_enable_reloc_section):
1940 Add alias define for pep_dll_enable_reloc_section.
1941 * pep-dll.h: Add extern declaration of option flag.
1942
1943 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1944
1945 * Makefile.am: Add new target z80-elf
1946 * configure.tgt: Likewise.
1947 * Makefile.in: Regenerate.
1948 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
1949 * emulparams/elf32z80.sh: New file.
1950 * emultempl/z80elf.em: Likewise.
1951 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
1952 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
1953 * testsuite/ld-scripts/fill16.d: Fix for Z80.
1954 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
1955 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1956 * testsuite/ld-z80/arch_r800.d: Likewise.
1957 * testsuite/ld-z80/arch_z180.d: Likewise.
1958 * testsuite/ld-z80/arch_z80.d: Likewise.
1959 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1960 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
1961 * testsuite/ld-z80/labels.s: Likewise.
1962 * testsuite/ld-z80/relocs.s: Likewise.
1963 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1964 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1965 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1966 * testsuite/ld-z80/z80.exp: Likewise.
1967 * NEWS: Mention the new support.
1968
1969 2020-01-02 Tamar Christina <tamar.christina@arm.com>
1970
1971 PR 25210
1972 PR 24753
1973 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1974 Remove SEC_LINKER_CREATED.
1975 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
1976 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
1977
1978 2020-01-01 Alan Modra <amodra@gmail.com>
1979
1980 Update year range in copyright notice of all files.
1981
1982 For older changes see ChangeLog-2019
1983 \f
1984 Copyright (C) 2020 Free Software Foundation, Inc.
1985
1986 Copying and distribution of this file, with or without modification,
1987 are permitted in any medium without royalty provided the copyright
1988 notice and this notice are preserved.
1989
1990 Local Variables:
1991 mode: change-log
1992 left-margin: 8
1993 fill-column: 74
1994 version-control: never
1995 End:
This page took 0.06682 seconds and 5 git commands to generate.