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