ld-dynamic test fixes
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
a0c0ad56
AM
12020-06-04 Alan Modra <amodra@gmail.com>
2
3 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
4 mips-sgi-irix6.
5 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
6 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
7 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
8 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
9 with poor PIE support.
10
60f207b4
AM
112020-06-04 Alan Modra <amodra@gmail.com>
12
13 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
14 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
15 executable and dynamic executable tests.
16
1949ad04
L
172020-06-03 H.J. Lu <hongjiu.lu@intel.com>
18
19 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
20 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
21 tests with run_ld_link_exec_tests.
22 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
23 with run_ld_link_tests.
24 * testsuite/ld-elf/tls.exp: Likewise.
25 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
26 tests with ld_link.
27 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
28 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
29 with run_ld_link_tests.a
30 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
31 CFLAGS.
32 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
33 to cflags and cxxflags.
34 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
35 and CXX.
36 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
37 -fsanitize=undefined.
38 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
39 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
40 tests with run_cc_link_tests and run_ld_link_tests.
41
37a141bf
FS
422020-06-03 Fangrui Song <maskray@google.com>
43 H.J. Lu <hongjiu.lu@intel.com>
44
45 PR ld/25910
46 * NEWS: Mention --export-dynamic-symbol[-list].
47 * ld.texi: Document --export-dynamic-symbol[-list].
48 * ldgram.y: Pass current_dynamic_list_p to
49 lang_append_dynamic_list.
50 * ldlang.c (current_dynamic_list_p): New.
51 (ang_append_dynamic_list): Updated to take a pointer to
52 struct bfd_elf_dynamic_list * argument instead of using
53 link_info.dynamic_list.
54 (lang_append_dynamic_list_cpp_typeinfo): Pass
55 &link_info.dynamic_list to ang_append_dynamic_list.
56 (lang_append_dynamic_list_cpp_new): Likewise.
57 * ldlang.h (current_dynamic_list_p): New.
58 (lang_append_dynamic_list): Add a pointer to
59 struct bfd_elf_dynamic_list * argument.
60 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
61 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
62 * lexsup.c (ld_options): Add entries for
63 OPTION_EXPORT_DYNAMIC_SYMBOL and
64 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
65 (parse_args): Handle --export-dynamic-symbol and
66 --export-dynamic-symbol-list.
67 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
68 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
69 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
70 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
71 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
72 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
73 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
74 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
75 * testsuite/ld-dynamic/foo-bar.list: New.
76 * testsuite/ld-dynamic/foo.list: New.
77 * testsuite/ld-dynamic/foo.s: New.
78 * testsuite/ld-dynamic/fstar.list: New.
79 * testsuite/ld-elf/dlempty.list: New.
80 * testsuite/ld-elf/shared.exp: Add tests for
81 --export-dynamic-symbol and --export-dynamic-symbol-list.
82
bbd2d6bf
JB
832020-06-03 Jan Beulich <jbeulich@suse.com>
84
85 * testsuite/ld-elf/linux-x86.exp: Make copied source files
86 writeable.
87
a3fc9418
NC
882020-05-28 Nick Clifton <nickc@redhat.com>
89
90 PR 26047
91 * ldelf.c (ldelf_after_open): Fail if attempting to link one
a87e1817
NC
92 executable into another. Ensure that the test is made for all
93 forms of linking.
a3fc9418 94
fa6ecf94
L
952020-05-28 H.J. Lu <hongjiu.lu@intel.com>
96
6f028f3c
L
97 * NEWS: Mention --enable-textrel-check=yes is default for
98 Linux/x86 targets.
99 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
100 unset for Linux/x86 targets.
fa6ecf94 101
b32632c4
L
1022020-05-28 H.J. Lu <hongjiu.lu@intel.com>
103
104 PR ld/20824
105 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
106 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
107 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
108 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
109 * ldmain.c (main): Initialize link_info.textrel_check to
110 DEFAULT_LD_TEXTREL_CHECK.
111 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
112 * config.in: Regenerated.
113 * configure: Likewise.
114
72a3b182
NC
1152020-05-28 Nick Clifton <nickc@redhat.com>
116
117 * lexsup.c (parse_args): Generate an error if a name is not
118 provided to the -Map option.
119 (ld_options): Mention that the -Map option supports a directory
120 name as an argument.
121 * NEWS: Remove mention of support for an empty string as an
122 argument to -Map.
123 * ld.texi: Likewise.
124
2a37823b
HPN
1252020-05-27 Hans-Peter Nilsson <hp@axis.com>
126
127 PR ld/22909
128 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
129
198204a7
NC
1302020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
131 Nick Clifton <nickc@redhat.com>
132
133 * lexsup.c (parse_args): If the map filename is defined but empty
134 create a name based upon the output file name. If the name is
135 defined but refers to a directory create a file inside the
136 directory based on the output file name.
137 * ld.texi: Document the new feature.
138 * testsuite/ld-script/map-address.exp: Add test of new feature.
139 * NEWS: Mention the new feature.
140
a6dbf402
L
1412020-05-27 H.J. Lu <hongjiu.lu@intel.com>
142
143 PR ld/22909
144 * NEWS: Mention --warn-textrel.
145 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
146 Remove --warn-shared-textrel.
147 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
148 OPTION_WARN_TEXTREL.
149 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
150 --warn-shared-textrel.
151 (parse_args): Updated.
152 (elf_shlib_list_options): Check link_info.textrel_check.
153 * emultempl/elf.em: Updated.
154 * testsuite/ld-elf/pr19539.d: Replace -z notext with
155 --warn-textrel. Expect a warning.
156 * testsuite/ld-i386/warn1.d: Update expected warning.
157
368584aa
L
1582020-05-26 H.J. Lu <hongjiu.lu@intel.com>
159
160 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
161 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
162 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
163
07e0bb0f
L
1642020-05-25 H.J. Lu <hongjiu.lu@intel.com>
165
166 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
167
af2c48d8
L
1682020-05-25 H.J. Lu <hongjiu.lu@intel.com>
169
170 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
171 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
172 * testsuite/ld-elf/pr19539.d: Likewise.
173 * testsuite/ld-elfvers/vers.exp: Likewise.
174 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
175 * testsuite/ld-i386/i386.exp: Likewise.
176 * testsuite/ld-i386/nogot1.d: Likewise.
177 * testsuite/ld-i386/pr19539.d: Likewise.
178 * testsuite/ld-i386/pr19636-2a.d: Likewise.
179 * testsuite/ld-i386/pr19636-2b.d: Likewise.
180 * testsuite/ld-i386/pr19636-2c.d: Likewise.
181 * testsuite/ld-i386/pr19636-2d.d: Likewise.
182 * testsuite/ld-i386/pr19636-2e.d: Likewise.
183 * testsuite/ld-i386/pr19636-3d.d: Likewise.
184 * testsuite/ld-i386/pr19636-3e.d: Likewise.
185 * testsuite/ld-i386/pr19939b.d: Likewise.
186 * testsuite/ld-i386/undefweaka.d: Likewise.
187 * testsuite/ld-i386/undefweakb.d: Likewise.
188 * testsuite/ld-shared/shared.exp: Likewise.
189 * testsuite/ld-size/size.exp: Likewise.
190 * testsuite/ld-unique/unique.exp: Likewise.
191 * testsuite/ld-x86-64/pie1.d: Likewise.
192 * testsuite/ld-x86-64/pr19539a.d: Likewise.
193 * testsuite/ld-x86-64/pr19539b.d: Likewise.
194 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
195 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
196 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
197 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
198 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
199 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
200 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
201 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
202 * testsuite/ld-x86-64/pr19939b.d: Likewise.
203 * testsuite/ld-x86-64/x86-64.exp: Likewise.
204
bb68f22c
FS
2052020-05-24 Fangrui Song <maskray@google.com>
206
207 PR ld/26018
208 * lexsup.c (parse_args): Simplify.
209 * testsuite/ld-elf/dl4e.out: New.
210 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
211
309cae1f
L
2122020-05-23 H.J. Lu <hongjiu.lu@intel.com>
213
214 PR ld/26018
215 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
216 * testsuite/ld-x86-64/x86-64.exp: Likewise.
217 * testsuite/ld-i386/pr26018.d: New file.
218 * testsuite/ld-x86-64/pr26018.d: Likewise.
219 * testsuite/ld-x86-64/pr26018.s: Likewise.
220
5e2ab612
AM
2212020-05-21 Alan Modra <amodra@gmail.com>
222
223 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
224 * emultempl/elf.em: Likewise.
225 * emultempl/msp430.em: Likewise.
226 * emultempl/pe.em: Likewise.
227 * emultempl/pep.em: Likewise.
228 * emultempl/ppc64elf.em: Likewise.
229 * emultempl/xtensaelf.em: Likewise.
230 * ldelf.c: Likewise.
231 * ldfile.c: Likewise.
232 * ldmain.c: Likewise.
233 * ldmisc.c: Likewise.
234 * lexsup.c: Likewise.
235 * pe-dll.c: Likewise.
236
8f595e9b
NC
2372020-05-20 Nelson Chu <nelson.chu@sifive.com>
238
239 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
240 priv attributes according to the -mpriv-spec option.
241 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
242 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
243 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
244 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
245 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
246 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
247 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
248 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
249 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
250 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
251 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
252
7b958a48
AM
2532020-05-20 Alan Modra <amodra@gmail.com>
254
255 PR 25993
256 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
257 other_bfd_filename for bfd_set_filename, and test result of
258 bfd_set_filename call. Don't create a new is->filename, simply
259 copy from bfd filename. Free new_name after bfd_set_filename.
260 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
261
7e057737
SP
2622020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
263
264 * testsuite/ld-aarch64/aarch64-elf.exp: New test
265 emit-relocs-560.
266 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
267 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
268
607b4833
AM
2692020-05-19 Alan Modra <amodra@gmail.com>
270
271 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
272 rather than accessing bfd->filename directly.
273 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
274 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
275 * emultempl/spuelf.em (embedded_spu_file): Likewise.
276 * ldlang.c (input_statement_is_archive_path, wild_sort),
277 (check_excluded_libs): Likewise.
278 * ldmain.c (add_archive_element): Likewise.
279 * ldmisc.c (vfinfo): Likewise.
280 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
281 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
282 * plugin.c (plugin_object_p): Likewise.
283
3edf7b9f
DR
2842020-05-18 Douglas B Rupp <rupp@adacore.com>
285
286 * ldemul.h (ldemul_print_symbol): New.
287 (ld_emulation_xfer_type) <print_symbol): Likewise.
288 * ldemul.c (ldemul_print_symbol): New.
289 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
290 (print_one_symbol): Make global and move declaration to ...
291 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
292 (print_input_section): Likewise
293 * ldlang.h: ... here.
294 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
295 (ld_emulation_xfer_struct): Use it.
296 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
297 and default to NULL.
298 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
299 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
300 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
301 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
302 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
303 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
304 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
305 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
306 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
307
6e0c75f7
ST
3082020-05-18 Sergei Trofimovich <siarheit@google.com>
309
310 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
311 in info message.
312
e6ddf2af
NC
3132020-05-18 Nick Clifton <nickc@redhat.com>
314
315 * po/sv.po: Update Swedish translation.
316
5e365e47
NC
3172020-05-18 Nick Clifton <nickc@redhat.com>
318
319 PR 25993
320 * emultempl/pe.em (_after_open): Check for duplicate filename
321 pointers before renaming the dll.
322 * emultempl/pep.em (_after_open): Likewise.
323
ba311c5b
NC
3242020-05-13 Nick Clifton <nickc@redhat.com>
325
326 PR 25979
327 * lexsup.c (elf_shlib_list_options): Include the default value for
328 the hash style in the output text.
329
94ba9882
AM
3302020-05-11 Alan Modra <amodra@gmail.com>
331
332 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
333 * testsuite/ld-powerpc/pcrelopt.d: Update.
334
7c1f4227
AM
3352020-05-11 Alan Modra <amodra@gmail.com>
336
337 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
338 place of -mfuture/-Mfuture.
339 * testsuite/ld-powerpc/notoc2.d: Likewise.
340 * testsuite/ld-powerpc/powerpc.exp: Likewise.
341 * testsuite/ld-powerpc/tlsgd.d: Likewise.
342 * testsuite/ld-powerpc/tlsie.d: Likewise.
343 * testsuite/ld-powerpc/tlsld.d: Likewise.
344
73199c2b
NC
3452020-05-11 Nick Clifton <nickc@redhat.com>
346
347 * po/es.po: Updated Spanish translation.
348
cff69cf4
WD
3492020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
350
351 PR ld/25665
352 * testsuite/ld-aarch64/farcall-group.s: New large group test.
353 * testsuite/ld-aarch64/farcall-group.d: New test driver.
354 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
355
a8acd6ee
AM
3562020-05-01 Alan Modra <amodra@gmail.com>
357
358 PR 25882
359 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
360 shared libraries.
361
94a8e7b0
AM
3622020-05-01 Alan Modra <amodra@gmail.com>
363
364 * po/BLD-POTFILES.in: Regenerate.
365
09c1e68a
AC
3662020-04-30 Alex Coplan <alex.coplan@arm.com>
367
368 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
369 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
370 * testsuite/ld-aarch64/farcall-back.d: Likewise.
371 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
372
8a8a1171
NC
3732020-04-30 Nick Clifton <nickc@redhat.com>
374
375 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
376 not support the -shared command line option.
377 * /ld-elf/compressed1c.d: Likewise.
378 * /ld-elf/compressed1e.d: Likewise.
379 * /ld-elf/dynamic1.d: Likewise.
380 * /ld-elf/dynsym1.d: Likewise.
381 * /ld-elf/ehdr_start-shared.d: Likewise.
382 * /ld-elf/exclude3b.d: Likewise.
383 * /ld-elf/global1.d: Likewise.
384 * /ld-elf/hash.d: Likewise.
385 * /ld-elf/local1.d: Likewise.
386 * /ld-elf/mbind1b.d: Likewise.
387 * /ld-elf/now-1.d: Likewise.
388 * /ld-elf/now-2.d: Likewise.
389 * /ld-elf/now-3.d: Likewise.
390 * /ld-elf/now-4.d: Likewise.
391 * /ld-elf/pr12975.d: Likewise.
392 * /ld-elf/pr13177.d: Likewise.
393 * /ld-elf/pr13195.d: Likewise.
394 * /ld-elf/pr16322.d: Likewise.
395 * /ld-elf/pr16498a.d: Likewise.
396 * /ld-elf/pr16498b.d: Likewise.
397 * /ld-elf/pr17615.d: Likewise.
398 * /ld-elf/pr19162.d: Likewise.
399 * /ld-elf/pr19698.d: Likewise.
400 * /ld-elf/pr20513c.d: Likewise.
401 * /ld-elf/pr20513d.d: Likewise.
402 * /ld-elf/pr21389a.d: Likewise.
403 * /ld-elf/pr21389b.d: Likewise.
404 * /ld-elf/pr21389c.d: Likewise.
405 * /ld-elf/pr21562a.d: Likewise.
406 * /ld-elf/pr21562b.d: Likewise.
407 * /ld-elf/pr21562c.d: Likewise.
408 * /ld-elf/pr21562d.d: Likewise.
409 * /ld-elf/pr21562e.d: Likewise.
410 * /ld-elf/pr21562f.d: Likewise.
411 * /ld-elf/pr21562g.d: Likewise.
412 * /ld-elf/pr21562h.d: Likewise.
413 * /ld-elf/pr21562i.d: Likewise.
414 * /ld-elf/pr21562j.d: Likewise.
415 * /ld-elf/pr21562k.d: Likewise.
416 * /ld-elf/pr21562l.d: Likewise.
417 * /ld-elf/pr21562m.d: Likewise.
418 * /ld-elf/pr21562n.d: Likewise.
419 * /ld-elf/pr21903a.d: Likewise.
420 * /ld-elf/pr21903b.d: Likewise.
421 * /ld-elf/pr22269b.d: Likewise.
422 * /ld-elf/pr22393-1a.d: Likewise.
423 * /ld-elf/pr22393-1b.d: Likewise.
424 * /ld-elf/pr23658-1c.d: Likewise.
425 * /ld-elf/pr25708.d: Likewise.
426 * /ld-elf/rpath-1.d: Likewise.
427 * /ld-elf/rpath-2.d: Likewise.
428 * /ld-elf/runpath-1.d: Likewise.
429 * /ld-elf/runpath-2.d: Likewise.
430 * /ld-elf/sizeofb.d: Likewise.
431 * /ld-elf/startofb.d: Likewise.
432 * /ld-elf/strtab.d: Likewise.
433 * /ld-elf/textaddr2.d: Likewise.
434 * /ld-elf/textaddr5.d: Likewise.
435 * /ld-elf/textaddr6.d: Likewise.
436 * /ld-elf/unknown2.d: Likewise.
437 * /ld-undefined/entry-3.d: Likewise.
438 * /ld-undefined/entry-4.d: Likewise.
439 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
440 the -pie option.
441 * /ld-elf/pie.d: Likewise.
442 * /ld-elf/pr19539.d: Likewise.
443 * /ld-elf/pr21903d.d: Likewise.
444 * /ld-elf/pr22269a.d: Likewise.
445 * /ld-elf/pr22393-1c.d: Likewise.
446 * /ld-elf/pr22393-1d.d: Likewise.
447 * /ld-elf/pr22423.d: Likewise.
448 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
449 * /ld-elf/loadaddr2.d: Likewise.
450 * /ld-elf/pr22393-1e.d: Likewise.
451 * /ld-elf/pr22393-1f.d: Likewise.
452 * /ld-elf/textaddr1.d: Likewise.
453 * /ld-elf/textaddr4.d: Likewise.
454
c578f16e
YS
4552020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
456
457 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
458 * emultempl/rxlinux.em: New.
459 * configure.tgt: Add rx-linux.
460 * Makefile.am: Add eelf32rx_linux.c
461 * Makefile.in: Regenerate.
462
d548f47d
MF
4632020-04-29 Max Filippov <jcmvbkbc@gmail.com>
464
465 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
466 * testsuite/ld-xtensa/relax-diff1.s: New test source.
467 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
468 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
469 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
470 (relax-ndiff): New tests.
471
4849fabc
SC
4722020-04-29 Stephen Casner <casner@acm.org>
473
474 PR 25829
475 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
476 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
477 * testsuite/ld-scripts/default-script1.d: No longer have to skip
478 test for those targets.
479 * testsuite/ld-scripts/default-script2.d: Likewise.
480 * testsuite/ld-scripts/default-script3.d: Likewise.
481 * testsuite/ld-scripts/default-script4.d: Likewise.
482
251dae91
TC
4832020-04-27 Tamar Christina <tamar.christina@arm.com>
484
485 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
486
30ce8e47
MF
4872020-04-22 Max Filippov <jcmvbkbc@gmail.com>
488
489 PR ld/25861
490 * testsuite/ld-xtensa/relax-loc.d: New test definition.
491 * testsuite/ld-xtensa/relax-loc.s: New test source.
492 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
493
16171946
FS
4942020-04-22 Fangrui Song <maskray@google.com>
495
496 PR ld/25806
497 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
498 * ldlang.c (current_input_file): New.
499 (ldirname): New.
500 (new_afile): Add from_filename parameter. Set extra_search_path.
501 (lang_add_input_file): Pass current_input_file to new_afile.
502 (load_symbols): Set current_input_file.
503 * ldfile.c (ldfile_open_file): If extra_search_path has been set
504 then scan it for the file that needs to be opened.
505 * ld.texi: Document the new behaviour.
506 * NEWS: Mention the new feature.
507
1d934d76
AM
5082020-04-22 Alan Modra <amodra@gmail.com>
509
510 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
511 * testsuite/ld-scripts/default-script2.d: Likewise.
512 * testsuite/ld-scripts/default-script3.d: Likewise.
513 * testsuite/ld-scripts/default-script4.d: Likewise.
514
39a7b38f
SC
5152020-04-21 Stephen Casner <casner@acm.org>
516
517 PR 25829
518 * testsuite/ld-scripts/script.exp (check_script)
519 (extract_symbol_test): Make test addresses fit in 16 bits.
520 * testsuite/ld-scripts/memory.t: Likewise.
521 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
522 * testsuite/ld-scripts/default-script.t (_START): Likewise.
523 * testsuite/ld-scripts/default-script1.d: Likewise.
524 * testsuite/ld-scripts/default-script2.d: Likewise.
525 * testsuite/ld-scripts/default-script3.d: Likewise.
526 * testsuite/ld-scripts/default-script4.d: Likewise.
527 * testsuite/ld-scripts/empty-address-1.t: Likewise.
528 * testsuite/ld-scripts/empty-address-1.d: Likewise.
529 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
530 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
531 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
532 fit target address size.
1d934d76 533 * testsuite/ld-scripts/empty-address-1.s: Likewise.
39a7b38f
SC
534 * testsuite/ld-scripts/empty-address-2.s: Likewise.
535
6f6fd151
L
5362020-04-21 H.J. Lu <hongjiu.lu@intel.com>
537
538 PR ld/25849
539 * ldelfgen.c (ldelf_map_segments): Call
540 elf_backend_strip_zero_sized_dynamic_sections.
541 * testsuite/ld-alpha/tlsbinr.rd: Updated.
542
2efec98b
AM
5432020-04-20 Alan Modra <amodra@gmail.com>
544
545 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
546 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
547 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
548
dbe23755
RO
5492020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
550
551 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
552 * testsuite/ld-elf/warn2.d: Likewise.
553
54975ae9
L
5542020-04-18 H.J. Lu <hongjiu.lu@intel.com>
555
556 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
557 alpha target.
558 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
559
0203cad2
SC
5602020-04-16 Stephen Casner <casner@acm.org>
561
562 PR 18963
563 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
564 16-bit address space.
565 * testsuite/ld-scripts/pr18963.d: Likewise.
566
0fe0f2d6
JMG
5672020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
568 Jan W. Jagersma <jwjagersma@gmail.com>
569
570 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
571 .ctors and .dtors. Discard LTO sections.
572
49c16254
NC
5732020-04-17 Nick Clifton <nickc@redhat.com>
574
575 * testsuite/config/default.exp: If not already set then create the
576 CCC_OVERRIDE_OPTIONS environment variable to help when running the
577 testsuite with clang.
578 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
579 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
580 were built before attempting to copy them.
581
95a51568
FS
5822020-04-15 Fangrui Song <maskray@google.com>
583
584 PR binutils/24613
585 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
586 RM_GENERATE_ERROR to RM_DIAGNOSE.
587 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
588 RM_GENERATE_ERROR to RM_DIAGNOSE.
589 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
590
fa1477dc
SC
5912020-04-14 Stephen Casner <casner@acm.org>
592
593 PR ld/25677
594 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
595 (EXTRA_EM_FILE): New, add emulation file pdp11.
596 * scripttempl/pdp11.sc: New, derived from aout.sc without
597 irrelevant input sections.
598 * emultempl/pdp11.em (_add_options, _handle_option)
599 (_list_options): New. Add options -z, --imagic for pdp11-aout.
600 (_before_parse): Make --omagic be default instead of --nmagic.
601 (_get_script): Modify special-case linker script for --imagic.
602 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
603 * ld.texi (Options): Add documentation of PDP11-specific options.
604 (Options): Fix unrelated typo to --no-compact-branches.
605 * gen-doc.texi: @set PDP11.
606 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
607 * testsuite/ld-pdp11/sections.s: New, source for options tests.
608 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
609 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
610 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
611 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
612
10ca4b04
L
6132020-04-14 H.J. Lu <hongjiu.lu@intel.com>
614
615 PR binutils/25707
616 * testsuite/ld-arm/armthumb-lib.sym: Updated.
617 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
618 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
619 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
620 * testsuite/ld-arm/fdpic-main.sym: Likewise.
621 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
622 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
623 * testsuite/ld-arm/mixed-app.sym: Likewise.
624 * testsuite/ld-arm/mixed-lib.sym: Likewise.
625 * testsuite/ld-arm/preempt-app.sym: Likewise.
626 * testsuite/ld-elf/hash.d: Likewise.
627 * testsuite/ld-elf/pr13195.d: Likewise.
628 * testsuite/ld-elfvsb/hidden2.d: Likewise.
629 * testsuite/ld-mips-elf/hash2.d: Likewise.
630
a5d21497
RO
6312020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
632
633 * testsuite/ld-shared/shared.exp: Remove dangling comments.
634 xfail shared non PIC tests on Solaris.
635
ae4b1d73
RO
6362020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
637
638 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
639
aa350065
L
6402020-04-02 H.J. Lu <hongjiu.lu@intel.com>
641
642 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
643 nopie with available.
644
8be5def6
L
6452020-04-02 H.J. Lu <hongjiu.lu@intel.com>
646
647 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
648 Set to "-fcf-protection=none" if target compiler supports it.
649 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
650 CC and CXX.
651 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
652 to PLT BND tests.
653
516231b7
L
6542020-04-02 H.J. Lu <hongjiu.lu@intel.com>
655
656 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
657 -I../bfd.
658 (check_pr25749b): Likewise.
659
bb897477
RO
6602020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
661
662 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
663 notarget.
664 * ifunc-11-i386.d: Likewise.
665 * ifunc-12-i386.d: Likewise.
666 * ifunc-13-i386.d: Likewise.
667 * ifunc-14a-i386.d: Likewise.
668 * ifunc-14b-i386.d: Likewise.
669 * ifunc-14c-i386.d: Likewise.
670 * ifunc-14d-i386.d: Likewise.
671 * ifunc-14e-i386.d: Likewise.
672 * ifunc-14f-i386.d: Likewise.
673 * ifunc-15-i386.d: Likewise.
674 * ifunc-16-i386-now.d: Likewise.
675 * ifunc-16-i386.d: Likewise.
676 * ifunc-17a-i386.d: Likewise.
677 * ifunc-17b-i386.d: Likewise.
678 * ifunc-18a-i386.d: Likewise.
679 * ifunc-18b-i386.d: Likewise.
680 * ifunc-19a-i386.d: Likewise.
681 * ifunc-19b-i386.d: Likewise.
682 * ifunc-2-i386-now.d: Likewise.
683 * ifunc-2-i386.d: Likewise.
684 * ifunc-2-local-i386-now.d: Likewise.
685 * ifunc-2-local-i386.d: Likewise.
686 * ifunc-20-i386.d: Likewise.
687 * ifunc-21-i386.d: Likewise.
688 * ifunc-22-i386.d: Likewise.
689 * ifunc-5a-i386.d: Likewise.
690 * ifunc-5a-local-i386.d: Likewise.
691 * ifunc-5b-i386.d: Likewise.
692 * ifunc-5b-local-i386.d: Likewise.
693 * ifunc-5r-local-i386.d: Likewise.
694 * ifunc-6a-i386.d: Likewise.
695 * ifunc-6b-i386.d: Likewise.
696 * ifunc-7a-i386.d: Likewise.
697 * ifunc-7b-i386.d: Likewise.
698 * ifunc-8-i386.d: Likewise.
699 * ifunc-9-i386.d: Likewise.
700 * pr17154-i386-now.d: Likewise.
701 * pr17154-i386.d: Likewise.
702
703 * ifunc-23a-x86.d: Remove notarget.
704 * ifunc-24a-x86.d: Likewise.
705 * ifunc-25a-x86.d: Likewise.
706
4f5bd885
NC
7072020-04-02 Nick Clifton <nickc@redhat.com>
708
709 PR ld/25747
710 * ldfile.c (ldfile_open_file): Fix typo in warning message.
711
382aae06
L
7122020-04-01 H.J. Lu <hongjiu.lu@intel.com>
713
714 PR ld/25749
715 PR ld/25754
716 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
717 * testsuite/ld-elf/pr25749-1.c: New file.
718 * testsuite/ld-elf/pr25749-1a.c: Likewise.
719 * testsuite/ld-elf/pr25749-1b.c: Likewise.
720 * testsuite/ld-elf/pr25749-1b.err: Likewise.
721 * testsuite/ld-elf/pr25749-1c.c: Likewise.
722 * testsuite/ld-elf/pr25749-1d.c: Likewise.
723 * testsuite/ld-elf/pr25749-2.c: Likewise.
724 * testsuite/ld-elf/pr25749-2a.s: Likewise.
725 * testsuite/ld-elf/pr25749-2b.s: Likewise.
726 * testsuite/ld-elf/pr25749.rd: Likewise.
727 * testsuite/ld-elf/pr25754-1a.c: Likewise.
728 * testsuite/ld-elf/pr25754-1b.s: Likewise.
729 * testsuite/ld-elf/pr25754-2a.c: Likewise.
730 * testsuite/ld-elf/pr25754-2b.err: Likewise.
731 * testsuite/ld-elf/pr25754-2b.s: Likewise.
732 * testsuite/ld-elf/pr25754-3a.c: Likewise.
733 * testsuite/ld-elf/pr25754-3b.s: Likewise.
734 * testsuite/ld-elf/pr25754-4a.c: Likewise.
735 * testsuite/ld-elf/pr25754-4b.s: Likewise.
736 * testsuite/ld-elf/pr25754-4c.s: Likewise.
737 * testsuite/ld-elf/pr25754-5a.c: Likewise.
738 * testsuite/ld-elf/pr25754-5b.s: Likewise.
739 * testsuite/ld-elf/pr25754-5c.s: Likewise.
740 * testsuite/ld-elf/pr25754-6a.c: Likewise.
741 * testsuite/ld-elf/pr25754-6b.s: Likewise.
742 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
743
3ce23ca1
TC
7442020-04-01 Tamar Christina <tamar.christina@arm.com>
745
746 PR ld/16017
747 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
748
77bf7b53
NC
7492020-04-01 Nick Clifton <nickc@redhat.com>
750
751 PR ld/25747
752 * ldfile.c (ldfile_open_file): If a search for a library fails,
753 but there is a file that would match if it had a "lib" prefix to
754 its name, then tell the user.
755
a7618269
TC
7562020-04-01 Tamar Christina <tamar.christina@arm.com>
757
758 PR ld/16017
759 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
760 * testsuite/ld-arm/thumb-plt-got.d: New test.
761
15ccbdd7
TC
7622020-04-01 Tamar Christina <tamar.christina@arm.com>
763
764 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
765 * testsuite/ld-arm/thumb-plt.d: New test.
766 * testsuite/ld-arm/thumb-plt.s: New test.
767
41ff29bf
HPN
7682020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
769
770 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
771
00386881
NC
7722020-03-30 Nick Clifton <nickc@redhat.com>
773
774 PR binutils/25662
775 * emultempl/pe.em (after_open): Replace initialisation of the
776 insert_timestamp field in the pe_data structure with an
777 initialisation of the timestamp field.
778 * emultemp/pep.em: Likewise.
779 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
780 structure instead of the insert_timestamp field.
781
767be9d9
L
7822020-03-28 H.J. Lu <hongjiu.lu@intel.com>
783
784 PR 25732
785 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
786 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
787 Solaris.
788
258e8844
L
7892020-03-27 H.J. Lu <hongjiu.lu@intel.com>
790
791 PR 25732
792 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
793
cacb9d87
L
7942020-03-27 H.J. Lu <hongjiu.lu@intel.com>
795
796 PR 25732
797 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
798 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
799 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
800
86fd7e2e
AM
8012020-03-25 Alan Modra <amodra@gmail.com>
802
803 * testsuite/ld-elf/compress1c.d: xfail h8300.
804 * testsuite/ld-elf/compressed1c.d: Likewise.
805 * testsuite/ld-elf/compressed1e.d: Likewise.
806 * testsuite/ld-elf/dynamic1.d: Likewise.
807 * testsuite/ld-elf/dynsym1.d: Likewise.
808 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
809 * testsuite/ld-elf/exclude3b.d: Likewise.
810 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
811 * testsuite/ld-elf/global1.d: xfail h8300.
812 * testsuite/ld-elf/hash.d: Likewise.
813 * testsuite/ld-elf/loadaddr1.d: Likewise.
814 * testsuite/ld-elf/loadaddr2.d: Likewise.
815 * testsuite/ld-elf/local1.d: Likewise.
816 * testsuite/ld-elf/mbind1b.d: Likewise.
817 * testsuite/ld-elf/mbind1c.d: Likewise.
818 * testsuite/ld-elf/now-1.d: Likewise.
819 * testsuite/ld-elf/now-2.d: Likewise.
820 * testsuite/ld-elf/now-3.d: Likewise.
821 * testsuite/ld-elf/now-4.d: Likewise.
822 * testsuite/ld-elf/pie.d: Likewise.
823 * testsuite/ld-elf/pr12975.d: Likewise.
824 * testsuite/ld-elf/pr13177.d: Likewise.
825 * testsuite/ld-elf/pr13195.d: Likewise.
826 * testsuite/ld-elf/pr16322.d: Likewise.
827 * testsuite/ld-elf/pr16498a.d: Likewise.
828 * testsuite/ld-elf/pr16498b.d: Likewise.
829 * testsuite/ld-elf/pr17615.d: Likewise.
830 * testsuite/ld-elf/pr19162.d: Likewise.
831 * testsuite/ld-elf/pr19539.d: Likewise.
832 * testsuite/ld-elf/pr19617a.d: Likewise.
833 * testsuite/ld-elf/pr19698.d: Likewise.
834 * testsuite/ld-elf/pr20513c.d: Likewise.
835 * testsuite/ld-elf/pr20513d.d: Likewise.
836 * testsuite/ld-elf/pr21389a.d: Likewise.
837 * testsuite/ld-elf/pr21389b.d: Likewise.
838 * testsuite/ld-elf/pr21389c.d: Likewise.
839 * testsuite/ld-elf/pr21562a.d: Likewise.
840 * testsuite/ld-elf/pr21562b.d: Likewise.
841 * testsuite/ld-elf/pr21562c.d: Likewise.
842 * testsuite/ld-elf/pr21562d.d: Likewise.
843 * testsuite/ld-elf/pr21562e.d: Likewise.
844 * testsuite/ld-elf/pr21562f.d: Likewise.
845 * testsuite/ld-elf/pr21562g.d: Likewise.
846 * testsuite/ld-elf/pr21562h.d: Likewise.
847 * testsuite/ld-elf/pr21562i.d: Likewise.
848 * testsuite/ld-elf/pr21562j.d: Likewise.
849 * testsuite/ld-elf/pr21562k.d: Likewise.
850 * testsuite/ld-elf/pr21562l.d: Likewise.
851 * testsuite/ld-elf/pr21562m.d: Likewise.
852 * testsuite/ld-elf/pr21562n.d: Likewise.
853 * testsuite/ld-elf/pr21903a.d: Likewise.
854 * testsuite/ld-elf/pr21903b.d: Likewise.
855 * testsuite/ld-elf/pr21903d.d: Likewise.
856 * testsuite/ld-elf/pr22269a.d: Likewise.
857 * testsuite/ld-elf/pr22269b.d: Likewise.
858 * testsuite/ld-elf/pr22393-1a.d: Likewise.
859 * testsuite/ld-elf/pr22393-1b.d: Likewise.
860 * testsuite/ld-elf/pr22393-1c.d: Likewise.
861 * testsuite/ld-elf/pr22393-1d.d: Likewise.
862 * testsuite/ld-elf/pr22393-1e.d: Likewise.
863 * testsuite/ld-elf/pr22393-1f.d: Likewise.
864 * testsuite/ld-elf/pr22423.d: Likewise.
865 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
866 and xc16x.
867 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
868 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
869 * testsuite/ld-elf/rpath-1.d: xfail h8300.
870 * testsuite/ld-elf/rpath-2.d: Likewise.
871 * testsuite/ld-elf/runpath-1.d: Likewise.
872 * testsuite/ld-elf/runpath-2.d: Likewise.
873 * testsuite/ld-elf/sizeofb.d: Likewise.
874 * testsuite/ld-elf/startofb.d: Likewise.
875 * testsuite/ld-elf/strtab.d: Likewise.
876 * testsuite/ld-elf/textaddr1.d: Likewise.
877 * testsuite/ld-elf/textaddr2.d: Likewise.
878 * testsuite/ld-elf/textaddr4.d: Likewise.
879 * testsuite/ld-elf/textaddr5.d: Likewise.
880 * testsuite/ld-elf/textaddr6.d: Likewise.
881 * testsuite/ld-elf/unknown2.d: Likewise.
882 * testsuite/ld-undefined/entry-3.d: Likewise.
883 * testsuite/ld-undefined/entry-4.d: Likewise.
884 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
885 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
886 file format match.
887 * testsuite/ld-h8300/relax-2.d: Likewise.
888 * testsuite/ld-h8300/relax-3.d: Likewise.
889 * testsuite/ld-h8300/relax-4.d: Likewise.
890 * testsuite/ld-h8300/relax-5.d: Likewise.
891 * testsuite/ld-h8300/relax-6.d: Likewise.
892 * testsuite/ld-h8300/relax-7.d: Likewise.
893 * testsuite/ld-h8300/relax.d: Relax file format match.
894
7e6e972f
L
8952020-03-24 H.J. Lu <hongjiu.lu@intel.com>
896
897 PR binutils/25708
898 * testsuite/ld-elf/pr25708.d: New file.
899
5e737279
AM
9002020-03-23 Alan Modra <amodra@gmail.com>
901
902 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
903 Include ei386aout dep file.
904 * Makefile.in: Regenerate.
905 * po/BLD-POTFILES.in: Regenerate.
906
3d98c460
L
9072020-03-20 H.J. Lu <hongjiu.lu@intel.com>
908
909 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
910 test only for GCC 10 or newer.
911
c02d6661
AM
9122020-03-20 Alan Modra <amodra@gmail.com>
913
914 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
915 clear new fields.
916 * testplug2.c (parse_symdefstr): Likewise.
917 * testplug3.c (parse_symdefstr): Likewise.
918 * testplug4.c (parse_symdefstr): Likewise.
919
aef397a1
CL
9202020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
921
922 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
923 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
924
53215f21
CL
9252020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
926
927 * emultempl/xtensaelf.em: Emit a fatal error message
928 instead of calling abort.
929 * ldlang.c: Likewise.
930
02a8180e
AM
9312020-03-14 Alan Modra <amodra@gmail.com>
932
933 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
934 targets. Don't skip xtensa, xfail instead.
935
abf874aa
CL
9362020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
937
938 * ldlang.c (lang_add_section): Add support for
939 non_contiguous_regions.
940 (size_input_section): Likewise.
941 (lang_size_sections_1): Likewise.
942 (process_insert_statements): Likewise.
943 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
944 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
945 * lexsup.c (ld_options): Add entries for
946 --enable-non-contiguous-regions and
947 --enable-non-contiguous-regions-warnings.
948 (parse_args): Handle it.
949 * NEWS: Add --enable-non-contiguous-regions and
950 --enable-non-contiguous-regions-warnings.
951 * ld.texi: Add --enable-non-contiguous-regions and
952 --enable-non-contiguous-regions-warnings documentation.
953 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
954 SEC_LINKER_CREATED flag.
955 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
956 Emit an error when --enable-non-contiguous-regions is used.
957 * testsuite/ld-elf/non-contiguous.d: New.
958 * testsuite/ld-elf/non-contiguous.ld: New.
959 * testsuite/ld-elf/non-contiguous.s: New.
960 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
961 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
962 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
963 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
964 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
965 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
966 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
967 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
968 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
969 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
970 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
971 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
972 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
973 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
974 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
975 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
976 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
977 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
978 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
979
74e10d17
L
9802020-03-13 H.J. Lu <hongjiu.lu@intel.com>
981
982 PR ld/24920
983 * emulparams/elf32_x86_64.sh: Use static.sh.
984 * emulparams/elf_i386.sh: Likewise.
985 * emulparams/elf_x86_64.sh: Likewise.
986 * emulparams/static.sh: New file.
987 * emultempl/elf-x86.em: Include "ldlex.h".
988 * testsuite/ld-elf/pr24920.err: New file.
989 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
990
502794d4
CE
9912020-03-13 Christian Eggers <ceggers@gmx.de>
992
993 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
994
1db6f990
AM
9952020-03-11 Alan Modra <amodra@gmail.com>
996
997 * ldelf.c (elf_orphan_compatible): Return false when two sections
998 have differing SHF_MASKPROC or SHF_MASKOS flags.
999
92d4b13b
AM
10002020-03-05 Alan Modra <amodra@gmail.com>
1001
1002 PR 25570
1003 * ldlang.c (lang_size_sections_1): Don't report changes on
1004 second and subsequent iterations that make no change in
1005 alignment from that already reported.
1006
baf09cba
AM
10072020-03-05 Alan Modra <amodra@gmail.com>
1008
1009 PR 25570
1010 * ldlang.c (lang_sizing_iteration): New static var.
1011 (lang_size_sections_1): Warn about no memory region only on first
1012 iteration. Warn about changing start address on first iteration
1013 then any delta from that on subsequent iterations. Report a signed
1014 delta.
1015 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
1016
d8e4137b
NC
10172020-03-03 Nick Clifton <nickc@redhat.com>
1018
1019 PR 25588
1020 * ld.texi (Options): Update the description of the --rpath-link
1021 option.
1022
cb001c0d
AM
10232020-03-02 Alan Modra <amodra@gmail.com>
1024
1025 * plugin.c (plugin_object_p): Return a bfd_cleanup.
1026 (plugin_cleanup): New function.
1027
2aa90762
L
10282020-03-01 H.J. Lu <hongjiu.lu@intel.com>
1029
1030 PR ld/25618
1031 * plugin.c (plugin_object_p): Copy the no_export field to the IR
1032 dummy object.
1033 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
1034 PR ld/25618 tests.
1035 * testsuite/ld-plugin/pr25618.d: New file.
1036 * testsuite/ld-plugin/pr25618a.cc: Likewise.
1037 * testsuite/ld-plugin/pr25618a.h: Likewise.
1038 * testsuite/ld-plugin/pr25618b.cc: Likewise.
1039 * testsuite/ld-plugin/pr25618b.h: Likewise.
1040
5f602802
AM
10412020-02-27 Alan Modra <amodra@gmail.com>
1042
1043 PR 24511
1044 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
1045 * testsuite/ld-mmix/sec-2.d: Likewise.
1046 * testsuite/ld-mmix/sec-3.d: Likewise.
1047 * testsuite/ld-mmix/sec-4.d: Likewise.
1048 * testsuite/ld-mmix/spec802.d: Likewise.
1049 * testsuite/ld-mmix/spec803.d: Likewise.
1050 * testsuite/ld-mmix/spec804.d: Likewise.
1051 * testsuite/ld-mmix/spec805.d: Likewise.
1052 * testsuite/ld-mmix/spec806.d: Likewise.
1053 * testsuite/ld-mmix/spec807.d: Likewise.
1054 * testsuite/ld-mmix/spec808.d: Likewise.
1055
3312f67c
L
10562020-02-26 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 PR ld/25593
1059 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
1060 * testsuite/ld-plugin/pr25593.d: New file.
1061 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
1062 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
1063 * testsuite/ld-plugin/pr25593b.c: Likewise.
1064 * testsuite/ld-plugin/pr25593c.c: Likewise.
1065 * testsuite/ld-plugin/pr25593d.c: Likewise.
1066 * testsuite/ld-plugin/pr25593e.c: Likewise.
1067
dc1e8a47
AM
10682020-02-26 Alan Modra <amodra@gmail.com>
1069
1070 * emultempl/cskyelf.em: Indent labels correctly.
1071 * ldfile.c: Likewise.
1072 * ldlang.c: Likewise.
1073 * plugin.c: Likewise.
1074
e310298c
AM
10752020-02-26 Alan Modra <amodra@gmail.com>
1076
1077 PR 25593
1078 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
1079 (ldelf_after_open): Save state of input_bfds list before loading
1080 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
1081 Restore input_bfds list.
1082 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
1083
45c63c0f
NC
10842020-02-24 Nick Clifton <nickc@redhat.com>
1085
1086 * po/fr.po: Update French translation.
1087
7b3c2715
AM
10882020-02-22 Alan Modra <amodra@gmail.com>
1089
1090 PR 25585
1091 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
1092 checking.
1093
fcaaac0a
SB
10942020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1095
1096 PR 25537
1097 * emultempl/z80.em: Remove machine compatability checking.
1098
10992020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1100
1101 PR 25517
1102 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
1103 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1104 * testsuite/ld-z80/arch_r800.d: Likewise.
1105 * testsuite/ld-z80/arch_z180.d: Likewise.
1106 * testsuite/ld-z80/arch_z80n.d: Likewise.
1107 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1108 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
1109 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
1110 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
1111 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
1112 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1113 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1114 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
1115 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1116 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
1117
2e3cd5d0
AM
11182020-02-19 Alan Modra <amodra@gmail.com>
1119
1120 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
1121
0aa99dcd
L
11222020-02-10 H.J. Lu <hongjiu.lu@intel.com>
1123
1124 PR binutils/25355
1125 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
1126 * testsuite/ld-plugin/pr25355.c: New file.
1127 * testsuite/ld-plugin/pr25355.d: Likewise.
1128 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
1129 only dump.
1130
6e569656
L
11312020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1132
1133 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
1134
9fc0b501
SB
11352020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1136
1137 PR 25469
1138 * emulparams/elf32z80.sh: Use z80 emulation.
1139 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
1140 * emultempl/z80elf.em: Delete.
1141 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
1142 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
1143 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
1144 * testsuite/ld-unique/unique.s: Likewise.
1145 * testsuite/ld-unique/unique_empty.s: Likewise.
1146 * testsuite/ld-unique/unique_shared.s: Likewise.
1147 * testsuite/ld-unique/unique.d: Updated expected output.
1148 * testsuite/ld-z80/arch_z80n.d: New file.
1149 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
1150 * testsuite/ld-z80/labels.s: Add more labels.
1151 * testsuite/ld-z80/relocs.s: Add more reloc tests.
1152 * testsuite/ld-z80/relocs_f_z80n.d: New file
1153
adb8754e
L
11542020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1155
1156 PR ld/25022
1157 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
1158 ldelf_before_place_orphans.
1159
9b538ba7
L
11602020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1161
1162 PR ld/25022
1163 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
1164 before_place_orphans_default.
1165 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1166 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
1167 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
1168 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
1169 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
1170 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
1171 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
1172 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1173 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
1174 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
1175 ldelf_before_place_orphans.
1176 * ldelf.c (ldelf_before_place_orphans): New.
1177 * ldelf.h (ldelf_before_place_orphans): Likewise.
1178 * ldemul.c (ldemul_before_place_orphans): Likewise.
1179 (before_place_orphans_default): Likewise.
1180 * ldemul.h (ldemul_before_place_orphans): Likewise.
1181 (before_place_orphans_default): Likewise.
1182 (ld_emulation_xfer_struct): Add before_place_orphans.
1183 * ldlang.c (lang_process): Call ldemul_before_place_orphans
1184 before lang_place_orphans.
1185 * testsuite/ld-elf/pr25022.d: New file.
1186 * testsuite/ld-elf/pr25022.s: Likewise.
1187 * testsuite/ld-elf/pr25022.t: Likewise.
1188
5242a0a0
L
11892020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1190
1191 PR ld/25490
1192 * testsuite/ld-elf/pr25490-1.d: New file.
1193 * testsuite/ld-elf/pr25490-1.s: Likewise.
1194
b7d07216
L
11952020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 PR ld/24526
1198 PR ld/25021
1199 PR ld/25490
1200 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
1201 * testsuite/ld-elf/pr24526.d: New file.
1202 * testsuite/ld-elf/pr24526.s: Likewise.
1203 * testsuite/ld-elf/pr25021.d: Likewise.
1204 * testsuite/ld-elf/pr25021.s: Likewise.
1205 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
1206 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
1207 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
1208 * testsuite/ld-elf/pr25490-2.s: Likewise.
1209 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
1210 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
1211 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
1212 * testsuite/ld-elf/pr25490-3.s: Likewise.
1213 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
1214 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
1215 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
1216 * testsuite/ld-elf/pr25490-4.s: Likewise.
1217 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
1218 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
1219 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
1220 * testsuite/ld-elf/pr25490-5.s: Likewise.
1221 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
1222 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
1223 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
1224 * testsuite/ld-elf/pr25490-6.s: Likewise.
1225
12262020-02-06 H.J. Lu <hongjiu.lu@intel.com>
9e4d08bb
L
1227
1228 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
1229 z80 as not supported.
1230
bb4e012c
AM
12312020-02-06 Alan Modra <amodra@gmail.com>
1232
1233 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
1234 targets that don't support ifunc rather than ones that do.
1235 (contains_irelative_reloc): Match R_PARISC_IPLT.
1236 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
1237 * testsuite/ld-ifunc/ifunc-23-x86.s,
1238 * testsuite/ld-ifunc/ifunc-24-x86.s,
1239 * testsuite/ld-ifunc/ifunc-25-x86.s,
1240 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
1241 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
1242 * testsuite/ld-ifunc/ifunc-10-i386.d,
1243 * testsuite/ld-ifunc/ifunc-11-i386.d,
1244 * testsuite/ld-ifunc/ifunc-12-i386.d,
1245 * testsuite/ld-ifunc/ifunc-13-i386.d,
1246 * testsuite/ld-ifunc/ifunc-14a-i386.d,
1247 * testsuite/ld-ifunc/ifunc-14b-i386.d,
1248 * testsuite/ld-ifunc/ifunc-14c-i386.d,
1249 * testsuite/ld-ifunc/ifunc-14d-i386.d,
1250 * testsuite/ld-ifunc/ifunc-14e-i386.d,
1251 * testsuite/ld-ifunc/ifunc-14f-i386.d,
1252 * testsuite/ld-ifunc/ifunc-15-i386.d,
1253 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
1254 * testsuite/ld-ifunc/ifunc-16-i386.d,
1255 * testsuite/ld-ifunc/ifunc-17a-i386.d,
1256 * testsuite/ld-ifunc/ifunc-17b-i386.d,
1257 * testsuite/ld-ifunc/ifunc-18a-i386.d,
1258 * testsuite/ld-ifunc/ifunc-18b-i386.d,
1259 * testsuite/ld-ifunc/ifunc-19a-i386.d,
1260 * testsuite/ld-ifunc/ifunc-19b-i386.d,
1261 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
1262 * testsuite/ld-ifunc/ifunc-2-i386.d,
1263 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1264 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
1265 * testsuite/ld-ifunc/ifunc-20-i386.d,
1266 * testsuite/ld-ifunc/ifunc-21-i386.d,
1267 * testsuite/ld-ifunc/ifunc-22-i386.d,
1268 * testsuite/ld-ifunc/ifunc-26.d,
1269 * testsuite/ld-ifunc/ifunc-5a-i386.d,
1270 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
1271 * testsuite/ld-ifunc/ifunc-5b-i386.d,
1272 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
1273 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
1274 * testsuite/ld-ifunc/ifunc-6a-i386.d,
1275 * testsuite/ld-ifunc/ifunc-6b-i386.d,
1276 * testsuite/ld-ifunc/ifunc-7a-i386.d,
1277 * testsuite/ld-ifunc/ifunc-7b-i386.d,
1278 * testsuite/ld-ifunc/ifunc-8-i386.d,
1279 * testsuite/ld-ifunc/ifunc-9-i386.d,
1280 * testsuite/ld-ifunc/pr17154-i386-now.d,
1281 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
1282
02e0be69
AM
12832020-02-06 Alan Modra <amodra@gmail.com>
1284
1285 * testsuite/lib/ld-lib.exp (is_generic): Delete.
1286 * testsuite/ld-unique/unique.exp: Exclude tic6x.
1287
b88237bc
AM
12882020-02-06 Alan Modra <amodra@gmail.com>
1289
1290 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
1291 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
1292
a8c4d40b
L
12932020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1294
1295 PR gas/25380
1296 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
1297 directives.
1298 * testsuite/ld-i386/tls-gd1.S: Likewise.
1299 * testsuite/ld-x86-64/pr21481b.S: Likewise.
1300
5cebc931
JB
13012020-01-30 Jan Beulich <jbeulich@suse.com>
1302
1303 * ld.texi: Remove space between @option and brace.
1304
ef8f08ca
AM
13052020-01-29 Alan Modra <amodra@gmail.com>
1306
1307 PR 25477
1308 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
1309 correct concat.
1310 (ldelf_after_open): Add prefix parameter.
1311 * ldelf.h (ldelf_after_open): Update prototype.
1312 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
1313 to ldelf_after_open.
1314 * Makefile.am: Correct z80 dependencies.
1315 * Makefile.in: Regenerate.
1316
738174e1
AM
13172020-01-28 Alan Modra <amodra@gmail.com>
1318
1319 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
1320 in first phase.
1321
e3696f67
AM
13222020-01-27 Alan Modra <amodra@gmail.com>
1323
1324 * testsuite/ld-elfvers/vers.exp: Replace case statements with
1325 switch statements.
1326 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1327 * testsuite/ld-unique/unique.exp: Likewise.
1328
3024a17a
AM
13292020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1330 Alan Modra <amodra@gmail.com>
1331
1332 PR ld/25458
1333 * testsuite/ld-elf/pr25458.map: New file.
1334 * testsuite/ld-elf/pr25458.rd: Likewise.
1335 * testsuite/ld-elf/pr25458a.s: Likewise.
1336 * testsuite/ld-elf/pr25458b.s: Likewise.
1337 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
1338
6a462ad4
L
13392020-01-22 H.J. Lu <hongjiu.lu@intel.com>
1340
1341 PR ld/25416
1342 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
1343 compiler support.
1344
a804e476
AM
13452020-01-22 Alan Modra <amodra@gmail.com>
1346
1347 * testsuite/ld-powerpc/tlsdesc3.d,
1348 * testsuite/ld-powerpc/tlsdesc3.wf,
1349 * testsuite/ld-powerpc/tlsdesc4.d,
1350 * testsuite/ld-powerpc/tlsdesc4.s,
1351 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
1352 * testsuite/ld-powerpc/powerpc.exp: Run them.
1353
9e7028aa
AM
13542020-01-22 Alan Modra <amodra@gmail.com>
1355
1356 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
1357 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
1358 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
1359 (params): Init new field.
1360 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
1361 Document.
1362 * testsuite/ld-powerpc/tlsdesc.s,
1363 * testsuite/ld-powerpc/tlsdesc.d,
1364 * testsuite/ld-powerpc/tlsdesc.wf,
1365 * testsuite/ld-powerpc/tlsdesc2.d,
1366 * testsuite/ld-powerpc/tlsdesc2.wf,
1367 * testsuite/ld-powerpc/tlsexenors.d,
1368 * testsuite/ld-powerpc/tlsexenors.r,
1369 * testsuite/ld-powerpc/tlsexers.d,
1370 * testsuite/ld-powerpc/tlsexers.r,
1371 * testsuite/ld-powerpc/tlsexetocnors.d,
1372 * testsuite/ld-powerpc/tlsexetocrs.d,
1373 * testsuite/ld-powerpc/tlsexetocrs.r,
1374 * testsuite/ld-powerpc/tlsopt6.d,
1375 * testsuite/ld-powerpc/tlsopt6.wf: New.
1376 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1377
c48acf6f
YC
13782020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1379
1380 PR 25417
1381 * ldlang.c (ldlang_open_ctf): Fix error message typo.
1382 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
1383
1e161364
L
13842020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1385
1386 * testsuite/ld-elf/pr23900-1.d: Adjusted.
1387
b4654b10
L
13882020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1389
1390 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
1391
26916852
NC
13922020-01-20 Nick Clifton <nickc@redhat.com>
1393
1394 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1395 * po/uk.po: Updated Ukranian translation.
1396
14470f07
L
13972020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1398
1399 PR ld/25416
1400 * testsuite/ld-x86-64/pr25416-1.s: New file
1401 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
1402 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
1403 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
1404 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
1405 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
1406 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
1407 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
1408 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
1409 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
1410 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
1411 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
1412 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
1413 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
1414 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
1415 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
1416 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
1417
b9ca1af6
AM
14182020-01-20 Alan Modra <amodra@gmail.com>
1419
1420 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
1421 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
1422 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
1423 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
1424 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
1425
69d24618
RM
14262020-01-18 Roland McGrath <mcgrathr@google.com>
1427
1428 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
1429 to admit whatever absolute address. The label-relative address is
1430 what the test needs to verify.
1431
1b1bb2c6
NC
14322020-01-18 Nick Clifton <nickc@redhat.com>
1433
1434 * configure: Regenerate.
1435 * po/ld.pot: Regenerate.
1436
ae774686
NC
14372020-01-18 Nick Clifton <nickc@redhat.com>
1438
1439 Binutils 2.34 branch created.
1440
6d0be74b
JL
14412020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1442
1443 * scripttempl/elf32msp430_3.sc: Remove.
1444
0c3d9485
JL
14452020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1446
1447 * scripttempl/elf32msp430.sc: Add input section rules for
1448 .upper.{text,data,rodata,bss}.
1449 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1450 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
1451
0d1cc75d
LB
14522020-01-15 Lars Brinkhoff <lars@nocrew.org>
1453
1454 PR 20694
1455 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
1456
131cb553
JL
14572020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1458
1459 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1460 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
1461
e1c6cf61
AM
14622020-01-15 Alan Modra <amodra@gmail.com>
1463
1464 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
1465 * testsuite/ld-powerpc/funref.s: Align func_tab.
1466 * testsuite/ld-powerpc/funref2.s: Likewise.
1467 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
1468
e44925ae
LC
14692020-01-14 Lili Cui <lili.cui@intel.com>
1470
1471 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
1472
8c7e1c04
AM
14732020-01-13 Alan Modra <amodra@gmail.com>
1474
1475 * po/BLD-POTFILES.in: Regenerate.
1476
4f18d742
CZ
14772020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1478
1479 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
1480
5e4f7e05
CZ
14812020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1482
1483 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
1484 emulations.
1485 * configure.tgt: Likewise.
1486 * Makefile.in: Regenerate.
1487 * emulparams/arcelf_prof.sh: Remove file.
1488 * emulparams/arclinux_prof.sh: Likewise.
1489
8cb31bad
CZ
14902020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1491
1492 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
1493 located at an arbitrary address. Use DWARF.sc file.
1494 * scripttempl/elfarc.sc: Use DWARF.sc file.
1495
85e290dc
AM
14962020-01-07 Alan Modra <amodra@gmail.com>
1497
1498 * testsuite/ld-mips-elf/eh-frame5.s,
1499 * testsuite/ld-mips-elf/ehdr_start-new.s,
1500 * testsuite/ld-mips-elf/ehdr_start-o32.s,
1501 * testsuite/ld-mips-elf/mips16-call-global-1.s,
1502 * testsuite/ld-mips-elf/mips16-intermix-1.s,
1503 * testsuite/ld-mips-elf/mips16-pic-1b.s,
1504 * testsuite/ld-mips-elf/mips16-pic-4c.s,
1505 * testsuite/ld-mips-elf/no-shared-1-n64.s,
1506 * testsuite/ld-mips-elf/no-shared-1-o32.s,
1507 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
1508 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
1509 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
1510 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
1511 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
1512 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
1513 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
1514 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
1515 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
1516 * testsuite/ld-mips-elf/pie.s,
1517 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
1518
0e1f1593
NC
15192020-01-06 Nick Clifton <nickc@redhat.com>
1520
1521 PR 25327
1522 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1523 command line when building libcomm1.o and pr13250 tests.
1524 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
1525
d2dbcb18
NC
15262020-01-06 Nick Clifton <nickc@redhat.com>
1527
1528 PR 25326
1529 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1530 command line when building pr19579 binaries.
1531
dc9bd8c9
HD
15322020-01-03 Hannes Domani <ssbssa@yahoo.de>
1533
1534 * emultempl/pe.em: Add new option --enable-reloc-section.
1535 * emultempl/pep.em: Likewise.
1536 * ld.texi: Document --enable-reloc-section.
1537 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
1538 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
1539 * pe-dll.h: Add extern declaration of option flag.
1540 * pep-dll.c (pe_dll_enable_reloc_section):
1541 Add alias define for pep_dll_enable_reloc_section.
1542 * pep-dll.h: Add extern declaration of option flag.
1543
6655dba2
SB
15442020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1545
1546 * Makefile.am: Add new target z80-elf
1547 * configure.tgt: Likewise.
1548 * Makefile.in: Regenerate.
1549 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
1550 * emulparams/elf32z80.sh: New file.
1551 * emultempl/z80elf.em: Likewise.
1552 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
1553 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
1554 * testsuite/ld-scripts/fill16.d: Fix for Z80.
1555 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
1556 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1557 * testsuite/ld-z80/arch_r800.d: Likewise.
1558 * testsuite/ld-z80/arch_z180.d: Likewise.
1559 * testsuite/ld-z80/arch_z80.d: Likewise.
1560 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1561 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
1562 * testsuite/ld-z80/labels.s: Likewise.
1563 * testsuite/ld-z80/relocs.s: Likewise.
1564 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1565 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1566 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1567 * testsuite/ld-z80/z80.exp: Likewise.
1568 * NEWS: Mention the new support.
1569
0db131fb
TC
15702020-01-02 Tamar Christina <tamar.christina@arm.com>
1571
1572 PR 25210
1573 PR 24753
1574 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1575 Remove SEC_LINKER_CREATED.
1576 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
1577 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
1578
b14ce8bf
AM
15792020-01-01 Alan Modra <amodra@gmail.com>
1580
1581 Update year range in copyright notice of all files.
1582
0b114740 1583For older changes see ChangeLog-2019
3499769a 1584\f
0b114740 1585Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1586
1587Copying and distribution of this file, with or without modification,
1588are permitted in any medium without royalty provided the copyright
1589notice and this notice are preserved.
1590
1591Local Variables:
1592mode: change-log
1593left-margin: 8
1594fill-column: 74
1595version-control: never
1596End:
This page took 0.311838 seconds and 4 git commands to generate.