]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/ChangeLog
PR25593, --as-needed breaks DT_NEEDED order with linker plugin
[thirdparty/binutils-gdb.git] / ld / ChangeLog
1 2020-02-26 Alan Modra <amodra@gmail.com>
2
3 PR 25593
4 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
5 (ldelf_after_open): Save state of input_bfds list before loading
6 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
7 Restore input_bfds list.
8 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
9
10 2020-02-24 Nick Clifton <nickc@redhat.com>
11
12 * po/fr.po: Update French translation.
13
14 2020-02-22 Alan Modra <amodra@gmail.com>
15
16 PR 25585
17 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
18 checking.
19
20 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
21
22 PR 25537
23 * emultempl/z80.em: Remove machine compatability checking.
24
25 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
26
27 PR 25517
28 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
29 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
30 * testsuite/ld-z80/arch_r800.d: Likewise.
31 * testsuite/ld-z80/arch_z180.d: Likewise.
32 * testsuite/ld-z80/arch_z80n.d: Likewise.
33 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
34 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
35 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
36 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
37 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
38 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
39 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
40 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
41 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
42 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
43
44 2020-02-19 Alan Modra <amodra@gmail.com>
45
46 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
47
48 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
49
50 PR binutils/25355
51 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
52 * testsuite/ld-plugin/pr25355.c: New file.
53 * testsuite/ld-plugin/pr25355.d: Likewise.
54 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
55 only dump.
56
57 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
58
59 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
60
61 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
62
63 PR 25469
64 * emulparams/elf32z80.sh: Use z80 emulation.
65 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
66 * emultempl/z80elf.em: Delete.
67 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
68 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
69 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
70 * testsuite/ld-unique/unique.s: Likewise.
71 * testsuite/ld-unique/unique_empty.s: Likewise.
72 * testsuite/ld-unique/unique_shared.s: Likewise.
73 * testsuite/ld-unique/unique.d: Updated expected output.
74 * testsuite/ld-z80/arch_z80n.d: New file.
75 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
76 * testsuite/ld-z80/labels.s: Add more labels.
77 * testsuite/ld-z80/relocs.s: Add more reloc tests.
78 * testsuite/ld-z80/relocs_f_z80n.d: New file
79
80 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
81
82 PR ld/25022
83 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
84 ldelf_before_place_orphans.
85
86 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
87
88 PR ld/25022
89 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
90 before_place_orphans_default.
91 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
92 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
93 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
94 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
95 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
96 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
97 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
98 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
99 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
100 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
101 ldelf_before_place_orphans.
102 * ldelf.c (ldelf_before_place_orphans): New.
103 * ldelf.h (ldelf_before_place_orphans): Likewise.
104 * ldemul.c (ldemul_before_place_orphans): Likewise.
105 (before_place_orphans_default): Likewise.
106 * ldemul.h (ldemul_before_place_orphans): Likewise.
107 (before_place_orphans_default): Likewise.
108 (ld_emulation_xfer_struct): Add before_place_orphans.
109 * ldlang.c (lang_process): Call ldemul_before_place_orphans
110 before lang_place_orphans.
111 * testsuite/ld-elf/pr25022.d: New file.
112 * testsuite/ld-elf/pr25022.s: Likewise.
113 * testsuite/ld-elf/pr25022.t: Likewise.
114
115 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
116
117 PR ld/25490
118 * testsuite/ld-elf/pr25490-1.d: New file.
119 * testsuite/ld-elf/pr25490-1.s: Likewise.
120
121 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR ld/24526
124 PR ld/25021
125 PR ld/25490
126 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
127 * testsuite/ld-elf/pr24526.d: New file.
128 * testsuite/ld-elf/pr24526.s: Likewise.
129 * testsuite/ld-elf/pr25021.d: Likewise.
130 * testsuite/ld-elf/pr25021.s: Likewise.
131 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
132 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
133 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
134 * testsuite/ld-elf/pr25490-2.s: Likewise.
135 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
136 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
137 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
138 * testsuite/ld-elf/pr25490-3.s: Likewise.
139 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
140 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
141 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
142 * testsuite/ld-elf/pr25490-4.s: Likewise.
143 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
144 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
145 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
146 * testsuite/ld-elf/pr25490-5.s: Likewise.
147 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
148 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
149 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
150 * testsuite/ld-elf/pr25490-6.s: Likewise.
151
152 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
153
154 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
155 z80 as not supported.
156
157 2020-02-06 Alan Modra <amodra@gmail.com>
158
159 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
160 targets that don't support ifunc rather than ones that do.
161 (contains_irelative_reloc): Match R_PARISC_IPLT.
162 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
163 * testsuite/ld-ifunc/ifunc-23-x86.s,
164 * testsuite/ld-ifunc/ifunc-24-x86.s,
165 * testsuite/ld-ifunc/ifunc-25-x86.s,
166 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
167 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
168 * testsuite/ld-ifunc/ifunc-10-i386.d,
169 * testsuite/ld-ifunc/ifunc-11-i386.d,
170 * testsuite/ld-ifunc/ifunc-12-i386.d,
171 * testsuite/ld-ifunc/ifunc-13-i386.d,
172 * testsuite/ld-ifunc/ifunc-14a-i386.d,
173 * testsuite/ld-ifunc/ifunc-14b-i386.d,
174 * testsuite/ld-ifunc/ifunc-14c-i386.d,
175 * testsuite/ld-ifunc/ifunc-14d-i386.d,
176 * testsuite/ld-ifunc/ifunc-14e-i386.d,
177 * testsuite/ld-ifunc/ifunc-14f-i386.d,
178 * testsuite/ld-ifunc/ifunc-15-i386.d,
179 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
180 * testsuite/ld-ifunc/ifunc-16-i386.d,
181 * testsuite/ld-ifunc/ifunc-17a-i386.d,
182 * testsuite/ld-ifunc/ifunc-17b-i386.d,
183 * testsuite/ld-ifunc/ifunc-18a-i386.d,
184 * testsuite/ld-ifunc/ifunc-18b-i386.d,
185 * testsuite/ld-ifunc/ifunc-19a-i386.d,
186 * testsuite/ld-ifunc/ifunc-19b-i386.d,
187 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
188 * testsuite/ld-ifunc/ifunc-2-i386.d,
189 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
190 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
191 * testsuite/ld-ifunc/ifunc-20-i386.d,
192 * testsuite/ld-ifunc/ifunc-21-i386.d,
193 * testsuite/ld-ifunc/ifunc-22-i386.d,
194 * testsuite/ld-ifunc/ifunc-26.d,
195 * testsuite/ld-ifunc/ifunc-5a-i386.d,
196 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
197 * testsuite/ld-ifunc/ifunc-5b-i386.d,
198 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
199 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
200 * testsuite/ld-ifunc/ifunc-6a-i386.d,
201 * testsuite/ld-ifunc/ifunc-6b-i386.d,
202 * testsuite/ld-ifunc/ifunc-7a-i386.d,
203 * testsuite/ld-ifunc/ifunc-7b-i386.d,
204 * testsuite/ld-ifunc/ifunc-8-i386.d,
205 * testsuite/ld-ifunc/ifunc-9-i386.d,
206 * testsuite/ld-ifunc/pr17154-i386-now.d,
207 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
208
209 2020-02-06 Alan Modra <amodra@gmail.com>
210
211 * testsuite/lib/ld-lib.exp (is_generic): Delete.
212 * testsuite/ld-unique/unique.exp: Exclude tic6x.
213
214 2020-02-06 Alan Modra <amodra@gmail.com>
215
216 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
217 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
218
219 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
220
221 PR gas/25380
222 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
223 directives.
224 * testsuite/ld-i386/tls-gd1.S: Likewise.
225 * testsuite/ld-x86-64/pr21481b.S: Likewise.
226
227 2020-01-30 Jan Beulich <jbeulich@suse.com>
228
229 * ld.texi: Remove space between @option and brace.
230
231 2020-01-29 Alan Modra <amodra@gmail.com>
232
233 PR 25477
234 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
235 correct concat.
236 (ldelf_after_open): Add prefix parameter.
237 * ldelf.h (ldelf_after_open): Update prototype.
238 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
239 to ldelf_after_open.
240 * Makefile.am: Correct z80 dependencies.
241 * Makefile.in: Regenerate.
242
243 2020-01-28 Alan Modra <amodra@gmail.com>
244
245 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
246 in first phase.
247
248 2020-01-27 Alan Modra <amodra@gmail.com>
249
250 * testsuite/ld-elfvers/vers.exp: Replace case statements with
251 switch statements.
252 * testsuite/ld-ifunc/ifunc.exp: Likewise.
253 * testsuite/ld-unique/unique.exp: Likewise.
254
255 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
256 Alan Modra <amodra@gmail.com>
257
258 PR ld/25458
259 * testsuite/ld-elf/pr25458.map: New file.
260 * testsuite/ld-elf/pr25458.rd: Likewise.
261 * testsuite/ld-elf/pr25458a.s: Likewise.
262 * testsuite/ld-elf/pr25458b.s: Likewise.
263 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
264
265 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
266
267 PR ld/25416
268 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
269 compiler support.
270
271 2020-01-22 Alan Modra <amodra@gmail.com>
272
273 * testsuite/ld-powerpc/tlsdesc3.d,
274 * testsuite/ld-powerpc/tlsdesc3.wf,
275 * testsuite/ld-powerpc/tlsdesc4.d,
276 * testsuite/ld-powerpc/tlsdesc4.s,
277 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
278 * testsuite/ld-powerpc/powerpc.exp: Run them.
279
280 2020-01-22 Alan Modra <amodra@gmail.com>
281
282 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
283 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
284 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
285 (params): Init new field.
286 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
287 Document.
288 * testsuite/ld-powerpc/tlsdesc.s,
289 * testsuite/ld-powerpc/tlsdesc.d,
290 * testsuite/ld-powerpc/tlsdesc.wf,
291 * testsuite/ld-powerpc/tlsdesc2.d,
292 * testsuite/ld-powerpc/tlsdesc2.wf,
293 * testsuite/ld-powerpc/tlsexenors.d,
294 * testsuite/ld-powerpc/tlsexenors.r,
295 * testsuite/ld-powerpc/tlsexers.d,
296 * testsuite/ld-powerpc/tlsexers.r,
297 * testsuite/ld-powerpc/tlsexetocnors.d,
298 * testsuite/ld-powerpc/tlsexetocrs.d,
299 * testsuite/ld-powerpc/tlsexetocrs.r,
300 * testsuite/ld-powerpc/tlsopt6.d,
301 * testsuite/ld-powerpc/tlsopt6.wf: New.
302 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
303
304 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
305
306 PR 25417
307 * ldlang.c (ldlang_open_ctf): Fix error message typo.
308 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
309
310 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
311
312 * testsuite/ld-elf/pr23900-1.d: Adjusted.
313
314 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
315
316 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
317
318 2020-01-20 Nick Clifton <nickc@redhat.com>
319
320 * po/pt_BR.po: Updated Brazilian Portuguese translation.
321 * po/uk.po: Updated Ukranian translation.
322
323 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
324
325 PR ld/25416
326 * testsuite/ld-x86-64/pr25416-1.s: New file
327 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
328 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
329 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
330 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
331 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
332 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
333 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
334 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
335 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
336 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
337 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
338 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
339 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
340 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
341 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
342 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
343
344 2020-01-20 Alan Modra <amodra@gmail.com>
345
346 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
347 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
348 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
349 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
350 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
351
352 2020-01-18 Roland McGrath <mcgrathr@google.com>
353
354 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
355 to admit whatever absolute address. The label-relative address is
356 what the test needs to verify.
357
358 2020-01-18 Nick Clifton <nickc@redhat.com>
359
360 * configure: Regenerate.
361 * po/ld.pot: Regenerate.
362
363 2020-01-18 Nick Clifton <nickc@redhat.com>
364
365 Binutils 2.34 branch created.
366
367 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
368
369 * scripttempl/elf32msp430_3.sc: Remove.
370
371 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
372
373 * scripttempl/elf32msp430.sc: Add input section rules for
374 .upper.{text,data,rodata,bss}.
375 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
376 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
377
378 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
379
380 PR 20694
381 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
382
383 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
384
385 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
386 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
387
388 2020-01-15 Alan Modra <amodra@gmail.com>
389
390 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
391 * testsuite/ld-powerpc/funref.s: Align func_tab.
392 * testsuite/ld-powerpc/funref2.s: Likewise.
393 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
394
395 2020-01-14 Lili Cui <lili.cui@intel.com>
396
397 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
398
399 2020-01-13 Alan Modra <amodra@gmail.com>
400
401 * po/BLD-POTFILES.in: Regenerate.
402
403 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
404
405 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
406
407 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
408
409 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
410 emulations.
411 * configure.tgt: Likewise.
412 * Makefile.in: Regenerate.
413 * emulparams/arcelf_prof.sh: Remove file.
414 * emulparams/arclinux_prof.sh: Likewise.
415
416 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
417
418 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
419 located at an arbitrary address. Use DWARF.sc file.
420 * scripttempl/elfarc.sc: Use DWARF.sc file.
421
422 2020-01-07 Alan Modra <amodra@gmail.com>
423
424 * testsuite/ld-mips-elf/eh-frame5.s,
425 * testsuite/ld-mips-elf/ehdr_start-new.s,
426 * testsuite/ld-mips-elf/ehdr_start-o32.s,
427 * testsuite/ld-mips-elf/mips16-call-global-1.s,
428 * testsuite/ld-mips-elf/mips16-intermix-1.s,
429 * testsuite/ld-mips-elf/mips16-pic-1b.s,
430 * testsuite/ld-mips-elf/mips16-pic-4c.s,
431 * testsuite/ld-mips-elf/no-shared-1-n64.s,
432 * testsuite/ld-mips-elf/no-shared-1-o32.s,
433 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
434 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
435 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
436 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
437 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
438 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
439 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
440 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
441 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
442 * testsuite/ld-mips-elf/pie.s,
443 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
444
445 2020-01-06 Nick Clifton <nickc@redhat.com>
446
447 PR 25327
448 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
449 command line when building libcomm1.o and pr13250 tests.
450 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
451
452 2020-01-06 Nick Clifton <nickc@redhat.com>
453
454 PR 25326
455 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
456 command line when building pr19579 binaries.
457
458 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
459
460 * emultempl/pe.em: Add new option --enable-reloc-section.
461 * emultempl/pep.em: Likewise.
462 * ld.texi: Document --enable-reloc-section.
463 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
464 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
465 * pe-dll.h: Add extern declaration of option flag.
466 * pep-dll.c (pe_dll_enable_reloc_section):
467 Add alias define for pep_dll_enable_reloc_section.
468 * pep-dll.h: Add extern declaration of option flag.
469
470 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
471
472 * Makefile.am: Add new target z80-elf
473 * configure.tgt: Likewise.
474 * Makefile.in: Regenerate.
475 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
476 * emulparams/elf32z80.sh: New file.
477 * emultempl/z80elf.em: Likewise.
478 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
479 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
480 * testsuite/ld-scripts/fill16.d: Fix for Z80.
481 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
482 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
483 * testsuite/ld-z80/arch_r800.d: Likewise.
484 * testsuite/ld-z80/arch_z180.d: Likewise.
485 * testsuite/ld-z80/arch_z80.d: Likewise.
486 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
487 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
488 * testsuite/ld-z80/labels.s: Likewise.
489 * testsuite/ld-z80/relocs.s: Likewise.
490 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
491 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
492 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
493 * testsuite/ld-z80/z80.exp: Likewise.
494 * NEWS: Mention the new support.
495
496 2020-01-02 Tamar Christina <tamar.christina@arm.com>
497
498 PR 25210
499 PR 24753
500 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
501 Remove SEC_LINKER_CREATED.
502 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
503 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
504
505 2020-01-01 Alan Modra <amodra@gmail.com>
506
507 Update year range in copyright notice of all files.
508
509 For older changes see ChangeLog-2019
510 \f
511 Copyright (C) 2020 Free Software Foundation, Inc.
512
513 Copying and distribution of this file, with or without modification,
514 are permitted in any medium without royalty provided the copyright
515 notice and this notice are preserved.
516
517 Local Variables:
518 mode: change-log
519 left-margin: 8
520 fill-column: 74
521 version-control: never
522 End: