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