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