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