]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - ld/ChangeLog
ld: Enable --warn-textrel by default for Linux/x86 targets
[thirdparty/binutils-gdb.git] / ld / ChangeLog
CommitLineData
fa6ecf94
L
12020-05-28 H.J. Lu <hongjiu.lu@intel.com>
2
3 * configure.tgt (ac_default_ld_textrel_check): Set to if unset
4 for Linux/x86 targets.
5
b32632c4
L
62020-05-28 H.J. Lu <hongjiu.lu@intel.com>
7
8 PR ld/20824
9 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
10 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
11 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
12 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
13 * ldmain.c (main): Initialize link_info.textrel_check to
14 DEFAULT_LD_TEXTREL_CHECK.
15 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
16 * config.in: Regenerated.
17 * configure: Likewise.
18
72a3b182
NC
192020-05-28 Nick Clifton <nickc@redhat.com>
20
21 * lexsup.c (parse_args): Generate an error if a name is not
22 provided to the -Map option.
23 (ld_options): Mention that the -Map option supports a directory
24 name as an argument.
25 * NEWS: Remove mention of support for an empty string as an
26 argument to -Map.
27 * ld.texi: Likewise.
28
2a37823b
HPN
292020-05-27 Hans-Peter Nilsson <hp@axis.com>
30
31 PR ld/22909
32 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
33
198204a7
NC
342020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
35 Nick Clifton <nickc@redhat.com>
36
37 * lexsup.c (parse_args): If the map filename is defined but empty
38 create a name based upon the output file name. If the name is
39 defined but refers to a directory create a file inside the
40 directory based on the output file name.
41 * ld.texi: Document the new feature.
42 * testsuite/ld-script/map-address.exp: Add test of new feature.
43 * NEWS: Mention the new feature.
44
a6dbf402
L
452020-05-27 H.J. Lu <hongjiu.lu@intel.com>
46
47 PR ld/22909
48 * NEWS: Mention --warn-textrel.
49 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
50 Remove --warn-shared-textrel.
51 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
52 OPTION_WARN_TEXTREL.
53 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
54 --warn-shared-textrel.
55 (parse_args): Updated.
56 (elf_shlib_list_options): Check link_info.textrel_check.
57 * emultempl/elf.em: Updated.
58 * testsuite/ld-elf/pr19539.d: Replace -z notext with
59 --warn-textrel. Expect a warning.
60 * testsuite/ld-i386/warn1.d: Update expected warning.
61
368584aa
L
622020-05-26 H.J. Lu <hongjiu.lu@intel.com>
63
64 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
65 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
66 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
67
07e0bb0f
L
682020-05-25 H.J. Lu <hongjiu.lu@intel.com>
69
70 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
71
af2c48d8
L
722020-05-25 H.J. Lu <hongjiu.lu@intel.com>
73
74 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
75 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
76 * testsuite/ld-elf/pr19539.d: Likewise.
77 * testsuite/ld-elfvers/vers.exp: Likewise.
78 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
79 * testsuite/ld-i386/i386.exp: Likewise.
80 * testsuite/ld-i386/nogot1.d: Likewise.
81 * testsuite/ld-i386/pr19539.d: Likewise.
82 * testsuite/ld-i386/pr19636-2a.d: Likewise.
83 * testsuite/ld-i386/pr19636-2b.d: Likewise.
84 * testsuite/ld-i386/pr19636-2c.d: Likewise.
85 * testsuite/ld-i386/pr19636-2d.d: Likewise.
86 * testsuite/ld-i386/pr19636-2e.d: Likewise.
87 * testsuite/ld-i386/pr19636-3d.d: Likewise.
88 * testsuite/ld-i386/pr19636-3e.d: Likewise.
89 * testsuite/ld-i386/pr19939b.d: Likewise.
90 * testsuite/ld-i386/undefweaka.d: Likewise.
91 * testsuite/ld-i386/undefweakb.d: Likewise.
92 * testsuite/ld-shared/shared.exp: Likewise.
93 * testsuite/ld-size/size.exp: Likewise.
94 * testsuite/ld-unique/unique.exp: Likewise.
95 * testsuite/ld-x86-64/pie1.d: Likewise.
96 * testsuite/ld-x86-64/pr19539a.d: Likewise.
97 * testsuite/ld-x86-64/pr19539b.d: Likewise.
98 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
99 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
100 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
101 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
102 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
103 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
104 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
105 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
106 * testsuite/ld-x86-64/pr19939b.d: Likewise.
107 * testsuite/ld-x86-64/x86-64.exp: Likewise.
108
bb68f22c
FS
1092020-05-24 Fangrui Song <maskray@google.com>
110
111 PR ld/26018
112 * lexsup.c (parse_args): Simplify.
113 * testsuite/ld-elf/dl4e.out: New.
114 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
115
309cae1f
L
1162020-05-23 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR ld/26018
119 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
120 * testsuite/ld-x86-64/x86-64.exp: Likewise.
121 * testsuite/ld-i386/pr26018.d: New file.
122 * testsuite/ld-x86-64/pr26018.d: Likewise.
123 * testsuite/ld-x86-64/pr26018.s: Likewise.
124
5e2ab612
AM
1252020-05-21 Alan Modra <amodra@gmail.com>
126
127 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
128 * emultempl/elf.em: Likewise.
129 * emultempl/msp430.em: Likewise.
130 * emultempl/pe.em: Likewise.
131 * emultempl/pep.em: Likewise.
132 * emultempl/ppc64elf.em: Likewise.
133 * emultempl/xtensaelf.em: Likewise.
134 * ldelf.c: Likewise.
135 * ldfile.c: Likewise.
136 * ldmain.c: Likewise.
137 * ldmisc.c: Likewise.
138 * lexsup.c: Likewise.
139 * pe-dll.c: Likewise.
140
8f595e9b
NC
1412020-05-20 Nelson Chu <nelson.chu@sifive.com>
142
143 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
144 priv attributes according to the -mpriv-spec option.
145 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
146 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
147 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
148 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
149 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
150 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
151 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
152 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
153 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
154 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
155 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
156
7b958a48
AM
1572020-05-20 Alan Modra <amodra@gmail.com>
158
159 PR 25993
160 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
161 other_bfd_filename for bfd_set_filename, and test result of
162 bfd_set_filename call. Don't create a new is->filename, simply
163 copy from bfd filename. Free new_name after bfd_set_filename.
164 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
165
7e057737
SP
1662020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
167
168 * testsuite/ld-aarch64/aarch64-elf.exp: New test
169 emit-relocs-560.
170 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
171 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
172
607b4833
AM
1732020-05-19 Alan Modra <amodra@gmail.com>
174
175 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
176 rather than accessing bfd->filename directly.
177 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
178 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
179 * emultempl/spuelf.em (embedded_spu_file): Likewise.
180 * ldlang.c (input_statement_is_archive_path, wild_sort),
181 (check_excluded_libs): Likewise.
182 * ldmain.c (add_archive_element): Likewise.
183 * ldmisc.c (vfinfo): Likewise.
184 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
185 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
186 * plugin.c (plugin_object_p): Likewise.
187
3edf7b9f
DR
1882020-05-18 Douglas B Rupp <rupp@adacore.com>
189
190 * ldemul.h (ldemul_print_symbol): New.
191 (ld_emulation_xfer_type) <print_symbol): Likewise.
192 * ldemul.c (ldemul_print_symbol): New.
193 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
194 (print_one_symbol): Make global and move declaration to ...
195 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
196 (print_input_section): Likewise
197 * ldlang.h: ... here.
198 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
199 (ld_emulation_xfer_struct): Use it.
200 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
201 and default to NULL.
202 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
203 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
204 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
205 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
206 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
207 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
208 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
209 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
210 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
211
6e0c75f7
ST
2122020-05-18 Sergei Trofimovich <siarheit@google.com>
213
214 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
215 in info message.
216
e6ddf2af
NC
2172020-05-18 Nick Clifton <nickc@redhat.com>
218
219 * po/sv.po: Update Swedish translation.
220
5e365e47
NC
2212020-05-18 Nick Clifton <nickc@redhat.com>
222
223 PR 25993
224 * emultempl/pe.em (_after_open): Check for duplicate filename
225 pointers before renaming the dll.
226 * emultempl/pep.em (_after_open): Likewise.
227
ba311c5b
NC
2282020-05-13 Nick Clifton <nickc@redhat.com>
229
230 PR 25979
231 * lexsup.c (elf_shlib_list_options): Include the default value for
232 the hash style in the output text.
233
94ba9882
AM
2342020-05-11 Alan Modra <amodra@gmail.com>
235
236 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
237 * testsuite/ld-powerpc/pcrelopt.d: Update.
238
7c1f4227
AM
2392020-05-11 Alan Modra <amodra@gmail.com>
240
241 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
242 place of -mfuture/-Mfuture.
243 * testsuite/ld-powerpc/notoc2.d: Likewise.
244 * testsuite/ld-powerpc/powerpc.exp: Likewise.
245 * testsuite/ld-powerpc/tlsgd.d: Likewise.
246 * testsuite/ld-powerpc/tlsie.d: Likewise.
247 * testsuite/ld-powerpc/tlsld.d: Likewise.
248
73199c2b
NC
2492020-05-11 Nick Clifton <nickc@redhat.com>
250
251 * po/es.po: Updated Spanish translation.
252
cff69cf4
WD
2532020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
254
255 PR ld/25665
256 * testsuite/ld-aarch64/farcall-group.s: New large group test.
257 * testsuite/ld-aarch64/farcall-group.d: New test driver.
258 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
259
a8acd6ee
AM
2602020-05-01 Alan Modra <amodra@gmail.com>
261
262 PR 25882
263 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
264 shared libraries.
265
94a8e7b0
AM
2662020-05-01 Alan Modra <amodra@gmail.com>
267
268 * po/BLD-POTFILES.in: Regenerate.
269
09c1e68a
AC
2702020-04-30 Alex Coplan <alex.coplan@arm.com>
271
272 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
273 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
274 * testsuite/ld-aarch64/farcall-back.d: Likewise.
275 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
276
8a8a1171
NC
2772020-04-30 Nick Clifton <nickc@redhat.com>
278
279 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
280 not support the -shared command line option.
281 * /ld-elf/compressed1c.d: Likewise.
282 * /ld-elf/compressed1e.d: Likewise.
283 * /ld-elf/dynamic1.d: Likewise.
284 * /ld-elf/dynsym1.d: Likewise.
285 * /ld-elf/ehdr_start-shared.d: Likewise.
286 * /ld-elf/exclude3b.d: Likewise.
287 * /ld-elf/global1.d: Likewise.
288 * /ld-elf/hash.d: Likewise.
289 * /ld-elf/local1.d: Likewise.
290 * /ld-elf/mbind1b.d: Likewise.
291 * /ld-elf/now-1.d: Likewise.
292 * /ld-elf/now-2.d: Likewise.
293 * /ld-elf/now-3.d: Likewise.
294 * /ld-elf/now-4.d: Likewise.
295 * /ld-elf/pr12975.d: Likewise.
296 * /ld-elf/pr13177.d: Likewise.
297 * /ld-elf/pr13195.d: Likewise.
298 * /ld-elf/pr16322.d: Likewise.
299 * /ld-elf/pr16498a.d: Likewise.
300 * /ld-elf/pr16498b.d: Likewise.
301 * /ld-elf/pr17615.d: Likewise.
302 * /ld-elf/pr19162.d: Likewise.
303 * /ld-elf/pr19698.d: Likewise.
304 * /ld-elf/pr20513c.d: Likewise.
305 * /ld-elf/pr20513d.d: Likewise.
306 * /ld-elf/pr21389a.d: Likewise.
307 * /ld-elf/pr21389b.d: Likewise.
308 * /ld-elf/pr21389c.d: Likewise.
309 * /ld-elf/pr21562a.d: Likewise.
310 * /ld-elf/pr21562b.d: Likewise.
311 * /ld-elf/pr21562c.d: Likewise.
312 * /ld-elf/pr21562d.d: Likewise.
313 * /ld-elf/pr21562e.d: Likewise.
314 * /ld-elf/pr21562f.d: Likewise.
315 * /ld-elf/pr21562g.d: Likewise.
316 * /ld-elf/pr21562h.d: Likewise.
317 * /ld-elf/pr21562i.d: Likewise.
318 * /ld-elf/pr21562j.d: Likewise.
319 * /ld-elf/pr21562k.d: Likewise.
320 * /ld-elf/pr21562l.d: Likewise.
321 * /ld-elf/pr21562m.d: Likewise.
322 * /ld-elf/pr21562n.d: Likewise.
323 * /ld-elf/pr21903a.d: Likewise.
324 * /ld-elf/pr21903b.d: Likewise.
325 * /ld-elf/pr22269b.d: Likewise.
326 * /ld-elf/pr22393-1a.d: Likewise.
327 * /ld-elf/pr22393-1b.d: Likewise.
328 * /ld-elf/pr23658-1c.d: Likewise.
329 * /ld-elf/pr25708.d: Likewise.
330 * /ld-elf/rpath-1.d: Likewise.
331 * /ld-elf/rpath-2.d: Likewise.
332 * /ld-elf/runpath-1.d: Likewise.
333 * /ld-elf/runpath-2.d: Likewise.
334 * /ld-elf/sizeofb.d: Likewise.
335 * /ld-elf/startofb.d: Likewise.
336 * /ld-elf/strtab.d: Likewise.
337 * /ld-elf/textaddr2.d: Likewise.
338 * /ld-elf/textaddr5.d: Likewise.
339 * /ld-elf/textaddr6.d: Likewise.
340 * /ld-elf/unknown2.d: Likewise.
341 * /ld-undefined/entry-3.d: Likewise.
342 * /ld-undefined/entry-4.d: Likewise.
343 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
344 the -pie option.
345 * /ld-elf/pie.d: Likewise.
346 * /ld-elf/pr19539.d: Likewise.
347 * /ld-elf/pr21903d.d: Likewise.
348 * /ld-elf/pr22269a.d: Likewise.
349 * /ld-elf/pr22393-1c.d: Likewise.
350 * /ld-elf/pr22393-1d.d: Likewise.
351 * /ld-elf/pr22423.d: Likewise.
352 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
353 * /ld-elf/loadaddr2.d: Likewise.
354 * /ld-elf/pr22393-1e.d: Likewise.
355 * /ld-elf/pr22393-1f.d: Likewise.
356 * /ld-elf/textaddr1.d: Likewise.
357 * /ld-elf/textaddr4.d: Likewise.
358
c578f16e
YS
3592020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
360
361 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
362 * emultempl/rxlinux.em: New.
363 * configure.tgt: Add rx-linux.
364 * Makefile.am: Add eelf32rx_linux.c
365 * Makefile.in: Regenerate.
366
d548f47d
MF
3672020-04-29 Max Filippov <jcmvbkbc@gmail.com>
368
369 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
370 * testsuite/ld-xtensa/relax-diff1.s: New test source.
371 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
372 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
373 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
374 (relax-ndiff): New tests.
375
4849fabc
SC
3762020-04-29 Stephen Casner <casner@acm.org>
377
378 PR 25829
379 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
380 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
381 * testsuite/ld-scripts/default-script1.d: No longer have to skip
382 test for those targets.
383 * testsuite/ld-scripts/default-script2.d: Likewise.
384 * testsuite/ld-scripts/default-script3.d: Likewise.
385 * testsuite/ld-scripts/default-script4.d: Likewise.
386
251dae91
TC
3872020-04-27 Tamar Christina <tamar.christina@arm.com>
388
389 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
390
30ce8e47
MF
3912020-04-22 Max Filippov <jcmvbkbc@gmail.com>
392
393 PR ld/25861
394 * testsuite/ld-xtensa/relax-loc.d: New test definition.
395 * testsuite/ld-xtensa/relax-loc.s: New test source.
396 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
397
16171946
FS
3982020-04-22 Fangrui Song <maskray@google.com>
399
400 PR ld/25806
401 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
402 * ldlang.c (current_input_file): New.
403 (ldirname): New.
404 (new_afile): Add from_filename parameter. Set extra_search_path.
405 (lang_add_input_file): Pass current_input_file to new_afile.
406 (load_symbols): Set current_input_file.
407 * ldfile.c (ldfile_open_file): If extra_search_path has been set
408 then scan it for the file that needs to be opened.
409 * ld.texi: Document the new behaviour.
410 * NEWS: Mention the new feature.
411
1d934d76
AM
4122020-04-22 Alan Modra <amodra@gmail.com>
413
414 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
415 * testsuite/ld-scripts/default-script2.d: Likewise.
416 * testsuite/ld-scripts/default-script3.d: Likewise.
417 * testsuite/ld-scripts/default-script4.d: Likewise.
418
39a7b38f
SC
4192020-04-21 Stephen Casner <casner@acm.org>
420
421 PR 25829
422 * testsuite/ld-scripts/script.exp (check_script)
423 (extract_symbol_test): Make test addresses fit in 16 bits.
424 * testsuite/ld-scripts/memory.t: Likewise.
425 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
426 * testsuite/ld-scripts/default-script.t (_START): Likewise.
427 * testsuite/ld-scripts/default-script1.d: Likewise.
428 * testsuite/ld-scripts/default-script2.d: Likewise.
429 * testsuite/ld-scripts/default-script3.d: Likewise.
430 * testsuite/ld-scripts/default-script4.d: Likewise.
431 * testsuite/ld-scripts/empty-address-1.t: Likewise.
432 * testsuite/ld-scripts/empty-address-1.d: Likewise.
433 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
434 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
435 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
436 fit target address size.
1d934d76 437 * testsuite/ld-scripts/empty-address-1.s: Likewise.
39a7b38f
SC
438 * testsuite/ld-scripts/empty-address-2.s: Likewise.
439
6f6fd151
L
4402020-04-21 H.J. Lu <hongjiu.lu@intel.com>
441
442 PR ld/25849
443 * ldelfgen.c (ldelf_map_segments): Call
444 elf_backend_strip_zero_sized_dynamic_sections.
445 * testsuite/ld-alpha/tlsbinr.rd: Updated.
446
2efec98b
AM
4472020-04-20 Alan Modra <amodra@gmail.com>
448
449 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
450 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
451 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
452
dbe23755
RO
4532020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
454
455 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
456 * testsuite/ld-elf/warn2.d: Likewise.
457
54975ae9
L
4582020-04-18 H.J. Lu <hongjiu.lu@intel.com>
459
460 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
461 alpha target.
462 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
463
0203cad2
SC
4642020-04-16 Stephen Casner <casner@acm.org>
465
466 PR 18963
467 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
468 16-bit address space.
469 * testsuite/ld-scripts/pr18963.d: Likewise.
470
0fe0f2d6
JMG
4712020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
472 Jan W. Jagersma <jwjagersma@gmail.com>
473
474 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
475 .ctors and .dtors. Discard LTO sections.
476
49c16254
NC
4772020-04-17 Nick Clifton <nickc@redhat.com>
478
479 * testsuite/config/default.exp: If not already set then create the
480 CCC_OVERRIDE_OPTIONS environment variable to help when running the
481 testsuite with clang.
482 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
483 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
484 were built before attempting to copy them.
485
95a51568
FS
4862020-04-15 Fangrui Song <maskray@google.com>
487
488 PR binutils/24613
489 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
490 RM_GENERATE_ERROR to RM_DIAGNOSE.
491 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
492 RM_GENERATE_ERROR to RM_DIAGNOSE.
493 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
494
fa1477dc
SC
4952020-04-14 Stephen Casner <casner@acm.org>
496
497 PR ld/25677
498 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
499 (EXTRA_EM_FILE): New, add emulation file pdp11.
500 * scripttempl/pdp11.sc: New, derived from aout.sc without
501 irrelevant input sections.
502 * emultempl/pdp11.em (_add_options, _handle_option)
503 (_list_options): New. Add options -z, --imagic for pdp11-aout.
504 (_before_parse): Make --omagic be default instead of --nmagic.
505 (_get_script): Modify special-case linker script for --imagic.
506 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
507 * ld.texi (Options): Add documentation of PDP11-specific options.
508 (Options): Fix unrelated typo to --no-compact-branches.
509 * gen-doc.texi: @set PDP11.
510 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
511 * testsuite/ld-pdp11/sections.s: New, source for options tests.
512 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
513 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
514 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
515 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
516
10ca4b04
L
5172020-04-14 H.J. Lu <hongjiu.lu@intel.com>
518
519 PR binutils/25707
520 * testsuite/ld-arm/armthumb-lib.sym: Updated.
521 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
522 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
523 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
524 * testsuite/ld-arm/fdpic-main.sym: Likewise.
525 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
526 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
527 * testsuite/ld-arm/mixed-app.sym: Likewise.
528 * testsuite/ld-arm/mixed-lib.sym: Likewise.
529 * testsuite/ld-arm/preempt-app.sym: Likewise.
530 * testsuite/ld-elf/hash.d: Likewise.
531 * testsuite/ld-elf/pr13195.d: Likewise.
532 * testsuite/ld-elfvsb/hidden2.d: Likewise.
533 * testsuite/ld-mips-elf/hash2.d: Likewise.
534
a5d21497
RO
5352020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
536
537 * testsuite/ld-shared/shared.exp: Remove dangling comments.
538 xfail shared non PIC tests on Solaris.
539
ae4b1d73
RO
5402020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
541
542 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
543
aa350065
L
5442020-04-02 H.J. Lu <hongjiu.lu@intel.com>
545
546 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
547 nopie with available.
548
8be5def6
L
5492020-04-02 H.J. Lu <hongjiu.lu@intel.com>
550
551 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
552 Set to "-fcf-protection=none" if target compiler supports it.
553 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
554 CC and CXX.
555 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
556 to PLT BND tests.
557
516231b7
L
5582020-04-02 H.J. Lu <hongjiu.lu@intel.com>
559
560 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
561 -I../bfd.
562 (check_pr25749b): Likewise.
563
bb897477
RO
5642020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
565
566 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
567 notarget.
568 * ifunc-11-i386.d: Likewise.
569 * ifunc-12-i386.d: Likewise.
570 * ifunc-13-i386.d: Likewise.
571 * ifunc-14a-i386.d: Likewise.
572 * ifunc-14b-i386.d: Likewise.
573 * ifunc-14c-i386.d: Likewise.
574 * ifunc-14d-i386.d: Likewise.
575 * ifunc-14e-i386.d: Likewise.
576 * ifunc-14f-i386.d: Likewise.
577 * ifunc-15-i386.d: Likewise.
578 * ifunc-16-i386-now.d: Likewise.
579 * ifunc-16-i386.d: Likewise.
580 * ifunc-17a-i386.d: Likewise.
581 * ifunc-17b-i386.d: Likewise.
582 * ifunc-18a-i386.d: Likewise.
583 * ifunc-18b-i386.d: Likewise.
584 * ifunc-19a-i386.d: Likewise.
585 * ifunc-19b-i386.d: Likewise.
586 * ifunc-2-i386-now.d: Likewise.
587 * ifunc-2-i386.d: Likewise.
588 * ifunc-2-local-i386-now.d: Likewise.
589 * ifunc-2-local-i386.d: Likewise.
590 * ifunc-20-i386.d: Likewise.
591 * ifunc-21-i386.d: Likewise.
592 * ifunc-22-i386.d: Likewise.
593 * ifunc-5a-i386.d: Likewise.
594 * ifunc-5a-local-i386.d: Likewise.
595 * ifunc-5b-i386.d: Likewise.
596 * ifunc-5b-local-i386.d: Likewise.
597 * ifunc-5r-local-i386.d: Likewise.
598 * ifunc-6a-i386.d: Likewise.
599 * ifunc-6b-i386.d: Likewise.
600 * ifunc-7a-i386.d: Likewise.
601 * ifunc-7b-i386.d: Likewise.
602 * ifunc-8-i386.d: Likewise.
603 * ifunc-9-i386.d: Likewise.
604 * pr17154-i386-now.d: Likewise.
605 * pr17154-i386.d: Likewise.
606
607 * ifunc-23a-x86.d: Remove notarget.
608 * ifunc-24a-x86.d: Likewise.
609 * ifunc-25a-x86.d: Likewise.
610
4f5bd885
NC
6112020-04-02 Nick Clifton <nickc@redhat.com>
612
613 PR ld/25747
614 * ldfile.c (ldfile_open_file): Fix typo in warning message.
615
382aae06
L
6162020-04-01 H.J. Lu <hongjiu.lu@intel.com>
617
618 PR ld/25749
619 PR ld/25754
620 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
621 * testsuite/ld-elf/pr25749-1.c: New file.
622 * testsuite/ld-elf/pr25749-1a.c: Likewise.
623 * testsuite/ld-elf/pr25749-1b.c: Likewise.
624 * testsuite/ld-elf/pr25749-1b.err: Likewise.
625 * testsuite/ld-elf/pr25749-1c.c: Likewise.
626 * testsuite/ld-elf/pr25749-1d.c: Likewise.
627 * testsuite/ld-elf/pr25749-2.c: Likewise.
628 * testsuite/ld-elf/pr25749-2a.s: Likewise.
629 * testsuite/ld-elf/pr25749-2b.s: Likewise.
630 * testsuite/ld-elf/pr25749.rd: Likewise.
631 * testsuite/ld-elf/pr25754-1a.c: Likewise.
632 * testsuite/ld-elf/pr25754-1b.s: Likewise.
633 * testsuite/ld-elf/pr25754-2a.c: Likewise.
634 * testsuite/ld-elf/pr25754-2b.err: Likewise.
635 * testsuite/ld-elf/pr25754-2b.s: Likewise.
636 * testsuite/ld-elf/pr25754-3a.c: Likewise.
637 * testsuite/ld-elf/pr25754-3b.s: Likewise.
638 * testsuite/ld-elf/pr25754-4a.c: Likewise.
639 * testsuite/ld-elf/pr25754-4b.s: Likewise.
640 * testsuite/ld-elf/pr25754-4c.s: Likewise.
641 * testsuite/ld-elf/pr25754-5a.c: Likewise.
642 * testsuite/ld-elf/pr25754-5b.s: Likewise.
643 * testsuite/ld-elf/pr25754-5c.s: Likewise.
644 * testsuite/ld-elf/pr25754-6a.c: Likewise.
645 * testsuite/ld-elf/pr25754-6b.s: Likewise.
646 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
647
3ce23ca1
TC
6482020-04-01 Tamar Christina <tamar.christina@arm.com>
649
650 PR ld/16017
651 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
652
77bf7b53
NC
6532020-04-01 Nick Clifton <nickc@redhat.com>
654
655 PR ld/25747
656 * ldfile.c (ldfile_open_file): If a search for a library fails,
657 but there is a file that would match if it had a "lib" prefix to
658 its name, then tell the user.
659
a7618269
TC
6602020-04-01 Tamar Christina <tamar.christina@arm.com>
661
662 PR ld/16017
663 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
664 * testsuite/ld-arm/thumb-plt-got.d: New test.
665
15ccbdd7
TC
6662020-04-01 Tamar Christina <tamar.christina@arm.com>
667
668 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
669 * testsuite/ld-arm/thumb-plt.d: New test.
670 * testsuite/ld-arm/thumb-plt.s: New test.
671
41ff29bf
HPN
6722020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
673
674 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
675
00386881
NC
6762020-03-30 Nick Clifton <nickc@redhat.com>
677
678 PR binutils/25662
679 * emultempl/pe.em (after_open): Replace initialisation of the
680 insert_timestamp field in the pe_data structure with an
681 initialisation of the timestamp field.
682 * emultemp/pep.em: Likewise.
683 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
684 structure instead of the insert_timestamp field.
685
767be9d9
L
6862020-03-28 H.J. Lu <hongjiu.lu@intel.com>
687
688 PR 25732
689 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
690 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
691 Solaris.
692
258e8844
L
6932020-03-27 H.J. Lu <hongjiu.lu@intel.com>
694
695 PR 25732
696 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
697
cacb9d87
L
6982020-03-27 H.J. Lu <hongjiu.lu@intel.com>
699
700 PR 25732
701 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
702 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
703 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
704
86fd7e2e
AM
7052020-03-25 Alan Modra <amodra@gmail.com>
706
707 * testsuite/ld-elf/compress1c.d: xfail h8300.
708 * testsuite/ld-elf/compressed1c.d: Likewise.
709 * testsuite/ld-elf/compressed1e.d: Likewise.
710 * testsuite/ld-elf/dynamic1.d: Likewise.
711 * testsuite/ld-elf/dynsym1.d: Likewise.
712 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
713 * testsuite/ld-elf/exclude3b.d: Likewise.
714 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
715 * testsuite/ld-elf/global1.d: xfail h8300.
716 * testsuite/ld-elf/hash.d: Likewise.
717 * testsuite/ld-elf/loadaddr1.d: Likewise.
718 * testsuite/ld-elf/loadaddr2.d: Likewise.
719 * testsuite/ld-elf/local1.d: Likewise.
720 * testsuite/ld-elf/mbind1b.d: Likewise.
721 * testsuite/ld-elf/mbind1c.d: Likewise.
722 * testsuite/ld-elf/now-1.d: Likewise.
723 * testsuite/ld-elf/now-2.d: Likewise.
724 * testsuite/ld-elf/now-3.d: Likewise.
725 * testsuite/ld-elf/now-4.d: Likewise.
726 * testsuite/ld-elf/pie.d: Likewise.
727 * testsuite/ld-elf/pr12975.d: Likewise.
728 * testsuite/ld-elf/pr13177.d: Likewise.
729 * testsuite/ld-elf/pr13195.d: Likewise.
730 * testsuite/ld-elf/pr16322.d: Likewise.
731 * testsuite/ld-elf/pr16498a.d: Likewise.
732 * testsuite/ld-elf/pr16498b.d: Likewise.
733 * testsuite/ld-elf/pr17615.d: Likewise.
734 * testsuite/ld-elf/pr19162.d: Likewise.
735 * testsuite/ld-elf/pr19539.d: Likewise.
736 * testsuite/ld-elf/pr19617a.d: Likewise.
737 * testsuite/ld-elf/pr19698.d: Likewise.
738 * testsuite/ld-elf/pr20513c.d: Likewise.
739 * testsuite/ld-elf/pr20513d.d: Likewise.
740 * testsuite/ld-elf/pr21389a.d: Likewise.
741 * testsuite/ld-elf/pr21389b.d: Likewise.
742 * testsuite/ld-elf/pr21389c.d: Likewise.
743 * testsuite/ld-elf/pr21562a.d: Likewise.
744 * testsuite/ld-elf/pr21562b.d: Likewise.
745 * testsuite/ld-elf/pr21562c.d: Likewise.
746 * testsuite/ld-elf/pr21562d.d: Likewise.
747 * testsuite/ld-elf/pr21562e.d: Likewise.
748 * testsuite/ld-elf/pr21562f.d: Likewise.
749 * testsuite/ld-elf/pr21562g.d: Likewise.
750 * testsuite/ld-elf/pr21562h.d: Likewise.
751 * testsuite/ld-elf/pr21562i.d: Likewise.
752 * testsuite/ld-elf/pr21562j.d: Likewise.
753 * testsuite/ld-elf/pr21562k.d: Likewise.
754 * testsuite/ld-elf/pr21562l.d: Likewise.
755 * testsuite/ld-elf/pr21562m.d: Likewise.
756 * testsuite/ld-elf/pr21562n.d: Likewise.
757 * testsuite/ld-elf/pr21903a.d: Likewise.
758 * testsuite/ld-elf/pr21903b.d: Likewise.
759 * testsuite/ld-elf/pr21903d.d: Likewise.
760 * testsuite/ld-elf/pr22269a.d: Likewise.
761 * testsuite/ld-elf/pr22269b.d: Likewise.
762 * testsuite/ld-elf/pr22393-1a.d: Likewise.
763 * testsuite/ld-elf/pr22393-1b.d: Likewise.
764 * testsuite/ld-elf/pr22393-1c.d: Likewise.
765 * testsuite/ld-elf/pr22393-1d.d: Likewise.
766 * testsuite/ld-elf/pr22393-1e.d: Likewise.
767 * testsuite/ld-elf/pr22393-1f.d: Likewise.
768 * testsuite/ld-elf/pr22423.d: Likewise.
769 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
770 and xc16x.
771 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
772 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
773 * testsuite/ld-elf/rpath-1.d: xfail h8300.
774 * testsuite/ld-elf/rpath-2.d: Likewise.
775 * testsuite/ld-elf/runpath-1.d: Likewise.
776 * testsuite/ld-elf/runpath-2.d: Likewise.
777 * testsuite/ld-elf/sizeofb.d: Likewise.
778 * testsuite/ld-elf/startofb.d: Likewise.
779 * testsuite/ld-elf/strtab.d: Likewise.
780 * testsuite/ld-elf/textaddr1.d: Likewise.
781 * testsuite/ld-elf/textaddr2.d: Likewise.
782 * testsuite/ld-elf/textaddr4.d: Likewise.
783 * testsuite/ld-elf/textaddr5.d: Likewise.
784 * testsuite/ld-elf/textaddr6.d: Likewise.
785 * testsuite/ld-elf/unknown2.d: Likewise.
786 * testsuite/ld-undefined/entry-3.d: Likewise.
787 * testsuite/ld-undefined/entry-4.d: Likewise.
788 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
789 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
790 file format match.
791 * testsuite/ld-h8300/relax-2.d: Likewise.
792 * testsuite/ld-h8300/relax-3.d: Likewise.
793 * testsuite/ld-h8300/relax-4.d: Likewise.
794 * testsuite/ld-h8300/relax-5.d: Likewise.
795 * testsuite/ld-h8300/relax-6.d: Likewise.
796 * testsuite/ld-h8300/relax-7.d: Likewise.
797 * testsuite/ld-h8300/relax.d: Relax file format match.
798
7e6e972f
L
7992020-03-24 H.J. Lu <hongjiu.lu@intel.com>
800
801 PR binutils/25708
802 * testsuite/ld-elf/pr25708.d: New file.
803
5e737279
AM
8042020-03-23 Alan Modra <amodra@gmail.com>
805
806 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
807 Include ei386aout dep file.
808 * Makefile.in: Regenerate.
809 * po/BLD-POTFILES.in: Regenerate.
810
3d98c460
L
8112020-03-20 H.J. Lu <hongjiu.lu@intel.com>
812
813 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
814 test only for GCC 10 or newer.
815
c02d6661
AM
8162020-03-20 Alan Modra <amodra@gmail.com>
817
818 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
819 clear new fields.
820 * testplug2.c (parse_symdefstr): Likewise.
821 * testplug3.c (parse_symdefstr): Likewise.
822 * testplug4.c (parse_symdefstr): Likewise.
823
aef397a1
CL
8242020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
825
826 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
827 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
828
53215f21
CL
8292020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
830
831 * emultempl/xtensaelf.em: Emit a fatal error message
832 instead of calling abort.
833 * ldlang.c: Likewise.
834
02a8180e
AM
8352020-03-14 Alan Modra <amodra@gmail.com>
836
837 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
838 targets. Don't skip xtensa, xfail instead.
839
abf874aa
CL
8402020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
841
842 * ldlang.c (lang_add_section): Add support for
843 non_contiguous_regions.
844 (size_input_section): Likewise.
845 (lang_size_sections_1): Likewise.
846 (process_insert_statements): Likewise.
847 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
848 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
849 * lexsup.c (ld_options): Add entries for
850 --enable-non-contiguous-regions and
851 --enable-non-contiguous-regions-warnings.
852 (parse_args): Handle it.
853 * NEWS: Add --enable-non-contiguous-regions and
854 --enable-non-contiguous-regions-warnings.
855 * ld.texi: Add --enable-non-contiguous-regions and
856 --enable-non-contiguous-regions-warnings documentation.
857 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
858 SEC_LINKER_CREATED flag.
859 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
860 Emit an error when --enable-non-contiguous-regions is used.
861 * testsuite/ld-elf/non-contiguous.d: New.
862 * testsuite/ld-elf/non-contiguous.ld: New.
863 * testsuite/ld-elf/non-contiguous.s: New.
864 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
865 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
866 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
867 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
868 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
869 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
870 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
871 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
872 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
873 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
874 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
875 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
876 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
877 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
878 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
879 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
880 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
881 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
882 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
883
74e10d17
L
8842020-03-13 H.J. Lu <hongjiu.lu@intel.com>
885
886 PR ld/24920
887 * emulparams/elf32_x86_64.sh: Use static.sh.
888 * emulparams/elf_i386.sh: Likewise.
889 * emulparams/elf_x86_64.sh: Likewise.
890 * emulparams/static.sh: New file.
891 * emultempl/elf-x86.em: Include "ldlex.h".
892 * testsuite/ld-elf/pr24920.err: New file.
893 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
894
502794d4
CE
8952020-03-13 Christian Eggers <ceggers@gmx.de>
896
897 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
898
1db6f990
AM
8992020-03-11 Alan Modra <amodra@gmail.com>
900
901 * ldelf.c (elf_orphan_compatible): Return false when two sections
902 have differing SHF_MASKPROC or SHF_MASKOS flags.
903
92d4b13b
AM
9042020-03-05 Alan Modra <amodra@gmail.com>
905
906 PR 25570
907 * ldlang.c (lang_size_sections_1): Don't report changes on
908 second and subsequent iterations that make no change in
909 alignment from that already reported.
910
baf09cba
AM
9112020-03-05 Alan Modra <amodra@gmail.com>
912
913 PR 25570
914 * ldlang.c (lang_sizing_iteration): New static var.
915 (lang_size_sections_1): Warn about no memory region only on first
916 iteration. Warn about changing start address on first iteration
917 then any delta from that on subsequent iterations. Report a signed
918 delta.
919 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
920
d8e4137b
NC
9212020-03-03 Nick Clifton <nickc@redhat.com>
922
923 PR 25588
924 * ld.texi (Options): Update the description of the --rpath-link
925 option.
926
cb001c0d
AM
9272020-03-02 Alan Modra <amodra@gmail.com>
928
929 * plugin.c (plugin_object_p): Return a bfd_cleanup.
930 (plugin_cleanup): New function.
931
2aa90762
L
9322020-03-01 H.J. Lu <hongjiu.lu@intel.com>
933
934 PR ld/25618
935 * plugin.c (plugin_object_p): Copy the no_export field to the IR
936 dummy object.
937 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
938 PR ld/25618 tests.
939 * testsuite/ld-plugin/pr25618.d: New file.
940 * testsuite/ld-plugin/pr25618a.cc: Likewise.
941 * testsuite/ld-plugin/pr25618a.h: Likewise.
942 * testsuite/ld-plugin/pr25618b.cc: Likewise.
943 * testsuite/ld-plugin/pr25618b.h: Likewise.
944
5f602802
AM
9452020-02-27 Alan Modra <amodra@gmail.com>
946
947 PR 24511
948 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
949 * testsuite/ld-mmix/sec-2.d: Likewise.
950 * testsuite/ld-mmix/sec-3.d: Likewise.
951 * testsuite/ld-mmix/sec-4.d: Likewise.
952 * testsuite/ld-mmix/spec802.d: Likewise.
953 * testsuite/ld-mmix/spec803.d: Likewise.
954 * testsuite/ld-mmix/spec804.d: Likewise.
955 * testsuite/ld-mmix/spec805.d: Likewise.
956 * testsuite/ld-mmix/spec806.d: Likewise.
957 * testsuite/ld-mmix/spec807.d: Likewise.
958 * testsuite/ld-mmix/spec808.d: Likewise.
959
3312f67c
L
9602020-02-26 H.J. Lu <hongjiu.lu@intel.com>
961
962 PR ld/25593
963 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
964 * testsuite/ld-plugin/pr25593.d: New file.
965 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
966 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
967 * testsuite/ld-plugin/pr25593b.c: Likewise.
968 * testsuite/ld-plugin/pr25593c.c: Likewise.
969 * testsuite/ld-plugin/pr25593d.c: Likewise.
970 * testsuite/ld-plugin/pr25593e.c: Likewise.
971
dc1e8a47
AM
9722020-02-26 Alan Modra <amodra@gmail.com>
973
974 * emultempl/cskyelf.em: Indent labels correctly.
975 * ldfile.c: Likewise.
976 * ldlang.c: Likewise.
977 * plugin.c: Likewise.
978
e310298c
AM
9792020-02-26 Alan Modra <amodra@gmail.com>
980
981 PR 25593
982 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
983 (ldelf_after_open): Save state of input_bfds list before loading
984 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
985 Restore input_bfds list.
986 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
987
45c63c0f
NC
9882020-02-24 Nick Clifton <nickc@redhat.com>
989
990 * po/fr.po: Update French translation.
991
7b3c2715
AM
9922020-02-22 Alan Modra <amodra@gmail.com>
993
994 PR 25585
995 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
996 checking.
997
fcaaac0a
SB
9982020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
999
1000 PR 25537
1001 * emultempl/z80.em: Remove machine compatability checking.
1002
10032020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
1004
1005 PR 25517
1006 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
1007 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1008 * testsuite/ld-z80/arch_r800.d: Likewise.
1009 * testsuite/ld-z80/arch_z180.d: Likewise.
1010 * testsuite/ld-z80/arch_z80n.d: Likewise.
1011 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1012 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
1013 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
1014 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
1015 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
1016 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1017 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1018 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
1019 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1020 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
1021
2e3cd5d0
AM
10222020-02-19 Alan Modra <amodra@gmail.com>
1023
1024 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
1025
0aa99dcd
L
10262020-02-10 H.J. Lu <hongjiu.lu@intel.com>
1027
1028 PR binutils/25355
1029 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
1030 * testsuite/ld-plugin/pr25355.c: New file.
1031 * testsuite/ld-plugin/pr25355.d: Likewise.
1032 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
1033 only dump.
1034
6e569656
L
10352020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1036
1037 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
1038
9fc0b501
SB
10392020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
1040
1041 PR 25469
1042 * emulparams/elf32z80.sh: Use z80 emulation.
1043 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
1044 * emultempl/z80elf.em: Delete.
1045 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
1046 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
1047 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
1048 * testsuite/ld-unique/unique.s: Likewise.
1049 * testsuite/ld-unique/unique_empty.s: Likewise.
1050 * testsuite/ld-unique/unique_shared.s: Likewise.
1051 * testsuite/ld-unique/unique.d: Updated expected output.
1052 * testsuite/ld-z80/arch_z80n.d: New file.
1053 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
1054 * testsuite/ld-z80/labels.s: Add more labels.
1055 * testsuite/ld-z80/relocs.s: Add more reloc tests.
1056 * testsuite/ld-z80/relocs_f_z80n.d: New file
1057
adb8754e
L
10582020-02-07 H.J. Lu <hongjiu.lu@intel.com>
1059
1060 PR ld/25022
1061 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
1062 ldelf_before_place_orphans.
1063
9b538ba7
L
10642020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1065
1066 PR ld/25022
1067 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
1068 before_place_orphans_default.
1069 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1070 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
1071 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
1072 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
1073 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
1074 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
1075 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
1076 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
1077 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
1078 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
1079 ldelf_before_place_orphans.
1080 * ldelf.c (ldelf_before_place_orphans): New.
1081 * ldelf.h (ldelf_before_place_orphans): Likewise.
1082 * ldemul.c (ldemul_before_place_orphans): Likewise.
1083 (before_place_orphans_default): Likewise.
1084 * ldemul.h (ldemul_before_place_orphans): Likewise.
1085 (before_place_orphans_default): Likewise.
1086 (ld_emulation_xfer_struct): Add before_place_orphans.
1087 * ldlang.c (lang_process): Call ldemul_before_place_orphans
1088 before lang_place_orphans.
1089 * testsuite/ld-elf/pr25022.d: New file.
1090 * testsuite/ld-elf/pr25022.s: Likewise.
1091 * testsuite/ld-elf/pr25022.t: Likewise.
1092
5242a0a0
L
10932020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1094
1095 PR ld/25490
1096 * testsuite/ld-elf/pr25490-1.d: New file.
1097 * testsuite/ld-elf/pr25490-1.s: Likewise.
1098
b7d07216
L
10992020-02-06 H.J. Lu <hongjiu.lu@intel.com>
1100
1101 PR ld/24526
1102 PR ld/25021
1103 PR ld/25490
1104 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
1105 * testsuite/ld-elf/pr24526.d: New file.
1106 * testsuite/ld-elf/pr24526.s: Likewise.
1107 * testsuite/ld-elf/pr25021.d: Likewise.
1108 * testsuite/ld-elf/pr25021.s: Likewise.
1109 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
1110 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
1111 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
1112 * testsuite/ld-elf/pr25490-2.s: Likewise.
1113 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
1114 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
1115 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
1116 * testsuite/ld-elf/pr25490-3.s: Likewise.
1117 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
1118 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
1119 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
1120 * testsuite/ld-elf/pr25490-4.s: Likewise.
1121 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
1122 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
1123 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
1124 * testsuite/ld-elf/pr25490-5.s: Likewise.
1125 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
1126 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
1127 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
1128 * testsuite/ld-elf/pr25490-6.s: Likewise.
1129
11302020-02-06 H.J. Lu <hongjiu.lu@intel.com>
9e4d08bb
L
1131
1132 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
1133 z80 as not supported.
1134
bb4e012c
AM
11352020-02-06 Alan Modra <amodra@gmail.com>
1136
1137 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
1138 targets that don't support ifunc rather than ones that do.
1139 (contains_irelative_reloc): Match R_PARISC_IPLT.
1140 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
1141 * testsuite/ld-ifunc/ifunc-23-x86.s,
1142 * testsuite/ld-ifunc/ifunc-24-x86.s,
1143 * testsuite/ld-ifunc/ifunc-25-x86.s,
1144 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
1145 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
1146 * testsuite/ld-ifunc/ifunc-10-i386.d,
1147 * testsuite/ld-ifunc/ifunc-11-i386.d,
1148 * testsuite/ld-ifunc/ifunc-12-i386.d,
1149 * testsuite/ld-ifunc/ifunc-13-i386.d,
1150 * testsuite/ld-ifunc/ifunc-14a-i386.d,
1151 * testsuite/ld-ifunc/ifunc-14b-i386.d,
1152 * testsuite/ld-ifunc/ifunc-14c-i386.d,
1153 * testsuite/ld-ifunc/ifunc-14d-i386.d,
1154 * testsuite/ld-ifunc/ifunc-14e-i386.d,
1155 * testsuite/ld-ifunc/ifunc-14f-i386.d,
1156 * testsuite/ld-ifunc/ifunc-15-i386.d,
1157 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
1158 * testsuite/ld-ifunc/ifunc-16-i386.d,
1159 * testsuite/ld-ifunc/ifunc-17a-i386.d,
1160 * testsuite/ld-ifunc/ifunc-17b-i386.d,
1161 * testsuite/ld-ifunc/ifunc-18a-i386.d,
1162 * testsuite/ld-ifunc/ifunc-18b-i386.d,
1163 * testsuite/ld-ifunc/ifunc-19a-i386.d,
1164 * testsuite/ld-ifunc/ifunc-19b-i386.d,
1165 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
1166 * testsuite/ld-ifunc/ifunc-2-i386.d,
1167 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1168 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
1169 * testsuite/ld-ifunc/ifunc-20-i386.d,
1170 * testsuite/ld-ifunc/ifunc-21-i386.d,
1171 * testsuite/ld-ifunc/ifunc-22-i386.d,
1172 * testsuite/ld-ifunc/ifunc-26.d,
1173 * testsuite/ld-ifunc/ifunc-5a-i386.d,
1174 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
1175 * testsuite/ld-ifunc/ifunc-5b-i386.d,
1176 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
1177 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
1178 * testsuite/ld-ifunc/ifunc-6a-i386.d,
1179 * testsuite/ld-ifunc/ifunc-6b-i386.d,
1180 * testsuite/ld-ifunc/ifunc-7a-i386.d,
1181 * testsuite/ld-ifunc/ifunc-7b-i386.d,
1182 * testsuite/ld-ifunc/ifunc-8-i386.d,
1183 * testsuite/ld-ifunc/ifunc-9-i386.d,
1184 * testsuite/ld-ifunc/pr17154-i386-now.d,
1185 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
1186
02e0be69
AM
11872020-02-06 Alan Modra <amodra@gmail.com>
1188
1189 * testsuite/lib/ld-lib.exp (is_generic): Delete.
1190 * testsuite/ld-unique/unique.exp: Exclude tic6x.
1191
b88237bc
AM
11922020-02-06 Alan Modra <amodra@gmail.com>
1193
1194 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
1195 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
1196
a8c4d40b
L
11972020-02-02 H.J. Lu <hongjiu.lu@intel.com>
1198
1199 PR gas/25380
1200 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
1201 directives.
1202 * testsuite/ld-i386/tls-gd1.S: Likewise.
1203 * testsuite/ld-x86-64/pr21481b.S: Likewise.
1204
5cebc931
JB
12052020-01-30 Jan Beulich <jbeulich@suse.com>
1206
1207 * ld.texi: Remove space between @option and brace.
1208
ef8f08ca
AM
12092020-01-29 Alan Modra <amodra@gmail.com>
1210
1211 PR 25477
1212 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
1213 correct concat.
1214 (ldelf_after_open): Add prefix parameter.
1215 * ldelf.h (ldelf_after_open): Update prototype.
1216 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
1217 to ldelf_after_open.
1218 * Makefile.am: Correct z80 dependencies.
1219 * Makefile.in: Regenerate.
1220
738174e1
AM
12212020-01-28 Alan Modra <amodra@gmail.com>
1222
1223 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
1224 in first phase.
1225
e3696f67
AM
12262020-01-27 Alan Modra <amodra@gmail.com>
1227
1228 * testsuite/ld-elfvers/vers.exp: Replace case statements with
1229 switch statements.
1230 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1231 * testsuite/ld-unique/unique.exp: Likewise.
1232
3024a17a
AM
12332020-01-27 H.J. Lu <hongjiu.lu@intel.com>
1234 Alan Modra <amodra@gmail.com>
1235
1236 PR ld/25458
1237 * testsuite/ld-elf/pr25458.map: New file.
1238 * testsuite/ld-elf/pr25458.rd: Likewise.
1239 * testsuite/ld-elf/pr25458a.s: Likewise.
1240 * testsuite/ld-elf/pr25458b.s: Likewise.
1241 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
1242
6a462ad4
L
12432020-01-22 H.J. Lu <hongjiu.lu@intel.com>
1244
1245 PR ld/25416
1246 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
1247 compiler support.
1248
a804e476
AM
12492020-01-22 Alan Modra <amodra@gmail.com>
1250
1251 * testsuite/ld-powerpc/tlsdesc3.d,
1252 * testsuite/ld-powerpc/tlsdesc3.wf,
1253 * testsuite/ld-powerpc/tlsdesc4.d,
1254 * testsuite/ld-powerpc/tlsdesc4.s,
1255 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
1256 * testsuite/ld-powerpc/powerpc.exp: Run them.
1257
9e7028aa
AM
12582020-01-22 Alan Modra <amodra@gmail.com>
1259
1260 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
1261 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
1262 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
1263 (params): Init new field.
1264 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
1265 Document.
1266 * testsuite/ld-powerpc/tlsdesc.s,
1267 * testsuite/ld-powerpc/tlsdesc.d,
1268 * testsuite/ld-powerpc/tlsdesc.wf,
1269 * testsuite/ld-powerpc/tlsdesc2.d,
1270 * testsuite/ld-powerpc/tlsdesc2.wf,
1271 * testsuite/ld-powerpc/tlsexenors.d,
1272 * testsuite/ld-powerpc/tlsexenors.r,
1273 * testsuite/ld-powerpc/tlsexers.d,
1274 * testsuite/ld-powerpc/tlsexers.r,
1275 * testsuite/ld-powerpc/tlsexetocnors.d,
1276 * testsuite/ld-powerpc/tlsexetocrs.d,
1277 * testsuite/ld-powerpc/tlsexetocrs.r,
1278 * testsuite/ld-powerpc/tlsopt6.d,
1279 * testsuite/ld-powerpc/tlsopt6.wf: New.
1280 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1281
c48acf6f
YC
12822020-01-22 Yuri Chornoivan <yurchor@mageia.org>
1283
1284 PR 25417
1285 * ldlang.c (ldlang_open_ctf): Fix error message typo.
1286 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
1287
1e161364
L
12882020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1289
1290 * testsuite/ld-elf/pr23900-1.d: Adjusted.
1291
b4654b10
L
12922020-01-21 H.J. Lu <hongjiu.lu@intel.com>
1293
1294 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
1295
26916852
NC
12962020-01-20 Nick Clifton <nickc@redhat.com>
1297
1298 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1299 * po/uk.po: Updated Ukranian translation.
1300
14470f07
L
13012020-01-20 H.J. Lu <hongjiu.lu@intel.com>
1302
1303 PR ld/25416
1304 * testsuite/ld-x86-64/pr25416-1.s: New file
1305 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
1306 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
1307 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
1308 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
1309 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
1310 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
1311 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
1312 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
1313 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
1314 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
1315 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
1316 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
1317 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
1318 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
1319 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
1320 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
1321
b9ca1af6
AM
13222020-01-20 Alan Modra <amodra@gmail.com>
1323
1324 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
1325 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
1326 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
1327 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
1328 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
1329
69d24618
RM
13302020-01-18 Roland McGrath <mcgrathr@google.com>
1331
1332 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
1333 to admit whatever absolute address. The label-relative address is
1334 what the test needs to verify.
1335
1b1bb2c6
NC
13362020-01-18 Nick Clifton <nickc@redhat.com>
1337
1338 * configure: Regenerate.
1339 * po/ld.pot: Regenerate.
1340
ae774686
NC
13412020-01-18 Nick Clifton <nickc@redhat.com>
1342
1343 Binutils 2.34 branch created.
1344
6d0be74b
JL
13452020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1346
1347 * scripttempl/elf32msp430_3.sc: Remove.
1348
0c3d9485
JL
13492020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1350
1351 * scripttempl/elf32msp430.sc: Add input section rules for
1352 .upper.{text,data,rodata,bss}.
1353 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1354 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
1355
0d1cc75d
LB
13562020-01-15 Lars Brinkhoff <lars@nocrew.org>
1357
1358 PR 20694
1359 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
1360
131cb553
JL
13612020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
1362
1363 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
1364 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
1365
e1c6cf61
AM
13662020-01-15 Alan Modra <amodra@gmail.com>
1367
1368 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
1369 * testsuite/ld-powerpc/funref.s: Align func_tab.
1370 * testsuite/ld-powerpc/funref2.s: Likewise.
1371 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
1372
e44925ae
LC
13732020-01-14 Lili Cui <lili.cui@intel.com>
1374
1375 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
1376
8c7e1c04
AM
13772020-01-13 Alan Modra <amodra@gmail.com>
1378
1379 * po/BLD-POTFILES.in: Regenerate.
1380
4f18d742
CZ
13812020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1382
1383 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
1384
5e4f7e05
CZ
13852020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1386
1387 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
1388 emulations.
1389 * configure.tgt: Likewise.
1390 * Makefile.in: Regenerate.
1391 * emulparams/arcelf_prof.sh: Remove file.
1392 * emulparams/arclinux_prof.sh: Likewise.
1393
8cb31bad
CZ
13942020-01-13 Claudiu Zissulescu <claziss@gmail.com>
1395
1396 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
1397 located at an arbitrary address. Use DWARF.sc file.
1398 * scripttempl/elfarc.sc: Use DWARF.sc file.
1399
85e290dc
AM
14002020-01-07 Alan Modra <amodra@gmail.com>
1401
1402 * testsuite/ld-mips-elf/eh-frame5.s,
1403 * testsuite/ld-mips-elf/ehdr_start-new.s,
1404 * testsuite/ld-mips-elf/ehdr_start-o32.s,
1405 * testsuite/ld-mips-elf/mips16-call-global-1.s,
1406 * testsuite/ld-mips-elf/mips16-intermix-1.s,
1407 * testsuite/ld-mips-elf/mips16-pic-1b.s,
1408 * testsuite/ld-mips-elf/mips16-pic-4c.s,
1409 * testsuite/ld-mips-elf/no-shared-1-n64.s,
1410 * testsuite/ld-mips-elf/no-shared-1-o32.s,
1411 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
1412 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
1413 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
1414 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
1415 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
1416 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
1417 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
1418 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
1419 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
1420 * testsuite/ld-mips-elf/pie.s,
1421 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
1422
0e1f1593
NC
14232020-01-06 Nick Clifton <nickc@redhat.com>
1424
1425 PR 25327
1426 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1427 command line when building libcomm1.o and pr13250 tests.
1428 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
1429
d2dbcb18
NC
14302020-01-06 Nick Clifton <nickc@redhat.com>
1431
1432 PR 25326
1433 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
1434 command line when building pr19579 binaries.
1435
dc9bd8c9
HD
14362020-01-03 Hannes Domani <ssbssa@yahoo.de>
1437
1438 * emultempl/pe.em: Add new option --enable-reloc-section.
1439 * emultempl/pep.em: Likewise.
1440 * ld.texi: Document --enable-reloc-section.
1441 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
1442 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
1443 * pe-dll.h: Add extern declaration of option flag.
1444 * pep-dll.c (pe_dll_enable_reloc_section):
1445 Add alias define for pep_dll_enable_reloc_section.
1446 * pep-dll.h: Add extern declaration of option flag.
1447
6655dba2
SB
14482020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
1449
1450 * Makefile.am: Add new target z80-elf
1451 * configure.tgt: Likewise.
1452 * Makefile.in: Regenerate.
1453 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
1454 * emulparams/elf32z80.sh: New file.
1455 * emultempl/z80elf.em: Likewise.
1456 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
1457 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
1458 * testsuite/ld-scripts/fill16.d: Fix for Z80.
1459 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
1460 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
1461 * testsuite/ld-z80/arch_r800.d: Likewise.
1462 * testsuite/ld-z80/arch_z180.d: Likewise.
1463 * testsuite/ld-z80/arch_z80.d: Likewise.
1464 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
1465 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
1466 * testsuite/ld-z80/labels.s: Likewise.
1467 * testsuite/ld-z80/relocs.s: Likewise.
1468 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
1469 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
1470 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
1471 * testsuite/ld-z80/z80.exp: Likewise.
1472 * NEWS: Mention the new support.
1473
0db131fb
TC
14742020-01-02 Tamar Christina <tamar.christina@arm.com>
1475
1476 PR 25210
1477 PR 24753
1478 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1479 Remove SEC_LINKER_CREATED.
1480 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
1481 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
1482
b14ce8bf
AM
14832020-01-01 Alan Modra <amodra@gmail.com>
1484
1485 Update year range in copyright notice of all files.
1486
0b114740 1487For older changes see ChangeLog-2019
3499769a 1488\f
0b114740 1489Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
1490
1491Copying and distribution of this file, with or without modification,
1492are permitted in any medium without royalty provided the copyright
1493notice and this notice are preserved.
1494
1495Local Variables:
1496mode: change-log
1497left-margin: 8
1498fill-column: 74
1499version-control: never
1500End: