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