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