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