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