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