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