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