ld: Add -Bsymbolic-functions tests
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
309cae1f
L
12020-05-23 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/26018
4 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
5 * testsuite/ld-x86-64/x86-64.exp: Likewise.
6 * testsuite/ld-i386/pr26018.d: New file.
7 * testsuite/ld-x86-64/pr26018.d: Likewise.
8 * testsuite/ld-x86-64/pr26018.s: Likewise.
9
5e2ab612
AM
102020-05-21 Alan Modra <amodra@gmail.com>
11
12 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
13 * emultempl/elf.em: Likewise.
14 * emultempl/msp430.em: Likewise.
15 * emultempl/pe.em: Likewise.
16 * emultempl/pep.em: Likewise.
17 * emultempl/ppc64elf.em: Likewise.
18 * emultempl/xtensaelf.em: Likewise.
19 * ldelf.c: Likewise.
20 * ldfile.c: Likewise.
21 * ldmain.c: Likewise.
22 * ldmisc.c: Likewise.
23 * lexsup.c: Likewise.
24 * pe-dll.c: Likewise.
25
8f595e9b
NC
262020-05-20 Nelson Chu <nelson.chu@sifive.com>
27
28 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
29 priv attributes according to the -mpriv-spec option.
30 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
31 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
32 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
33 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
34 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
35 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
36 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
37 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
38 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
39 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
40 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
41
7b958a48
AM
422020-05-20 Alan Modra <amodra@gmail.com>
43
44 PR 25993
45 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
46 other_bfd_filename for bfd_set_filename, and test result of
47 bfd_set_filename call. Don't create a new is->filename, simply
48 copy from bfd filename. Free new_name after bfd_set_filename.
49 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
50
7e057737
SP
512020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
52
53 * testsuite/ld-aarch64/aarch64-elf.exp: New test
54 emit-relocs-560.
55 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
56 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
57
607b4833
AM
582020-05-19 Alan Modra <amodra@gmail.com>
59
60 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
61 rather than accessing bfd->filename directly.
62 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
63 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
64 * emultempl/spuelf.em (embedded_spu_file): Likewise.
65 * ldlang.c (input_statement_is_archive_path, wild_sort),
66 (check_excluded_libs): Likewise.
67 * ldmain.c (add_archive_element): Likewise.
68 * ldmisc.c (vfinfo): Likewise.
69 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
70 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
71 * plugin.c (plugin_object_p): Likewise.
72
3edf7b9f
DR
732020-05-18 Douglas B Rupp <rupp@adacore.com>
74
75 * ldemul.h (ldemul_print_symbol): New.
76 (ld_emulation_xfer_type) <print_symbol): Likewise.
77 * ldemul.c (ldemul_print_symbol): New.
78 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
79 (print_one_symbol): Make global and move declaration to ...
80 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
81 (print_input_section): Likewise
82 * ldlang.h: ... here.
83 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
84 (ld_emulation_xfer_struct): Use it.
85 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
86 and default to NULL.
87 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
88 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
89 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
90 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
91 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
92 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
93 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
94 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
95 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
96
6e0c75f7
ST
972020-05-18 Sergei Trofimovich <siarheit@google.com>
98
99 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
100 in info message.
101
e6ddf2af
NC
1022020-05-18 Nick Clifton <nickc@redhat.com>
103
104 * po/sv.po: Update Swedish translation.
105
5e365e47
NC
1062020-05-18 Nick Clifton <nickc@redhat.com>
107
108 PR 25993
109 * emultempl/pe.em (_after_open): Check for duplicate filename
110 pointers before renaming the dll.
111 * emultempl/pep.em (_after_open): Likewise.
112
ba311c5b
NC
1132020-05-13 Nick Clifton <nickc@redhat.com>
114
115 PR 25979
116 * lexsup.c (elf_shlib_list_options): Include the default value for
117 the hash style in the output text.
118
94ba9882
AM
1192020-05-11 Alan Modra <amodra@gmail.com>
120
121 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
122 * testsuite/ld-powerpc/pcrelopt.d: Update.
123
7c1f4227
AM
1242020-05-11 Alan Modra <amodra@gmail.com>
125
126 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
127 place of -mfuture/-Mfuture.
128 * testsuite/ld-powerpc/notoc2.d: Likewise.
129 * testsuite/ld-powerpc/powerpc.exp: Likewise.
130 * testsuite/ld-powerpc/tlsgd.d: Likewise.
131 * testsuite/ld-powerpc/tlsie.d: Likewise.
132 * testsuite/ld-powerpc/tlsld.d: Likewise.
133
73199c2b
NC
1342020-05-11 Nick Clifton <nickc@redhat.com>
135
136 * po/es.po: Updated Spanish translation.
137
cff69cf4
WD
1382020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
139
140 PR ld/25665
141 * testsuite/ld-aarch64/farcall-group.s: New large group test.
142 * testsuite/ld-aarch64/farcall-group.d: New test driver.
143 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
144
a8acd6ee
AM
1452020-05-01 Alan Modra <amodra@gmail.com>
146
147 PR 25882
148 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
149 shared libraries.
150
94a8e7b0
AM
1512020-05-01 Alan Modra <amodra@gmail.com>
152
153 * po/BLD-POTFILES.in: Regenerate.
154
09c1e68a
AC
1552020-04-30 Alex Coplan <alex.coplan@arm.com>
156
157 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
158 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
159 * testsuite/ld-aarch64/farcall-back.d: Likewise.
160 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
161
8a8a1171
NC
1622020-04-30 Nick Clifton <nickc@redhat.com>
163
164 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
165 not support the -shared command line option.
166 * /ld-elf/compressed1c.d: Likewise.
167 * /ld-elf/compressed1e.d: Likewise.
168 * /ld-elf/dynamic1.d: Likewise.
169 * /ld-elf/dynsym1.d: Likewise.
170 * /ld-elf/ehdr_start-shared.d: Likewise.
171 * /ld-elf/exclude3b.d: Likewise.
172 * /ld-elf/global1.d: Likewise.
173 * /ld-elf/hash.d: Likewise.
174 * /ld-elf/local1.d: Likewise.
175 * /ld-elf/mbind1b.d: Likewise.
176 * /ld-elf/now-1.d: Likewise.
177 * /ld-elf/now-2.d: Likewise.
178 * /ld-elf/now-3.d: Likewise.
179 * /ld-elf/now-4.d: Likewise.
180 * /ld-elf/pr12975.d: Likewise.
181 * /ld-elf/pr13177.d: Likewise.
182 * /ld-elf/pr13195.d: Likewise.
183 * /ld-elf/pr16322.d: Likewise.
184 * /ld-elf/pr16498a.d: Likewise.
185 * /ld-elf/pr16498b.d: Likewise.
186 * /ld-elf/pr17615.d: Likewise.
187 * /ld-elf/pr19162.d: Likewise.
188 * /ld-elf/pr19698.d: Likewise.
189 * /ld-elf/pr20513c.d: Likewise.
190 * /ld-elf/pr20513d.d: Likewise.
191 * /ld-elf/pr21389a.d: Likewise.
192 * /ld-elf/pr21389b.d: Likewise.
193 * /ld-elf/pr21389c.d: Likewise.
194 * /ld-elf/pr21562a.d: Likewise.
195 * /ld-elf/pr21562b.d: Likewise.
196 * /ld-elf/pr21562c.d: Likewise.
197 * /ld-elf/pr21562d.d: Likewise.
198 * /ld-elf/pr21562e.d: Likewise.
199 * /ld-elf/pr21562f.d: Likewise.
200 * /ld-elf/pr21562g.d: Likewise.
201 * /ld-elf/pr21562h.d: Likewise.
202 * /ld-elf/pr21562i.d: Likewise.
203 * /ld-elf/pr21562j.d: Likewise.
204 * /ld-elf/pr21562k.d: Likewise.
205 * /ld-elf/pr21562l.d: Likewise.
206 * /ld-elf/pr21562m.d: Likewise.
207 * /ld-elf/pr21562n.d: Likewise.
208 * /ld-elf/pr21903a.d: Likewise.
209 * /ld-elf/pr21903b.d: Likewise.
210 * /ld-elf/pr22269b.d: Likewise.
211 * /ld-elf/pr22393-1a.d: Likewise.
212 * /ld-elf/pr22393-1b.d: Likewise.
213 * /ld-elf/pr23658-1c.d: Likewise.
214 * /ld-elf/pr25708.d: Likewise.
215 * /ld-elf/rpath-1.d: Likewise.
216 * /ld-elf/rpath-2.d: Likewise.
217 * /ld-elf/runpath-1.d: Likewise.
218 * /ld-elf/runpath-2.d: Likewise.
219 * /ld-elf/sizeofb.d: Likewise.
220 * /ld-elf/startofb.d: Likewise.
221 * /ld-elf/strtab.d: Likewise.
222 * /ld-elf/textaddr2.d: Likewise.
223 * /ld-elf/textaddr5.d: Likewise.
224 * /ld-elf/textaddr6.d: Likewise.
225 * /ld-elf/unknown2.d: Likewise.
226 * /ld-undefined/entry-3.d: Likewise.
227 * /ld-undefined/entry-4.d: Likewise.
228 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
229 the -pie option.
230 * /ld-elf/pie.d: Likewise.
231 * /ld-elf/pr19539.d: Likewise.
232 * /ld-elf/pr21903d.d: Likewise.
233 * /ld-elf/pr22269a.d: Likewise.
234 * /ld-elf/pr22393-1c.d: Likewise.
235 * /ld-elf/pr22393-1d.d: Likewise.
236 * /ld-elf/pr22423.d: Likewise.
237 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
238 * /ld-elf/loadaddr2.d: Likewise.
239 * /ld-elf/pr22393-1e.d: Likewise.
240 * /ld-elf/pr22393-1f.d: Likewise.
241 * /ld-elf/textaddr1.d: Likewise.
242 * /ld-elf/textaddr4.d: Likewise.
243
c578f16e
YS
2442020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
245
246 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
247 * emultempl/rxlinux.em: New.
248 * configure.tgt: Add rx-linux.
249 * Makefile.am: Add eelf32rx_linux.c
250 * Makefile.in: Regenerate.
251
d548f47d
MF
2522020-04-29 Max Filippov <jcmvbkbc@gmail.com>
253
254 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
255 * testsuite/ld-xtensa/relax-diff1.s: New test source.
256 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
257 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
258 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
259 (relax-ndiff): New tests.
260
4849fabc
SC
2612020-04-29 Stephen Casner <casner@acm.org>
262
263 PR 25829
264 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
265 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
266 * testsuite/ld-scripts/default-script1.d: No longer have to skip
267 test for those targets.
268 * testsuite/ld-scripts/default-script2.d: Likewise.
269 * testsuite/ld-scripts/default-script3.d: Likewise.
270 * testsuite/ld-scripts/default-script4.d: Likewise.
271
251dae91
TC
2722020-04-27 Tamar Christina <tamar.christina@arm.com>
273
274 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
275
30ce8e47
MF
2762020-04-22 Max Filippov <jcmvbkbc@gmail.com>
277
278 PR ld/25861
279 * testsuite/ld-xtensa/relax-loc.d: New test definition.
280 * testsuite/ld-xtensa/relax-loc.s: New test source.
281 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
282
16171946
FS
2832020-04-22 Fangrui Song <maskray@google.com>
284
285 PR ld/25806
286 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
287 * ldlang.c (current_input_file): New.
288 (ldirname): New.
289 (new_afile): Add from_filename parameter. Set extra_search_path.
290 (lang_add_input_file): Pass current_input_file to new_afile.
291 (load_symbols): Set current_input_file.
292 * ldfile.c (ldfile_open_file): If extra_search_path has been set
293 then scan it for the file that needs to be opened.
294 * ld.texi: Document the new behaviour.
295 * NEWS: Mention the new feature.
296
1d934d76
AM
2972020-04-22 Alan Modra <amodra@gmail.com>
298
299 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
300 * testsuite/ld-scripts/default-script2.d: Likewise.
301 * testsuite/ld-scripts/default-script3.d: Likewise.
302 * testsuite/ld-scripts/default-script4.d: Likewise.
303
39a7b38f
SC
3042020-04-21 Stephen Casner <casner@acm.org>
305
306 PR 25829
307 * testsuite/ld-scripts/script.exp (check_script)
308 (extract_symbol_test): Make test addresses fit in 16 bits.
309 * testsuite/ld-scripts/memory.t: Likewise.
310 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
311 * testsuite/ld-scripts/default-script.t (_START): Likewise.
312 * testsuite/ld-scripts/default-script1.d: Likewise.
313 * testsuite/ld-scripts/default-script2.d: Likewise.
314 * testsuite/ld-scripts/default-script3.d: Likewise.
315 * testsuite/ld-scripts/default-script4.d: Likewise.
316 * testsuite/ld-scripts/empty-address-1.t: Likewise.
317 * testsuite/ld-scripts/empty-address-1.d: Likewise.
318 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
319 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
320 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
321 fit target address size.
1d934d76 322 * testsuite/ld-scripts/empty-address-1.s: Likewise.
39a7b38f
SC
323 * testsuite/ld-scripts/empty-address-2.s: Likewise.
324
6f6fd151
L
3252020-04-21 H.J. Lu <hongjiu.lu@intel.com>
326
327 PR ld/25849
328 * ldelfgen.c (ldelf_map_segments): Call
329 elf_backend_strip_zero_sized_dynamic_sections.
330 * testsuite/ld-alpha/tlsbinr.rd: Updated.
331
2efec98b
AM
3322020-04-20 Alan Modra <amodra@gmail.com>
333
334 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
335 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
336 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
337
dbe23755
RO
3382020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
339
340 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
341 * testsuite/ld-elf/warn2.d: Likewise.
342
54975ae9
L
3432020-04-18 H.J. Lu <hongjiu.lu@intel.com>
344
345 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
346 alpha target.
347 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
348
0203cad2
SC
3492020-04-16 Stephen Casner <casner@acm.org>
350
351 PR 18963
352 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
353 16-bit address space.
354 * testsuite/ld-scripts/pr18963.d: Likewise.
355
0fe0f2d6
JMG
3562020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
357 Jan W. Jagersma <jwjagersma@gmail.com>
358
359 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
360 .ctors and .dtors. Discard LTO sections.
361
49c16254
NC
3622020-04-17 Nick Clifton <nickc@redhat.com>
363
364 * testsuite/config/default.exp: If not already set then create the
365 CCC_OVERRIDE_OPTIONS environment variable to help when running the
366 testsuite with clang.
367 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
368 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
369 were built before attempting to copy them.
370
95a51568
FS
3712020-04-15 Fangrui Song <maskray@google.com>
372
373 PR binutils/24613
374 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
375 RM_GENERATE_ERROR to RM_DIAGNOSE.
376 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
377 RM_GENERATE_ERROR to RM_DIAGNOSE.
378 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
379
fa1477dc
SC
3802020-04-14 Stephen Casner <casner@acm.org>
381
382 PR ld/25677
383 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
384 (EXTRA_EM_FILE): New, add emulation file pdp11.
385 * scripttempl/pdp11.sc: New, derived from aout.sc without
386 irrelevant input sections.
387 * emultempl/pdp11.em (_add_options, _handle_option)
388 (_list_options): New. Add options -z, --imagic for pdp11-aout.
389 (_before_parse): Make --omagic be default instead of --nmagic.
390 (_get_script): Modify special-case linker script for --imagic.
391 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
392 * ld.texi (Options): Add documentation of PDP11-specific options.
393 (Options): Fix unrelated typo to --no-compact-branches.
394 * gen-doc.texi: @set PDP11.
395 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
396 * testsuite/ld-pdp11/sections.s: New, source for options tests.
397 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
398 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
399 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
400 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
401
10ca4b04
L
4022020-04-14 H.J. Lu <hongjiu.lu@intel.com>
403
404 PR binutils/25707
405 * testsuite/ld-arm/armthumb-lib.sym: Updated.
406 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
407 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
408 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
409 * testsuite/ld-arm/fdpic-main.sym: Likewise.
410 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
411 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
412 * testsuite/ld-arm/mixed-app.sym: Likewise.
413 * testsuite/ld-arm/mixed-lib.sym: Likewise.
414 * testsuite/ld-arm/preempt-app.sym: Likewise.
415 * testsuite/ld-elf/hash.d: Likewise.
416 * testsuite/ld-elf/pr13195.d: Likewise.
417 * testsuite/ld-elfvsb/hidden2.d: Likewise.
418 * testsuite/ld-mips-elf/hash2.d: Likewise.
419
a5d21497
RO
4202020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
421
422 * testsuite/ld-shared/shared.exp: Remove dangling comments.
423 xfail shared non PIC tests on Solaris.
424
ae4b1d73
RO
4252020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
426
427 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
428
aa350065
L
4292020-04-02 H.J. Lu <hongjiu.lu@intel.com>
430
431 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
432 nopie with available.
433
8be5def6
L
4342020-04-02 H.J. Lu <hongjiu.lu@intel.com>
435
436 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
437 Set to "-fcf-protection=none" if target compiler supports it.
438 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
439 CC and CXX.
440 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
441 to PLT BND tests.
442
516231b7
L
4432020-04-02 H.J. Lu <hongjiu.lu@intel.com>
444
445 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
446 -I../bfd.
447 (check_pr25749b): Likewise.
448
bb897477
RO
4492020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
450
451 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
452 notarget.
453 * ifunc-11-i386.d: Likewise.
454 * ifunc-12-i386.d: Likewise.
455 * ifunc-13-i386.d: Likewise.
456 * ifunc-14a-i386.d: Likewise.
457 * ifunc-14b-i386.d: Likewise.
458 * ifunc-14c-i386.d: Likewise.
459 * ifunc-14d-i386.d: Likewise.
460 * ifunc-14e-i386.d: Likewise.
461 * ifunc-14f-i386.d: Likewise.
462 * ifunc-15-i386.d: Likewise.
463 * ifunc-16-i386-now.d: Likewise.
464 * ifunc-16-i386.d: Likewise.
465 * ifunc-17a-i386.d: Likewise.
466 * ifunc-17b-i386.d: Likewise.
467 * ifunc-18a-i386.d: Likewise.
468 * ifunc-18b-i386.d: Likewise.
469 * ifunc-19a-i386.d: Likewise.
470 * ifunc-19b-i386.d: Likewise.
471 * ifunc-2-i386-now.d: Likewise.
472 * ifunc-2-i386.d: Likewise.
473 * ifunc-2-local-i386-now.d: Likewise.
474 * ifunc-2-local-i386.d: Likewise.
475 * ifunc-20-i386.d: Likewise.
476 * ifunc-21-i386.d: Likewise.
477 * ifunc-22-i386.d: Likewise.
478 * ifunc-5a-i386.d: Likewise.
479 * ifunc-5a-local-i386.d: Likewise.
480 * ifunc-5b-i386.d: Likewise.
481 * ifunc-5b-local-i386.d: Likewise.
482 * ifunc-5r-local-i386.d: Likewise.
483 * ifunc-6a-i386.d: Likewise.
484 * ifunc-6b-i386.d: Likewise.
485 * ifunc-7a-i386.d: Likewise.
486 * ifunc-7b-i386.d: Likewise.
487 * ifunc-8-i386.d: Likewise.
488 * ifunc-9-i386.d: Likewise.
489 * pr17154-i386-now.d: Likewise.
490 * pr17154-i386.d: Likewise.
491
492 * ifunc-23a-x86.d: Remove notarget.
493 * ifunc-24a-x86.d: Likewise.
494 * ifunc-25a-x86.d: Likewise.
495
4f5bd885
NC
4962020-04-02 Nick Clifton <nickc@redhat.com>
497
498 PR ld/25747
499 * ldfile.c (ldfile_open_file): Fix typo in warning message.
500
382aae06
L
5012020-04-01 H.J. Lu <hongjiu.lu@intel.com>
502
503 PR ld/25749
504 PR ld/25754
505 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
506 * testsuite/ld-elf/pr25749-1.c: New file.
507 * testsuite/ld-elf/pr25749-1a.c: Likewise.
508 * testsuite/ld-elf/pr25749-1b.c: Likewise.
509 * testsuite/ld-elf/pr25749-1b.err: Likewise.
510 * testsuite/ld-elf/pr25749-1c.c: Likewise.
511 * testsuite/ld-elf/pr25749-1d.c: Likewise.
512 * testsuite/ld-elf/pr25749-2.c: Likewise.
513 * testsuite/ld-elf/pr25749-2a.s: Likewise.
514 * testsuite/ld-elf/pr25749-2b.s: Likewise.
515 * testsuite/ld-elf/pr25749.rd: Likewise.
516 * testsuite/ld-elf/pr25754-1a.c: Likewise.
517 * testsuite/ld-elf/pr25754-1b.s: Likewise.
518 * testsuite/ld-elf/pr25754-2a.c: Likewise.
519 * testsuite/ld-elf/pr25754-2b.err: Likewise.
520 * testsuite/ld-elf/pr25754-2b.s: Likewise.
521 * testsuite/ld-elf/pr25754-3a.c: Likewise.
522 * testsuite/ld-elf/pr25754-3b.s: Likewise.
523 * testsuite/ld-elf/pr25754-4a.c: Likewise.
524 * testsuite/ld-elf/pr25754-4b.s: Likewise.
525 * testsuite/ld-elf/pr25754-4c.s: Likewise.
526 * testsuite/ld-elf/pr25754-5a.c: Likewise.
527 * testsuite/ld-elf/pr25754-5b.s: Likewise.
528 * testsuite/ld-elf/pr25754-5c.s: Likewise.
529 * testsuite/ld-elf/pr25754-6a.c: Likewise.
530 * testsuite/ld-elf/pr25754-6b.s: Likewise.
531 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
532
3ce23ca1
TC
5332020-04-01 Tamar Christina <tamar.christina@arm.com>
534
535 PR ld/16017
536 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
537
77bf7b53
NC
5382020-04-01 Nick Clifton <nickc@redhat.com>
539
540 PR ld/25747
541 * ldfile.c (ldfile_open_file): If a search for a library fails,
542 but there is a file that would match if it had a "lib" prefix to
543 its name, then tell the user.
544
a7618269
TC
5452020-04-01 Tamar Christina <tamar.christina@arm.com>
546
547 PR ld/16017
548 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
549 * testsuite/ld-arm/thumb-plt-got.d: New test.
550
15ccbdd7
TC
5512020-04-01 Tamar Christina <tamar.christina@arm.com>
552
553 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
554 * testsuite/ld-arm/thumb-plt.d: New test.
555 * testsuite/ld-arm/thumb-plt.s: New test.
556
41ff29bf
HPN
5572020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
558
559 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
560
00386881
NC
5612020-03-30 Nick Clifton <nickc@redhat.com>
562
563 PR binutils/25662
564 * emultempl/pe.em (after_open): Replace initialisation of the
565 insert_timestamp field in the pe_data structure with an
566 initialisation of the timestamp field.
567 * emultemp/pep.em: Likewise.
568 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
569 structure instead of the insert_timestamp field.
570
767be9d9
L
5712020-03-28 H.J. Lu <hongjiu.lu@intel.com>
572
573 PR 25732
574 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
575 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
576 Solaris.
577
258e8844
L
5782020-03-27 H.J. Lu <hongjiu.lu@intel.com>
579
580 PR 25732
581 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
582
cacb9d87
L
5832020-03-27 H.J. Lu <hongjiu.lu@intel.com>
584
585 PR 25732
586 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
587 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
588 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
589
86fd7e2e
AM
5902020-03-25 Alan Modra <amodra@gmail.com>
591
592 * testsuite/ld-elf/compress1c.d: xfail h8300.
593 * testsuite/ld-elf/compressed1c.d: Likewise.
594 * testsuite/ld-elf/compressed1e.d: Likewise.
595 * testsuite/ld-elf/dynamic1.d: Likewise.
596 * testsuite/ld-elf/dynsym1.d: Likewise.
597 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
598 * testsuite/ld-elf/exclude3b.d: Likewise.
599 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
600 * testsuite/ld-elf/global1.d: xfail h8300.
601 * testsuite/ld-elf/hash.d: Likewise.
602 * testsuite/ld-elf/loadaddr1.d: Likewise.
603 * testsuite/ld-elf/loadaddr2.d: Likewise.
604 * testsuite/ld-elf/local1.d: Likewise.
605 * testsuite/ld-elf/mbind1b.d: Likewise.
606 * testsuite/ld-elf/mbind1c.d: Likewise.
607 * testsuite/ld-elf/now-1.d: Likewise.
608 * testsuite/ld-elf/now-2.d: Likewise.
609 * testsuite/ld-elf/now-3.d: Likewise.
610 * testsuite/ld-elf/now-4.d: Likewise.
611 * testsuite/ld-elf/pie.d: Likewise.
612 * testsuite/ld-elf/pr12975.d: Likewise.
613 * testsuite/ld-elf/pr13177.d: Likewise.
614 * testsuite/ld-elf/pr13195.d: Likewise.
615 * testsuite/ld-elf/pr16322.d: Likewise.
616 * testsuite/ld-elf/pr16498a.d: Likewise.
617 * testsuite/ld-elf/pr16498b.d: Likewise.
618 * testsuite/ld-elf/pr17615.d: Likewise.
619 * testsuite/ld-elf/pr19162.d: Likewise.
620 * testsuite/ld-elf/pr19539.d: Likewise.
621 * testsuite/ld-elf/pr19617a.d: Likewise.
622 * testsuite/ld-elf/pr19698.d: Likewise.
623 * testsuite/ld-elf/pr20513c.d: Likewise.
624 * testsuite/ld-elf/pr20513d.d: Likewise.
625 * testsuite/ld-elf/pr21389a.d: Likewise.
626 * testsuite/ld-elf/pr21389b.d: Likewise.
627 * testsuite/ld-elf/pr21389c.d: Likewise.
628 * testsuite/ld-elf/pr21562a.d: Likewise.
629 * testsuite/ld-elf/pr21562b.d: Likewise.
630 * testsuite/ld-elf/pr21562c.d: Likewise.
631 * testsuite/ld-elf/pr21562d.d: Likewise.
632 * testsuite/ld-elf/pr21562e.d: Likewise.
633 * testsuite/ld-elf/pr21562f.d: Likewise.
634 * testsuite/ld-elf/pr21562g.d: Likewise.
635 * testsuite/ld-elf/pr21562h.d: Likewise.
636 * testsuite/ld-elf/pr21562i.d: Likewise.
637 * testsuite/ld-elf/pr21562j.d: Likewise.
638 * testsuite/ld-elf/pr21562k.d: Likewise.
639 * testsuite/ld-elf/pr21562l.d: Likewise.
640 * testsuite/ld-elf/pr21562m.d: Likewise.
641 * testsuite/ld-elf/pr21562n.d: Likewise.
642 * testsuite/ld-elf/pr21903a.d: Likewise.
643 * testsuite/ld-elf/pr21903b.d: Likewise.
644 * testsuite/ld-elf/pr21903d.d: Likewise.
645 * testsuite/ld-elf/pr22269a.d: Likewise.
646 * testsuite/ld-elf/pr22269b.d: Likewise.
647 * testsuite/ld-elf/pr22393-1a.d: Likewise.
648 * testsuite/ld-elf/pr22393-1b.d: Likewise.
649 * testsuite/ld-elf/pr22393-1c.d: Likewise.
650 * testsuite/ld-elf/pr22393-1d.d: Likewise.
651 * testsuite/ld-elf/pr22393-1e.d: Likewise.
652 * testsuite/ld-elf/pr22393-1f.d: Likewise.
653 * testsuite/ld-elf/pr22423.d: Likewise.
654 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
655 and xc16x.
656 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
657 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
658 * testsuite/ld-elf/rpath-1.d: xfail h8300.
659 * testsuite/ld-elf/rpath-2.d: Likewise.
660 * testsuite/ld-elf/runpath-1.d: Likewise.
661 * testsuite/ld-elf/runpath-2.d: Likewise.
662 * testsuite/ld-elf/sizeofb.d: Likewise.
663 * testsuite/ld-elf/startofb.d: Likewise.
664 * testsuite/ld-elf/strtab.d: Likewise.
665 * testsuite/ld-elf/textaddr1.d: Likewise.
666 * testsuite/ld-elf/textaddr2.d: Likewise.
667 * testsuite/ld-elf/textaddr4.d: Likewise.
668 * testsuite/ld-elf/textaddr5.d: Likewise.
669 * testsuite/ld-elf/textaddr6.d: Likewise.
670 * testsuite/ld-elf/unknown2.d: Likewise.
671 * testsuite/ld-undefined/entry-3.d: Likewise.
672 * testsuite/ld-undefined/entry-4.d: Likewise.
673 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
674 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
675 file format match.
676 * testsuite/ld-h8300/relax-2.d: Likewise.
677 * testsuite/ld-h8300/relax-3.d: Likewise.
678 * testsuite/ld-h8300/relax-4.d: Likewise.
679 * testsuite/ld-h8300/relax-5.d: Likewise.
680 * testsuite/ld-h8300/relax-6.d: Likewise.
681 * testsuite/ld-h8300/relax-7.d: Likewise.
682 * testsuite/ld-h8300/relax.d: Relax file format match.
683
7e6e972f
L
6842020-03-24 H.J. Lu <hongjiu.lu@intel.com>
685
686 PR binutils/25708
687 * testsuite/ld-elf/pr25708.d: New file.
688
5e737279
AM
6892020-03-23 Alan Modra <amodra@gmail.com>
690
691 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
692 Include ei386aout dep file.
693 * Makefile.in: Regenerate.
694 * po/BLD-POTFILES.in: Regenerate.
695
3d98c460
L
6962020-03-20 H.J. Lu <hongjiu.lu@intel.com>
697
698 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
699 test only for GCC 10 or newer.
700
c02d6661
AM
7012020-03-20 Alan Modra <amodra@gmail.com>
702
703 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
704 clear new fields.
705 * testplug2.c (parse_symdefstr): Likewise.
706 * testplug3.c (parse_symdefstr): Likewise.
707 * testplug4.c (parse_symdefstr): Likewise.
708
aef397a1
CL
7092020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
710
711 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
712 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
713
53215f21
CL
7142020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
715
716 * emultempl/xtensaelf.em: Emit a fatal error message
717 instead of calling abort.
718 * ldlang.c: Likewise.
719
02a8180e
AM
7202020-03-14 Alan Modra <amodra@gmail.com>
721
722 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
723 targets. Don't skip xtensa, xfail instead.
724
abf874aa
CL
7252020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
726
727 * ldlang.c (lang_add_section): Add support for
728 non_contiguous_regions.
729 (size_input_section): Likewise.
730 (lang_size_sections_1): Likewise.
731 (process_insert_statements): Likewise.
732 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
733 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
734 * lexsup.c (ld_options): Add entries for
735 --enable-non-contiguous-regions and
736 --enable-non-contiguous-regions-warnings.
737 (parse_args): Handle it.
738 * NEWS: Add --enable-non-contiguous-regions and
739 --enable-non-contiguous-regions-warnings.
740 * ld.texi: Add --enable-non-contiguous-regions and
741 --enable-non-contiguous-regions-warnings documentation.
742 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
743 SEC_LINKER_CREATED flag.
744 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
745 Emit an error when --enable-non-contiguous-regions is used.
746 * testsuite/ld-elf/non-contiguous.d: New.
747 * testsuite/ld-elf/non-contiguous.ld: New.
748 * testsuite/ld-elf/non-contiguous.s: New.
749 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
750 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
751 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
752 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
753 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
754 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
755 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
756 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
757 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
758 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
759 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
760 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
761 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
762 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
763 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
764 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
765 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
766 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
767 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
768
74e10d17
L
7692020-03-13 H.J. Lu <hongjiu.lu@intel.com>
770
771 PR ld/24920
772 * emulparams/elf32_x86_64.sh: Use static.sh.
773 * emulparams/elf_i386.sh: Likewise.
774 * emulparams/elf_x86_64.sh: Likewise.
775 * emulparams/static.sh: New file.
776 * emultempl/elf-x86.em: Include "ldlex.h".
777 * testsuite/ld-elf/pr24920.err: New file.
778 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
779
502794d4
CE
7802020-03-13 Christian Eggers <ceggers@gmx.de>
781
782 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
783
1db6f990
AM
7842020-03-11 Alan Modra <amodra@gmail.com>
785
786 * ldelf.c (elf_orphan_compatible): Return false when two sections
787 have differing SHF_MASKPROC or SHF_MASKOS flags.
788
92d4b13b
AM
7892020-03-05 Alan Modra <amodra@gmail.com>
790
791 PR 25570
792 * ldlang.c (lang_size_sections_1): Don't report changes on
793 second and subsequent iterations that make no change in
794 alignment from that already reported.
795
baf09cba
AM
7962020-03-05 Alan Modra <amodra@gmail.com>
797
798 PR 25570
799 * ldlang.c (lang_sizing_iteration): New static var.
800 (lang_size_sections_1): Warn about no memory region only on first
801 iteration. Warn about changing start address on first iteration
802 then any delta from that on subsequent iterations. Report a signed
803 delta.
804 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
805
d8e4137b
NC
8062020-03-03 Nick Clifton <nickc@redhat.com>
807
808 PR 25588
809 * ld.texi (Options): Update the description of the --rpath-link
810 option.
811
cb001c0d
AM
8122020-03-02 Alan Modra <amodra@gmail.com>
813
814 * plugin.c (plugin_object_p): Return a bfd_cleanup.
815 (plugin_cleanup): New function.
816
2aa90762
L
8172020-03-01 H.J. Lu <hongjiu.lu@intel.com>
818
819 PR ld/25618
820 * plugin.c (plugin_object_p): Copy the no_export field to the IR
821 dummy object.
822 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
823 PR ld/25618 tests.
824 * testsuite/ld-plugin/pr25618.d: New file.
825 * testsuite/ld-plugin/pr25618a.cc: Likewise.
826 * testsuite/ld-plugin/pr25618a.h: Likewise.
827 * testsuite/ld-plugin/pr25618b.cc: Likewise.
828 * testsuite/ld-plugin/pr25618b.h: Likewise.
829
5f602802
AM
8302020-02-27 Alan Modra <amodra@gmail.com>
831
832 PR 24511
833 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
834 * testsuite/ld-mmix/sec-2.d: Likewise.
835 * testsuite/ld-mmix/sec-3.d: Likewise.
836 * testsuite/ld-mmix/sec-4.d: Likewise.
837 * testsuite/ld-mmix/spec802.d: Likewise.
838 * testsuite/ld-mmix/spec803.d: Likewise.
839 * testsuite/ld-mmix/spec804.d: Likewise.
840 * testsuite/ld-mmix/spec805.d: Likewise.
841 * testsuite/ld-mmix/spec806.d: Likewise.
842 * testsuite/ld-mmix/spec807.d: Likewise.
843 * testsuite/ld-mmix/spec808.d: Likewise.
844
3312f67c
L
8452020-02-26 H.J. Lu <hongjiu.lu@intel.com>
846
847 PR ld/25593
848 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
849 * testsuite/ld-plugin/pr25593.d: New file.
850 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
851 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
852 * testsuite/ld-plugin/pr25593b.c: Likewise.
853 * testsuite/ld-plugin/pr25593c.c: Likewise.
854 * testsuite/ld-plugin/pr25593d.c: Likewise.
855 * testsuite/ld-plugin/pr25593e.c: Likewise.
856
dc1e8a47
AM
8572020-02-26 Alan Modra <amodra@gmail.com>
858
859 * emultempl/cskyelf.em: Indent labels correctly.
860 * ldfile.c: Likewise.
861 * ldlang.c: Likewise.
862 * plugin.c: Likewise.
863
e310298c
AM
8642020-02-26 Alan Modra <amodra@gmail.com>
865
866 PR 25593
867 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
868 (ldelf_after_open): Save state of input_bfds list before loading
869 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
870 Restore input_bfds list.
871 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
872
45c63c0f
NC
8732020-02-24 Nick Clifton <nickc@redhat.com>
874
875 * po/fr.po: Update French translation.
876
7b3c2715
AM
8772020-02-22 Alan Modra <amodra@gmail.com>
878
879 PR 25585
880 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
881 checking.
882
fcaaac0a
SB
8832020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
884
885 PR 25537
886 * emultempl/z80.em: Remove machine compatability checking.
887
8882020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
889
890 PR 25517
891 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
892 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
893 * testsuite/ld-z80/arch_r800.d: Likewise.
894 * testsuite/ld-z80/arch_z180.d: Likewise.
895 * testsuite/ld-z80/arch_z80n.d: Likewise.
896 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
897 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
898 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
899 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
900 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
901 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
902 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
903 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
904 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
905 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
906
2e3cd5d0
AM
9072020-02-19 Alan Modra <amodra@gmail.com>
908
909 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
910
0aa99dcd
L
9112020-02-10 H.J. Lu <hongjiu.lu@intel.com>
912
913 PR binutils/25355
914 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
915 * testsuite/ld-plugin/pr25355.c: New file.
916 * testsuite/ld-plugin/pr25355.d: Likewise.
917 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
918 only dump.
919
6e569656
L
9202020-02-07 H.J. Lu <hongjiu.lu@intel.com>
921
922 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
923
9fc0b501
SB
9242020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
925
926 PR 25469
927 * emulparams/elf32z80.sh: Use z80 emulation.
928 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
929 * emultempl/z80elf.em: Delete.
930 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
931 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
932 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
933 * testsuite/ld-unique/unique.s: Likewise.
934 * testsuite/ld-unique/unique_empty.s: Likewise.
935 * testsuite/ld-unique/unique_shared.s: Likewise.
936 * testsuite/ld-unique/unique.d: Updated expected output.
937 * testsuite/ld-z80/arch_z80n.d: New file.
938 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
939 * testsuite/ld-z80/labels.s: Add more labels.
940 * testsuite/ld-z80/relocs.s: Add more reloc tests.
941 * testsuite/ld-z80/relocs_f_z80n.d: New file
942
adb8754e
L
9432020-02-07 H.J. Lu <hongjiu.lu@intel.com>
944
945 PR ld/25022
946 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
947 ldelf_before_place_orphans.
948
9b538ba7
L
9492020-02-06 H.J. Lu <hongjiu.lu@intel.com>
950
951 PR ld/25022
952 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
953 before_place_orphans_default.
954 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
955 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
956 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
957 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
958 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
959 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
960 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
961 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
962 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
963 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
964 ldelf_before_place_orphans.
965 * ldelf.c (ldelf_before_place_orphans): New.
966 * ldelf.h (ldelf_before_place_orphans): Likewise.
967 * ldemul.c (ldemul_before_place_orphans): Likewise.
968 (before_place_orphans_default): Likewise.
969 * ldemul.h (ldemul_before_place_orphans): Likewise.
970 (before_place_orphans_default): Likewise.
971 (ld_emulation_xfer_struct): Add before_place_orphans.
972 * ldlang.c (lang_process): Call ldemul_before_place_orphans
973 before lang_place_orphans.
974 * testsuite/ld-elf/pr25022.d: New file.
975 * testsuite/ld-elf/pr25022.s: Likewise.
976 * testsuite/ld-elf/pr25022.t: Likewise.
977
5242a0a0
L
9782020-02-06 H.J. Lu <hongjiu.lu@intel.com>
979
980 PR ld/25490
981 * testsuite/ld-elf/pr25490-1.d: New file.
982 * testsuite/ld-elf/pr25490-1.s: Likewise.
983
b7d07216
L
9842020-02-06 H.J. Lu <hongjiu.lu@intel.com>
985
986 PR ld/24526
987 PR ld/25021
988 PR ld/25490
989 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
990 * testsuite/ld-elf/pr24526.d: New file.
991 * testsuite/ld-elf/pr24526.s: Likewise.
992 * testsuite/ld-elf/pr25021.d: Likewise.
993 * testsuite/ld-elf/pr25021.s: Likewise.
994 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
995 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
996 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
997 * testsuite/ld-elf/pr25490-2.s: Likewise.
998 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
999 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
1000 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
1001 * testsuite/ld-elf/pr25490-3.s: Likewise.
1002 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
1003 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
1004 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
1005 * testsuite/ld-elf/pr25490-4.s: Likewise.
1006 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
1007 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
1008 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
1009 * testsuite/ld-elf/pr25490-5.s: Likewise.
1010 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
1011 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
1012 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
1013 * testsuite/ld-elf/pr25490-6.s: Likewise.
1014
10152020-02-06 H.J. Lu <hongjiu.lu@intel.com>
9e4d08bb
L
1016
1017 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
1018 z80 as not supported.
1019
bb4e012c
AM
10202020-02-06 Alan Modra <amodra@gmail.com>
1021
1022 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
1023 targets that don't support ifunc rather than ones that do.
1024 (contains_irelative_reloc): Match R_PARISC_IPLT.
1025 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
1026 * testsuite/ld-ifunc/ifunc-23-x86.s,
1027 * testsuite/ld-ifunc/ifunc-24-x86.s,
1028 * testsuite/ld-ifunc/ifunc-25-x86.s,
1029 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
1030 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
1031 * testsuite/ld-ifunc/ifunc-10-i386.d,
1032 * testsuite/ld-ifunc/ifunc-11-i386.d,
1033 * testsuite/ld-ifunc/ifunc-12-i386.d,
1034 * testsuite/ld-ifunc/ifunc-13-i386.d,
1035 * testsuite/ld-ifunc/ifunc-14a-i386.d,
1036 * testsuite/ld-ifunc/ifunc-14b-i386.d,
1037 * testsuite/ld-ifunc/ifunc-14c-i386.d,
1038 * testsuite/ld-ifunc/ifunc-14d-i386.d,
1039 * testsuite/ld-ifunc/ifunc-14e-i386.d,
1040 * testsuite/ld-ifunc/ifunc-14f-i386.d,
1041 * testsuite/ld-ifunc/ifunc-15-i386.d,
1042 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
1043 * testsuite/ld-ifunc/ifunc-16-i386.d,
1044 * testsuite/ld-ifunc/ifunc-17a-i386.d,
1045 * testsuite/ld-ifunc/ifunc-17b-i386.d,
1046 * testsuite/ld-ifunc/ifunc-18a-i386.d,
1047 * testsuite/ld-ifunc/ifunc-18b-i386.d,
1048 * testsuite/ld-ifunc/ifunc-19a-i386.d,
1049 * testsuite/ld-ifunc/ifunc-19b-i386.d,
1050 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
1051 * testsuite/ld-ifunc/ifunc-2-i386.d,
1052 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1053 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
1054 * testsuite/ld-ifunc/ifunc-20-i386.d,
1055 * testsuite/ld-ifunc/ifunc-21-i386.d,
1056 * testsuite/ld-ifunc/ifunc-22-i386.d,
1057 * testsuite/ld-ifunc/ifunc-26.d,
1058 * testsuite/ld-ifunc/ifunc-5a-i386.d,
1059 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
1060 * testsuite/ld-ifunc/ifunc-5b-i386.d,
1061 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
1062 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
1063 * testsuite/ld-ifunc/ifunc-6a-i386.d,
1064 * testsuite/ld-ifunc/ifunc-6b-i386.d,
1065 * testsuite/ld-ifunc/ifunc-7a-i386.d,
1066 * testsuite/ld-ifunc/ifunc-7b-i386.d,
1067 * testsuite/ld-ifunc/ifunc-8-i386.d,
1068 * testsuite/ld-ifunc/ifunc-9-i386.d,
1069 * testsuite/ld-ifunc/pr17154-i386-now.d,
1070 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
1071
02e0be69
AM
10722020-02-06 Alan Modra <amodra@gmail.com>
1073
1074 * testsuite/lib/ld-lib.exp (is_generic): Delete.
1075 * testsuite/ld-unique/unique.exp: Exclude tic6x.
1076
b88237bc
AM
10772020-02-06 Alan Modra <amodra@gmail.com>
1078
1079 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
1080 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
1081
a8c4d40b
L
10822020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1083
1084 PR gas/25380
1085 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
1086 directives.
1087 * testsuite/ld-i386/tls-gd1.S: Likewise.
1088 * testsuite/ld-x86-64/pr21481b.S: Likewise.
1089
5cebc931
JB
10902020-01-30 Jan Beulich <jbeulich@suse.com>
1091
1092 * ld.texi: Remove space between @option and brace.
1093
ef8f08ca
AM
10942020-01-29 Alan Modra <amodra@gmail.com>
1095
1096 PR 25477
1097 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
1098 correct concat.
1099 (ldelf_after_open): Add prefix parameter.
1100 * ldelf.h (ldelf_after_open): Update prototype.
1101 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
1102 to ldelf_after_open.
1103 * Makefile.am: Correct z80 dependencies.
1104 * Makefile.in: Regenerate.
1105
738174e1
AM
11062020-01-28 Alan Modra <amodra@gmail.com>
1107
1108 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
1109 in first phase.
1110
e3696f67
AM
11112020-01-27 Alan Modra <amodra@gmail.com>
1112
1113 * testsuite/ld-elfvers/vers.exp: Replace case statements with
1114 switch statements.
1115 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1116 * testsuite/ld-unique/unique.exp: Likewise.
1117
3024a17a
AM
11182020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1119 Alan Modra <amodra@gmail.com>
1120
1121 PR ld/25458
1122 * testsuite/ld-elf/pr25458.map: New file.
1123 * testsuite/ld-elf/pr25458.rd: Likewise.
1124 * testsuite/ld-elf/pr25458a.s: Likewise.
1125 * testsuite/ld-elf/pr25458b.s: Likewise.
1126 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
1127
6a462ad4
L
11282020-01-22 H.J. Lu <hongjiu.lu@intel.com>
1129
1130 PR ld/25416
1131 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
1132 compiler support.
1133
a804e476
AM
11342020-01-22 Alan Modra <amodra@gmail.com>
1135
1136 * testsuite/ld-powerpc/tlsdesc3.d,
1137 * testsuite/ld-powerpc/tlsdesc3.wf,
1138 * testsuite/ld-powerpc/tlsdesc4.d,
1139 * testsuite/ld-powerpc/tlsdesc4.s,
1140 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
1141 * testsuite/ld-powerpc/powerpc.exp: Run them.
1142
9e7028aa
AM
11432020-01-22 Alan Modra <amodra@gmail.com>
1144
1145 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
1146 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
1147 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
1148 (params): Init new field.
1149 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
1150 Document.
1151 * testsuite/ld-powerpc/tlsdesc.s,
1152 * testsuite/ld-powerpc/tlsdesc.d,
1153 * testsuite/ld-powerpc/tlsdesc.wf,
1154 * testsuite/ld-powerpc/tlsdesc2.d,
1155 * testsuite/ld-powerpc/tlsdesc2.wf,
1156 * testsuite/ld-powerpc/tlsexenors.d,
1157 * testsuite/ld-powerpc/tlsexenors.r,
1158 * testsuite/ld-powerpc/tlsexers.d,
1159 * testsuite/ld-powerpc/tlsexers.r,
1160 * testsuite/ld-powerpc/tlsexetocnors.d,
1161 * testsuite/ld-powerpc/tlsexetocrs.d,
1162 * testsuite/ld-powerpc/tlsexetocrs.r,
1163 * testsuite/ld-powerpc/tlsopt6.d,
1164 * testsuite/ld-powerpc/tlsopt6.wf: New.
1165 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1166
c48acf6f
YC
11672020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1168
1169 PR 25417
1170 * ldlang.c (ldlang_open_ctf): Fix error message typo.
1171 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
1172
1e161364
L
11732020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 * testsuite/ld-elf/pr23900-1.d: Adjusted.
1176
b4654b10
L
11772020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1178
1179 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
1180
26916852
NC
11812020-01-20 Nick Clifton <nickc@redhat.com>
1182
1183 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1184 * po/uk.po: Updated Ukranian translation.
1185
14470f07
L
11862020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1187
1188 PR ld/25416
1189 * testsuite/ld-x86-64/pr25416-1.s: New file
1190 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
1191 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
1192 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
1193 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
1194 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
1195 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
1196 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
1197 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
1198 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
1199 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
1200 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
1201 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
1202 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
1203 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
1204 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
1205 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
1206
b9ca1af6
AM
12072020-01-20 Alan Modra <amodra@gmail.com>
1208
1209 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
1210 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
1211 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
1212 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
1213 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
1214
69d24618
RM
12152020-01-18 Roland McGrath <mcgrathr@google.com>
1216
1217 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
1218 to admit whatever absolute address. The label-relative address is
1219 what the test needs to verify.
1220
1b1bb2c6
NC
12212020-01-18 Nick Clifton <nickc@redhat.com>
1222
1223 * configure: Regenerate.
1224 * po/ld.pot: Regenerate.
1225
ae774686
NC
12262020-01-18 Nick Clifton <nickc@redhat.com>
1227
1228 Binutils 2.34 branch created.
1229
6d0be74b
JL
12302020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1231
1232 * scripttempl/elf32msp430_3.sc: Remove.
1233
0c3d9485
JL
12342020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1235
1236 * scripttempl/elf32msp430.sc: Add input section rules for
1237 .upper.{text,data,rodata,bss}.
1238 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1239 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
1240
0d1cc75d
LB
12412020-01-15 Lars Brinkhoff <lars@nocrew.org>
1242
1243 PR 20694
1244 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
1245
131cb553
JL
12462020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1247
1248 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1249 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
1250
e1c6cf61
AM
12512020-01-15 Alan Modra <amodra@gmail.com>
1252
1253 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
1254 * testsuite/ld-powerpc/funref.s: Align func_tab.
1255 * testsuite/ld-powerpc/funref2.s: Likewise.
1256 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
1257
e44925ae
LC
12582020-01-14 Lili Cui <lili.cui@intel.com>
1259
1260 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
1261
8c7e1c04
AM
12622020-01-13 Alan Modra <amodra@gmail.com>
1263
1264 * po/BLD-POTFILES.in: Regenerate.
1265
4f18d742
CZ
12662020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1267
1268 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
1269
5e4f7e05
CZ
12702020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1271
1272 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
1273 emulations.
1274 * configure.tgt: Likewise.
1275 * Makefile.in: Regenerate.
1276 * emulparams/arcelf_prof.sh: Remove file.
1277 * emulparams/arclinux_prof.sh: Likewise.
1278
8cb31bad
CZ
12792020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1280
1281 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
1282 located at an arbitrary address. Use DWARF.sc file.
1283 * scripttempl/elfarc.sc: Use DWARF.sc file.
1284
85e290dc
AM
12852020-01-07 Alan Modra <amodra@gmail.com>
1286
1287 * testsuite/ld-mips-elf/eh-frame5.s,
1288 * testsuite/ld-mips-elf/ehdr_start-new.s,
1289 * testsuite/ld-mips-elf/ehdr_start-o32.s,
1290 * testsuite/ld-mips-elf/mips16-call-global-1.s,
1291 * testsuite/ld-mips-elf/mips16-intermix-1.s,
1292 * testsuite/ld-mips-elf/mips16-pic-1b.s,
1293 * testsuite/ld-mips-elf/mips16-pic-4c.s,
1294 * testsuite/ld-mips-elf/no-shared-1-n64.s,
1295 * testsuite/ld-mips-elf/no-shared-1-o32.s,
1296 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
1297 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
1298 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
1299 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
1300 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
1301 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
1302 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
1303 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
1304 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
1305 * testsuite/ld-mips-elf/pie.s,
1306 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
1307
0e1f1593
NC
13082020-01-06 Nick Clifton <nickc@redhat.com>
1309
1310 PR 25327
1311 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1312 command line when building libcomm1.o and pr13250 tests.
1313 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
1314
d2dbcb18
NC
13152020-01-06 Nick Clifton <nickc@redhat.com>
1316
1317 PR 25326
1318 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1319 command line when building pr19579 binaries.
1320
dc9bd8c9
HD
13212020-01-03 Hannes Domani <ssbssa@yahoo.de>
1322
1323 * emultempl/pe.em: Add new option --enable-reloc-section.
1324 * emultempl/pep.em: Likewise.
1325 * ld.texi: Document --enable-reloc-section.
1326 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
1327 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
1328 * pe-dll.h: Add extern declaration of option flag.
1329 * pep-dll.c (pe_dll_enable_reloc_section):
1330 Add alias define for pep_dll_enable_reloc_section.
1331 * pep-dll.h: Add extern declaration of option flag.
1332
6655dba2
SB
13332020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1334
1335 * Makefile.am: Add new target z80-elf
1336 * configure.tgt: Likewise.
1337 * Makefile.in: Regenerate.
1338 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
1339 * emulparams/elf32z80.sh: New file.
1340 * emultempl/z80elf.em: Likewise.
1341 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
1342 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
1343 * testsuite/ld-scripts/fill16.d: Fix for Z80.
1344 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
1345 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1346 * testsuite/ld-z80/arch_r800.d: Likewise.
1347 * testsuite/ld-z80/arch_z180.d: Likewise.
1348 * testsuite/ld-z80/arch_z80.d: Likewise.
1349 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1350 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
1351 * testsuite/ld-z80/labels.s: Likewise.
1352 * testsuite/ld-z80/relocs.s: Likewise.
1353 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1354 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1355 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1356 * testsuite/ld-z80/z80.exp: Likewise.
1357 * NEWS: Mention the new support.
1358
0db131fb
TC
13592020-01-02 Tamar Christina <tamar.christina@arm.com>
1360
1361 PR 25210
1362 PR 24753
1363 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1364 Remove SEC_LINKER_CREATED.
1365 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
1366 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
1367
b14ce8bf
AM
13682020-01-01 Alan Modra <amodra@gmail.com>
1369
1370 Update year range in copyright notice of all files.
1371
0b114740 1372For older changes see ChangeLog-2019
3499769a 1373\f
0b114740 1374Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1375
1376Copying and distribution of this file, with or without modification,
1377are permitted in any medium without royalty provided the copyright
1378notice and this notice are preserved.
1379
1380Local Variables:
1381mode: change-log
1382left-margin: 8
1383fill-column: 74
1384version-control: never
1385End:
This page took 0.420333 seconds and 4 git commands to generate.