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