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