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