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