linux-x86.exp: Compile with -I../bfd
[deliverable/binutils-gdb.git] / ld / ChangeLog
... / ...
CommitLineData
12020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2
3 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
4 -I../bfd.
5 (check_pr25749b): Likewise.
6
72020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
8
9 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
10 notarget.
11 * ifunc-11-i386.d: Likewise.
12 * ifunc-12-i386.d: Likewise.
13 * ifunc-13-i386.d: Likewise.
14 * ifunc-14a-i386.d: Likewise.
15 * ifunc-14b-i386.d: Likewise.
16 * ifunc-14c-i386.d: Likewise.
17 * ifunc-14d-i386.d: Likewise.
18 * ifunc-14e-i386.d: Likewise.
19 * ifunc-14f-i386.d: Likewise.
20 * ifunc-15-i386.d: Likewise.
21 * ifunc-16-i386-now.d: Likewise.
22 * ifunc-16-i386.d: Likewise.
23 * ifunc-17a-i386.d: Likewise.
24 * ifunc-17b-i386.d: Likewise.
25 * ifunc-18a-i386.d: Likewise.
26 * ifunc-18b-i386.d: Likewise.
27 * ifunc-19a-i386.d: Likewise.
28 * ifunc-19b-i386.d: Likewise.
29 * ifunc-2-i386-now.d: Likewise.
30 * ifunc-2-i386.d: Likewise.
31 * ifunc-2-local-i386-now.d: Likewise.
32 * ifunc-2-local-i386.d: Likewise.
33 * ifunc-20-i386.d: Likewise.
34 * ifunc-21-i386.d: Likewise.
35 * ifunc-22-i386.d: Likewise.
36 * ifunc-5a-i386.d: Likewise.
37 * ifunc-5a-local-i386.d: Likewise.
38 * ifunc-5b-i386.d: Likewise.
39 * ifunc-5b-local-i386.d: Likewise.
40 * ifunc-5r-local-i386.d: Likewise.
41 * ifunc-6a-i386.d: Likewise.
42 * ifunc-6b-i386.d: Likewise.
43 * ifunc-7a-i386.d: Likewise.
44 * ifunc-7b-i386.d: Likewise.
45 * ifunc-8-i386.d: Likewise.
46 * ifunc-9-i386.d: Likewise.
47 * pr17154-i386-now.d: Likewise.
48 * pr17154-i386.d: Likewise.
49
50 * ifunc-23a-x86.d: Remove notarget.
51 * ifunc-24a-x86.d: Likewise.
52 * ifunc-25a-x86.d: Likewise.
53
542020-04-02 Nick Clifton <nickc@redhat.com>
55
56 PR ld/25747
57 * ldfile.c (ldfile_open_file): Fix typo in warning message.
58
592020-04-01 H.J. Lu <hongjiu.lu@intel.com>
60
61 PR ld/25749
62 PR ld/25754
63 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
64 * testsuite/ld-elf/pr25749-1.c: New file.
65 * testsuite/ld-elf/pr25749-1a.c: Likewise.
66 * testsuite/ld-elf/pr25749-1b.c: Likewise.
67 * testsuite/ld-elf/pr25749-1b.err: Likewise.
68 * testsuite/ld-elf/pr25749-1c.c: Likewise.
69 * testsuite/ld-elf/pr25749-1d.c: Likewise.
70 * testsuite/ld-elf/pr25749-2.c: Likewise.
71 * testsuite/ld-elf/pr25749-2a.s: Likewise.
72 * testsuite/ld-elf/pr25749-2b.s: Likewise.
73 * testsuite/ld-elf/pr25749.rd: Likewise.
74 * testsuite/ld-elf/pr25754-1a.c: Likewise.
75 * testsuite/ld-elf/pr25754-1b.s: Likewise.
76 * testsuite/ld-elf/pr25754-2a.c: Likewise.
77 * testsuite/ld-elf/pr25754-2b.err: Likewise.
78 * testsuite/ld-elf/pr25754-2b.s: Likewise.
79 * testsuite/ld-elf/pr25754-3a.c: Likewise.
80 * testsuite/ld-elf/pr25754-3b.s: Likewise.
81 * testsuite/ld-elf/pr25754-4a.c: Likewise.
82 * testsuite/ld-elf/pr25754-4b.s: Likewise.
83 * testsuite/ld-elf/pr25754-4c.s: Likewise.
84 * testsuite/ld-elf/pr25754-5a.c: Likewise.
85 * testsuite/ld-elf/pr25754-5b.s: Likewise.
86 * testsuite/ld-elf/pr25754-5c.s: Likewise.
87 * testsuite/ld-elf/pr25754-6a.c: Likewise.
88 * testsuite/ld-elf/pr25754-6b.s: Likewise.
89 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
90
912020-04-01 Tamar Christina <tamar.christina@arm.com>
92
93 PR ld/16017
94 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
95
962020-04-01 Nick Clifton <nickc@redhat.com>
97
98 PR ld/25747
99 * ldfile.c (ldfile_open_file): If a search for a library fails,
100 but there is a file that would match if it had a "lib" prefix to
101 its name, then tell the user.
102
1032020-04-01 Tamar Christina <tamar.christina@arm.com>
104
105 PR ld/16017
106 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
107 * testsuite/ld-arm/thumb-plt-got.d: New test.
108
1092020-04-01 Tamar Christina <tamar.christina@arm.com>
110
111 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
112 * testsuite/ld-arm/thumb-plt.d: New test.
113 * testsuite/ld-arm/thumb-plt.s: New test.
114
1152020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
116
117 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
118
1192020-03-30 Nick Clifton <nickc@redhat.com>
120
121 PR binutils/25662
122 * emultempl/pe.em (after_open): Replace initialisation of the
123 insert_timestamp field in the pe_data structure with an
124 initialisation of the timestamp field.
125 * emultemp/pep.em: Likewise.
126 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
127 structure instead of the insert_timestamp field.
128
1292020-03-28 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR 25732
132 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
133 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
134 Solaris.
135
1362020-03-27 H.J. Lu <hongjiu.lu@intel.com>
137
138 PR 25732
139 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
140
1412020-03-27 H.J. Lu <hongjiu.lu@intel.com>
142
143 PR 25732
144 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
145 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
146 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
147
1482020-03-25 Alan Modra <amodra@gmail.com>
149
150 * testsuite/ld-elf/compress1c.d: xfail h8300.
151 * testsuite/ld-elf/compressed1c.d: Likewise.
152 * testsuite/ld-elf/compressed1e.d: Likewise.
153 * testsuite/ld-elf/dynamic1.d: Likewise.
154 * testsuite/ld-elf/dynsym1.d: Likewise.
155 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
156 * testsuite/ld-elf/exclude3b.d: Likewise.
157 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
158 * testsuite/ld-elf/global1.d: xfail h8300.
159 * testsuite/ld-elf/hash.d: Likewise.
160 * testsuite/ld-elf/loadaddr1.d: Likewise.
161 * testsuite/ld-elf/loadaddr2.d: Likewise.
162 * testsuite/ld-elf/local1.d: Likewise.
163 * testsuite/ld-elf/mbind1b.d: Likewise.
164 * testsuite/ld-elf/mbind1c.d: Likewise.
165 * testsuite/ld-elf/now-1.d: Likewise.
166 * testsuite/ld-elf/now-2.d: Likewise.
167 * testsuite/ld-elf/now-3.d: Likewise.
168 * testsuite/ld-elf/now-4.d: Likewise.
169 * testsuite/ld-elf/pie.d: Likewise.
170 * testsuite/ld-elf/pr12975.d: Likewise.
171 * testsuite/ld-elf/pr13177.d: Likewise.
172 * testsuite/ld-elf/pr13195.d: Likewise.
173 * testsuite/ld-elf/pr16322.d: Likewise.
174 * testsuite/ld-elf/pr16498a.d: Likewise.
175 * testsuite/ld-elf/pr16498b.d: Likewise.
176 * testsuite/ld-elf/pr17615.d: Likewise.
177 * testsuite/ld-elf/pr19162.d: Likewise.
178 * testsuite/ld-elf/pr19539.d: Likewise.
179 * testsuite/ld-elf/pr19617a.d: Likewise.
180 * testsuite/ld-elf/pr19698.d: Likewise.
181 * testsuite/ld-elf/pr20513c.d: Likewise.
182 * testsuite/ld-elf/pr20513d.d: Likewise.
183 * testsuite/ld-elf/pr21389a.d: Likewise.
184 * testsuite/ld-elf/pr21389b.d: Likewise.
185 * testsuite/ld-elf/pr21389c.d: Likewise.
186 * testsuite/ld-elf/pr21562a.d: Likewise.
187 * testsuite/ld-elf/pr21562b.d: Likewise.
188 * testsuite/ld-elf/pr21562c.d: Likewise.
189 * testsuite/ld-elf/pr21562d.d: Likewise.
190 * testsuite/ld-elf/pr21562e.d: Likewise.
191 * testsuite/ld-elf/pr21562f.d: Likewise.
192 * testsuite/ld-elf/pr21562g.d: Likewise.
193 * testsuite/ld-elf/pr21562h.d: Likewise.
194 * testsuite/ld-elf/pr21562i.d: Likewise.
195 * testsuite/ld-elf/pr21562j.d: Likewise.
196 * testsuite/ld-elf/pr21562k.d: Likewise.
197 * testsuite/ld-elf/pr21562l.d: Likewise.
198 * testsuite/ld-elf/pr21562m.d: Likewise.
199 * testsuite/ld-elf/pr21562n.d: Likewise.
200 * testsuite/ld-elf/pr21903a.d: Likewise.
201 * testsuite/ld-elf/pr21903b.d: Likewise.
202 * testsuite/ld-elf/pr21903d.d: Likewise.
203 * testsuite/ld-elf/pr22269a.d: Likewise.
204 * testsuite/ld-elf/pr22269b.d: Likewise.
205 * testsuite/ld-elf/pr22393-1a.d: Likewise.
206 * testsuite/ld-elf/pr22393-1b.d: Likewise.
207 * testsuite/ld-elf/pr22393-1c.d: Likewise.
208 * testsuite/ld-elf/pr22393-1d.d: Likewise.
209 * testsuite/ld-elf/pr22393-1e.d: Likewise.
210 * testsuite/ld-elf/pr22393-1f.d: Likewise.
211 * testsuite/ld-elf/pr22423.d: Likewise.
212 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
213 and xc16x.
214 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
215 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
216 * testsuite/ld-elf/rpath-1.d: xfail h8300.
217 * testsuite/ld-elf/rpath-2.d: Likewise.
218 * testsuite/ld-elf/runpath-1.d: Likewise.
219 * testsuite/ld-elf/runpath-2.d: Likewise.
220 * testsuite/ld-elf/sizeofb.d: Likewise.
221 * testsuite/ld-elf/startofb.d: Likewise.
222 * testsuite/ld-elf/strtab.d: Likewise.
223 * testsuite/ld-elf/textaddr1.d: Likewise.
224 * testsuite/ld-elf/textaddr2.d: Likewise.
225 * testsuite/ld-elf/textaddr4.d: Likewise.
226 * testsuite/ld-elf/textaddr5.d: Likewise.
227 * testsuite/ld-elf/textaddr6.d: Likewise.
228 * testsuite/ld-elf/unknown2.d: Likewise.
229 * testsuite/ld-undefined/entry-3.d: Likewise.
230 * testsuite/ld-undefined/entry-4.d: Likewise.
231 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
232 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
233 file format match.
234 * testsuite/ld-h8300/relax-2.d: Likewise.
235 * testsuite/ld-h8300/relax-3.d: Likewise.
236 * testsuite/ld-h8300/relax-4.d: Likewise.
237 * testsuite/ld-h8300/relax-5.d: Likewise.
238 * testsuite/ld-h8300/relax-6.d: Likewise.
239 * testsuite/ld-h8300/relax-7.d: Likewise.
240 * testsuite/ld-h8300/relax.d: Relax file format match.
241
2422020-03-24 H.J. Lu <hongjiu.lu@intel.com>
243
244 PR binutils/25708
245 * testsuite/ld-elf/pr25708.d: New file.
246
2472020-03-23 Alan Modra <amodra@gmail.com>
248
249 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
250 Include ei386aout dep file.
251 * Makefile.in: Regenerate.
252 * po/BLD-POTFILES.in: Regenerate.
253
2542020-03-20 H.J. Lu <hongjiu.lu@intel.com>
255
256 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
257 test only for GCC 10 or newer.
258
2592020-03-20 Alan Modra <amodra@gmail.com>
260
261 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
262 clear new fields.
263 * testplug2.c (parse_symdefstr): Likewise.
264 * testplug3.c (parse_symdefstr): Likewise.
265 * testplug4.c (parse_symdefstr): Likewise.
266
2672020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
268
269 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
270 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
271
2722020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
273
274 * emultempl/xtensaelf.em: Emit a fatal error message
275 instead of calling abort.
276 * ldlang.c: Likewise.
277
2782020-03-14 Alan Modra <amodra@gmail.com>
279
280 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
281 targets. Don't skip xtensa, xfail instead.
282
2832020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
284
285 * ldlang.c (lang_add_section): Add support for
286 non_contiguous_regions.
287 (size_input_section): Likewise.
288 (lang_size_sections_1): Likewise.
289 (process_insert_statements): Likewise.
290 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
291 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
292 * lexsup.c (ld_options): Add entries for
293 --enable-non-contiguous-regions and
294 --enable-non-contiguous-regions-warnings.
295 (parse_args): Handle it.
296 * NEWS: Add --enable-non-contiguous-regions and
297 --enable-non-contiguous-regions-warnings.
298 * ld.texi: Add --enable-non-contiguous-regions and
299 --enable-non-contiguous-regions-warnings documentation.
300 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
301 SEC_LINKER_CREATED flag.
302 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
303 Emit an error when --enable-non-contiguous-regions is used.
304 * testsuite/ld-elf/non-contiguous.d: New.
305 * testsuite/ld-elf/non-contiguous.ld: New.
306 * testsuite/ld-elf/non-contiguous.s: New.
307 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
308 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
309 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
310 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
311 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
312 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
313 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
314 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
315 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
316 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
317 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
318 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
319 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
320 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
321 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
322 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
323 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
324 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
325 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
326
3272020-03-13 H.J. Lu <hongjiu.lu@intel.com>
328
329 PR ld/24920
330 * emulparams/elf32_x86_64.sh: Use static.sh.
331 * emulparams/elf_i386.sh: Likewise.
332 * emulparams/elf_x86_64.sh: Likewise.
333 * emulparams/static.sh: New file.
334 * emultempl/elf-x86.em: Include "ldlex.h".
335 * testsuite/ld-elf/pr24920.err: New file.
336 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
337
3382020-03-13 Christian Eggers <ceggers@gmx.de>
339
340 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
341
3422020-03-11 Alan Modra <amodra@gmail.com>
343
344 * ldelf.c (elf_orphan_compatible): Return false when two sections
345 have differing SHF_MASKPROC or SHF_MASKOS flags.
346
3472020-03-05 Alan Modra <amodra@gmail.com>
348
349 PR 25570
350 * ldlang.c (lang_size_sections_1): Don't report changes on
351 second and subsequent iterations that make no change in
352 alignment from that already reported.
353
3542020-03-05 Alan Modra <amodra@gmail.com>
355
356 PR 25570
357 * ldlang.c (lang_sizing_iteration): New static var.
358 (lang_size_sections_1): Warn about no memory region only on first
359 iteration. Warn about changing start address on first iteration
360 then any delta from that on subsequent iterations. Report a signed
361 delta.
362 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
363
3642020-03-03 Nick Clifton <nickc@redhat.com>
365
366 PR 25588
367 * ld.texi (Options): Update the description of the --rpath-link
368 option.
369
3702020-03-02 Alan Modra <amodra@gmail.com>
371
372 * plugin.c (plugin_object_p): Return a bfd_cleanup.
373 (plugin_cleanup): New function.
374
3752020-03-01 H.J. Lu <hongjiu.lu@intel.com>
376
377 PR ld/25618
378 * plugin.c (plugin_object_p): Copy the no_export field to the IR
379 dummy object.
380 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
381 PR ld/25618 tests.
382 * testsuite/ld-plugin/pr25618.d: New file.
383 * testsuite/ld-plugin/pr25618a.cc: Likewise.
384 * testsuite/ld-plugin/pr25618a.h: Likewise.
385 * testsuite/ld-plugin/pr25618b.cc: Likewise.
386 * testsuite/ld-plugin/pr25618b.h: Likewise.
387
3882020-02-27 Alan Modra <amodra@gmail.com>
389
390 PR 24511
391 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
392 * testsuite/ld-mmix/sec-2.d: Likewise.
393 * testsuite/ld-mmix/sec-3.d: Likewise.
394 * testsuite/ld-mmix/sec-4.d: Likewise.
395 * testsuite/ld-mmix/spec802.d: Likewise.
396 * testsuite/ld-mmix/spec803.d: Likewise.
397 * testsuite/ld-mmix/spec804.d: Likewise.
398 * testsuite/ld-mmix/spec805.d: Likewise.
399 * testsuite/ld-mmix/spec806.d: Likewise.
400 * testsuite/ld-mmix/spec807.d: Likewise.
401 * testsuite/ld-mmix/spec808.d: Likewise.
402
4032020-02-26 H.J. Lu <hongjiu.lu@intel.com>
404
405 PR ld/25593
406 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
407 * testsuite/ld-plugin/pr25593.d: New file.
408 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
409 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
410 * testsuite/ld-plugin/pr25593b.c: Likewise.
411 * testsuite/ld-plugin/pr25593c.c: Likewise.
412 * testsuite/ld-plugin/pr25593d.c: Likewise.
413 * testsuite/ld-plugin/pr25593e.c: Likewise.
414
4152020-02-26 Alan Modra <amodra@gmail.com>
416
417 * emultempl/cskyelf.em: Indent labels correctly.
418 * ldfile.c: Likewise.
419 * ldlang.c: Likewise.
420 * plugin.c: Likewise.
421
4222020-02-26 Alan Modra <amodra@gmail.com>
423
424 PR 25593
425 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
426 (ldelf_after_open): Save state of input_bfds list before loading
427 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
428 Restore input_bfds list.
429 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
430
4312020-02-24 Nick Clifton <nickc@redhat.com>
432
433 * po/fr.po: Update French translation.
434
4352020-02-22 Alan Modra <amodra@gmail.com>
436
437 PR 25585
438 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
439 checking.
440
4412020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
442
443 PR 25537
444 * emultempl/z80.em: Remove machine compatability checking.
445
4462020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
447
448 PR 25517
449 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
450 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
451 * testsuite/ld-z80/arch_r800.d: Likewise.
452 * testsuite/ld-z80/arch_z180.d: Likewise.
453 * testsuite/ld-z80/arch_z80n.d: Likewise.
454 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
455 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
456 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
457 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
458 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
459 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
460 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
461 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
462 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
463 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
464
4652020-02-19 Alan Modra <amodra@gmail.com>
466
467 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
468
4692020-02-10 H.J. Lu <hongjiu.lu@intel.com>
470
471 PR binutils/25355
472 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
473 * testsuite/ld-plugin/pr25355.c: New file.
474 * testsuite/ld-plugin/pr25355.d: Likewise.
475 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
476 only dump.
477
4782020-02-07 H.J. Lu <hongjiu.lu@intel.com>
479
480 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
481
4822020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
483
484 PR 25469
485 * emulparams/elf32z80.sh: Use z80 emulation.
486 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
487 * emultempl/z80elf.em: Delete.
488 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
489 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
490 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
491 * testsuite/ld-unique/unique.s: Likewise.
492 * testsuite/ld-unique/unique_empty.s: Likewise.
493 * testsuite/ld-unique/unique_shared.s: Likewise.
494 * testsuite/ld-unique/unique.d: Updated expected output.
495 * testsuite/ld-z80/arch_z80n.d: New file.
496 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
497 * testsuite/ld-z80/labels.s: Add more labels.
498 * testsuite/ld-z80/relocs.s: Add more reloc tests.
499 * testsuite/ld-z80/relocs_f_z80n.d: New file
500
5012020-02-07 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR ld/25022
504 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
505 ldelf_before_place_orphans.
506
5072020-02-06 H.J. Lu <hongjiu.lu@intel.com>
508
509 PR ld/25022
510 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
511 before_place_orphans_default.
512 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
513 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
514 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
515 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
516 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
517 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
518 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
519 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
520 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
521 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
522 ldelf_before_place_orphans.
523 * ldelf.c (ldelf_before_place_orphans): New.
524 * ldelf.h (ldelf_before_place_orphans): Likewise.
525 * ldemul.c (ldemul_before_place_orphans): Likewise.
526 (before_place_orphans_default): Likewise.
527 * ldemul.h (ldemul_before_place_orphans): Likewise.
528 (before_place_orphans_default): Likewise.
529 (ld_emulation_xfer_struct): Add before_place_orphans.
530 * ldlang.c (lang_process): Call ldemul_before_place_orphans
531 before lang_place_orphans.
532 * testsuite/ld-elf/pr25022.d: New file.
533 * testsuite/ld-elf/pr25022.s: Likewise.
534 * testsuite/ld-elf/pr25022.t: Likewise.
535
5362020-02-06 H.J. Lu <hongjiu.lu@intel.com>
537
538 PR ld/25490
539 * testsuite/ld-elf/pr25490-1.d: New file.
540 * testsuite/ld-elf/pr25490-1.s: Likewise.
541
5422020-02-06 H.J. Lu <hongjiu.lu@intel.com>
543
544 PR ld/24526
545 PR ld/25021
546 PR ld/25490
547 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
548 * testsuite/ld-elf/pr24526.d: New file.
549 * testsuite/ld-elf/pr24526.s: Likewise.
550 * testsuite/ld-elf/pr25021.d: Likewise.
551 * testsuite/ld-elf/pr25021.s: Likewise.
552 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
553 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
554 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
555 * testsuite/ld-elf/pr25490-2.s: Likewise.
556 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
557 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
558 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
559 * testsuite/ld-elf/pr25490-3.s: Likewise.
560 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
561 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
562 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
563 * testsuite/ld-elf/pr25490-4.s: Likewise.
564 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
565 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
566 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
567 * testsuite/ld-elf/pr25490-5.s: Likewise.
568 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
569 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
570 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
571 * testsuite/ld-elf/pr25490-6.s: Likewise.
572
5732020-02-06 H.J. Lu <hongjiu.lu@intel.com>
574
575 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
576 z80 as not supported.
577
5782020-02-06 Alan Modra <amodra@gmail.com>
579
580 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
581 targets that don't support ifunc rather than ones that do.
582 (contains_irelative_reloc): Match R_PARISC_IPLT.
583 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
584 * testsuite/ld-ifunc/ifunc-23-x86.s,
585 * testsuite/ld-ifunc/ifunc-24-x86.s,
586 * testsuite/ld-ifunc/ifunc-25-x86.s,
587 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
588 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
589 * testsuite/ld-ifunc/ifunc-10-i386.d,
590 * testsuite/ld-ifunc/ifunc-11-i386.d,
591 * testsuite/ld-ifunc/ifunc-12-i386.d,
592 * testsuite/ld-ifunc/ifunc-13-i386.d,
593 * testsuite/ld-ifunc/ifunc-14a-i386.d,
594 * testsuite/ld-ifunc/ifunc-14b-i386.d,
595 * testsuite/ld-ifunc/ifunc-14c-i386.d,
596 * testsuite/ld-ifunc/ifunc-14d-i386.d,
597 * testsuite/ld-ifunc/ifunc-14e-i386.d,
598 * testsuite/ld-ifunc/ifunc-14f-i386.d,
599 * testsuite/ld-ifunc/ifunc-15-i386.d,
600 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
601 * testsuite/ld-ifunc/ifunc-16-i386.d,
602 * testsuite/ld-ifunc/ifunc-17a-i386.d,
603 * testsuite/ld-ifunc/ifunc-17b-i386.d,
604 * testsuite/ld-ifunc/ifunc-18a-i386.d,
605 * testsuite/ld-ifunc/ifunc-18b-i386.d,
606 * testsuite/ld-ifunc/ifunc-19a-i386.d,
607 * testsuite/ld-ifunc/ifunc-19b-i386.d,
608 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
609 * testsuite/ld-ifunc/ifunc-2-i386.d,
610 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
611 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
612 * testsuite/ld-ifunc/ifunc-20-i386.d,
613 * testsuite/ld-ifunc/ifunc-21-i386.d,
614 * testsuite/ld-ifunc/ifunc-22-i386.d,
615 * testsuite/ld-ifunc/ifunc-26.d,
616 * testsuite/ld-ifunc/ifunc-5a-i386.d,
617 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
618 * testsuite/ld-ifunc/ifunc-5b-i386.d,
619 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
620 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
621 * testsuite/ld-ifunc/ifunc-6a-i386.d,
622 * testsuite/ld-ifunc/ifunc-6b-i386.d,
623 * testsuite/ld-ifunc/ifunc-7a-i386.d,
624 * testsuite/ld-ifunc/ifunc-7b-i386.d,
625 * testsuite/ld-ifunc/ifunc-8-i386.d,
626 * testsuite/ld-ifunc/ifunc-9-i386.d,
627 * testsuite/ld-ifunc/pr17154-i386-now.d,
628 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
629
6302020-02-06 Alan Modra <amodra@gmail.com>
631
632 * testsuite/lib/ld-lib.exp (is_generic): Delete.
633 * testsuite/ld-unique/unique.exp: Exclude tic6x.
634
6352020-02-06 Alan Modra <amodra@gmail.com>
636
637 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
638 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
639
6402020-02-02 H.J. Lu <hongjiu.lu@intel.com>
641
642 PR gas/25380
643 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
644 directives.
645 * testsuite/ld-i386/tls-gd1.S: Likewise.
646 * testsuite/ld-x86-64/pr21481b.S: Likewise.
647
6482020-01-30 Jan Beulich <jbeulich@suse.com>
649
650 * ld.texi: Remove space between @option and brace.
651
6522020-01-29 Alan Modra <amodra@gmail.com>
653
654 PR 25477
655 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
656 correct concat.
657 (ldelf_after_open): Add prefix parameter.
658 * ldelf.h (ldelf_after_open): Update prototype.
659 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
660 to ldelf_after_open.
661 * Makefile.am: Correct z80 dependencies.
662 * Makefile.in: Regenerate.
663
6642020-01-28 Alan Modra <amodra@gmail.com>
665
666 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
667 in first phase.
668
6692020-01-27 Alan Modra <amodra@gmail.com>
670
671 * testsuite/ld-elfvers/vers.exp: Replace case statements with
672 switch statements.
673 * testsuite/ld-ifunc/ifunc.exp: Likewise.
674 * testsuite/ld-unique/unique.exp: Likewise.
675
6762020-01-27 H.J. Lu <hongjiu.lu@intel.com>
677 Alan Modra <amodra@gmail.com>
678
679 PR ld/25458
680 * testsuite/ld-elf/pr25458.map: New file.
681 * testsuite/ld-elf/pr25458.rd: Likewise.
682 * testsuite/ld-elf/pr25458a.s: Likewise.
683 * testsuite/ld-elf/pr25458b.s: Likewise.
684 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
685
6862020-01-22 H.J. Lu <hongjiu.lu@intel.com>
687
688 PR ld/25416
689 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
690 compiler support.
691
6922020-01-22 Alan Modra <amodra@gmail.com>
693
694 * testsuite/ld-powerpc/tlsdesc3.d,
695 * testsuite/ld-powerpc/tlsdesc3.wf,
696 * testsuite/ld-powerpc/tlsdesc4.d,
697 * testsuite/ld-powerpc/tlsdesc4.s,
698 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
699 * testsuite/ld-powerpc/powerpc.exp: Run them.
700
7012020-01-22 Alan Modra <amodra@gmail.com>
702
703 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
704 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
705 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
706 (params): Init new field.
707 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
708 Document.
709 * testsuite/ld-powerpc/tlsdesc.s,
710 * testsuite/ld-powerpc/tlsdesc.d,
711 * testsuite/ld-powerpc/tlsdesc.wf,
712 * testsuite/ld-powerpc/tlsdesc2.d,
713 * testsuite/ld-powerpc/tlsdesc2.wf,
714 * testsuite/ld-powerpc/tlsexenors.d,
715 * testsuite/ld-powerpc/tlsexenors.r,
716 * testsuite/ld-powerpc/tlsexers.d,
717 * testsuite/ld-powerpc/tlsexers.r,
718 * testsuite/ld-powerpc/tlsexetocnors.d,
719 * testsuite/ld-powerpc/tlsexetocrs.d,
720 * testsuite/ld-powerpc/tlsexetocrs.r,
721 * testsuite/ld-powerpc/tlsopt6.d,
722 * testsuite/ld-powerpc/tlsopt6.wf: New.
723 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
724
7252020-01-22 Yuri Chornoivan <yurchor@mageia.org>
726
727 PR 25417
728 * ldlang.c (ldlang_open_ctf): Fix error message typo.
729 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
730
7312020-01-21 H.J. Lu <hongjiu.lu@intel.com>
732
733 * testsuite/ld-elf/pr23900-1.d: Adjusted.
734
7352020-01-21 H.J. Lu <hongjiu.lu@intel.com>
736
737 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
738
7392020-01-20 Nick Clifton <nickc@redhat.com>
740
741 * po/pt_BR.po: Updated Brazilian Portuguese translation.
742 * po/uk.po: Updated Ukranian translation.
743
7442020-01-20 H.J. Lu <hongjiu.lu@intel.com>
745
746 PR ld/25416
747 * testsuite/ld-x86-64/pr25416-1.s: New file
748 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
749 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
750 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
751 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
752 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
753 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
754 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
755 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
756 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
757 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
758 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
759 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
760 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
761 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
762 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
763 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
764
7652020-01-20 Alan Modra <amodra@gmail.com>
766
767 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
768 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
769 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
770 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
771 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
772
7732020-01-18 Roland McGrath <mcgrathr@google.com>
774
775 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
776 to admit whatever absolute address. The label-relative address is
777 what the test needs to verify.
778
7792020-01-18 Nick Clifton <nickc@redhat.com>
780
781 * configure: Regenerate.
782 * po/ld.pot: Regenerate.
783
7842020-01-18 Nick Clifton <nickc@redhat.com>
785
786 Binutils 2.34 branch created.
787
7882020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
789
790 * scripttempl/elf32msp430_3.sc: Remove.
791
7922020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
793
794 * scripttempl/elf32msp430.sc: Add input section rules for
795 .upper.{text,data,rodata,bss}.
796 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
797 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
798
7992020-01-15 Lars Brinkhoff <lars@nocrew.org>
800
801 PR 20694
802 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
803
8042020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
805
806 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
807 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
808
8092020-01-15 Alan Modra <amodra@gmail.com>
810
811 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
812 * testsuite/ld-powerpc/funref.s: Align func_tab.
813 * testsuite/ld-powerpc/funref2.s: Likewise.
814 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
815
8162020-01-14 Lili Cui <lili.cui@intel.com>
817
818 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
819
8202020-01-13 Alan Modra <amodra@gmail.com>
821
822 * po/BLD-POTFILES.in: Regenerate.
823
8242020-01-13 Claudiu Zissulescu <claziss@gmail.com>
825
826 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
827
8282020-01-13 Claudiu Zissulescu <claziss@gmail.com>
829
830 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
831 emulations.
832 * configure.tgt: Likewise.
833 * Makefile.in: Regenerate.
834 * emulparams/arcelf_prof.sh: Remove file.
835 * emulparams/arclinux_prof.sh: Likewise.
836
8372020-01-13 Claudiu Zissulescu <claziss@gmail.com>
838
839 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
840 located at an arbitrary address. Use DWARF.sc file.
841 * scripttempl/elfarc.sc: Use DWARF.sc file.
842
8432020-01-07 Alan Modra <amodra@gmail.com>
844
845 * testsuite/ld-mips-elf/eh-frame5.s,
846 * testsuite/ld-mips-elf/ehdr_start-new.s,
847 * testsuite/ld-mips-elf/ehdr_start-o32.s,
848 * testsuite/ld-mips-elf/mips16-call-global-1.s,
849 * testsuite/ld-mips-elf/mips16-intermix-1.s,
850 * testsuite/ld-mips-elf/mips16-pic-1b.s,
851 * testsuite/ld-mips-elf/mips16-pic-4c.s,
852 * testsuite/ld-mips-elf/no-shared-1-n64.s,
853 * testsuite/ld-mips-elf/no-shared-1-o32.s,
854 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
855 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
856 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
857 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
858 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
859 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
860 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
861 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
862 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
863 * testsuite/ld-mips-elf/pie.s,
864 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
865
8662020-01-06 Nick Clifton <nickc@redhat.com>
867
868 PR 25327
869 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
870 command line when building libcomm1.o and pr13250 tests.
871 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
872
8732020-01-06 Nick Clifton <nickc@redhat.com>
874
875 PR 25326
876 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
877 command line when building pr19579 binaries.
878
8792020-01-03 Hannes Domani <ssbssa@yahoo.de>
880
881 * emultempl/pe.em: Add new option --enable-reloc-section.
882 * emultempl/pep.em: Likewise.
883 * ld.texi: Document --enable-reloc-section.
884 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
885 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
886 * pe-dll.h: Add extern declaration of option flag.
887 * pep-dll.c (pe_dll_enable_reloc_section):
888 Add alias define for pep_dll_enable_reloc_section.
889 * pep-dll.h: Add extern declaration of option flag.
890
8912020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
892
893 * Makefile.am: Add new target z80-elf
894 * configure.tgt: Likewise.
895 * Makefile.in: Regenerate.
896 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
897 * emulparams/elf32z80.sh: New file.
898 * emultempl/z80elf.em: Likewise.
899 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
900 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
901 * testsuite/ld-scripts/fill16.d: Fix for Z80.
902 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
903 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
904 * testsuite/ld-z80/arch_r800.d: Likewise.
905 * testsuite/ld-z80/arch_z180.d: Likewise.
906 * testsuite/ld-z80/arch_z80.d: Likewise.
907 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
908 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
909 * testsuite/ld-z80/labels.s: Likewise.
910 * testsuite/ld-z80/relocs.s: Likewise.
911 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
912 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
913 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
914 * testsuite/ld-z80/z80.exp: Likewise.
915 * NEWS: Mention the new support.
916
9172020-01-02 Tamar Christina <tamar.christina@arm.com>
918
919 PR 25210
920 PR 24753
921 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
922 Remove SEC_LINKER_CREATED.
923 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
924 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
925
9262020-01-01 Alan Modra <amodra@gmail.com>
927
928 Update year range in copyright notice of all files.
929
930For older changes see ChangeLog-2019
931\f
932Copyright (C) 2020 Free Software Foundation, Inc.
933
934Copying and distribution of this file, with or without modification,
935are permitted in any medium without royalty provided the copyright
936notice and this notice are preserved.
937
938Local Variables:
939mode: change-log
940left-margin: 8
941fill-column: 74
942version-control: never
943End:
This page took 0.025936 seconds and 4 git commands to generate.