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