RISC-V: Support GNU indirect functions.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
02dd9d25
NC
12020-10-16 Nelson Chu <nelson.chu@sifive.com>
2
3 * emulparams/elf32lriscv-defs.sh: Add IREL_IN_PLT.
4 * testsuite/ld-ifunc/ifunc.exp: Enable ifunc tests for RISC-V.
5 * testsuite/ld-riscv-elf/ld-riscv-elf.exp (run_dump_test_ifunc):
6 New dump test for ifunc. There are two arguments, 'target` and
7 `output`. The `target` is rv32 or rv64, and the `output` is used
8 to choose which output you want to test (exe, pie or .so).
9 * testsuite/ld-riscv-elf/ifunc-reloc-call-01.s: New testcase.
10 * testsuite/ld-riscv-elf/ifunc-reloc-call-01.d: Likewise.
11 * testsuite/ld-riscv-elf/ifunc-reloc-call-01-exe.rd: Likewise.
12 * testsuite/ld-riscv-elf/ifunc-reloc-call-01-pic.rd: Likewise.
13 * testsuite/ld-riscv-elf/ifunc-reloc-call-01-pie.rd: Likewise.
14 * testsuite/ld-riscv-elf/ifunc-reloc-call-02.s: Likewise.
15 * testsuite/ld-riscv-elf/ifunc-reloc-call-02.d: Likewise.
16 * testsuite/ld-riscv-elf/ifunc-reloc-call-02-exe.rd: Likewise.
17 * testsuite/ld-riscv-elf/ifunc-reloc-call-02-pic.rd: Likewise.
18 * testsuite/ld-riscv-elf/ifunc-reloc-call-02-pie.rd: Likewise.
19 * testsuite/ld-riscv-elf/ifunc-reloc-data.s: Likewise.
20 * testsuite/ld-riscv-elf/ifunc-reloc-data.d: Likewise.
21 * testsuite/ld-riscv-elf/ifunc-reloc-data-exe.rd: Likewise.
22 * testsuite/ld-riscv-elf/ifunc-reloc-data-pic.rd: Likewise.
23 * testsuite/ld-riscv-elf/ifunc-reloc-data-pie.rd: Likewise.
24 * testsuite/ld-riscv-elf/ifunc-reloc-got.s: Likewise.
25 * testsuite/ld-riscv-elf/ifunc-reloc-got.d: Likewise.
26 * testsuite/ld-riscv-elf/ifunc-reloc-got-exe.rd: Likewise.
27 * testsuite/ld-riscv-elf/ifunc-reloc-got-pic.rd: Likewise.
28 * testsuite/ld-riscv-elf/ifunc-reloc-got-pie.rd: Likewise.
29 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel.s: Likewise.
30 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel.d: Likewise.
31 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-exe.rd: Likewise.
32 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-pic.rd: Likewise.
33 * testsuite/ld-riscv-elf/ifunc-reloc-pcrel-pie.rd: Likewise.
34 * testsuite/ld-riscv-elf/ifunc-nonplt.s: Likewise.
35 * testsuite/ld-riscv-elf/ifunc-nonplt.d: Likewise.
36 * testsuite/ld-riscv-elf/ifunc-nonplt-exe.rd: Likewise.
37 * testsuite/ld-riscv-elf/ifunc-nonplt-pic.rd: Likewise.
38 * testsuite/ld-riscv-elf/ifunc-nonplt-pie.rd: Likewise.
39 * testsuite/ld-riscv-elf/ifunc-plt-01.s: Likewise.
40 * testsuite/ld-riscv-elf/ifunc-plt-01.d: Likewise.
41 * testsuite/ld-riscv-elf/ifunc-plt-01-exe.rd: Likewise.
42 * testsuite/ld-riscv-elf/ifunc-plt-01-pic.rd: Likewise.
43 * testsuite/ld-riscv-elf/ifunc-plt-01-pie.rd: Likewise.
44 * testsuite/ld-riscv-elf/ifunc-plt-02.s: Likewise.
45 * testsuite/ld-riscv-elf/ifunc-plt-02.d: Likewise.
46 * testsuite/ld-riscv-elf/ifunc-plt-02-exe.rd: Likewise.
47 * testsuite/ld-riscv-elf/ifunc-plt-02-pic.rd: Likewise.
48 * testsuite/ld-riscv-elf/ifunc-plt-02-pie.rd: Likewise.
49 * testsuite/ld-riscv-elf/ifunc-seperate-resolver.s: Likewise.
50 * testsuite/ld-riscv-elf/ifunc-seperate-caller.s: Likewise.
51 * testsuite/ld-riscv-elf/ifunc-seperate-exe.d: Likewise.
52 * testsuite/ld-riscv-elf/ifunc-seperate-pic.d: Likewise.
53 * testsuite/ld-riscv-elf/ifunc-seperate-pie.d: Likewise.
54 * testsuite/ld-riscv-elf/ifunc-seperate-caller-pcrel.s: Likewise.
55 * testsuite/ld-riscv-elf/ifunc-seperate-pcrel-pic.d: Likewise.
56 * testsuite/ld-riscv-elf/ifunc-seperate-pcrel-pie.d: Likewise.
57
32930e4e
L
582020-10-09 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR gas/26703
61 * NEWS: Mention -z x86-64-v[234].
62 * ld.texi: Document -z x86-64-v[234].
63 * emulparams/elf32_x86_64.sh: Use x86-64-level.sh.
64 * emulparams/elf_i386.sh: Likewise.
65 * emulparams/elf_x86_64.sh: Likewise.
66 * emulparams/x86-64-level.sh: New file.
67 * testsuite/ld-elf/x86-feature-1a.rd: Update.
68 * testsuite/ld-elf/x86-feature-1b.rd: Likewise.
69 * testsuite/ld-elf/x86-feature-1c.rd: Likewise.
70 * testsuite/ld-elf/x86-feature-1d.rd: Likewise.
71 * testsuite/ld-elf/x86-feature-1e.rd: Likewise.
72 * testsuite/ld-i386/pr23372c.d: Likewise.
73 * testsuite/ld-i386/pr23486c.d: Likewise.
74 * testsuite/ld-i386/pr23486d.d: Likewise.
75 * testsuite/ld-i386/pr24322a.d: Likewise.
76 * testsuite/ld-i386/pr24322b.d: Likewise.
77 * testsuite/ld-i386/property-1a.r: Likewise.
78 * testsuite/ld-i386/property-2a.r: Likewise.
79 * testsuite/ld-i386/property-3.r: Likewise.
80 * testsuite/ld-i386/property-3a.r: Likewise.
81 * testsuite/ld-i386/property-4.r: Likewise.
82 * testsuite/ld-i386/property-4a.r: Likewise.
83 * testsuite/ld-i386/property-5.r: Likewise.
84 * testsuite/ld-i386/property-5a.r: Likewise.
85 * testsuite/ld-i386/property-7a.r: Likewise.
86 * testsuite/ld-i386/property-x86-3.d: Likewise.
87 * testsuite/ld-i386/property-x86-4a.d: Likewise.
88 * testsuite/ld-i386/property-x86-5.d: Likewise.
89 * testsuite/ld-i386/property-x86-cet1.d: Likewise.
90 * testsuite/ld-i386/property-x86-cet2a.d: Likewise.
91 * testsuite/ld-i386/property-x86-cet5a.d: Likewise.
92 * testsuite/ld-i386/property-x86-cet5b.d: Likewise.
93 * testsuite/ld-i386/property-x86-ibt1a.d: Likewise.
94 * testsuite/ld-i386/property-x86-ibt1b.d: Likewise.
95 * testsuite/ld-i386/property-x86-ibt2.d: Likewise.
96 * testsuite/ld-i386/property-x86-ibt3a.d: Likewise.
97 * testsuite/ld-i386/property-x86-ibt3b.d: Likewise.
98 * testsuite/ld-i386/property-x86-ibt4.d: Likewise.
99 * testsuite/ld-i386/property-x86-ibt5.d: Likewise.
100 * testsuite/ld-i386/property-x86-shstk1a.d: Likewise.
101 * testsuite/ld-i386/property-x86-shstk1b.d: Likewise.
102 * testsuite/ld-i386/property-x86-shstk2.d: Likewise.
103 * testsuite/ld-i386/property-x86-shstk3a.d: Likewise.
104 * testsuite/ld-i386/property-x86-shstk3b.d: Likewise.
105 * testsuite/ld-i386/property-x86-shstk4.d: Likewise.
106 * testsuite/ld-i386/property-x86-shstk5.d: Likewise.
107 * testsuite/ld-x86-64/pr23372c-x32.d: Likewise.
108 * testsuite/ld-x86-64/pr23372c.d: Likewise.
109 * testsuite/ld-x86-64/pr23486c.d: Likewise.
110 * testsuite/ld-x86-64/pr23486d-x32.d: Likewise.
111 * testsuite/ld-x86-64/pr23486d.d: Likewise.
112 * testsuite/ld-x86-64/pr24322a-x32.d: Likewise.
113 * testsuite/ld-x86-64/pr24322a.d: Likewise.
114 * testsuite/ld-x86-64/pr24322b-x32.d: Likewise.
115 * testsuite/ld-x86-64/pr24322b.d: Likewise.
116 * testsuite/ld-x86-64/pr24458a-x32.d: Likewise.
117 * testsuite/ld-x86-64/pr24458a.d: Likewise.
118 * testsuite/ld-x86-64/pr24458b-x32.d: Likewise.
119 * testsuite/ld-x86-64/pr24458b.d: Likewise.
120 * testsuite/ld-x86-64/pr24458c-x32.d: Likewise.
121 * testsuite/ld-x86-64/pr24458c.d: Likewise.
122 * testsuite/ld-x86-64/property-1a.r: Likewise.
123 * testsuite/ld-x86-64/property-2a.r: Likewise.
124 * testsuite/ld-x86-64/property-3.r: Likewise.
125 * testsuite/ld-x86-64/property-3a.r: Likewise.
126 * testsuite/ld-x86-64/property-4.r: Likewise.
127 * testsuite/ld-x86-64/property-4a.r: Likewise.
128 * testsuite/ld-x86-64/property-5.r: Likewise.
129 * testsuite/ld-x86-64/property-5a.r: Likewise.
130 * testsuite/ld-x86-64/property-7a.r: Likewise.
131 * testsuite/ld-x86-64/property-x86-3-x32.d: Likewise.
132 * testsuite/ld-x86-64/property-x86-3.d: Likewise.
133 * testsuite/ld-x86-64/property-x86-4a-x32.d: Likewise.
134 * testsuite/ld-x86-64/property-x86-4a.d: Likewise.
135 * testsuite/ld-x86-64/property-x86-5-x32.d: Likewise.
136 * testsuite/ld-x86-64/property-x86-5.d: Likewise.
137 * testsuite/ld-x86-64/property-x86-cet1-x32.d: Likewise.
138 * testsuite/ld-x86-64/property-x86-cet1.d: Likewise.
139 * testsuite/ld-x86-64/property-x86-cet2a-x32.d: Likewise.
140 * testsuite/ld-x86-64/property-x86-cet2a.d: Likewise.
141 * testsuite/ld-x86-64/property-x86-cet5a-x32.d: Likewise.
142 * testsuite/ld-x86-64/property-x86-cet5a.d: Likewise.
143 * testsuite/ld-x86-64/property-x86-cet5b-x32.d: Likewise.
144 * testsuite/ld-x86-64/property-x86-cet5b.d: Likewise.
145 * testsuite/ld-x86-64/property-x86-ibt1a-x32.d: Likewise.
146 * testsuite/ld-x86-64/property-x86-ibt1a.d: Likewise.
147 * testsuite/ld-x86-64/property-x86-ibt1b-x32.d: Likewise.
148 * testsuite/ld-x86-64/property-x86-ibt1b.d: Likewise.
149 * testsuite/ld-x86-64/property-x86-ibt2-x32.d: Likewise.
150 * testsuite/ld-x86-64/property-x86-ibt2.d: Likewise.
151 * testsuite/ld-x86-64/property-x86-ibt3a-x32.d: Likewise.
152 * testsuite/ld-x86-64/property-x86-ibt3a.d: Likewise.
153 * testsuite/ld-x86-64/property-x86-ibt3b-x32.d: Likewise.
154 * testsuite/ld-x86-64/property-x86-ibt3b.d: Likewise.
155 * testsuite/ld-x86-64/property-x86-ibt4-x32.d: Likewise.
156 * testsuite/ld-x86-64/property-x86-ibt4.d: Likewise.
157 * testsuite/ld-x86-64/property-x86-ibt5-x32.d: Likewise.
158 * testsuite/ld-x86-64/property-x86-ibt5.d: Likewise.
159 * testsuite/ld-x86-64/property-x86-shstk1a-x32.d: Likewise.
160 * testsuite/ld-x86-64/property-x86-shstk1a.d: Likewise.
161 * testsuite/ld-x86-64/property-x86-shstk1b-x32.d: Likewise.
162 * testsuite/ld-x86-64/property-x86-shstk1b.d: Likewise.
163 * testsuite/ld-x86-64/property-x86-shstk2-x32.d: Likewise.
164 * testsuite/ld-x86-64/property-x86-shstk2.d: Likewise.
165 * testsuite/ld-x86-64/property-x86-shstk3a-x32.d: Likewise.
166 * testsuite/ld-x86-64/property-x86-shstk3a.d: Likewise.
167 * testsuite/ld-x86-64/property-x86-shstk3b-x32.d: Likewise.
168 * testsuite/ld-x86-64/property-x86-shstk3b.d: Likewise.
169 * testsuite/ld-x86-64/property-x86-shstk4-x32.d: Likewise.
170 * testsuite/ld-x86-64/property-x86-shstk4.d: Likewise.
171 * testsuite/ld-x86-64/property-x86-shstk5-x32.d: Likewise.
172 * testsuite/ld-x86-64/property-x86-shstk5.d: Likewise.
173 * testsuite/ld-i386/i386.exp: Run property-x86-6,
174 property-x86-isa1, property-x86-isa2 and property-x86-isa3.
175 * testsuite/ld-i386/property-x86-1.S: Updated to the current
176 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
177 values.
178 * testsuite/ld-i386/property-x86-2.S: Likewise.
179 * testsuite/ld-i386/property-x86-3.s: Likewise.
180 * testsuite/ld-x86-64/pr23372d.s: Likewise.
181 * testsuite/ld-x86-64/pr23372e.s: Likewise.
182 * testsuite/ld-x86-64/pr23372f.s: Likewise.
183 * testsuite/ld-x86-64/pr23486c.s: Likewise.
184 * testsuite/ld-x86-64/pr23486d.s: Likewise.
185 * testsuite/ld-x86-64/property-x86-1.S: Likewise.
186 * testsuite/ld-x86-64/property-x86-2.S: Likewise.
187 * testsuite/ld-x86-64/property-x86-3.s: Likewise.
188 * testsuite/ld-x86-64/property-x86-5a.s: Likewise.
189 * testsuite/ld-x86-64/property-x86-5b.s: Likewise.
190 * testsuite/ld-i386/property-x86-6.d: New file.
191 * testsuite/ld-i386/property-x86-isa1.d: Likewise.
192 * testsuite/ld-i386/property-x86-isa2.d: Likewise.
193 * testsuite/ld-i386/property-x86-isa3.d: Likewise.
194 * testsuite/ld-x86-64/property-x86-6-x32.d: Likewise.
195 * testsuite/ld-x86-64/property-x86-6.d: Likewise.
196 * testsuite/ld-x86-64/property-x86-6.s: Likewise.
197 * testsuite/ld-x86-64/property-x86-isa1-x32.d: Likewise.
198 * testsuite/ld-x86-64/property-x86-isa1.d: Likewise.
199 * testsuite/ld-x86-64/property-x86-isa1.s: Likewise.
200 * testsuite/ld-x86-64/property-x86-isa2-x32.d: Likewise.
201 * testsuite/ld-x86-64/property-x86-isa2.d: Likewise.
202 * testsuite/ld-x86-64/property-x86-isa3-x32.d: Likewise.
203 * testsuite/ld-x86-64/property-x86-isa3.d: Likewise.
204 * testsuite/ld-x86-64/simple.s: Likewise.
205 * ld/testsuite/ld-x86-64/x86-64.exp: Run property-x86-6,
206 property-x86-6-x32, property-x86-isa1, property-x86-isa1-x32,
207 property-x86-isa2, property-x86-isa2-x32, property-x86-isa3-x32
208 and property-x86-isa3.
209
3d08aa66
L
2102020-10-06 H.J. Lu <hongjiu.lu@intel.com>
211
212 * testsuite/ld-i386/property-3.r: Updated for Fedora binary
213 annotation plugin for GCC.
214 * testsuite/ld-i386/property-4.r: Likewise.
215 * testsuite/ld-i386/property-5.r: Likewise.
216 * testsuite/ld-x86-64/property-3.r: Likewise.
217 * testsuite/ld-x86-64/property-4.r: Likewise.
218 * testsuite/ld-x86-64/property-5.r: Likewise.
219
574df58f
L
2202020-10-06 H.J. Lu <hongjiu.lu@intel.com>
221
222 PR ld/26711
223 * testsuite/ld-i386/i386.exp: Run ld/26711 tests.
224 * testsuite/ld-x86-64/x86-64.exp: Likewise.
225 * testsuite/ld-i386/pr26711-1.d: Likewise.
226 * testsuite/ld-i386/pr26711-2.d: Likewise.
227 * testsuite/ld-i386/pr26711-3.d: Likewise.
228 * testsuite/ld-x86-64/pr26711-1-x32.d: Likewise.
229 * testsuite/ld-x86-64/pr26711-1.d: Likewise.
230 * testsuite/ld-x86-64/pr26711-2-x32.d: Likewise.
231 * testsuite/ld-x86-64/pr26711-2.d: Likewise.
232 * testsuite/ld-x86-64/pr26711-3-x32.d: Likewise.
233 * testsuite/ld-x86-64/pr26711-3.d: Likewise.
234 * testsuite/ld-x86-64/pr26711.s: Likewise.
235
6afcdeb3
BB
2362020-10-06 Brandon Bergren <bdragon@FreeBSD.org>
237
238 * Makefile.am (ALL_64_EMULATION_SOURCES): Add eelf64lppc_fbsd.c.
239 Include $(DEPDIR)/eelf64lppc_fbsd.Pc.
240 * configure.tgt: Add powerpc64le-*-freebsd*.
241 * emulparams/elf64lppc_fbsd.sh: New file.
242 * Makefile.in: Regenerate.
243 * po/BLD-POTFILES.in: Regenerate.
244
6d96a594
C
2452020-10-05 T.K. Chia <u1049321969@caramail.com>
246
247 PR gas/26694
248 * testsuite/ld-i386/ljmp.s,
249 * testsuite/ld-i386/ljmp1.d,
250 * testsuite/ld-i386/ljmp1.s,
251 * testsuite/ld-i386/ljmp2.d,
252 * testsuite/ld-i386/ljmp2.s,
253 * testsuite/ld-x86-64/ljmp1.d,
254 * testsuite/ld-x86-64/ljmp2.d: New testcases.
255 * testsuite/ld-i386/i386.exp,
256 * testsuite/ld-x86-64/x86-64.exp: Run them.
257
983d925d
NC
2582020-10-05 Nick Clifton <nickc@redhat.com>
259
260 * lexsup.c (parse_args): Generate an error or warning message when
261 multiple short options are used together.
262
7026832e
L
2632020-10-01 H.J. Lu <hongjiu.lu@intel.com>
264
265 PR 26681
266 * testsuite/ld-elf/pr26681.s: New test.
267 * testsuite/ld-elf/pr26681.d: New test driver.
268 * testsuite/ld-elf/pr26681.l: New test output.
269
04e433a8
L
2702020-09-30 H.J. Lu <hongjiu.lu@intel.com>
271
272 PR ld/26675
273 * plugin.c (plugin_notice): Override the IR definition before
274 all LTO symbols have been read for non-ELF targets.
275
51dee44b
JD
2762020-09-30 Jeremy Drake <sourceware-bugzilla@jdrake.com>
277
278 PR 26588
279 * emultempl/pe.em (_finish): Generate an import library for DLLs,
280 even if they have no exports.
281 * emultempl/pep.em (_finish): Likewise.
282
f243e458
AM
2832020-09-28 Alan Modra <amodra@gmail.com>
284
285 * testsuite/ld-powerpc/tlsget.d,
286 * testsuite/ld-powerpc/tlsget.s,
287 * testsuite/ld-powerpc/tlsget.wf,
288 * testsuite/ld-powerpc/tlsget2.d.
289 * testsuite/ld-powerpc/tlsget2.wf: New testcases.
290 * testsuite/ld-powerpc/powerpc.exp: Run them.
291
3cd7c7d7
AM
2922020-09-26 Alan Modra <amodra@gmail.com>
293
294 * testsuite/ld-powerpc/elfv2so.d,
295 * testsuite/ld-powerpc/notoc2.d,
296 * testsuite/ld-powerpc/tlsdesc.wf,
297 * testsuite/ld-powerpc/tlsdesc2.d,
298 * testsuite/ld-powerpc/tlsdesc2.wf,
299 * testsuite/ld-powerpc/tlsopt5.d,
300 * testsuite/ld-powerpc/tlsopt5.wf,
301 * testsuite/ld-powerpc/tlsopt6.d,
302 * testsuite/ld-powerpc/tlsopt6.wf: Update __glink_PLTresolve.
303
c9405344
AM
3042020-09-24 Alan Modra <amodra@gmail.com>
305
306 PR 26655
307 * emultempl/ppc64elf.em (params): Add ppc_edit.
308 (ppc_before_allocation): Split off some edit functions to..
309 (ppc_edit): ..this, new function.
310
307f2595
FZ
3112020-09-22 Frediano Ziglio <fziglio@redhat.com>
312
313 * emultempl/pe.em (set_entry_point): Only use the DLL entry point
314 for DLLs.
315 * emultempl/pep.em (set_entry_point): Likewise.
316
be7628ca
MP
3172020-09-16 Mikael Pettersson <mikpelinux@gmail.com>
318
319 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIE on sparc.
320 * testsuite/ld-elf/tls.exp: Add -Av9 to AFLAGS_PIC on sparc.
321
36068e2f
L
3222020-09-16 H.J. Lu <hongjiu.lu@intel.com>
323
324 PR ld/26583
325 * testsuite/ld-x86-64/pe-x86-64-1.od: New file.
326 * testsuite/ld-x86-64/pe-x86-64-1a.obj.bz2: Likewise.
327 * testsuite/ld-x86-64/pe-x86-64-1b.obj.bz2: Likewise.
328 * testsuite/ld-x86-64/pe-x86-64-1c.obj.bz2: Likewise.
329 * testsuite/ld-x86-64/pe-x86-64-2.od: Likewise.
330 * testsuite/ld-x86-64/pe-x86-64-2a.obj.bz2: Likewise.
331 * testsuite/ld-x86-64/pe-x86-64-2b.obj.bz2: Likewise.
332 * testsuite/ld-x86-64/pe-x86-64-2c.obj.bz2: Likewise.
333 * testsuite/ld-x86-64/pe-x86-64-3.od: Likewise.
334 * testsuite/ld-x86-64/pe-x86-64-3a.obj.bz2: Likewise.
335 * testsuite/ld-x86-64/pe-x86-64-3b.obj.bz2: Likewise.
336 * testsuite/ld-x86-64/pe-x86-64-3c.obj.bz2: Likewise.
337 * testsuite/ld-x86-64/pe-x86-64-3d.obj.bz2: Likewise.
338 * testsuite/ld-x86-64/pe-x86-64-4.od: Likewise.
339 * testsuite/ld-x86-64/pe-x86-64-4a.obj.bz2: Likewise.
340 * testsuite/ld-x86-64/pe-x86-64-4b.obj.bz2: Likewise.
341 * testsuite/ld-x86-64/pe-x86-64-4c.obj.bz2: Likewise.
342 * testsuite/ld-x86-64/pe-x86-64-4d.obj.bz2: Likewise.
343 * testsuite/ld-x86-64/pe-x86-64.exp: Likewise.
344 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Handle bz2 binary
345 inputs.
346
c1229f84
AM
3472020-09-16 Alan Modra <amodra@gmail.com>
348
349 * plugin.c (asymbol_from_plugin_symbol): Adjust elf_symbol_from
350 invocation.
351
0403e9cc
L
3522020-09-15 H.J. Lu <hongjiu.lu@intel.com>
353
354 * ldelf.c (ldelf_after_open): Check bfd_target_elf_flavour first.
355
4a8f181d
HPN
3562020-09-15 Hans-Peter Nilsson <hp@axis.com>
357
358 PR ld/26589
359 * testsuite/ld-elf/pr26589.d, testsuite/ld-elf/locref3.s: New test.
360
1f656a65
AM
3612020-09-13 Alan Modra <amodra@gmail.com>
362
363 PR 26391
364 * testsuite/ld-elf/pr26391.nd: Adjust to match powerpc64 function
365 descriptors.
366
496afd17
L
3672020-09-12 H.J. Lu <hongjiu.lu@intel.com>
368
369 PR ld/26391
370 * NEWS: Mention "-z unique-symbol".
371 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Handle
372 "-z unique-symbol" and "-z nounique-symbol".
373 * ld.texi: Document "-z unique-symbol" and "-z nounique-symbol".
374 * lexsup.c (elf_static_list_options): Add "-z unique-symbol" and
375 "-z nounique-symbol".
376 * testsuite/ld-elf/elf.exp: Add PR ld/26391 tests.
377 * testsuite/ld-elf/pr26391.nd: New file.
378 * testsuite/ld-elf/pr26391.out: Likewise.
379 * testsuite/ld-elf/pr26391a.c: Likewise.
380 * testsuite/ld-elf/pr26391b.c: Likewise.
381 * testsuite/ld-elf/pr26391c.c: Likewise.
382 * testsuite/ld-elf/pr26391d.c: Likewise.
383
9cdc5bac
JD
3842020-09-11 Jeremy Drake <sourceware-bugzilla@jdrake.com>
385
386 PR 26588
387 * emultempl/pe.em (_finish): Only generate a import library if not
388 exporting relocs.
389 * emultempl/pep.em: Likewise.
390
c7cd2917
SP
3912020-09-10 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
392
393 * testsuite/ld-aarch64/emit-relocs-560.d: Expect error instead
394 of valid output.
395
93d49941
L
3962020-09-10 H.J. Lu <hongjiu.lu@intel.com>
397
398 PR ld/26590
399 * testsuite/ld-elf/pr26590.err: New file.
400 * testsuite/ld-elf/pr26590a.c: Likewise.
401 * testsuite/ld-elf/pr26590b.c: Likewise.
402 * testsuite/ld-elf/pr26590c.c: Likewise.
403 * testsuite/ld-elf/pr26590d.c: Likewise.
404 * testsuite/ld-elf/shared.exp: Run ld/26590 tests.
405
36efe0ae
AM
4062020-09-10 Alan Modra <amodra@gmail.com>
407
408 * testsuite/ld-elf/pr26580-2.sd: Accept undefined symbol.
409
36dcb3a9
AM
4102020-09-10 Alan Modra <amodra@gmail.com>
411
412 * testsuite/ld-plugin/lto-18b.c (select): Remove.
413 * testsuite/ld-plugin/lto-18c.c (select): Remove.
414 * testsuite/ld-plugin/lto.exp: Build archives for lto-18 too,
415 and run static versions of the test.
416
fb7331ae
AM
4172020-09-09 Alan Modra <amodra@gmail.com>
418
419 * testsuite/ld-plugin/lto-18a.c,
420 * testsuite/ld-plugin/lto-18b.c,
421 * testsuite/ld-plugin/lto-18c.c,
422 * testsuite/ld-plugin/lto-18d.c,
423 * testsuite/ld-plugin/lto-18.out: New test.
424 * testsuite/ld-plugin/lto.exp: Run it.
425
7d81bc93
JL
4262020-09-08 Jozef Lawrynowicz <jozef.l@mittosystems.com>
427
428 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests.
429 * testsuite/ld-msp430-elf/uleb128.s: New test.
430 * testsuite/ld-msp430-elf/uleb128_430.d: New test.
431 * testsuite/ld-msp430-elf/uleb128_430x.d: New test.
432
7ba11550
AM
4332020-09-08 Alan Modra <amodra@gmail.com>
434
435 * testsuite/ld-elf/pr26580-a.s,
436 * testsuite/ld-elf/pr26580-b.s,
437 * testsuite/ld-elf/pr26580-1.sd,
438 * testsuite/ld-elf/pr26580-2.sd: New tests
439 * testsuite/ld-elf/comm-data.exp: Run new tests.
440 * testsuite/ld-elf/pr26580-a.c,
441 * testsuite/ld-elf/pr26580-b.c,
442 * testsuite/ld-elf/pr26580-3.out,
443 * testsuite/ld-elf/pr26580-4.out: New tests.
444 * testsuite/ld-elf/shared.exp: Run new tests.
445
1e3b96fd
AM
4462020-09-04 Alan Modra <amodra@gmail.com>
447
448 * testsuite/ld-plugin/lto.exp: Don't run pr15146 tests.
449 * testsuite/ld-plugin/pr15146.d: Delete.
450 * testsuite/ld-plugin/pr15146a.c: Delete.
451 * testsuite/ld-plugin/pr15146b.c: Delete.
452 * testsuite/ld-plugin/pr15146c.c: Delete.
453 * testsuite/ld-plugin/pr15146d.c: Delete.
454
e062fcc8
L
4552020-09-03 H.J. Lu <hongjiu.lu@intel.com>
456
457 * testsuite/config/default.exp: Change NOSANTIZE_CFLAGS to
458 NOSANITIZE_CFLAGS.
459 * testsuite/ld-elf/dwarf.exp: Likewise.
460 * testsuite/ld-elf/indirect.exp: Likewise.
461 * testsuite/ld-elf/linux-x86.exp: Likewise.
462 * testsuite/ld-elf/shared.exp: Likewise.
463 * testsuite/ld-elf/tls.exp: Likewise.
464 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
465 * testsuite/ld-elfvers/vers.exp: Likewise.
466 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
467 * testsuite/ld-elfweak/elfweak.exp: Likewise.
468 * testsuite/ld-gc/gc.exp: Likewise.
469 * testsuite/ld-plugin/lto.exp: Likewise.
470 * testsuite/ld-plugin/plugin.exp: Likewise.
471 * testsuite/ld-scripts/crossref.exp: Likewise.
472 * testsuite/ld-selective/selective.exp: Likewise.
473 * testsuite/ld-shared/shared.exp: Likewise.
474 * testsuite/ld-size/size.exp: Likewise.
475 * testsuite/ld-srec/srec.exp: Likewise.
476 * testsuite/ld-x86-64/x86-64.exp: Likewise.
477
9184ef8a
NC
4782020-09-03 Nelson Chu <nelson.chu@sifive.com>
479
480 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Remove
481 the useless `warnings` keywords.
482 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
483 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
484 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
485 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
486 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
487
32f0ce4d
NC
4882020-09-03 Nelson Chu <nelson.chu@sifive.com>
489
490 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Update the
491 message from error to warning.
492 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02.d: New testcases.
493 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02a.s: Likewise.
494 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02b.s: Likewise.
495 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02c.s: Likewise.
496 * testsuite/ld-riscv-elf/attr-merge-arch-failed-02d.s: Likewise.
497 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
498
72bd6912
KC
4992020-09-03 Kito Cheng <kito.cheng@sifive.com>
500
501 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01.d: Updated.
502 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01a.s: Likewise.
503 * testsuite/ld-riscv-elf/attr-merge-arch-failed-01b.s: Likewise.
504
d48b742b
AM
5052020-09-03 Alan Modra <amodra@gmail.com>
506
507 * testsuite/ld-scripts/sysroot-prefix.exp (single_sysroot_prefix_test):
508 Log $scriptname.
509
42afa120
L
5102020-08-30 H.J. Lu <hongjiu.lu@intel.com>
511
512 * testsuite/ld-elf/dwarf.exp: Append $NOSANTIZE_CFLAGS to CFLAGS.
513 * testsuite/ld-elf/shared.exp: Likewise.
514 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
515 * testsuite/ld-shared/shared.exp: Likewise.
516 * testsuite/ld-size/size.exp: Likewise.
517
64b63c29
JL
5182020-08-28 Jozef Lawrynowicz <jozef.l@mittosystems.com>
519
520 * emultempl/msp430.em (input_section_exists): New.
521 (check_array_section_alignment): New.
522 (gld${EMULATION_NAME}_finish): New.
523 * scripttempl/elf32msp430.sc: Add ALIGN directives before the
524 definition of __*_array_start symbols.
525 * testsuite/ld-msp430-elf/finiarray-warn.ld: New test.
526 * testsuite/ld-msp430-elf/finiarray-warn.r: New test.
527 * testsuite/ld-msp430-elf/initarray-nowarn.ld: New test.
528 * testsuite/ld-msp430-elf/initarray-warn.ld: New test.
529 * testsuite/ld-msp430-elf/initarray-warn.r: New test.
530 * testsuite/ld-msp430-elf/initarray.s: New test.
531 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new tests.
532 * testsuite/ld-msp430-elf/preinitarray-warn.ld: New test.
533 * testsuite/ld-msp430-elf/preinitarray-warn.r: New test.
534
87870682
JL
5352020-08-28 Jozef Lawrynowicz <jozef.l@mittosystems.com>
536
537 * ldmisc.c (vfinfo): Support new "%pU" format specifier.
538
0861f561
CQ
5392020-08-28 Cooper Qu <cooper.qu@linux.alibaba.com>
540
541 * emulparams/cskyelf.sh: Support attribute section.
542 * testsuite/ld-csky/tls-le-v1.d: Match .csky.attributes section.
543 * ld/testsuite/ld-csky/tls-le.d: Likewise.
544 * testsuite/ld-elf/non-contiguous.ld: Ignore .csky.attributes
545 section.
546
6194b866
NC
5472020-08-28 Nick Clifton <nickc@redhat.com>
548
549 PR 19011
550 * testsuite/lib/ld-lib.exp (ld_link_defsyms): For PE based targets
551 define the __main and ___main symbols in terms of the main symbol.
552
16f9c644
AM
5532020-08-28 Alan Modra <amodra@gmail.com>
554
555 PR 19011
556 * testsuite/ld-plugin/plugin.exp: Use modified CFLAGS throughout
557 file. Add --image-base for pecoff.
558
3b1450b3
NC
5592020-08-28 Nelson Chu <nelson.chu@sifive.com>
560
561 testsuite/ld-riscv-elf/lib-nopic-01a.s: Use R_RISCV_JAL rather
562 than R_RISCV_CALL.
563 testsuite/ld-riscv-elf/lib-nopic-01b.d: Likewise.
564 testsuite/ld-riscv-elf/lib-nopic-01b.s: Likewise.
565
82b94616
JL
5662020-08-27 Jozef Lawrynowicz <jozef.l@mittosystems.com>
567
568 * emultempl/msp430.em: Remove unused variable "buf".
569
5e9b84f7
NA
5702020-08-27 Nick Alcock <nick.alcock@oracle.com>
571
572 * ldlang.c (dump_ctf_errs): Unquote CTF error messages.
573 (ldlang_open_ctf): Likewise.
574 (lang_merge_ctf): Likewise.
575 (lang_write_ctf): Likewise.
576 * testsuite/ld-ctf/diag-ctf-version-f.d: Adjust.
577 * testsuite/ld-ctf/diag-cttname-invalid.d: Adjust.
578 * testsuite/ld-ctf/diag-decompression-failure.d: Adjust.
579 * testsuite/ld-ctf/diag-parname.d: Adjust.
580 * testsuite/ld-ctf/diag-unsupported-flag.d: Adjust.
581 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: Adjust.
582 * testsuite/ld-ctf/diag-wrong-magic-number.d: Adjust.
583
926c9e76
NA
5842020-08-27 Nick Alcock <nick.alcock@oracle.com>
585
586 * ldlang.c (lang_ctf_errs_warnings): Support calls with NULL fp.
587 Adjust for new err parameter to ctf_errwarning_next. Only
588 check for assertion failures when fp is non-NULL.
589 (ldlang_open_ctf): Call it on open errors.
590 * testsuite/ld-ctf/ctf.exp: Always use the C locale to avoid
591 breaking the diags tests.
592
514b4e19
JD
5932020-08-27 Jeremy Drake <sourceware-bugzilla@jdrake.com>
594
595 PR 19011
596 * emultempl/pe.em (DEFAULT_DLL_CHARACTERISTICS): Define.
597 (pe_dll_characteristics): Initialise to DEFAULT_DLL_CHARACTERISTICS.
598 (add_options): Add options to disable DLL characteristics.
599 (list_options): List the new options.
600 (handle_options): Handle the new options.
601 * emultempl/pep.em: Similar changes to above.
602 (NT_EXE_IMAGE_BASE): Default to an address above 4G.
603 (NT_DLL_IMAGE_BASE, NT_DLL_AUTO_IMAGE_BASE,
604 (NT_DLL_AUTO_IMAGE_MASK): Likewise.
605 * ld.texi: Document the new options.
606 * pe-dll.c (pe_dll_enable_reloc_section): Change to default to
607 true.
608 (generate_reloc): Do nothing if there is no reloc section.
609 (pe_exe_fill_sections): Only assign the reloc section contents if
610 the section exists.
611 * testsuite/ld-pe/pe.exp: Add the --disable-reloc-section flag to
612 the .secrel32 tests.
613 * testsuite/ld-scripts/provide-8.d: Expect for fail on PE targets.
614 * NEWS: Mention the change in DLL generation.
615
05fd99cc
L
6162020-08-26 H.J. Lu <hongjiu.lu@intel.com>
617
618 * testsuite/ld-elf/indirect.exp: Append $NOSANTIZE_CFLAGS to CC.
619 * testsuite/ld-elf/shared.exp: Likewise.
620 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
621 * testsuite/ld-elfvers/vers.exp: Likewise.
622 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
623 * testsuite/ld-elfweak/elfweak.exp: Likewise.
624 * testsuite/ld-plugin/lto.exp: Likewise.
625 * testsuite/ld-plugin/plugin.exp: Likewise.
626 * testsuite/ld-scripts/crossref.exp: Likewise.
627
32168ca6
AM
6282020-08-26 Alan Modra <amodra@gmail.com>
629
630 PR 26499
631 * emultempl/spuelf.em (spu_elf_relink): Check for NULL tmp_file_list.
632
aaf9875e
AM
6332020-08-26 Alan Modra <amodra@gmail.com>
634
635 PR 26431
636 * pe-dll.c (auto_export): Don't call bsearch with zero count.
637
8d303546
AM
6382020-08-25 Alan Modra <amodra@gmail.com>
639
640 * testsuite/ld-libs/libs.exp: Don't run on sh-pe, tic30 or tic54x.
641 * testsuite/ld-scripts/data.d: xfail tic4x and tic54x.
642 * testsuite/ld-scripts/empty-address-2a.d: xfail tic54x.
643 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
644 * testsuite/ld-scripts/include-1.d: xfail tic4x and tic54x.
645 * testsuite/ld-scripts/provide-1.d: xfail tic54x.
646 * testsuite/ld-scripts/provide-2.d: Likewise.
647 * testsuite/ld-scripts/provide-4.d: Likewise.
648
f1a9fbd9
AM
6492020-08-24 Alan Modra <amodra@gmail.com>
650
651 * testsuite/ld-sparc/tlssunbin32.rd: Update for new readelf output.
652 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
653
252dcdf4
AM
6542020-08-24 Alan Modra <amodra@gmail.com>
655
656 * testsuite/ld-powerpc/tls32.d: Update for TPREL_HA/LO optimisation.
657 * testsuite/ld-powerpc/tlsexe32.d: Likewise.
658 * testsuite/ld-powerpc/tlsldopt32.d: Likewise.
659 * testsuite/ld-powerpc/tlsmark32.d: Likewise.
660 * testsuite/ld-powerpc/tlsopt4_32.d: Likewise.
661 * testsuite/ld-powerpc/tprel.s,
662 * testsuite/ld-powerpc/tprel.d,
663 * testsuite/ld-powerpc/tprel32.d: New tests.
664 * testsuite/ld-powerpc/tprelbad.s,
665 * testsuite/ld-powerpc/tprelbad.d: New test.
666 * testsuite/ld-powerpc/powerpc.exp: Run them.
667
3f2e9699
L
6682020-08-22 H.J. Lu <hongjiu.lu@intel.com>
669
670 PR ld/26382
671 * testsuite/ld-elf/pr26302.nd: Updated.
672 * testsuite/ld-elf/pr26302.rd: New file.
673 * testsuite/ld-elf/shared.exp: Add a test for readelf -sW.
674
01147b20
NC
6752020-08-20 Nick Clifton <nickc@redhat.com>
676
677 PR 26428
678 * testsuite/ld-elf/zlibbegin.rS: Update expected output.
679 * testsuite/ld-elf/zlibnormal.rS: Likewise.
680
0dbd452a
AM
6812020-08-16 Alan Modra <amodra@gmail.com>
682
683 * testsuite/ld-powerpc/inline.s,
684 * testsuite/ld-powerpc/inline-1.d,
685 * testsuite/ld-powerpc/inline-2.d,
686 * testsuite/ld-powerpc/inline-3.d,
687 * testsuite/ld-powerpc/inline-4.d,
688 * testsuite/ld-powerpc/inlinepcrel.s,
689 * testsuite/ld-powerpc/inlinepcrel-1.d,
690 * testsuite/ld-powerpc/inlinepcrel-2.d,
691 * testsuite/ld-powerpc/inlinepcrel-3.d: New tests.
692 * testsuite/ld-powerpc/powerpc.exp: Run them.
693
246b9ea1
L
6942020-08-16 H.J. Lu <hongjiu.lu@intel.com>
695
696 PR binutils/26389
697 * testsuite/ld-plugin/lto.exp: Run PR binutils/26389 test.
698 * testsuite/ld-plugin/pr26389.c: New file.
699 * testsuite/ld-plugin/pr26389.d: Likewise.
700
95c21066
TC
7012020-08-14 Tamar Christina <tamar.christina@arm.com>
702
703 * testsuite/ld-arm/thumb-plt-got.d: Relax regexpr.
704 * testsuite/ld-arm/thumb-plt.d: Likewise.
705
6738c8a7
AM
7062020-08-13 Alan Modra <amodra@gmail.com>
707
708 * emultempl/ppc64elf.em (params): Init new field.
709 (enum ppc64_opt): Add OPTION_NO_PCREL_OPT.
710 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS),
711 (PARSE_AND_LIST_ARGS_CASES): Support --no-pcrel-optimize.
712
ccd9fae5
NC
7132020-08-10 Nick Clifton <nickc@redhat.com>
714
715 PR ld/21351
716 * ld.texi: Clarify the behaviour of the --relax and --no-relax
717 options on systems that do not support them.
718
9b0ac51b
L
7192020-08-10 H.J. Lu <hongjiu.lu@intel.com>
720
721 PR binutils/26302
722 * testsuite/ld-elf/pr26302.nd: New file.
723 * testsuite/ld-elf/pr26302.ver: Likewise.
724 * testsuite/ld-elf/pr26302a.c: Likewise.
725 * testsuite/ld-elf/pr26302b.c: Likewise.
726 * testsuite/ld-elf/shared.exp: Run binutils/26302 tests.
727
d844f10a
DF
7282020-08-07 David Faust <david.faust@oracle.com>
729
730 * testsuite/ld-bpf/call-3.s: New file.
731 * testsuite/ld-bpf/call-3.d: Likewise.
732
3ee9565c
DF
7332020-08-05 David Faust <david.faust@oracle.com>
734
735 * testsuite/ld-bpf/call-2.s: New file.
736 * testsuite/ld-bpf/call-2.d: Likewise.
737 * testsuite/ld-bpf/reloc-data-be.d: Likewise.
738 * testsuite/ld-bpf/reloc-data-le.d: Likewise.
739 * testsuite/ld-bpf/reloc-data.s: Likewise.
740 * testsuite/ld-bpf/reloc-insn-external-be.d: Likewise.
741 * testsuite/ld-bpf/reloc-insn-external-le.d: Likewise.
742 * testsuite/ld-bpf/reloc-insn-external.s: Likewise.
743 * testsuite/ld-bpf/reloc-insn32-be.d: Likewise.
744 * testsuite/ld-bpf/reloc-insn32-le.d: Likewise.
745 * testsuite/ld-bpf/reloc-insn32.s: Likewise.
746 * testsuite/ld-bpf/reloc-insn64-be.d: Likewise.
747 * testsuite/ld-bpf/reloc-insn64-le.d: Likewise.
748 * testsuite/ld-bpf/reloc-insn64.s: Likewise.
749
1a9f72a7
JL
7502020-08-06 Jozef Lawrynowicz <jozef.l@mittosystems.com>
751
752 * emultempl/msp430.em (change_output_section): Update the tail
753 of the output section statement list when moving the original
754 tail to a different output section.
755 (eval_upper_either_sections): Don't move sections from the upper
756 region to the lower region unless the upper region is
757 overflowing.
758
ee44c2ac
AM
7592020-08-03 Alan Modra <amodra@gmail.com>
760
761 * ldlex.l (yy_create_string_buffer): Use xmalloc rather than malloc.
762 * lexsup.c (parse_args): Likewise.
763
bfd133d0
AM
7642020-08-03 Alan Modra <amodra@gmail.com>
765
766 PR 26328
767 * configure.ac: AC_CHECK_DECLS asprintf.
768 * configure: Regenerate.
769 * config.in: Regenerate.
770
39d744bd
AM
7712020-08-03 Alan Modra <amodra@gmail.com>
772
773 * testsuite/ld-elfvers/vers.exp (objdump_symstuff): Remove unused
774 variable. Init list_a and list_b to empty.
775 (objdump_dynsymstuff): Likewise, and remove undefined list_a
776 handling.
777 * testsuite/ld-elfweak/elfweak.exp (objdump_symstuff): Similarly.
778 (objdump_dynsymstuff): Similarly.
779
e6a6c767
L
7802020-07-31 H.J. Lu <hongjiu.lu@intel.com>
781
782 * testsuite/ld-elf/indirect.exp: Append -fno-lto to CC.
783 * testsuite/ld-elfvers/vers.exp: Likewise.
784 * testsuite/ld-elfweak/elfweak.exp: Likewise.
785 * testsuite/ld-ifunc/ifunc.exp: Likewise.
786 * testsuite/ld-plugin/lto.exp (no_lto): New.
787 Add $no_lto to build pr15146c.so.
788 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Filter out
789 -Wl,xxx options.
790 (check_gcc_plugin_enabled): Likewise.
791 (run_ld_link_exec_tests): Prepend -fno-lto to $cflags.
792 (run_cc_link_tests): Likewise.
793
223d5266
SV
7942020-07-31 Shahab Vahedi <shahab@synopsys.com>
795
796 * scripttempl/elfarc.sc (.init_array): Keep ".init_array.*".
797 (.fini_array): Keep ".fini_array.*".
798
c8693053
RO
7992020-07-30 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
800
801 * Makefile.am (AM_CPPFLAGS): Add LARGEFILE_CPPFLAGS.
802 * Makefile.in: Regenerate.
803 * configure: Regenerate.
804
c77cb2a0
MR
8052020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
806
807 * testsuite/ld-elf/sec64k.exp: Also accept a section symbol with
808 a name.
809 * testsuite/ld-mips-elf/global-local-symtab-sort-o32.d: New
810 test.
811 * testsuite/ld-mips-elf/global-local-symtab-sort-o32t.d: New
812 test.
813 * testsuite/ld-mips-elf/global-local-symtab-sort-n32.d: New
814 test.
815 * testsuite/ld-mips-elf/global-local-symtab-sort-n32t.d: New
816 test.
817 * testsuite/ld-mips-elf/global-local-symtab-sort-n64.d: New
818 test.
819 * testsuite/ld-mips-elf/global-local-symtab-sort-n64t.d: New
820 test.
821 * testsuite/ld-mips-elf/global-local-symtab-final-o32.d: New
822 test.
823 * testsuite/ld-mips-elf/global-local-symtab-final-n32.d: New
824 test.
825 * testsuite/ld-mips-elf/global-local-symtab-final-n64.d: New
826 test.
827 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
828
3f1b17bb
MR
8292020-07-29 Maciej W. Rozycki <macro@linux-mips.org>
830
831 * testsuite/ld-mips-elf/global-local-symtab-o32.d: New test.
832 * testsuite/ld-mips-elf/global-local-symtab-o32t.d: New test.
833 * testsuite/ld-mips-elf/global-local-symtab-n32.d: New test.
834 * testsuite/ld-mips-elf/global-local-symtab-n32t.d: New test.
835 * testsuite/ld-mips-elf/global-local-symtab-n64.d: New test.
836 * testsuite/ld-mips-elf/global-local-symtab.ld: New test linker
837 script.
838 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
839
5987401f
AM
8402020-07-29 Alan Modra <amodra@gmail.com>
841
842 * ldelf.c (ldelf_before_place_orphans): Set SEC_EXCLUDE for
843 discarded sections.
844
f437dadd
AM
8452020-07-28 Alan Modra <amodra@gmail.com>
846
847 * ldlang.c (lang_check): Don't complain about relocs or merge
848 attributes from --just-symbols input.
849 * testsuite/ld-misc/just-symbols.exp: Just dump .data section.
850 Don't run test on a number of targets.
851
c38166b3
AM
8522020-07-28 Alan Modra <amodra@gmail.com>
853
854 * testsuite/ld-misc/just-symbols-1.dd: Revert last change.
855
32377a80
AM
8562020-07-27 Alan Modra <amodra@gmail.com>
857
858 * testsuite/ld-misc/just-symbols.exp: Run for x86_64 PE too.
859 Set LDFLAGS for PE and XCOFF.
860 * testsuite/ld-misc/just-symbols.ld: Accept XCOFF mapped .data.
c38166b3
AM
861 * testsuite/ld-misc/just-symbols-1.dd: Don't check format or
862 "Contents of section" lines.
32377a80 863
344e6653
AM
8642020-07-27 Alan Modra <amodra@gmail.com>
865
866 * testsuite/lib/ld-lib.exp (check_ctf_available): Check first that
867 target compiler is available.
868
97c79e21
MR
8692020-07-23 Maciej W. Rozycki <macro@wdc.com>
870
871 PR ld/26288
872 * ldelf.c (ldelf_after_open): Do not reject ET_EXEC input
873 supplied with `--just-symbols'.
874 * testsuite/ld-misc/just-symbols.exp: New test script.
875 * testsuite/ld-misc/just-symbols-1.dd: New test dump.
876 * testsuite/ld-misc/just-symbols.ld: New test linker script.
877 * testsuite/ld-misc/just-symbols-0.s: New test source.
878 * testsuite/ld-misc/just-symbols-1.s: New test source.
879
b5dd7120
MR
8802020-07-23 Maciej W. Rozycki <macro@wdc.com>
881
882 PR ld/26288
883
884 Revert:
885 PR 26047
886 * ldelf.c (ldelf_after_open): Fail if attempting to link one
887 executable into another.
888
62cdd7b1
NA
8892020-07-22 Nick Alcock <nick.alcock@oracle.com>
890
891 * testsuite/ld-ctf/ctf.exp: Skip on non-ELF for now.
892
fa03171f
NA
8932020-07-22 Nick Alcock <nick.alcock@oracle.com>
894
895 * ldlang.c (ldlang_open_ctf): Set SEC_EXCLUDE on all but the
896 first input .ctf section.
897
7cdfc346
NA
8982020-07-22 Nick Alcock <nick.alcock@oracle.com>
899
900 * configure.ac (enable_libctf): Substitute it.
901 * Makefile.am (enablings.exp): New.
902 (EXTRA_DEJAGNU_SITE_CONFIG): Add it.
903 (DISTCLEANFILES): Likewise.
904 * Makefile.in: Regenerate.
905 * configure: Likewise.
906 * testsuite/lib/ld-lib.exp (compile_one_cc): New.
907 (check_ctf_available): Likewise.
908 (skip_ctf_tests): Likewise.
909 * testsuite/ld-ctf/ctf.exp: Call skip_ctf_tests.
910
b1b33524
EB
9112020-07-22 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
912
913 * testsuite/ld-ctf/ctf.exp: New file.
914 * testsuite/ld-ctf/A-2.c: New file.
915 * testsuite/ld-ctf/A.c: New file.
916 * testsuite/ld-ctf/B-2.c: New file.
917 * testsuite/ld-ctf/B.c: New file.
918 * testsuite/ld-ctf/C-2.c: New file.
919 * testsuite/ld-ctf/C.c: New file.
920 * testsuite/ld-ctf/array-char.c: New file.
921 * testsuite/ld-ctf/array-int.c: New file.
922 * testsuite/ld-ctf/array.d: New file.
923 * testsuite/ld-ctf/child-float.c: New file.
924 * testsuite/ld-ctf/child-int.c: New file.
925 * testsuite/ld-ctf/conflicting-cycle-1.B-1.d: New file.
926 * testsuite/ld-ctf/conflicting-cycle-1.B-2.d: New file.
927 * testsuite/ld-ctf/conflicting-cycle-1.parent.d: New file.
928 * testsuite/ld-ctf/conflicting-cycle-2.A-1.d: New file.
929 * testsuite/ld-ctf/conflicting-cycle-2.A-2.d: New file.
930 * testsuite/ld-ctf/conflicting-cycle-2.parent.d: New file.
931 * testsuite/ld-ctf/conflicting-cycle-3.C-1.d: New file.
932 * testsuite/ld-ctf/conflicting-cycle-3.C-2.d: New file.
933 * testsuite/ld-ctf/conflicting-cycle-3.parent.d: New file.
934 * testsuite/ld-ctf/conflicting-enums.d: New file.
935 * testsuite/ld-ctf/conflicting-typedefs.d: New file.
936 * testsuite/ld-ctf/cross-tu-1.c: New file.
937 * testsuite/ld-ctf/cross-tu-2.c: New file.
938 * testsuite/ld-ctf/cross-tu-conflicting-2.c: New file.
939 * testsuite/ld-ctf/cross-tu-cyclic-1.c: New file.
940 * testsuite/ld-ctf/cross-tu-cyclic-2.c: New file.
941 * testsuite/ld-ctf/cross-tu-cyclic-3.c: New file.
942 * testsuite/ld-ctf/cross-tu-cyclic-4.c: New file.
943 * testsuite/ld-ctf/cross-tu-cyclic-conflicting.d: New file.
944 * testsuite/ld-ctf/cross-tu-cyclic-nonconflicting.d: New file.
945 * testsuite/ld-ctf/cross-tu-into-cycle.d: New file.
946 * testsuite/ld-ctf/cross-tu-noncyclic.d: New file.
947 * testsuite/ld-ctf/cycle-1.c: New file.
948 * testsuite/ld-ctf/cycle-1.d: New file.
949 * testsuite/ld-ctf/cycle-2.A.d: New file.
950 * testsuite/ld-ctf/cycle-2.B.d: New file.
951 * testsuite/ld-ctf/cycle-2.C.d: New file.
952 * testsuite/ld-ctf/diag-ctf-version-0.d: New file.
953 * testsuite/ld-ctf/diag-ctf-version-0.s: New file.
954 * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.d: New file.
955 * testsuite/ld-ctf/diag-ctf-version-2-unsupported-feature.s: New file.
956 * testsuite/ld-ctf/diag-ctf-version-f.d: New file.
957 * testsuite/ld-ctf/diag-ctf-version-f.s: New file.
958 * testsuite/ld-ctf/diag-cttname-invalid.d: New file.
959 * testsuite/ld-ctf/diag-cttname-invalid.s: New file.
960 * testsuite/ld-ctf/diag-cttname-null.d: New file.
961 * testsuite/ld-ctf/diag-cttname-null.s: New file.
962 * testsuite/ld-ctf/diag-cuname.d: New file.
963 * testsuite/ld-ctf/diag-cuname.s: New file.
964 * testsuite/ld-ctf/diag-decompression-failure.d: New file.
965 * testsuite/ld-ctf/diag-decompression-failure.s: New file.
966 * testsuite/ld-ctf/diag-parlabel.d: New file.
967 * testsuite/ld-ctf/diag-parlabel.s: New file.
968 * testsuite/ld-ctf/diag-parname.d: New file.
969 * testsuite/ld-ctf/diag-parname.s: New file.
970 * testsuite/ld-ctf/diag-unsupported-flag.d: New file.
971 * testsuite/ld-ctf/diag-unsupported-flag.s: New file.
972 * testsuite/ld-ctf/diag-wrong-magic-number-mixed.d: New file.
973 * testsuite/ld-ctf/diag-wrong-magic-number.d: New file.
974 * testsuite/ld-ctf/diag-wrong-magic-number.s: New file.
975 * testsuite/ld-ctf/enum-2.c: New file.
976 * testsuite/ld-ctf/enum.c: New file.
977 * testsuite/ld-ctf/function.c: New file.
978 * testsuite/ld-ctf/function.d: New file.
979 * testsuite/ld-ctf/slice.c: New file.
980 * testsuite/ld-ctf/slice.d: New file.
981 * testsuite/ld-ctf/super-sub-cycles.c: New file.
982 * testsuite/ld-ctf/super-sub-cycles.d: New file.
983 * testsuite/ld-ctf/typedef-int.c: New file.
984 * testsuite/ld-ctf/typedef-long.c: New file.
985 * testsuite/ld-ctf/union-1.c: New file.
986
5dba6f05
NA
9872020-07-22 Nick Alcock <nick.alcock@oracle.com>
988
989 * ldlex.h (option_values) <OPTION_CTF_VARIABLES,
990 OPTION_NO_CTF_VARIABLES, OPTION_CTF_SHARE_TYPES>: New.
991 * ld.h (ld_config_type) <ctf_variables, ctf_share_duplicated>:
992 New fields.
993 * ldlang.c (lang_merge_ctf): Use them.
994 * lexsup.c (ld_options): Add ctf-variables, no-ctf-variables,
995 ctf-share-types.
996 (parse_args) <OPTION_CTF_VARIABLES, OPTION_NO_CTF_VARIABLES,
997 OPTION_CTF_SHARE_TYPES>: New cases.
998 * ld.texi: Document new options.
999 * NEWS: Likewise.
1000
f320bba5
EB
10012020-07-22 Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com>
1002
1003 * ldlang.c (lang_merge_ctf): Turn errors into warnings.
1004 Fix a comment typo.
1005 (lang_write_ctf): Turn an error into a warning.
1006 (ldlang_open_ctf): Reformat warnings. Fix printing file names.
1007
8b37e7b6
NA
10082020-07-22 Nick Alcock <nick.alcock@oracle.com>
1009
1010 * ldlang.c (lang_ctf_errs_warnings): New, print CTF errors
1011 and warnings. Assert when libctf asserts.
1012 (lang_merge_ctf): Call it.
1013 (land_write_ctf): Likewise.
1014
0e6a3f07
L
10152020-07-22 H.J. Lu <hongjiu.lu@intel.com>
1016
1017 PR ld/26262
1018 PR ld/26267
1019 * ldlang.c (lang_process): Set lto_all_symbols_read after all
1020 LTO IR symbols have been read.
1021 * plugin.c (plugin_notice): Override the IR definition only if
1022 all LTO IR symbols have been read or the new definition is
1023 non-weak and the the IR definition is weak
1024 * testsuite/ld-plugin/lto.exp: Run PR ld/26262 and ld/26267
1025 tests.
1026 * testsuite/ld-plugin/pr26262a.c: New file.
1027 * testsuite/ld-plugin/pr26262b.c: Likewise.
1028 * testsuite/ld-plugin/pr26262c.c: Likewise.
1029 * testsuite/ld-plugin/pr26267.err: Likewise.
1030 * testsuite/ld-plugin/pr26267a.c: Likewise.
1031 * testsuite/ld-plugin/pr26267b.c: Likewise.
1032 * testsuite/ld-plugin/pr26267c.c: Likewise.
1033
39326c35
NC
10342020-07-20 Nick Clifton <nickc@redhat.com>
1035
1036 * testsuite/ld-powerpc/powerpc.exp (ppcelftests): Use section name
1037 .PPC.EMB.apuinfo instead of section number 2 in apuinfo tests.
1038
2f5541f3
AM
10392020-07-20 Alan Modra <amodra@gmail.com>
1040
1041 PR 26265
1042 * ldlang.c (undef_from_cmdline): Delete.
1043 (ldlang_add_undef): Mark "cmdline" param unused.
1044 (lang_end): Traverse gc_sym_list to determine whether a symbol root
1045 has been specified. Update error message.
1046 * testsuite/ld-gc/noent.d: Adjust for changed error message.
1047
98b3697b
L
10482020-07-20 H.J. Lu <hongjiu.lu@intel.com>
1049
1050 PR gas/26263
1051 * testsuite/ld-i386/pr26263.d: Updated.
1052 * testsuite/ld-x86-64/pr26263.d: Likewise.
1053 * testsuite/ld-x86-64/x86-64.exp: Run gas/26263 test for all ELF
1054 targets.
1055
2585b7a5
L
10562020-07-19 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 PR gas/26263
1059 * testsuite/ld-i386/i386.exp: Run PR gas/26263 test.
1060 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1061 * testsuite/ld-i386/pr26263.d: New file.
1062 * testsuite/ld-x86-64/pr26263.d: Likewise.
1063 * testsuite/ld-x86-64/pr26263.s: Likewise.
1064
4609ada4
HPN
10652020-07-19 Hans-Peter Nilsson <hp@bitrange.com>
1066
1067 * scripttempl/elf.sc (ETEXT_LAST_IN_RODATA_SEGMENT): New variable.
1068 * emulparams/elf64mmix.sh (ETEXT_LAST_IN_RODATA_SEGMENT): Define.
1069 * testsuite/ld-mmix/sec-1.d: Adjust.
1070
e10a07b3
AM
10712020-07-19 Alan Modra <amodra@gmail.com>
1072
1073 * emultempl/ppc64elf.em (power10-stubs): Accept optional "auto" arg.
1074 * ld.texi (power10-stubs): Update.
1075 * testsuite/ld-powerpc/callstub-1.d: Force --power10-stubs.
1076 * testsuite/ld-powerpc/callstub-2.d: Relax branch offset comparison.
1077 * testsuite/ld-powerpc/callstub-4.d: New test.
1078 * testsuite/ld-powerpc/notoc.d: Force --no-power10-stubs.
1079 * testsuite/ld-powerpc/notoc3.d,
1080 * testsuite/ld-powerpc/notoc3.s,
1081 * testsuite/ld-powerpc/notoc3.wf: New test.
1082 * testsuite/ld-powerpc/powerpc.exp: Run new tests. Pass
1083 --no-power10-stubs for notoc link.
1084
555a5789
HPN
10852020-07-17 Hans-Peter Nilsson <hp@bitrange.com>
1086
1087 * scripttempt/mmo.sc: Move .init first in .text output section.
1088 * testsuite/ld-mmix/bpo-9m.d: Adjust accordingly.
1089
36938cab
JB
10902020-07-15 Jan Beulich <jbeulich@suse.com>
1091
1092 * testsuite/ld-i386/ibt-plt-1.d, testsuite/ld-i386/ibt-plt-2a.d,
1093 testsuite/ld-i386/ibt-plt-2c.d, testsuite/ld-i386/ibt-plt-3a.d,
1094 testsuite/ld-i386/ibt-plt-3c.d, testsuite/ld-i386/plt-pic.pd,
1095 testsuite/ld-i386/plt-pic2.dd, testsuite/ld-i386/plt.pd,
1096 testsuite/ld-i386/plt2.dd, testsuite/ld-i386/pr19636-1d.d,
1097 testsuite/ld-i386/pr19636-1l.d, testsuite/ld-i386/pr19636-2c.d,
1098 testsuite/ld-i386/pr20830.d, testsuite/ld-i386/vxworks1-lib.dd,
1099 testsuite/ld-i386/vxworks1.dd,
1100 testsuite/ld-ifunc/ifunc-2-i386-now.d,
1101 testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
1102 testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
1103 testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
1104 testsuite/ld-ifunc/ifunc-21-x86-64.d,
1105 testsuite/ld-ifunc/ifunc-22-x86-64.d,
1106 testsuite/ld-ifunc/pr17154-i386-now.d,
1107 testsuite/ld-ifunc/pr17154-i386.d,
1108 testsuite/ld-ifunc/pr17154-x86-64-now.d,
1109 testsuite/ld-ifunc/pr17154-x86-64.d,
1110 testsuite/ld-x86-64/align-branch-1.d,
1111 testsuite/ld-x86-64/bnd-branch-1-now.d,
1112 testsuite/ld-x86-64/bnd-branch-1.d,
1113 testsuite/ld-x86-64/bnd-ifunc-1-now.d,
1114 testsuite/ld-x86-64/bnd-ifunc-1.d,
1115 testsuite/ld-x86-64/bnd-ifunc-2-now.d,
1116 testsuite/ld-x86-64/bnd-ifunc-2.d,
1117 testsuite/ld-x86-64/bnd-plt-1-now.d,
1118 testsuite/ld-x86-64/bnd-plt-1.d,
1119 testsuite/ld-x86-64/call1a.d, testsuite/ld-x86-64/call1b.d,
1120 testsuite/ld-x86-64/call1d.d, testsuite/ld-x86-64/call1e.d,
1121 testsuite/ld-x86-64/call1f.d, testsuite/ld-x86-64/call1g.d,
1122 testsuite/ld-x86-64/call1h.d, testsuite/ld-x86-64/call1i.d,
1123 testsuite/ld-x86-64/gotpcrel1.dd,
1124 testsuite/ld-x86-64/hidden2.d,
1125 testsuite/ld-x86-64/ibt-plt-1-x32.d,
1126 testsuite/ld-x86-64/ibt-plt-1.d,
1127 testsuite/ld-x86-64/ibt-plt-2a-x32.d,
1128 testsuite/ld-x86-64/ibt-plt-2a.d,
1129 testsuite/ld-x86-64/ibt-plt-2c-x32.d,
1130 testsuite/ld-x86-64/ibt-plt-2c.d,
1131 testsuite/ld-x86-64/ibt-plt-3a-x32.d,
1132 testsuite/ld-x86-64/ibt-plt-3a.d,
1133 testsuite/ld-x86-64/ibt-plt-3c-x32.d,
1134 testsuite/ld-x86-64/ibt-plt-3c.d,
1135 testsuite/ld-x86-64/libno-plt-1b.dd,
1136 testsuite/ld-x86-64/mpx3.dd, testsuite/ld-x86-64/mpx3n.dd,
1137 testsuite/ld-x86-64/mpx4.dd, testsuite/ld-x86-64/mpx4n.dd,
1138 testsuite/ld-x86-64/no-plt-1a.dd,
1139 testsuite/ld-x86-64/no-plt-1b.dd,
1140 testsuite/ld-x86-64/no-plt-1c.dd,
1141 testsuite/ld-x86-64/no-plt-1d.dd,
1142 testsuite/ld-x86-64/no-plt-1e.dd,
1143 testsuite/ld-x86-64/no-plt-1f.dd,
1144 testsuite/ld-x86-64/no-plt-1g.dd,
1145 testsuite/ld-x86-64/plt-main-bnd.dd,
1146 testsuite/ld-x86-64/plt-main-ibt-x32.dd,
1147 testsuite/ld-x86-64/plt-main-ibt.dd,
1148 testsuite/ld-x86-64/plt.pd, testsuite/ld-x86-64/plt2.dd,
1149 testsuite/ld-x86-64/pr19609-5a.d,
1150 testsuite/ld-x86-64/pr19609-5b.d,
1151 testsuite/ld-x86-64/pr19609-5c.d,
1152 testsuite/ld-x86-64/pr19609-5e.d,
1153 testsuite/ld-x86-64/pr19609-7b.d,
1154 testsuite/ld-x86-64/pr19609-7d.d,
1155 testsuite/ld-x86-64/pr19636-2d.d,
1156 testsuite/ld-x86-64/pr19636-2l.d,
1157 testsuite/ld-x86-64/pr20253-1b.d,
1158 testsuite/ld-x86-64/pr20253-1d.d,
1159 testsuite/ld-x86-64/pr20253-1f.d,
1160 testsuite/ld-x86-64/pr20253-1h.d,
1161 testsuite/ld-x86-64/pr20253-1j.d,
1162 testsuite/ld-x86-64/pr20253-1l.d,
1163 testsuite/ld-x86-64/pr20830a-now.d,
1164 testsuite/ld-x86-64/pr20830a.d,
1165 testsuite/ld-x86-64/pr20830b-now.d,
1166 testsuite/ld-x86-64/pr20830b.d,
1167 testsuite/ld-x86-64/pr21038a-now.d,
1168 testsuite/ld-x86-64/pr21038a.d,
1169 testsuite/ld-x86-64/pr21038b-now.d,
1170 testsuite/ld-x86-64/pr21038b.d,
1171 testsuite/ld-x86-64/pr21038c-now.d,
1172 testsuite/ld-x86-64/pr21038c.d,
1173 testsuite/ld-x86-64/pr23930-x32.d,
1174 testsuite/ld-x86-64/pr23930.d,
1175 testsuite/ld-x86-64/pr25416-1a.d,
1176 testsuite/ld-x86-64/pr25416-2a.d,
1177 testsuite/ld-x86-64/pr26018.d,
1178 testsuite/ld-x86-64/protected2-k1om.d,
1179 testsuite/ld-x86-64/protected2-l1om.d,
1180 testsuite/ld-x86-64/protected2.d,
1181 testsuite/ld-x86-64/protected3.d,
1182 testsuite/ld-x86-64/protected8.d,
1183 testsuite/ld-x86-64/tlsbin.dd, testsuite/ld-x86-64/tlsbin2.dd,
1184 testsuite/ld-x86-64/tlsbindesc.dd,
1185 testsuite/ld-x86-64/tlsdesc.dd,
1186 testsuite/ld-x86-64/tlsdesc.pd,
1187 testsuite/ld-x86-64/tlsgd10.dd,
1188 testsuite/ld-x86-64/tlsgd7.dd, testsuite/ld-x86-64/tlsgd8.dd,
1189 testsuite/ld-x86-64/tlsgd9.dd,
1190 testsuite/ld-x86-64/tlsgdesc.dd,
1191 testsuite/ld-x86-64/tlsld3.dd, testsuite/ld-x86-64/tlsld4.dd,
1192 testsuite/ld-x86-64/tlspic.dd, testsuite/ld-x86-64/tlspic2.dd,
1193 testsuite/ld-x86-64/tlspie2b.d, testsuite/ld-x86-64/tlspie2c.d:
1194 Adjust expectations.
1195
a8a48c75
HPN
11962020-07-15 Hans-Peter Nilsson <hp@bitrange.com>
1197
1198 * testsuite/ld-mmix/undef-1.d, testsuite/ld-mmix/undef-1m.d,
1199 testsuite/ld-mmix/undef-2.d, testsuite/ld-mmix/undef-2m.d: Add
1200 start- and end-anchors to error-string to match just a
1201 single-line error-message.
1202
7a34d0ea
AM
12032020-07-13 Alan Modra <amodra@gmail.com>
1204
1205 * testsuite/ld-scripts/default-script1.d: Don't skip, xfail
1206 using is_pecoff_format.
1207 * testsuite/ld-scripts/default-script2.d: Likewise.
1208 * testsuite/ld-scripts/default-script3.d: Likewise.
1209 * testsuite/ld-scripts/default-script4.d: Likewise.
1210 * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget.
1211 * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail.
1212 * testsuite/ld-scripts/provide-8.d: Likewise.
1213
d882c988
AM
12142020-07-10 Alan Modra <amodra@gmail.com>
1215
1216 * ld.texi (PowerPC64 ELF64): Document --no-inline-optimize,
1217 --power10-stubs and --no-power10-stubs.
1218
d3b10ee7
AM
12192020-07-10 Alan Modra <amodra@gmail.com>
1220
1221 * emultempl/ppc64elf.em (params): Init new field.
1222 (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS.
1223 (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and
1224 --no-power10-stubs.
1225 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
1226 * testsuite/ld-powerpc/callstub-3.d: New test.
1227 * testsuite/ld-powerpc/powerpc.exp: Run it.
1228
fe49679d
AM
12292020-07-09 Alan Modra <amodra@gmail.com>
1230
1231 * emulparams/ppcpe.sh: Delete.
1232 * scripttempl/ppcpe.sc: Delete.
1233 * emulparams/ppclynx.sh: Delete.
1234 * Makefile.am (ALL_EMULATION_SOURCES): Remove ppc PE and lynxos.
1235 * configure.tgt: Likewise.
1236 * emultempl/beos.em: Remove powerpc PE support.
1237 * emultempl/pe.em: Likewise.
1238 * po/BLD-POTFILES.in: Regenerate.
1239 * Makefile.in: Regenerate.
1240
c560184e
AM
12412020-07-09 Alan Modra <amodra@gmail.com>
1242
1243 * testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64,
1244 and remove powerpc64 xfail. Use -fno-PIE for ppc32.
1245
470cd0fa
AM
12462020-07-09 Alan Modra <amodra@gmail.com>
1247
1248 PR 18841
1249 * testsuite/ld-ifunc/ifunc.exp: Run pr18841 tests non-pie.
1250
babcb2ea
AM
12512020-07-08 Alan Modra <amodra@gmail.com>
1252
1253 * testsuite/lib/ld-lib.exp (ar_simple_create): Pass options before
1254 ar command.
1255 * testsuite/ld-powerpc/aix52.exp: Run for rs6000-aix5.2. Update
1256 match files.
1257 * testsuite/ld-powerpc/aix-abs-branch-1.dd: Update.
1258 * testsuite/ld-powerpc/aix-core-sec-1.hd: Update.
1259 * testsuite/ld-powerpc/aix-gc-1-32.dd: Update.
1260 * testsuite/ld-powerpc/aix-gc-1-64.dd: Update.
1261 * testsuite/ld-powerpc/aix-glink-1-32.dd: Update.
1262 * testsuite/ld-powerpc/aix-glink-1-64.dd: Update.
1263 * testsuite/ld-powerpc/aix-glink-2-32.dd: Update.
1264 * testsuite/ld-powerpc/aix-glink-2-64.dd: Update.
1265 * testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd: Update.
1266 * testsuite/ld-powerpc/aix-ref-1-32.od: Update.
1267 * testsuite/ld-powerpc/aix-ref-1-64.od: Update.
1268 * testsuite/ld-powerpc/aix-toc-1-32.dd: Update.
1269 * testsuite/ld-powerpc/aix-toc-1-64.dd: Update.
1270 * testsuite/ld-powerpc/aix-weak-3-32.dd: Update.
1271 * testsuite/ld-powerpc/aix-weak-3-64.dd: Update.
1272 * testsuite/ld-powerpc/aix-abs-branch-1.nd: Delete, replace with..
1273 * testsuite/ld-powerpc/aix-abs-branch-1-32.nd,
1274 * testsuite/ld-powerpc/aix-abs-branch-1-64.nd: ..these new files.
1275 * testsuite/ld-powerpc/aix-abs-reloc-1.nd: Delete, replace with..
1276 * testsuite/ld-powerpc/aix-abs-reloc-1-32.nd,
1277 * testsuite/ld-powerpc/aix-abs-reloc-1-64.nd: ..these new files.
1278 * testsuite/ld-powerpc/aix-abs-reloc-1.od: Delete, replace with..
1279 * testsuite/ld-powerpc/aix-abs-reloc-1-32.od,
1280 * testsuite/ld-powerpc/aix-abs-reloc-1-64.od: ..these new files.
1281 * testsuite/ld-powerpc/aix-export-1-all.dd: Delete, replace with..
1282 * testsuite/ld-powerpc/aix-export-1-all-32.dd,
1283 * testsuite/ld-powerpc/aix-export-1-all-64.dd: ..these new files.
1284 * testsuite/ld-powerpc/aix-export-1-full.dd: Delete, replace with..
1285 * testsuite/ld-powerpc/aix-export-1-full-32.dd,
1286 * testsuite/ld-powerpc/aix-export-1-full-64.dd: ..these new files.
1287 * testsuite/ld-powerpc/aix-export-2.nd: Delete, replace with..
1288 * testsuite/ld-powerpc/aix-export-2-32.nd,
1289 * testsuite/ld-powerpc/aix-export-2-64.nd: ..these new files.
1290 * testsuite/ld-powerpc/aix-gc-1.nd: Delete, replace with..
1291 * testsuite/ld-powerpc/aix-gc-1-32.nd,
1292 * testsuite/ld-powerpc/aix-gc-1-64.nd: ..these new files.
1293 * testsuite/ld-powerpc/aix-glink-3.dd: Delete, replace with..
1294 * testsuite/ld-powerpc/aix-glink-3-32.dd,
1295 * testsuite/ld-powerpc/aix-glink-3-64.dd: ..these new files.
1296 * testsuite/ld-powerpc/aix-lineno-1a.dd: Delete, replace with..
1297 * testsuite/ld-powerpc/aix-lineno-1a-32.dd,
1298 * testsuite/ld-powerpc/aix-lineno-1a-64.dd: ..these new files.
1299 * testsuite/ld-powerpc/aix-lineno-1a.nd: Delete, replace with..
1300 * testsuite/ld-powerpc/aix-lineno-1a-32.nd,
1301 * testsuite/ld-powerpc/aix-lineno-1a-64.nd: ..these new files.
1302 * testsuite/ld-powerpc/aix-lineno-1b.dd: Delete, replace with..
1303 * testsuite/ld-powerpc/aix-lineno-1b-32.dd,
1304 * testsuite/ld-powerpc/aix-lineno-1b-64.dd: ..these new files.
1305 * testsuite/ld-powerpc/aix-lineno-1b.nd: Delete, replace with..
1306 * testsuite/ld-powerpc/aix-lineno-1b-32.nd,
1307 * testsuite/ld-powerpc/aix-lineno-1b-64.nd: ..these new files.
1308 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd: Delete, replace with..
1309 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.dnd,
1310 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.dnd: ..these new files.
1311 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd: Delete, replace with..
1312 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.drd,
1313 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.drd: ..these new files.
1314 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd: Delete, replace with..
1315 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.nd,
1316 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.nd: ..these new files.
1317 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd: Delete, replace with..
1318 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.rd,
1319 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.rd: ..these new files.
1320 * testsuite/ld-powerpc/aix-weak-1-dso.dnd: Delete, replace with..
1321 * testsuite/ld-powerpc/aix-weak-1-dso-32.dnd,
1322 * testsuite/ld-powerpc/aix-weak-1-dso-64.dnd: ..these new files.
1323 * testsuite/ld-powerpc/aix-weak-1-dso.hd: Delete, replace with..
1324 * testsuite/ld-powerpc/aix-weak-1-dso-32.hd,
1325 * testsuite/ld-powerpc/aix-weak-1-dso-64.hd: ..these new files.
1326 * testsuite/ld-powerpc/aix-weak-1-dso.nd: Delete, replace with..
1327 * testsuite/ld-powerpc/aix-weak-1-dso-32.nd,
1328 * testsuite/ld-powerpc/aix-weak-1-dso-64.nd: ..these new files.
1329 * testsuite/ld-powerpc/aix-weak-1-gcdso.dnd: Delete, replace with..
1330 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.dnd,
1331 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.dnd: ..these new files.
1332 * testsuite/ld-powerpc/aix-weak-1-gcdso.hd: Delete, replace with..
1333 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.hd,
1334 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.hd: ..these new files.
1335 * testsuite/ld-powerpc/aix-weak-1-gcdso.nd: Delete, replace with..
1336 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.nd,
1337 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.nd: ..these new files.
1338 * testsuite/ld-powerpc/aix-weak-2a.nd: Delete, replace with..
1339 * testsuite/ld-powerpc/aix-weak-2a-32.nd,
1340 * testsuite/ld-powerpc/aix-weak-2a-64.nd: ..these new files.
1341 * testsuite/ld-powerpc/aix-weak-2b.nd: Delete, replace with..
1342 * testsuite/ld-powerpc/aix-weak-2b-32.nd,
1343 * testsuite/ld-powerpc/aix-weak-2b-64.nd: ..these new files.
1344 * testsuite/ld-powerpc/aix-weak-2c.nd: Delete, replace with..
1345 * testsuite/ld-powerpc/aix-weak-2c-32.nd,
1346 * testsuite/ld-powerpc/aix-weak-2c-64.nd: ..these new files.
1347 * testsuite/ld-powerpc/aix-weak-2c.od: Delete, replace with..
1348 * testsuite/ld-powerpc/aix-weak-2c-32.od,
1349 * testsuite/ld-powerpc/aix-weak-2c-64.od: ..these new files.
1350
35097e10
AM
13512020-07-07 Alan Modra <amodra@gmail.com>
1352
1353 * testsuite/ld-scripts/section-match-1.d: xfail h8300.
1354
e553d5b2
AM
13552020-07-07 Alan Modra <amodra@gmail.com>
1356
1357 * testsuite/ld-scripts/align.exp: Don't exclude xcoff. Pass
1358 -bnogc ld option for xcoff.
1359 * testsuite/ld-scripts/provide.exp: Likewise.
1360 * testsuite/ld-scripts/data.exp: Pass -bnogc ld option for xcoff.
1361 * testsuite/ld-scripts/default-script.exp: Likewise.
1362 * testsuite/ld-scripts/defined.exp: Likewise.
1363 * testsuite/ld-scripts/empty-address.exp: Likewise.
1364 * testsuite/ld-scripts/expr.exp: Likewise.
1365 * testsuite/ld-scripts/include.exp: Likewise.
1366 * testsuite/ld-scripts/script.exp: Likewise.
1367 * testsuite/ld-scripts/assign-loc.d: Don't exclude xcoff.
1368 * testsuite/ld-scripts/defined3.d: Likewise.
1369 * testsuite/ld-scripts/defined4.d: Likewise.
1370 * testsuite/ld-scripts/pr18963.d: Likewise.
1371 * testsuite/ld-scripts/sane1.d: Likewise.
1372 * testsuite/ld-scripts/segment-start.d: Likewise.
1373 * testsuite/ld-scripts/include-1.d: Likewise, and relax text vma.
1374 * testsuite/ld-scripts/defined5.d: Update xfail and comment.
1375 * testsuite/ld-scripts/defined5.s: Tweak "defined" to be at
1376 non-zero section offset.
1377 * testsuite/ld-scripts/fill16.d: xfail for xcoff.
1378 * testsuite/ld-scripts/provide-2.d: Accept more symbols.
1379 * testsuite/ld-scripts/provide-4.d: Likewise.
1380 * testsuite/ld-scripts/provide-5.d: Likewise.
1381 * testsuite/ld-scripts/provide-6.d: Likewise.
1382 * testsuite/ld-scripts/provide-7.d: Likewise.
1383 * testsuite/ld-scripts/align.t: Accept xcoff mapped .text and .data.
1384 * testsuite/ld-scripts/defined3.t: Likewise.
1385 * testsuite/ld-scripts/defined4.t: Likewise.
1386 * testsuite/ld-scripts/defined5.t: Likewise.
1387 * testsuite/ld-scripts/fill.t: Likewise.
1388 * testsuite/ld-scripts/include-subdata.t: Likewise.
1389 * testsuite/ld-scripts/provide-1.t: Likewise.
1390 * testsuite/ld-scripts/provide-2.t: Likewise.
1391 * testsuite/ld-scripts/provide-3.t: Likewise.
1392 * testsuite/ld-scripts/provide-4.t: Likewise.
1393 * testsuite/ld-scripts/provide-5.t: Likewise.
1394 * testsuite/ld-scripts/provide-6.t: Likewise.
1395 * testsuite/ld-scripts/provide-7.t: Likewise.
1396 * testsuite/ld-scripts/provide-8.t: Likewise.
1397 * testsuite/ld-scripts/assign-loc.t: Add required xcoff sections.
1398 * testsuite/ld-scripts/sizeof.t: Likewise.
1399 * testsuite/ld-scripts/align2.t: Likewise, and mapped sections.
1400 * testsuite/ld-scripts/align5.t: Likewise.
1401 * testsuite/ld-scripts/default-script.t: Likewise.
1402 * testsuite/ld-scripts/empty-address-1.t: Likewise.
1403 * testsuite/ld-scripts/empty-address-2a.t: Likewise.
1404 * testsuite/ld-scripts/empty-address-2b.t: Likewise.
1405 * testsuite/ld-scripts/empty-address-3a.t: Likewise.
1406 * testsuite/ld-scripts/empty-address-3b.t: Likewise.
1407 * testsuite/ld-scripts/empty-address-3c.t: Likewise.
1408 * testsuite/ld-scripts/include-sections.t: Likewise.
1409 * testsuite/ld-scripts/pr14962.t: Likewise.
1410 * testsuite/ld-scripts/sane1.t: Likewise.
1411
231b7382
AM
14122020-07-07 Alan Modra <amodra@gmail.com>
1413
1414 * testsuite/ld-scripts/align.exp: Use is_pecoff_format.
1415 * testsuite/ld-scripts/defined.exp: Likewise.
1416 * testsuite/ld-scripts/provide.exp: Likewise.
1417 * testsuite/ld-scripts/weak.exp: Likewise.
1418 * testsuite/ld-scripts/empty-address.exp: Likewise. Reset LDFLAGS
1419 on exit.
1420 * testsuite/ld-scripts/expr.exp: Set LDFLAGS earlier, and with
1421 --image-base for PE.
1422 * testsuite/ld-scripts/include.exp: Set LDFLAGS for PE.
1423 * testsuite/ld-scripts/script.exp: Use is_pecoff_format, and
1424 set LDFLAGS as well as flags.
1425
7193487f
AM
14262020-07-07 Alan Modra <amodra@gmail.com>
1427
1428 * testsuite/ld-checks/checks.exp: Use is_xcoff_format.
1429 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1430 * testsuite/ld-scripts/print-memory-usage.exp: Likewise.
1431 * testsuite/ld-srec/srec.exp: Likewise.
1432 * testsuite/ld-undefined/require-defined.exp: Likewise.
1433 * testsuite/ld-scripts/expr2.d: Likewise.
1434 * testsuite/ld-scripts/section-match-1.d: Only run for ELF.
1435 * testsuite/ld-elfvers/vers.exp: Delete dead code.
1436 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1437 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1438
fb3dc213
AM
14392020-07-07 Alan Modra <amodra@gmail.com>
1440
1441 * emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
1442 etree_provided.
1443
3bde5ad1
AM
14442020-07-07 Alan Modra <amodra@gmail.com>
1445
1446 * testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
1447 * testsuite/ld-sh/vxworks4.d: Likewise.
1448
ddc73fa9
NC
14492020-07-06 Yuri Chornoivan <yurchor@ukr.net>
1450
1451 PR 26204
1452 * lexsup.c: Fix spelling mistake.
1453 * po/ld.pot: Regenerate.
1454
17550be7
NC
14552020-07-06 Nick Clifton <nickc@redhat.com>
1456
1457 * po/bg.po: Updated Bulgarian translation.
1458 * po/fr.po: Updated French translation.
1459 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1460 * po/uk.po: Updated Ukranian translation.
1461
b19d852d
NC
14622020-07-04 Nick Clifton <nickc@redhat.com>
1463
1464 * configure: Regenerate.
1465
b115b9fd
NC
14662020-07-04 Nick Clifton <nickc@redhat.com>
1467
1468 Binutils 2.35 branch created.
1469
b657622c
AM
14702020-07-03 Alan Modra <amodra@gmail.com>
1471
1472 PR 26028
1473 * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf
1474 when dumping relocs.
1475 * testsuite/ld-i386/i386.exp (vxworks1): Likewise.
1476 * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise.
1477 * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise.
1478 * testsuite/ld-arm/vxworks1.rd: Adjust to suit.
1479 * testsuite/ld-i386/vxworks1.rd: Adjust.
1480 * testsuite/ld-sh/vxworks1.rd: Adjust.
1481 * testsuite/ld-sparc/vxworks1.rd: Adjust.
1482
0942c7ab
NC
14832020-07-02 Nick Clifton <nickc@redhat.com>
1484
1485 PR 26028
1486 * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf
1487 command line when running some tests.
1488 * testsuite/ld-arm/arm-elf.exp: Likewise.
1489 * testsuite/ld-mips-elf/mips-elf.exp: Likewise.
1490 * testsuite/ld-mmix/local1.d: Likewise.
1491 * testsuite/ld-mmix/local3.d: Likewise.
1492 * testsuite/ld-mmix/local5.d: Likewise.
1493 * testsuite/ld-mmix/local7.d: Likewise.
1494 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1495
bbd19b19
L
14962020-06-30 H.J. Lu <hongjiu.lu@intel.com>
1497
1498 * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c,
1499 eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c.
1500 Remove x86 NaCl dep files.
1501 * NEWS: Mention x86 NaCl target support removal.
1502 * configure.tgt: Remove x86 NaCl target support.
1503 * testsuite/ld-elf/binutils.exp: Likewise.
1504 * testsuite/ld-elf/elf.exp: Likewise.
1505 * testsuite/ld-elfvers/vers.exp: Likewise.
1506 * testsuite/ld-i386/align-branch-1.d: Likewise.
1507 * testsuite/ld-i386/export-class.exp: Likewise.
1508 * testsuite/ld-i386/i386.exp: Likewise.
1509 * testsuite/ld-i386/load1.d: Likewise.
1510 * testsuite/ld-i386/pie1.d: Likewise.
1511 * testsuite/ld-i386/pr12570a.d: Likewise.
1512 * testsuite/ld-i386/pr12570b.d: Likewise.
1513 * testsuite/ld-i386/pr19636-1d.d: Likewise.
1514 * testsuite/ld-i386/pr19636-1l.d: Likewise.
1515 * testsuite/ld-i386/pr19636-2c.d: Likewise.
1516 * testsuite/ld-i386/pr19636-2d.d: Likewise.
1517 * testsuite/ld-i386/pr19636-2e.d: Likewise.
1518 * testsuite/ld-i386/pr20244-1a.d: Likewise.
1519 * testsuite/ld-i386/pr20244-1b.d: Likewise.
1520 * testsuite/ld-i386/pr20244-2a.d: Likewise.
1521 * testsuite/ld-i386/pr20244-2b.d: Likewise.
1522 * testsuite/ld-i386/pr20244-2c.d: Likewise.
1523 * testsuite/ld-i386/pr20244-4a.d: Likewise.
1524 * testsuite/ld-i386/pr20244-4b.d: Likewise.
1525 * testsuite/ld-i386/pr21884.d: Likewise.
1526 * testsuite/ld-ifunc/binutils.exp: Likewise.
1527 * testsuite/ld-ifunc/ifunc-10-i386.d: Likewise.
1528 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
1529 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
1530 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
1531 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
1532 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
1533 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
1534 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
1535 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
1536 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
1537 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
1538 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
1539 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
1540 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
1541 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
1542 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
1543 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
1544 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
1545 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
1546 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
1547 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
1548 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
1549 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
1550 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
1551 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
1552 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
1553 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
1554 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
1555 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
1556 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
1557 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
1558 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
1559 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
1560 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
1561 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
1562 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
1563 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
1564 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
1565 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
1566 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
1567 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
1568 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
1569 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
1570 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
1571 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
1572 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
1573 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
1574 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
1575 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
1576 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1577 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
1578 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1579 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
1580 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
1581 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
1582 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
1583 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
1584 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
1585 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
1586 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
1587 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
1588 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
1589 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
1590 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
1591 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
1592 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
1593 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
1594 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
1595 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
1596 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
1597 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
1598 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
1599 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
1600 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
1601 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
1602 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
1603 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1604 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1605 * testsuite/ld-plugin/lto.exp: Likewise.
1606 * testsuite/ld-x86-64/align-branch-1.d: Likewise.
1607 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
1608 * testsuite/ld-x86-64/line.exp: Likewise.
1609 * testsuite/ld-x86-64/load1a.d: Likewise.
1610 * testsuite/ld-x86-64/load1b.d: Likewise.
1611 * testsuite/ld-x86-64/load1c.d: Likewise.
1612 * testsuite/ld-x86-64/load1d.d: Likewise.
1613 * testsuite/ld-x86-64/pie3.d: Likewise.
1614 * testsuite/ld-x86-64/pr18160.d: Likewise.
1615 * testsuite/ld-x86-64/pr19013-x32.d: Likewise.
1616 * testsuite/ld-x86-64/pr19013.d: Likewise.
1617 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
1618 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
1619 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
1620 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
1621 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
1622 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
1623 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
1624 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
1625 * testsuite/ld-x86-64/pr21884.d: Likewise.
1626 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
1627 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
1628 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
1629 * testsuite/ld-x86-64/tlsgd5.dd: Likewise.
1630 * testsuite/ld-x86-64/tlsgd8.dd: Likewise.
1631 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1632 * emulparams/elf32_x86_64_nacl.sh: Removed.
1633 * emulparams/elf_i386_nacl.sh: Likewise.
1634 * emulparams/elf_x86_64_nacl.sh: Likewise.
1635 * testsuite/ld-i386/emit-relocs-nacl.rd: Likewise.
1636 * testsuite/ld-i386/load1-nacl.d: Likewise.
1637 * testsuite/ld-i386/pie1-nacl.d: Likewise.
1638 * testsuite/ld-i386/plt-nacl.pd: Likewise.
1639 * testsuite/ld-i386/plt-pic-nacl.pd: Likewise.
1640 * testsuite/ld-i386/pr17709-nacl.rd: Likewise.
1641 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
1642 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
1643 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
1644 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
1645 * testsuite/ld-i386/pr19827-nacl.rd: Likewise.
1646 * testsuite/ld-i386/pr21884-nacl.d: Likewise.
1647 * testsuite/ld-i386/pr21884-nacl.t: Likewise.
1648 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
1649 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
1650 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
1651 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
1652 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
1653 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
1654 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
1655 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
1656 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
1657 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
1658 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
1659 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
1660 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
1661 * testsuite/ld-x86-64/pie3-nacl.d: Likewise.
1662 * testsuite/ld-x86-64/plt-nacl.pd: Likewise.
1663 * testsuite/ld-x86-64/pr17709-nacl.rd: Likewise.
1664 * testsuite/ld-x86-64/pr19013-nacl.d: Likewise.
1665 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
1666 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
1667 * testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
1668 * testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
1669 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
1670 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
1671 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
1672 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
1673 * testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise.
1674 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1675 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1676 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1677 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
1678 * Makefile.in: Regenerated.
1679 * po/BLD-POTFILES.in: Likewise.
1680
fb4a044b
AM
16812020-06-30 Alan Modra <amodra@gmail.com>
1682
1683 * testsuite/ld-elf/group1.d: Don't xfail all solaris targets, just
1684 ix86 and x86_64.
1685
b9b9b0ef
AM
16862020-06-30 Alan Modra <amodra@gmail.com>
1687
1688 * testsuite/ld-elf/reloc-discard.d: Don't xfail nds32.
1689
39d050ee
AM
16902020-06-30 Alan Modra <amodra@gmail.com>
1691
1692 * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry.
1693 * testsuite/ld-elf/var1.d: Don't xfail microblaze.
1694
a57f74bb
L
16952020-06-29 H.J. Lu <hongjiu.lu@intel.com>
1696
1697 * testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE,
1698 C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last.
1699 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1700 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1701 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1702 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1703 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1704 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1705 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1706 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1707 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1708 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1709 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1710 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1711
290a25dc
AM
17122020-06-29 Alan Modra <amodra@gmail.com>
1713
1714 * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*.
1715 * testsuite/ld-x86-64/protected2-k1om.d: Likewise.
1716 * testsuite/ld-x86-64/protected3-k1om.d: Likewise.
1717
094e34f2
NA
17182020-06-26 Nick Alcock <nick.alcock@oracle.com>
1719
1720 * configure.ac [--enable-libctf]: New, default yes.
1721 Set ENABLE_LIBCTF accordingly.
1722 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF.
1723 * configure: Regenerate.
1724 * config.in: Regenerate.
1725 * Makefile.in: Regenerate.
1726 * aclocal.m4: Regenerate.
1727 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
1728 (ldlang_open_ctf): Likewise.
1729 (lang_merge_ctf): Likewise.
1730 (ldlang_ctf_apply_strsym): Likewise.
1731 (lang_write_ctf): Likewise.
1732 (ldlang_write_ctf_late): Likewise.
1733 (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF
1734 sections.
1735 (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub.
1736 (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise.
1737 (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise.
1738 (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise.
1739 * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on
1740 ENABLE_LIBCTF.
1741 (struct ctf_strsym_iter_cb_arg): Likewise.
1742 (ldelf_ctf_strtab_iter_cb): Likewise.
1743 (ldelf_ctf_symbols_iter_cb): Likewise.
1744 (ldelf_examine_strtab_for_ctf): Likewise.
1745 (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub.
1746 (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub.
1747
198e1db7
JB
17482020-06-26 Jan Beulich <jbeulich@suse.com>
1749
1750 * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
1751
85f7484a
PB
17522020-06-26 Pat Bernardi <bernardi@adacore.com>
1753
1754 * testsuite/ld-m68k/attr-gnu-4-0.s: New file.
1755 * testsuite/ld-m68k/attr-gnu-4-1.s: Likewise.
1756 * testsuite/ld-m68k/attr-gnu-4-2.s: Likewise.
1757 * testsuite/ld-m68k/attr-gnu-4-00.d: Likewise.
1758 * testsuite/ld-m68k/attr-gnu-4-01.d: Likewise.
1759 * testsuite/ld-m68k/attr-gnu-4-02.d: Likewise.
1760 * testsuite/ld-m68k/attr-gnu-4-10.d: Likewise.
1761 * testsuite/ld-m68k/attr-gnu-4-11.d: Likewise.
1762 * testsuite/ld-m68k/attr-gnu-4-12.d: Likewise.
1763 * testsuite/ld-m68k/attr-gnu-4-20.d: Likewise.
1764 * testsuite/ld-m68k/attr-gnu-4-21.d: Likewise.
1765 * testsuite/ld-m68k/attr-gnu-4-22.d: Likewise.
1766 * testsuite/ld-m68k/m68k.exp: Run the new tests.
1767
4bf05d4a
L
17682020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1769
1770 PR ld/26165
1771 * lexsup.c (ld_options): Correct --dependency-file order.
1772
2c8e3708
L
17732020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1774
1775 PR ld/26083
1776 * testsuite/ld-csky/tls-ie-v1.d: Updated.
1777 * testsuite/ld-csky/tls-ie.d: Likewise.
1778
c679ec98
L
17792020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1780
1781 PR ld/26083
1782 * testsuite/ld-cris/libdso-15b.d: Updated.
1783 * testsuite/ld-cris/libdso-1c.d: Likewise.
1784 * testsuite/ld-cris/libdso-1d.d: Likewise.
1785 * testsuite/ld-cris/libdso-15c.d: New file.
1786
5376d47f
L
17872020-06-24 H.J. Lu <hongjiu.lu@intel.com>
1788
1789 PR ld/26163
1790 * ldexp.c (exp_fold_tree_1): Set non_ir_ref_regular on the source
1791 for assignment.
1792 * testsuite/ld-plugin/lto.exp: Run ld/26163 test.
1793 * testsuite/ld-plugin/pr26163a.c: New file.
1794 * testsuite/ld-plugin/pr26163b.c: Likewise.
1795
a5aae508
AM
17962020-06-24 Alan Modra <amodra@gmail.com>
1797
1798 * lexsup.c (elf_shlib_list_options): Properly format help message.
1799 (elf_plt_unwind_list_options): Likewise.
1800 * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise.
1801
f37b21b4
RM
18022020-06-23 Roland McGrath <mcgrathr@google.com>
1803
1804 PR 22843
1805 * NEWS: Note --dependency-file.
1806 * ld.texi (Options): Document --dependency-file.
1807 * ldlex.h (enum option_values): Add OPTION_DEPENDENCY_FILE.
1808 * ld.h (ld_config_type): New member dependency_file.
1809 * lexsup.c (ld_options, parse_args): Parse --dependency-file.
1810 * ldmain.c (struct dependency_file): New type.
1811 (dependency_files, dependency_files_tail): New static variables.
1812 (track_dependency_files): New function.
1813 (write_dependency_file): New function.
1814 (main): Call it when --dependency-file was passed.
1815 * ldfile.c (ldfile_try_open_bfd): Call track_dependency_files.
1816 (ldfile_open_command_file_1): Likewise.
1817 * ldelf.c (ldelf_try_needed): Likewise.
1818 * pe-dll.c (pe_implied_import_dll): Likewise.
1819
9221725d
AM
18202020-06-23 Alan Modra <amodra@gmail.com>
1821
1822 PR 26150
1823 * ldlang.c (ldlang_add_file): Assert that we aren't adding the
1824 current end of link.next list again too.
1825 * ldmain.c (add_archive_element): Don't load archive elements
1826 again that have already been loaded.
1827
c7c970e4
AM
18282020-06-23 Alan Modra <amodra@gmail.com>
1829
1830 * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for
1831 bfin-*-linux*.
1832 (pr17068, symbolic-func.so, pr22374): Likewise.
1833
39ff0b81
NC
18342020-06-22 Nelson Chu <nelson.chu@sifive.com>
1835
1836 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
1837 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated.
1838 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated.
1839 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated.
1840 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated.
1841 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated.
1842
0381901e
AM
18432020-06-21 Alan Modra <amodra@gmail.com>
1844
1845 * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS.
1846 * ldlang.c: Likewise.
1847 * ldlang.h: Likewise.
1848 * ldlex.h: Likewise.
1849 * ldmain.c: Likewise.
1850 * lexsup.c: Likewise.
1851 * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS.
1852 * testplug.c: Likewise.
1853 * testplug2.c: Likewise.
1854 * testplug3.c: Likewise.
1855 * testplug4.c: Likewise.
1856 * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL.
1857 * Makefile.am: Remove ENABLE_PLUGINS conditionals.
1858 (PLUGIN_CFLAGS): Don't define.
1859 (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all
1860 uses with plugin file name.
1861 * configure: Regenerate.
1862 * Makefile.in: Regenerate.
1863
348fe36b
AM
18642020-06-20 Alan Modra <amodra@gmail.com>
1865
1866 * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on
1867 a compiler error.
1868 (default_ld_assemble): Similarly for an assembler error.
1869 (default_ld_nm): Similarly for an nm error.
1870 (run_ld_link_tests): Report ld_assemble errors as a fail.
1871 (check_as_cfi): Remove now unnecessary perror substitution.
1872 * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test
1873 fails rather then unresolved.
1874 * testsuite/ld-gc/gc.exp: Likewise.
1875 * testsuite/ld-scripts/alignof.exp: Likewise.
1876 * testsuite/ld-scripts/defined.exp: Likewise.
1877 * testsuite/ld-scripts/script.exp: Likewise.
1878 * testsuite/ld-scripts/sizeof.exp: Likewise.
1879 * testsuite/ld-selective/selective.exp: Likewise.
1880 * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link
1881 failure.
1882 * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as
1883 test unresolved.
1884 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
1885 test fails.
1886 * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise.
1887 * testsuite/ld-ia64/line.exp: Likewise.
1888 * testsuite/ld-mep/mep.exp: Likewise.
1889 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
1890 * testsuite/ld-nios2/nios2.exp: Likewise.
1891 * testsuite/ld-scripts/alignof.exp: Likewise.
1892 * testsuite/ld-x86-64/line.exp: Likewise.
1893 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1894 * testsuite/ld-scripts/log2.exp: Formatting.
1895 * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail.
1896
b0ee49d2
AM
18972020-06-20 Alan Modra <amodra@gmail.com>
1898
1899 * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
1900 * testsuite/ld-elf/binutils.exp: Likewise.
1901 * testsuite/ld-elf/tls.exp: Likewise.
1902 * testsuite/ld-elf/tls_common.exp: Likewise.
1903 * testsuite/ld-scripts/phdrs2.exp: Likewise.
1904
e2201c2a
AM
19052020-06-20 Alan Modra <amodra@gmail.com>
1906
1907 * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF.
1908 Fail when ld_assemble fails. Use elseif to reduce indentation.
1909
2d0a923c
AM
19102020-06-19 Alan Modra <amodra@gmail.com>
1911
1912 * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations.
1913 * testsuite/ld-elf/rdynamic-1.rd: Likewise.
1914 * testsuite/ld-elf/pr9676.rd: Likewise.
1915 * testsuite/ld-elf/pr9679.rd: Likewise.
1916 * testsuite/ld-elfvers/vers30.dsym: Likewise.
1917 * testsuite/ld-elfvers/vers31.dsym: Likewise.
e4433988
AM
1918 * testsuite/ld-plugin/pr22983.1.d: Likewise.
1919 * testsuite/ld-plugin/pr22983.2.d: Likewise.
2d0a923c 1920 * testsuite/ld-plugin/pr22983.3.d: Likewise.
e4433988 1921 * testsuite/ld-plugin/pr22983.4.d: Likewise.
2d0a923c
AM
1922 * testsuite/ld-ifunc/ifunc.exp: Exclude alpha.
1923
5fd104ad
AM
19242020-06-19 Alan Modra <amodra@gmail.com>
1925
1926 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit
1927 -z relro and -z norelro when target support for GNU_RELRO is lacking.
1928 (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too.
1929 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore
1930 RELRO default when target support for GNU_RELRO is lacking.
1931 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
1932 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise.
1933 * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
1934 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
1935 * testsuite/ld-elf/pr16322.d: xfail when no relro support.
1936 * testsuite/ld-elf/pr22393-1a.d: Likewise.
1937 * testsuite/ld-elf/pr22393-1b.d: Likewise.
1938 * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise.
1939 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support
1940 to decide whether to pass extra ld option "-z norelro".
1941
00401e65
L
19422020-06-17 H.J. Lu <hongjiu.lu@intel.com>
1943
1944 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w"
1945 to cflags.
1946
22aa1d51
L
19472020-06-17 H.J. Lu <hongjiu.lu@intel.com>
1948
1949 * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
1950 pr25749-1b (-pie -fPIE).
1951
07e7fdfd
AM
19522020-06-16 Alan Modra <amodra@gmail.com>
1953
1954 * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.
1955 * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__.
1956 * testsuite/ld-elf/indirect2.c: Likewise.
1957 * testsuite/ld-elf/indirect3b.c: Likewise.
1958 * testsuite/ld-elf/indirect4b.c: Likewise.
1959 * testsuite/ld-elf/pr14323-2.c: Likewise.
1960 * testsuite/ld-elf/pr18720b.c: Likewise.
5f898994 1961 * testsuite/ld-elf/pr19553c.c: Likewise.
07e7fdfd 1962 * testsuite/ld-elf/pr23428.c: Likewise.
5f898994 1963 * testsuite/ld-elfvers/vers27b.c: Likewise.
07e7fdfd
AM
1964 * testsuite/ld-elfvsb/common.c: Likewise.
1965 * testsuite/ld-elfvsb/main.c: Likewise.
1966 * testsuite/ld-elfvsb/sh1.c: Likewise.
1967 * testsuite/ld-elfvsb/test.c: Likewise.
1968 * testsuite/ld-pe/aligncomm-1.c: Likewise.
1969 * testsuite/ld-pe/aligncomm-2.c: Likewise.
1970 * testsuite/ld-pe/aligncomm-3.c: Likewise.
1971 * testsuite/ld-pe/aligncomm-4.c: Likewise.
1972 * testsuite/ld-plugin/pr23958.c: Likewise.
1973 * testsuite/ld-size/size-1b.c: Likewise.
1974 * testsuite/ld-size/size-2b.c: Likewise.
1975 * testsuite/ld-size/size-3a.c: Likewise.
1976 * testsuite/ld-size/size-3b.c: Likewise.
1977 * testsuite/ld-size/size-3c.c: Likewise.
1978 * testsuite/ld-size/size-4b.c: Likewise.
1979 * testsuite/ld-size/size-5b.c: Likewise.
1980 * testsuite/ld-size/size-6a.c: Likewise.
1981 * testsuite/ld-size/size-7a.c: Likewise.
1982 * testsuite/ld-size/size-8a.c: Likewise.
1983 * testsuite/ld-size/size-9b.c: Likewise.
1984 * testsuite/ld-size/size-10b.c: Likewise.
1985
a435742a
AM
19862020-06-16 Alan Modra <amodra@gmail.com>
1987
1988 * emulparams/tic30aout.sh: Delete file.
1989 * scripttempl/tic30aout.sc: Delete file.
1990 * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
1991 delete dependency.
1992 * configure.tgt: Delete tic30-*-*aout* entry.
1993 * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
1994 * testsuite/ld-scripts/segment-start.d: Likewise.
1995 * Makefile.in: Regenerate.
1996 * po/BLD-POTFILES.in: Regenerate.
1997
7a77f1ac
MF
19982020-06-15 Max Filippov <jcmvbkbc@gmail.com>
1999
2000 * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition.
2001 (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
2002 macros.
2003 (elf32xtensa_abi): New declaration.
2004 (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is
2005 undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test
2006 ABI tag consistency.
2007 (xtensa_add_config_info): Use xtensa_abi_choice instead of
2008 XSHAL_ABI to format ABI tag.
2009 (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED,
2010 OPTION_ABI_CALL0 and declare elf32xtensa_abi.
2011 (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and
2012 --abi-call0.
2013 (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and
2014 --abi-call0.
2015 (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and
2016 --abi-call0.
2017 * ld.texi: Add description for options --abi-windowed and
2018 --abi-call0.
2019
cae64165
RM
20202020-06-15 Roland McGrath <mcgrathr@google.com>
2021
2022 * NEWS: Mention -z start-stop-visibility=... option for ELF.
2023 * ld.texi (Options): Document -z start-stop-visibility=... option.
2024 * ldmain.c (main): Initialize link_info.start_stop_visibility.
2025 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option):
2026 Parse -z start-stop-visibility=... option.
2027
12984639
AM
20282020-06-15 Alan Modra <amodra@gmail.com>
2029
2030 * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
2031 * testsuite/ld-scripts/phdrs3.exp: Likewise.
2032 * testsuite/ld-scripts/rgn-at.exp: Likewise.
2033 * testsuite/ld-scripts/rgn-over.exp: Likewise.
2034 * testsuite/ld-scripts/sort.exp: Likewise.
2035 * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
2036
ea4b3731
AM
20372020-06-15 Alan Modra <amodra@gmail.com>
2038
2039 PR 26103
2040 * testsuite/ld-linkonce/ref1.s,
2041 * testsuite/ld-linkonce/ref2.s,
2042 * testsuite/ld-linkonce/sym1.s,
2043 * testsuite/ld-linkonce/sym2.s,
2044 * testsuite/ld-linkonce/sym3.s: New test files.
2045 * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too.
2046 Add pr26103 test. Remove unnecessary load_lib.
2047
cda58d5f
AM
20482020-06-15 Alan Modra <amodra@gmail.com>
2049
2050 * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s.
2051 * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s.
2052 * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support
2053 big-endian output. Run for powerpc.
2054
38226418
AM
20552020-06-11 Alan Modra <amodra@gmail.com>
2056
2057 * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6,
2058 pr12760, pr23818 and pr23958 tests to..
2059 (lto_link_elf_tests): ..here.
2060
928055a3
NC
20612020-06-11 Nick Clifton <nickc@redhat.com>
2062
2063 * testsuite/ld-elf/pr26094-1b.c (main): Change return type to
2064 int.
2065
84df1f9d
AM
20662020-06-10 Alan Modra <amodra@gmail.com>
2067
2068 * testsuite/ld-elf/linux-x86.exp: Build tests when non-native.
2069 (check_pr25749b): Add optional args. Set expected pass file
2070 from args. Run -1b and -2a tests with passall.out.
2071 * testsuite/ld-elf/passall.out: New file.
2072 * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc.
2073 * testsuite/ld-elf/pr25749-2.c: Likewise.
2074 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use
2075 regexp_diff to compare expected output from running binary.
2076
e1b5d517
L
20772020-06-10 H.J. Lu <hongjiu.lu@intel.com>
2078
2079 PR ld/26094
2080 * testsuite/ld-elf/pr26094-1.ver: New fike.
2081 * testsuite/ld-elf/pr26094-1a.c: Likewise.
2082 * testsuite/ld-elf/pr26094-1a.rd: Likewise.
2083 * testsuite/ld-elf/pr26094-1b.c: Likewise.
2084 * testsuite/ld-elf/pr26094-1b.rd: Likewise.
2085 * testsuite/ld-elf/pr26094-1c.c: Likewise.
2086 * testsuite/ld-elf/shared.exp: Run ld/26094 tests.
2087
cebd6b8a
L
20882020-06-09 H.J. Lu <hongjiu.lu@intel.com>
2089
2090 PR ld/18801
2091 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a,
2092 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b.
2093 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2094 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise.
2095 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise.
2096 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise.
2097 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise.
2098 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise.
2099 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise.
2100 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise.
2101 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise.
2102 * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise.
2103 * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise.
2104 * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC
2105 resolvers.
2106 * testsuite/ld-i386/pr18801b.d: Likewise.
2107 * estsuite/ld-x86-64/pr18801a.d: Likewise.
2108 * estsuite/ld-x86-64/pr18801b.d: Likewise.
2109
a61e3060
AM
21102020-06-09 Alan Modra <amodra@gmail.com>
2111
2112 PR 26065
2113 * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC.
2114 (dl4e, dl4f): Expect dl4a.out.
2115 * testsuite/ld-elf/dl4e.out: Delete.
2116
597344c9
L
21172020-06-07 H.J. Lu <hongjiu.lu@intel.com>
2118
2119 * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703
2120 shared test.
2121
656e4a22
L
21222020-06-07 H.J. Lu <hongjiu.lu@intel.com>
2123
2124 * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
2125 tic6x-*-*.
2126
0fd91d25
L
21272020-06-07 H.J. Lu <hongjiu.lu@intel.com>
2128
2129 * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
2130
1fc47f80
AM
21312020-06-06 Alan Modra <amodra@gmail.com>
2132
2133 * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux.
2134
070558eb
AM
21352020-06-06 Alan Modra <amodra@gmail.com>
2136
2137 * lexsup.c (ld_options): Accept -plugin and -plugin-opt when
2138 !ENABLE_PLUGINS.
2139 * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust.
2140
41285764
NC
21412020-06-05 Nelson Chu <nelson.chu@sifive.com>
2142
2143 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to
2144 attr-merge-priv-spec-01.d.
2145 * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11.
2146 * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set.
2147 * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase.
2148 * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise.
2149 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
2150 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
2151 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
2152 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
2153 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
2154 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
2155
3fc6c3dc
NC
21562020-06-05 Nelson Chu <nelson.chu@sifive.com>
2157
2158 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used,
2159 so ignore the -mpriv-spec setting.
2160 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2161 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2162 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
2163 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
2164 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
2165 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
2166 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
2167 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
2168 * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr.
2169
c4b126b8
L
21702020-06-04 H.J. Lu <hongjiu.lu@intel.com>
2171
2172 PR ld/26080
2173 * testsuite/ld-elf/comm-data.exp: Remove copy_reloc.
2174 * testsuite/ld-elf/comm-data2r.rd: Removed.
2175 * testsuite/ld-elf/comm-data2r.sd: Likewise.
2176 * testsuite/ld-elf/comm-data2r.xd: Likewise.
2177
e2c8dab6
AM
21782020-06-04 Alan Modra <amodra@gmail.com>
2179
2180 * testsuite/config/default.exp: Remove global directive outside
2181 proc body.
2182 * testsuite/ld-bootstrap/bootstrap.exp: Likewise.
2183 * testsuite/ld-elf/compress.exp: Likewise.
2184 * testsuite/ld-elf/elf.exp: Likewise.
2185 * testsuite/ld-elf/exclude.exp: Likewise.
2186 * testsuite/ld-elf/frame.exp: Likewise.
2187 * testsuite/ld-elf/indirect.exp: Likewise.
2188 * testsuite/ld-elf/linux-x86.exp: Likewise.
2189 * testsuite/ld-elf/shared.exp: Likewise.
2190 * testsuite/ld-elf/tls.exp: Likewise.
2191 * testsuite/ld-elf/tls_common.exp: Likewise.
2192 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
2193 * testsuite/ld-elfweak/elfweak.exp: Likewise.
2194 * testsuite/ld-frv/fdpic.exp: Likewise.
2195 * testsuite/ld-frv/tls.exp: Likewise.
2196 * testsuite/ld-gc/gc.exp: Likewise.
2197 * testsuite/ld-i386/i386.exp: Likewise.
2198 * testsuite/ld-i386/no-plt.exp: Likewise.
2199 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2200 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
2201 * testsuite/ld-nios2/nios2.exp: Likewise.
2202 * testsuite/ld-plugin/lto.exp: Likewise.
2203 * testsuite/ld-plugin/plugin.exp: Likewise.
2204 * testsuite/ld-powerpc/export-class.exp: Likewise.
2205 * testsuite/ld-scripts/align.exp: Likewise.
2206 * testsuite/ld-scripts/crossref.exp: Likewise.
2207 * testsuite/ld-scripts/defined.exp: Likewise.
2208 * testsuite/ld-scripts/overlay-size.exp: Likewise.
2209 * testsuite/ld-scripts/provide.exp: Likewise.
2210 * testsuite/ld-scripts/weak.exp: Likewise.
2211 * testsuite/ld-selective/selective.exp: Likewise.
2212 * testsuite/ld-sh/rd-sh.exp: Likewise.
2213 * testsuite/ld-size/size.exp: Likewise.
2214 * testsuite/ld-srec/srec.exp: Likewise.
2215 * testsuite/ld-x86-64/mpx.exp: Likewise.
2216 * testsuite/ld-x86-64/no-plt.exp: Likewise.
2217 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2218
a0c0ad56
AM
22192020-06-04 Alan Modra <amodra@gmail.com>
2220
2221 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
2222 mips-sgi-irix6.
2223 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
2224 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
2225 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
2226 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
2227 with poor PIE support.
2228
60f207b4
AM
22292020-06-04 Alan Modra <amodra@gmail.com>
2230
2231 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
2232 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
2233 executable and dynamic executable tests.
2234
1949ad04
L
22352020-06-03 H.J. Lu <hongjiu.lu@intel.com>
2236
2237 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
2238 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
2239 tests with run_ld_link_exec_tests.
2240 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
2241 with run_ld_link_tests.
2242 * testsuite/ld-elf/tls.exp: Likewise.
2243 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
2244 tests with ld_link.
2245 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
2246 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
2247 with run_ld_link_tests.a
2248 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
2249 CFLAGS.
2250 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
2251 to cflags and cxxflags.
2252 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
2253 and CXX.
2254 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
2255 -fsanitize=undefined.
2256 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
2257 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
2258 tests with run_cc_link_tests and run_ld_link_tests.
2259
37a141bf
FS
22602020-06-03 Fangrui Song <maskray@google.com>
2261 H.J. Lu <hongjiu.lu@intel.com>
2262
2263 PR ld/25910
2264 * NEWS: Mention --export-dynamic-symbol[-list].
2265 * ld.texi: Document --export-dynamic-symbol[-list].
2266 * ldgram.y: Pass current_dynamic_list_p to
2267 lang_append_dynamic_list.
2268 * ldlang.c (current_dynamic_list_p): New.
2269 (ang_append_dynamic_list): Updated to take a pointer to
2270 struct bfd_elf_dynamic_list * argument instead of using
2271 link_info.dynamic_list.
2272 (lang_append_dynamic_list_cpp_typeinfo): Pass
2273 &link_info.dynamic_list to ang_append_dynamic_list.
2274 (lang_append_dynamic_list_cpp_new): Likewise.
2275 * ldlang.h (current_dynamic_list_p): New.
2276 (lang_append_dynamic_list): Add a pointer to
2277 struct bfd_elf_dynamic_list * argument.
2278 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
2279 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
2280 * lexsup.c (ld_options): Add entries for
2281 OPTION_EXPORT_DYNAMIC_SYMBOL and
2282 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
2283 (parse_args): Handle --export-dynamic-symbol and
2284 --export-dynamic-symbol-list.
2285 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
2286 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
2287 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
2288 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
2289 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
2290 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
2291 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
2292 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
2293 * testsuite/ld-dynamic/foo-bar.list: New.
2294 * testsuite/ld-dynamic/foo.list: New.
2295 * testsuite/ld-dynamic/foo.s: New.
2296 * testsuite/ld-dynamic/fstar.list: New.
2297 * testsuite/ld-elf/dlempty.list: New.
2298 * testsuite/ld-elf/shared.exp: Add tests for
2299 --export-dynamic-symbol and --export-dynamic-symbol-list.
2300
bbd2d6bf
JB
23012020-06-03 Jan Beulich <jbeulich@suse.com>
2302
2303 * testsuite/ld-elf/linux-x86.exp: Make copied source files
2304 writeable.
2305
a3fc9418
NC
23062020-05-28 Nick Clifton <nickc@redhat.com>
2307
2308 PR 26047
2309 * ldelf.c (ldelf_after_open): Fail if attempting to link one
a87e1817
NC
2310 executable into another. Ensure that the test is made for all
2311 forms of linking.
a3fc9418 2312
fa6ecf94
L
23132020-05-28 H.J. Lu <hongjiu.lu@intel.com>
2314
6f028f3c
L
2315 * NEWS: Mention --enable-textrel-check=yes is default for
2316 Linux/x86 targets.
2317 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
2318 unset for Linux/x86 targets.
fa6ecf94 2319
b32632c4
L
23202020-05-28 H.J. Lu <hongjiu.lu@intel.com>
2321
2322 PR ld/20824
2323 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
2324 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
2325 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
2326 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
2327 * ldmain.c (main): Initialize link_info.textrel_check to
2328 DEFAULT_LD_TEXTREL_CHECK.
2329 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
2330 * config.in: Regenerated.
2331 * configure: Likewise.
2332
72a3b182
NC
23332020-05-28 Nick Clifton <nickc@redhat.com>
2334
2335 * lexsup.c (parse_args): Generate an error if a name is not
2336 provided to the -Map option.
2337 (ld_options): Mention that the -Map option supports a directory
2338 name as an argument.
2339 * NEWS: Remove mention of support for an empty string as an
2340 argument to -Map.
2341 * ld.texi: Likewise.
2342
2a37823b
HPN
23432020-05-27 Hans-Peter Nilsson <hp@axis.com>
2344
2345 PR ld/22909
2346 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
2347
198204a7
NC
23482020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
2349 Nick Clifton <nickc@redhat.com>
2350
2351 * lexsup.c (parse_args): If the map filename is defined but empty
2352 create a name based upon the output file name. If the name is
2353 defined but refers to a directory create a file inside the
2354 directory based on the output file name.
2355 * ld.texi: Document the new feature.
2356 * testsuite/ld-script/map-address.exp: Add test of new feature.
2357 * NEWS: Mention the new feature.
2358
a6dbf402
L
23592020-05-27 H.J. Lu <hongjiu.lu@intel.com>
2360
2361 PR ld/22909
2362 * NEWS: Mention --warn-textrel.
2363 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
2364 Remove --warn-shared-textrel.
2365 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
2366 OPTION_WARN_TEXTREL.
2367 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
2368 --warn-shared-textrel.
2369 (parse_args): Updated.
2370 (elf_shlib_list_options): Check link_info.textrel_check.
2371 * emultempl/elf.em: Updated.
2372 * testsuite/ld-elf/pr19539.d: Replace -z notext with
2373 --warn-textrel. Expect a warning.
2374 * testsuite/ld-i386/warn1.d: Update expected warning.
2375
368584aa
L
23762020-05-26 H.J. Lu <hongjiu.lu@intel.com>
2377
2378 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
2379 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
2380 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
2381
07e0bb0f
L
23822020-05-25 H.J. Lu <hongjiu.lu@intel.com>
2383
2384 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
2385
af2c48d8
L
23862020-05-25 H.J. Lu <hongjiu.lu@intel.com>
2387
2388 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
2389 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
2390 * testsuite/ld-elf/pr19539.d: Likewise.
2391 * testsuite/ld-elfvers/vers.exp: Likewise.
2392 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
2393 * testsuite/ld-i386/i386.exp: Likewise.
2394 * testsuite/ld-i386/nogot1.d: Likewise.
2395 * testsuite/ld-i386/pr19539.d: Likewise.
2396 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2397 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2398 * testsuite/ld-i386/pr19636-2c.d: Likewise.
2399 * testsuite/ld-i386/pr19636-2d.d: Likewise.
2400 * testsuite/ld-i386/pr19636-2e.d: Likewise.
2401 * testsuite/ld-i386/pr19636-3d.d: Likewise.
2402 * testsuite/ld-i386/pr19636-3e.d: Likewise.
2403 * testsuite/ld-i386/pr19939b.d: Likewise.
2404 * testsuite/ld-i386/undefweaka.d: Likewise.
2405 * testsuite/ld-i386/undefweakb.d: Likewise.
2406 * testsuite/ld-shared/shared.exp: Likewise.
2407 * testsuite/ld-size/size.exp: Likewise.
2408 * testsuite/ld-unique/unique.exp: Likewise.
2409 * testsuite/ld-x86-64/pie1.d: Likewise.
2410 * testsuite/ld-x86-64/pr19539a.d: Likewise.
2411 * testsuite/ld-x86-64/pr19539b.d: Likewise.
2412 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
2413 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
2414 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
2415 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
2416 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
2417 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
2418 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
2419 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
2420 * testsuite/ld-x86-64/pr19939b.d: Likewise.
2421 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2422
bb68f22c
FS
24232020-05-24 Fangrui Song <maskray@google.com>
2424
2425 PR ld/26018
2426 * lexsup.c (parse_args): Simplify.
2427 * testsuite/ld-elf/dl4e.out: New.
2428 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
2429
309cae1f
L
24302020-05-23 H.J. Lu <hongjiu.lu@intel.com>
2431
2432 PR ld/26018
2433 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
2434 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2435 * testsuite/ld-i386/pr26018.d: New file.
2436 * testsuite/ld-x86-64/pr26018.d: Likewise.
2437 * testsuite/ld-x86-64/pr26018.s: Likewise.
2438
5e2ab612
AM
24392020-05-21 Alan Modra <amodra@gmail.com>
2440
2441 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
2442 * emultempl/elf.em: Likewise.
2443 * emultempl/msp430.em: Likewise.
2444 * emultempl/pe.em: Likewise.
2445 * emultempl/pep.em: Likewise.
2446 * emultempl/ppc64elf.em: Likewise.
2447 * emultempl/xtensaelf.em: Likewise.
2448 * ldelf.c: Likewise.
2449 * ldfile.c: Likewise.
2450 * ldmain.c: Likewise.
2451 * ldmisc.c: Likewise.
2452 * lexsup.c: Likewise.
2453 * pe-dll.c: Likewise.
2454
8f595e9b
NC
24552020-05-20 Nelson Chu <nelson.chu@sifive.com>
2456
2457 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
2458 priv attributes according to the -mpriv-spec option.
2459 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
2460 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
2461 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
2462 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
2463 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
2464 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
2465 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
2466 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
2467 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
2468 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
2469 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
2470
7b958a48
AM
24712020-05-20 Alan Modra <amodra@gmail.com>
2472
2473 PR 25993
2474 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
2475 other_bfd_filename for bfd_set_filename, and test result of
2476 bfd_set_filename call. Don't create a new is->filename, simply
2477 copy from bfd filename. Free new_name after bfd_set_filename.
2478 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
2479
7e057737
SP
24802020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
2481
2482 * testsuite/ld-aarch64/aarch64-elf.exp: New test
2483 emit-relocs-560.
2484 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
2485 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
2486
607b4833
AM
24872020-05-19 Alan Modra <amodra@gmail.com>
2488
2489 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
2490 rather than accessing bfd->filename directly.
2491 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
2492 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
2493 * emultempl/spuelf.em (embedded_spu_file): Likewise.
2494 * ldlang.c (input_statement_is_archive_path, wild_sort),
2495 (check_excluded_libs): Likewise.
2496 * ldmain.c (add_archive_element): Likewise.
2497 * ldmisc.c (vfinfo): Likewise.
2498 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
2499 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
2500 * plugin.c (plugin_object_p): Likewise.
2501
3edf7b9f
DR
25022020-05-18 Douglas B Rupp <rupp@adacore.com>
2503
2504 * ldemul.h (ldemul_print_symbol): New.
2505 (ld_emulation_xfer_type) <print_symbol): Likewise.
2506 * ldemul.c (ldemul_print_symbol): New.
2507 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
2508 (print_one_symbol): Make global and move declaration to ...
2509 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
2510 (print_input_section): Likewise
2511 * ldlang.h: ... here.
2512 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
2513 (ld_emulation_xfer_struct): Use it.
2514 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
2515 and default to NULL.
2516 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
2517 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
2518 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
2519 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
2520 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
2521 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
2522 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
2523 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
2524 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
2525
6e0c75f7
ST
25262020-05-18 Sergei Trofimovich <siarheit@google.com>
2527
2528 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
2529 in info message.
2530
e6ddf2af
NC
25312020-05-18 Nick Clifton <nickc@redhat.com>
2532
2533 * po/sv.po: Update Swedish translation.
2534
5e365e47
NC
25352020-05-18 Nick Clifton <nickc@redhat.com>
2536
2537 PR 25993
2538 * emultempl/pe.em (_after_open): Check for duplicate filename
2539 pointers before renaming the dll.
2540 * emultempl/pep.em (_after_open): Likewise.
2541
ba311c5b
NC
25422020-05-13 Nick Clifton <nickc@redhat.com>
2543
2544 PR 25979
2545 * lexsup.c (elf_shlib_list_options): Include the default value for
2546 the hash style in the output text.
2547
94ba9882
AM
25482020-05-11 Alan Modra <amodra@gmail.com>
2549
2550 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
2551 * testsuite/ld-powerpc/pcrelopt.d: Update.
2552
7c1f4227
AM
25532020-05-11 Alan Modra <amodra@gmail.com>
2554
2555 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
2556 place of -mfuture/-Mfuture.
2557 * testsuite/ld-powerpc/notoc2.d: Likewise.
2558 * testsuite/ld-powerpc/powerpc.exp: Likewise.
2559 * testsuite/ld-powerpc/tlsgd.d: Likewise.
2560 * testsuite/ld-powerpc/tlsie.d: Likewise.
2561 * testsuite/ld-powerpc/tlsld.d: Likewise.
2562
73199c2b
NC
25632020-05-11 Nick Clifton <nickc@redhat.com>
2564
2565 * po/es.po: Updated Spanish translation.
2566
cff69cf4
WD
25672020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
2568
2569 PR ld/25665
2570 * testsuite/ld-aarch64/farcall-group.s: New large group test.
2571 * testsuite/ld-aarch64/farcall-group.d: New test driver.
2572 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
2573
a8acd6ee
AM
25742020-05-01 Alan Modra <amodra@gmail.com>
2575
2576 PR 25882
2577 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
2578 shared libraries.
2579
94a8e7b0
AM
25802020-05-01 Alan Modra <amodra@gmail.com>
2581
2582 * po/BLD-POTFILES.in: Regenerate.
2583
09c1e68a
AC
25842020-04-30 Alex Coplan <alex.coplan@arm.com>
2585
2586 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
2587 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
2588 * testsuite/ld-aarch64/farcall-back.d: Likewise.
2589 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
2590
8a8a1171
NC
25912020-04-30 Nick Clifton <nickc@redhat.com>
2592
2593 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
2594 not support the -shared command line option.
2595 * /ld-elf/compressed1c.d: Likewise.
2596 * /ld-elf/compressed1e.d: Likewise.
2597 * /ld-elf/dynamic1.d: Likewise.
2598 * /ld-elf/dynsym1.d: Likewise.
2599 * /ld-elf/ehdr_start-shared.d: Likewise.
2600 * /ld-elf/exclude3b.d: Likewise.
2601 * /ld-elf/global1.d: Likewise.
2602 * /ld-elf/hash.d: Likewise.
2603 * /ld-elf/local1.d: Likewise.
2604 * /ld-elf/mbind1b.d: Likewise.
2605 * /ld-elf/now-1.d: Likewise.
2606 * /ld-elf/now-2.d: Likewise.
2607 * /ld-elf/now-3.d: Likewise.
2608 * /ld-elf/now-4.d: Likewise.
2609 * /ld-elf/pr12975.d: Likewise.
2610 * /ld-elf/pr13177.d: Likewise.
2611 * /ld-elf/pr13195.d: Likewise.
2612 * /ld-elf/pr16322.d: Likewise.
2613 * /ld-elf/pr16498a.d: Likewise.
2614 * /ld-elf/pr16498b.d: Likewise.
2615 * /ld-elf/pr17615.d: Likewise.
2616 * /ld-elf/pr19162.d: Likewise.
2617 * /ld-elf/pr19698.d: Likewise.
2618 * /ld-elf/pr20513c.d: Likewise.
2619 * /ld-elf/pr20513d.d: Likewise.
2620 * /ld-elf/pr21389a.d: Likewise.
2621 * /ld-elf/pr21389b.d: Likewise.
2622 * /ld-elf/pr21389c.d: Likewise.
2623 * /ld-elf/pr21562a.d: Likewise.
2624 * /ld-elf/pr21562b.d: Likewise.
2625 * /ld-elf/pr21562c.d: Likewise.
2626 * /ld-elf/pr21562d.d: Likewise.
2627 * /ld-elf/pr21562e.d: Likewise.
2628 * /ld-elf/pr21562f.d: Likewise.
2629 * /ld-elf/pr21562g.d: Likewise.
2630 * /ld-elf/pr21562h.d: Likewise.
2631 * /ld-elf/pr21562i.d: Likewise.
2632 * /ld-elf/pr21562j.d: Likewise.
2633 * /ld-elf/pr21562k.d: Likewise.
2634 * /ld-elf/pr21562l.d: Likewise.
2635 * /ld-elf/pr21562m.d: Likewise.
2636 * /ld-elf/pr21562n.d: Likewise.
2637 * /ld-elf/pr21903a.d: Likewise.
2638 * /ld-elf/pr21903b.d: Likewise.
2639 * /ld-elf/pr22269b.d: Likewise.
2640 * /ld-elf/pr22393-1a.d: Likewise.
2641 * /ld-elf/pr22393-1b.d: Likewise.
2642 * /ld-elf/pr23658-1c.d: Likewise.
2643 * /ld-elf/pr25708.d: Likewise.
2644 * /ld-elf/rpath-1.d: Likewise.
2645 * /ld-elf/rpath-2.d: Likewise.
2646 * /ld-elf/runpath-1.d: Likewise.
2647 * /ld-elf/runpath-2.d: Likewise.
2648 * /ld-elf/sizeofb.d: Likewise.
2649 * /ld-elf/startofb.d: Likewise.
2650 * /ld-elf/strtab.d: Likewise.
2651 * /ld-elf/textaddr2.d: Likewise.
2652 * /ld-elf/textaddr5.d: Likewise.
2653 * /ld-elf/textaddr6.d: Likewise.
2654 * /ld-elf/unknown2.d: Likewise.
2655 * /ld-undefined/entry-3.d: Likewise.
2656 * /ld-undefined/entry-4.d: Likewise.
2657 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
2658 the -pie option.
2659 * /ld-elf/pie.d: Likewise.
2660 * /ld-elf/pr19539.d: Likewise.
2661 * /ld-elf/pr21903d.d: Likewise.
2662 * /ld-elf/pr22269a.d: Likewise.
2663 * /ld-elf/pr22393-1c.d: Likewise.
2664 * /ld-elf/pr22393-1d.d: Likewise.
2665 * /ld-elf/pr22423.d: Likewise.
2666 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
2667 * /ld-elf/loadaddr2.d: Likewise.
2668 * /ld-elf/pr22393-1e.d: Likewise.
2669 * /ld-elf/pr22393-1f.d: Likewise.
2670 * /ld-elf/textaddr1.d: Likewise.
2671 * /ld-elf/textaddr4.d: Likewise.
2672
c578f16e
YS
26732020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
2674
2675 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
2676 * emultempl/rxlinux.em: New.
2677 * configure.tgt: Add rx-linux.
2678 * Makefile.am: Add eelf32rx_linux.c
2679 * Makefile.in: Regenerate.
2680
d548f47d
MF
26812020-04-29 Max Filippov <jcmvbkbc@gmail.com>
2682
2683 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
2684 * testsuite/ld-xtensa/relax-diff1.s: New test source.
2685 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
2686 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
2687 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
2688 (relax-ndiff): New tests.
2689
4849fabc
SC
26902020-04-29 Stephen Casner <casner@acm.org>
2691
2692 PR 25829
2693 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
2694 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
2695 * testsuite/ld-scripts/default-script1.d: No longer have to skip
2696 test for those targets.
2697 * testsuite/ld-scripts/default-script2.d: Likewise.
2698 * testsuite/ld-scripts/default-script3.d: Likewise.
2699 * testsuite/ld-scripts/default-script4.d: Likewise.
2700
251dae91
TC
27012020-04-27 Tamar Christina <tamar.christina@arm.com>
2702
2703 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
2704
30ce8e47
MF
27052020-04-22 Max Filippov <jcmvbkbc@gmail.com>
2706
2707 PR ld/25861
2708 * testsuite/ld-xtensa/relax-loc.d: New test definition.
2709 * testsuite/ld-xtensa/relax-loc.s: New test source.
2710 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
2711
16171946
FS
27122020-04-22 Fangrui Song <maskray@google.com>
2713
2714 PR ld/25806
2715 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
2716 * ldlang.c (current_input_file): New.
2717 (ldirname): New.
2718 (new_afile): Add from_filename parameter. Set extra_search_path.
2719 (lang_add_input_file): Pass current_input_file to new_afile.
2720 (load_symbols): Set current_input_file.
2721 * ldfile.c (ldfile_open_file): If extra_search_path has been set
2722 then scan it for the file that needs to be opened.
2723 * ld.texi: Document the new behaviour.
2724 * NEWS: Mention the new feature.
2725
1d934d76
AM
27262020-04-22 Alan Modra <amodra@gmail.com>
2727
2728 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
2729 * testsuite/ld-scripts/default-script2.d: Likewise.
2730 * testsuite/ld-scripts/default-script3.d: Likewise.
2731 * testsuite/ld-scripts/default-script4.d: Likewise.
2732
39a7b38f
SC
27332020-04-21 Stephen Casner <casner@acm.org>
2734
2735 PR 25829
2736 * testsuite/ld-scripts/script.exp (check_script)
2737 (extract_symbol_test): Make test addresses fit in 16 bits.
2738 * testsuite/ld-scripts/memory.t: Likewise.
2739 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
2740 * testsuite/ld-scripts/default-script.t (_START): Likewise.
2741 * testsuite/ld-scripts/default-script1.d: Likewise.
2742 * testsuite/ld-scripts/default-script2.d: Likewise.
2743 * testsuite/ld-scripts/default-script3.d: Likewise.
2744 * testsuite/ld-scripts/default-script4.d: Likewise.
2745 * testsuite/ld-scripts/empty-address-1.t: Likewise.
2746 * testsuite/ld-scripts/empty-address-1.d: Likewise.
2747 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
2748 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
2749 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
2750 fit target address size.
1d934d76 2751 * testsuite/ld-scripts/empty-address-1.s: Likewise.
39a7b38f
SC
2752 * testsuite/ld-scripts/empty-address-2.s: Likewise.
2753
6f6fd151
L
27542020-04-21 H.J. Lu <hongjiu.lu@intel.com>
2755
2756 PR ld/25849
2757 * ldelfgen.c (ldelf_map_segments): Call
2758 elf_backend_strip_zero_sized_dynamic_sections.
2759 * testsuite/ld-alpha/tlsbinr.rd: Updated.
2760
2efec98b
AM
27612020-04-20 Alan Modra <amodra@gmail.com>
2762
2763 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
2764 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
2765 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
2766
dbe23755
RO
27672020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2768
2769 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
2770 * testsuite/ld-elf/warn2.d: Likewise.
2771
54975ae9
L
27722020-04-18 H.J. Lu <hongjiu.lu@intel.com>
2773
2774 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
2775 alpha target.
2776 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
2777
0203cad2
SC
27782020-04-16 Stephen Casner <casner@acm.org>
2779
2780 PR 18963
2781 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
2782 16-bit address space.
2783 * testsuite/ld-scripts/pr18963.d: Likewise.
2784
0fe0f2d6
JMG
27852020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
2786 Jan W. Jagersma <jwjagersma@gmail.com>
2787
2788 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
2789 .ctors and .dtors. Discard LTO sections.
2790
49c16254
NC
27912020-04-17 Nick Clifton <nickc@redhat.com>
2792
2793 * testsuite/config/default.exp: If not already set then create the
2794 CCC_OVERRIDE_OPTIONS environment variable to help when running the
2795 testsuite with clang.
2796 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
2797 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
2798 were built before attempting to copy them.
2799
95a51568
FS
28002020-04-15 Fangrui Song <maskray@google.com>
2801
2802 PR binutils/24613
2803 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
2804 RM_GENERATE_ERROR to RM_DIAGNOSE.
2805 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
2806 RM_GENERATE_ERROR to RM_DIAGNOSE.
2807 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
2808
fa1477dc
SC
28092020-04-14 Stephen Casner <casner@acm.org>
2810
2811 PR ld/25677
2812 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
2813 (EXTRA_EM_FILE): New, add emulation file pdp11.
2814 * scripttempl/pdp11.sc: New, derived from aout.sc without
2815 irrelevant input sections.
2816 * emultempl/pdp11.em (_add_options, _handle_option)
2817 (_list_options): New. Add options -z, --imagic for pdp11-aout.
2818 (_before_parse): Make --omagic be default instead of --nmagic.
2819 (_get_script): Modify special-case linker script for --imagic.
2820 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
2821 * ld.texi (Options): Add documentation of PDP11-specific options.
2822 (Options): Fix unrelated typo to --no-compact-branches.
2823 * gen-doc.texi: @set PDP11.
2824 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
2825 * testsuite/ld-pdp11/sections.s: New, source for options tests.
2826 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
2827 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
2828 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
2829 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
2830
10ca4b04
L
28312020-04-14 H.J. Lu <hongjiu.lu@intel.com>
2832
2833 PR binutils/25707
2834 * testsuite/ld-arm/armthumb-lib.sym: Updated.
2835 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
2836 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
2837 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
2838 * testsuite/ld-arm/fdpic-main.sym: Likewise.
2839 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
2840 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
2841 * testsuite/ld-arm/mixed-app.sym: Likewise.
2842 * testsuite/ld-arm/mixed-lib.sym: Likewise.
2843 * testsuite/ld-arm/preempt-app.sym: Likewise.
2844 * testsuite/ld-elf/hash.d: Likewise.
2845 * testsuite/ld-elf/pr13195.d: Likewise.
2846 * testsuite/ld-elfvsb/hidden2.d: Likewise.
2847 * testsuite/ld-mips-elf/hash2.d: Likewise.
2848
a5d21497
RO
28492020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2850
2851 * testsuite/ld-shared/shared.exp: Remove dangling comments.
2852 xfail shared non PIC tests on Solaris.
2853
ae4b1d73
RO
28542020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2855
2856 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
2857
aa350065
L
28582020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2859
2860 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
2861 nopie with available.
2862
8be5def6
L
28632020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2864
2865 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
2866 Set to "-fcf-protection=none" if target compiler supports it.
2867 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
2868 CC and CXX.
2869 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
2870 to PLT BND tests.
2871
516231b7
L
28722020-04-02 H.J. Lu <hongjiu.lu@intel.com>
2873
2874 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
2875 -I../bfd.
2876 (check_pr25749b): Likewise.
2877
bb897477
RO
28782020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2879
2880 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
2881 notarget.
2882 * ifunc-11-i386.d: Likewise.
2883 * ifunc-12-i386.d: Likewise.
2884 * ifunc-13-i386.d: Likewise.
2885 * ifunc-14a-i386.d: Likewise.
2886 * ifunc-14b-i386.d: Likewise.
2887 * ifunc-14c-i386.d: Likewise.
2888 * ifunc-14d-i386.d: Likewise.
2889 * ifunc-14e-i386.d: Likewise.
2890 * ifunc-14f-i386.d: Likewise.
2891 * ifunc-15-i386.d: Likewise.
2892 * ifunc-16-i386-now.d: Likewise.
2893 * ifunc-16-i386.d: Likewise.
2894 * ifunc-17a-i386.d: Likewise.
2895 * ifunc-17b-i386.d: Likewise.
2896 * ifunc-18a-i386.d: Likewise.
2897 * ifunc-18b-i386.d: Likewise.
2898 * ifunc-19a-i386.d: Likewise.
2899 * ifunc-19b-i386.d: Likewise.
2900 * ifunc-2-i386-now.d: Likewise.
2901 * ifunc-2-i386.d: Likewise.
2902 * ifunc-2-local-i386-now.d: Likewise.
2903 * ifunc-2-local-i386.d: Likewise.
2904 * ifunc-20-i386.d: Likewise.
2905 * ifunc-21-i386.d: Likewise.
2906 * ifunc-22-i386.d: Likewise.
2907 * ifunc-5a-i386.d: Likewise.
2908 * ifunc-5a-local-i386.d: Likewise.
2909 * ifunc-5b-i386.d: Likewise.
2910 * ifunc-5b-local-i386.d: Likewise.
2911 * ifunc-5r-local-i386.d: Likewise.
2912 * ifunc-6a-i386.d: Likewise.
2913 * ifunc-6b-i386.d: Likewise.
2914 * ifunc-7a-i386.d: Likewise.
2915 * ifunc-7b-i386.d: Likewise.
2916 * ifunc-8-i386.d: Likewise.
2917 * ifunc-9-i386.d: Likewise.
2918 * pr17154-i386-now.d: Likewise.
2919 * pr17154-i386.d: Likewise.
2920
2921 * ifunc-23a-x86.d: Remove notarget.
2922 * ifunc-24a-x86.d: Likewise.
2923 * ifunc-25a-x86.d: Likewise.
2924
4f5bd885
NC
29252020-04-02 Nick Clifton <nickc@redhat.com>
2926
2927 PR ld/25747
2928 * ldfile.c (ldfile_open_file): Fix typo in warning message.
2929
382aae06
L
29302020-04-01 H.J. Lu <hongjiu.lu@intel.com>
2931
2932 PR ld/25749
2933 PR ld/25754
2934 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
2935 * testsuite/ld-elf/pr25749-1.c: New file.
2936 * testsuite/ld-elf/pr25749-1a.c: Likewise.
2937 * testsuite/ld-elf/pr25749-1b.c: Likewise.
2938 * testsuite/ld-elf/pr25749-1b.err: Likewise.
2939 * testsuite/ld-elf/pr25749-1c.c: Likewise.
2940 * testsuite/ld-elf/pr25749-1d.c: Likewise.
2941 * testsuite/ld-elf/pr25749-2.c: Likewise.
2942 * testsuite/ld-elf/pr25749-2a.s: Likewise.
2943 * testsuite/ld-elf/pr25749-2b.s: Likewise.
2944 * testsuite/ld-elf/pr25749.rd: Likewise.
2945 * testsuite/ld-elf/pr25754-1a.c: Likewise.
2946 * testsuite/ld-elf/pr25754-1b.s: Likewise.
2947 * testsuite/ld-elf/pr25754-2a.c: Likewise.
2948 * testsuite/ld-elf/pr25754-2b.err: Likewise.
2949 * testsuite/ld-elf/pr25754-2b.s: Likewise.
2950 * testsuite/ld-elf/pr25754-3a.c: Likewise.
2951 * testsuite/ld-elf/pr25754-3b.s: Likewise.
2952 * testsuite/ld-elf/pr25754-4a.c: Likewise.
2953 * testsuite/ld-elf/pr25754-4b.s: Likewise.
2954 * testsuite/ld-elf/pr25754-4c.s: Likewise.
2955 * testsuite/ld-elf/pr25754-5a.c: Likewise.
2956 * testsuite/ld-elf/pr25754-5b.s: Likewise.
2957 * testsuite/ld-elf/pr25754-5c.s: Likewise.
2958 * testsuite/ld-elf/pr25754-6a.c: Likewise.
2959 * testsuite/ld-elf/pr25754-6b.s: Likewise.
2960 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
2961
3ce23ca1
TC
29622020-04-01 Tamar Christina <tamar.christina@arm.com>
2963
2964 PR ld/16017
2965 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
2966
77bf7b53
NC
29672020-04-01 Nick Clifton <nickc@redhat.com>
2968
2969 PR ld/25747
2970 * ldfile.c (ldfile_open_file): If a search for a library fails,
2971 but there is a file that would match if it had a "lib" prefix to
2972 its name, then tell the user.
2973
a7618269
TC
29742020-04-01 Tamar Christina <tamar.christina@arm.com>
2975
2976 PR ld/16017
2977 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
2978 * testsuite/ld-arm/thumb-plt-got.d: New test.
2979
15ccbdd7
TC
29802020-04-01 Tamar Christina <tamar.christina@arm.com>
2981
2982 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
2983 * testsuite/ld-arm/thumb-plt.d: New test.
2984 * testsuite/ld-arm/thumb-plt.s: New test.
2985
41ff29bf
HPN
29862020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
2987
2988 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
2989
00386881
NC
29902020-03-30 Nick Clifton <nickc@redhat.com>
2991
2992 PR binutils/25662
2993 * emultempl/pe.em (after_open): Replace initialisation of the
2994 insert_timestamp field in the pe_data structure with an
2995 initialisation of the timestamp field.
2996 * emultemp/pep.em: Likewise.
2997 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
2998 structure instead of the insert_timestamp field.
2999
767be9d9
L
30002020-03-28 H.J. Lu <hongjiu.lu@intel.com>
3001
3002 PR 25732
3003 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
3004 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
3005 Solaris.
3006
258e8844
L
30072020-03-27 H.J. Lu <hongjiu.lu@intel.com>
3008
3009 PR 25732
3010 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
3011
cacb9d87
L
30122020-03-27 H.J. Lu <hongjiu.lu@intel.com>
3013
3014 PR 25732
3015 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
3016 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
3017 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
3018
86fd7e2e
AM
30192020-03-25 Alan Modra <amodra@gmail.com>
3020
3021 * testsuite/ld-elf/compress1c.d: xfail h8300.
3022 * testsuite/ld-elf/compressed1c.d: Likewise.
3023 * testsuite/ld-elf/compressed1e.d: Likewise.
3024 * testsuite/ld-elf/dynamic1.d: Likewise.
3025 * testsuite/ld-elf/dynsym1.d: Likewise.
3026 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
3027 * testsuite/ld-elf/exclude3b.d: Likewise.
3028 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
3029 * testsuite/ld-elf/global1.d: xfail h8300.
3030 * testsuite/ld-elf/hash.d: Likewise.
3031 * testsuite/ld-elf/loadaddr1.d: Likewise.
3032 * testsuite/ld-elf/loadaddr2.d: Likewise.
3033 * testsuite/ld-elf/local1.d: Likewise.
3034 * testsuite/ld-elf/mbind1b.d: Likewise.
3035 * testsuite/ld-elf/mbind1c.d: Likewise.
3036 * testsuite/ld-elf/now-1.d: Likewise.
3037 * testsuite/ld-elf/now-2.d: Likewise.
3038 * testsuite/ld-elf/now-3.d: Likewise.
3039 * testsuite/ld-elf/now-4.d: Likewise.
3040 * testsuite/ld-elf/pie.d: Likewise.
3041 * testsuite/ld-elf/pr12975.d: Likewise.
3042 * testsuite/ld-elf/pr13177.d: Likewise.
3043 * testsuite/ld-elf/pr13195.d: Likewise.
3044 * testsuite/ld-elf/pr16322.d: Likewise.
3045 * testsuite/ld-elf/pr16498a.d: Likewise.
3046 * testsuite/ld-elf/pr16498b.d: Likewise.
3047 * testsuite/ld-elf/pr17615.d: Likewise.
3048 * testsuite/ld-elf/pr19162.d: Likewise.
3049 * testsuite/ld-elf/pr19539.d: Likewise.
3050 * testsuite/ld-elf/pr19617a.d: Likewise.
3051 * testsuite/ld-elf/pr19698.d: Likewise.
3052 * testsuite/ld-elf/pr20513c.d: Likewise.
3053 * testsuite/ld-elf/pr20513d.d: Likewise.
3054 * testsuite/ld-elf/pr21389a.d: Likewise.
3055 * testsuite/ld-elf/pr21389b.d: Likewise.
3056 * testsuite/ld-elf/pr21389c.d: Likewise.
3057 * testsuite/ld-elf/pr21562a.d: Likewise.
3058 * testsuite/ld-elf/pr21562b.d: Likewise.
3059 * testsuite/ld-elf/pr21562c.d: Likewise.
3060 * testsuite/ld-elf/pr21562d.d: Likewise.
3061 * testsuite/ld-elf/pr21562e.d: Likewise.
3062 * testsuite/ld-elf/pr21562f.d: Likewise.
3063 * testsuite/ld-elf/pr21562g.d: Likewise.
3064 * testsuite/ld-elf/pr21562h.d: Likewise.
3065 * testsuite/ld-elf/pr21562i.d: Likewise.
3066 * testsuite/ld-elf/pr21562j.d: Likewise.
3067 * testsuite/ld-elf/pr21562k.d: Likewise.
3068 * testsuite/ld-elf/pr21562l.d: Likewise.
3069 * testsuite/ld-elf/pr21562m.d: Likewise.
3070 * testsuite/ld-elf/pr21562n.d: Likewise.
3071 * testsuite/ld-elf/pr21903a.d: Likewise.
3072 * testsuite/ld-elf/pr21903b.d: Likewise.
3073 * testsuite/ld-elf/pr21903d.d: Likewise.
3074 * testsuite/ld-elf/pr22269a.d: Likewise.
3075 * testsuite/ld-elf/pr22269b.d: Likewise.
3076 * testsuite/ld-elf/pr22393-1a.d: Likewise.
3077 * testsuite/ld-elf/pr22393-1b.d: Likewise.
3078 * testsuite/ld-elf/pr22393-1c.d: Likewise.
3079 * testsuite/ld-elf/pr22393-1d.d: Likewise.
3080 * testsuite/ld-elf/pr22393-1e.d: Likewise.
3081 * testsuite/ld-elf/pr22393-1f.d: Likewise.
3082 * testsuite/ld-elf/pr22423.d: Likewise.
3083 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
3084 and xc16x.
3085 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
3086 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
3087 * testsuite/ld-elf/rpath-1.d: xfail h8300.
3088 * testsuite/ld-elf/rpath-2.d: Likewise.
3089 * testsuite/ld-elf/runpath-1.d: Likewise.
3090 * testsuite/ld-elf/runpath-2.d: Likewise.
3091 * testsuite/ld-elf/sizeofb.d: Likewise.
3092 * testsuite/ld-elf/startofb.d: Likewise.
3093 * testsuite/ld-elf/strtab.d: Likewise.
3094 * testsuite/ld-elf/textaddr1.d: Likewise.
3095 * testsuite/ld-elf/textaddr2.d: Likewise.
3096 * testsuite/ld-elf/textaddr4.d: Likewise.
3097 * testsuite/ld-elf/textaddr5.d: Likewise.
3098 * testsuite/ld-elf/textaddr6.d: Likewise.
3099 * testsuite/ld-elf/unknown2.d: Likewise.
3100 * testsuite/ld-undefined/entry-3.d: Likewise.
3101 * testsuite/ld-undefined/entry-4.d: Likewise.
3102 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
3103 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
3104 file format match.
3105 * testsuite/ld-h8300/relax-2.d: Likewise.
3106 * testsuite/ld-h8300/relax-3.d: Likewise.
3107 * testsuite/ld-h8300/relax-4.d: Likewise.
3108 * testsuite/ld-h8300/relax-5.d: Likewise.
3109 * testsuite/ld-h8300/relax-6.d: Likewise.
3110 * testsuite/ld-h8300/relax-7.d: Likewise.
3111 * testsuite/ld-h8300/relax.d: Relax file format match.
3112
7e6e972f
L
31132020-03-24 H.J. Lu <hongjiu.lu@intel.com>
3114
3115 PR binutils/25708
3116 * testsuite/ld-elf/pr25708.d: New file.
3117
5e737279
AM
31182020-03-23 Alan Modra <amodra@gmail.com>
3119
3120 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
3121 Include ei386aout dep file.
3122 * Makefile.in: Regenerate.
3123 * po/BLD-POTFILES.in: Regenerate.
3124
3d98c460
L
31252020-03-20 H.J. Lu <hongjiu.lu@intel.com>
3126
3127 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
3128 test only for GCC 10 or newer.
3129
c02d6661
AM
31302020-03-20 Alan Modra <amodra@gmail.com>
3131
3132 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
3133 clear new fields.
3134 * testplug2.c (parse_symdefstr): Likewise.
3135 * testplug3.c (parse_symdefstr): Likewise.
3136 * testplug4.c (parse_symdefstr): Likewise.
3137
aef397a1
CL
31382020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
3139
3140 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
3141 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
3142
53215f21
CL
31432020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
3144
3145 * emultempl/xtensaelf.em: Emit a fatal error message
3146 instead of calling abort.
3147 * ldlang.c: Likewise.
3148
02a8180e
AM
31492020-03-14 Alan Modra <amodra@gmail.com>
3150
3151 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
3152 targets. Don't skip xtensa, xfail instead.
3153
abf874aa
CL
31542020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
3155
3156 * ldlang.c (lang_add_section): Add support for
3157 non_contiguous_regions.
3158 (size_input_section): Likewise.
3159 (lang_size_sections_1): Likewise.
3160 (process_insert_statements): Likewise.
3161 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
3162 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
3163 * lexsup.c (ld_options): Add entries for
3164 --enable-non-contiguous-regions and
3165 --enable-non-contiguous-regions-warnings.
3166 (parse_args): Handle it.
3167 * NEWS: Add --enable-non-contiguous-regions and
3168 --enable-non-contiguous-regions-warnings.
3169 * ld.texi: Add --enable-non-contiguous-regions and
3170 --enable-non-contiguous-regions-warnings documentation.
3171 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
3172 SEC_LINKER_CREATED flag.
3173 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
3174 Emit an error when --enable-non-contiguous-regions is used.
3175 * testsuite/ld-elf/non-contiguous.d: New.
3176 * testsuite/ld-elf/non-contiguous.ld: New.
3177 * testsuite/ld-elf/non-contiguous.s: New.
3178 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
3179 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
3180 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
3181 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
3182 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
3183 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
3184 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
3185 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
3186 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
3187 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
3188 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
3189 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
3190 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
3191 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
3192 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
3193 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
3194 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
3195 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
3196 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
3197
74e10d17
L
31982020-03-13 H.J. Lu <hongjiu.lu@intel.com>
3199
3200 PR ld/24920
3201 * emulparams/elf32_x86_64.sh: Use static.sh.
3202 * emulparams/elf_i386.sh: Likewise.
3203 * emulparams/elf_x86_64.sh: Likewise.
3204 * emulparams/static.sh: New file.
3205 * emultempl/elf-x86.em: Include "ldlex.h".
3206 * testsuite/ld-elf/pr24920.err: New file.
3207 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
3208
502794d4
CE
32092020-03-13 Christian Eggers <ceggers@gmx.de>
3210
3211 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
3212
1db6f990
AM
32132020-03-11 Alan Modra <amodra@gmail.com>
3214
3215 * ldelf.c (elf_orphan_compatible): Return false when two sections
3216 have differing SHF_MASKPROC or SHF_MASKOS flags.
3217
92d4b13b
AM
32182020-03-05 Alan Modra <amodra@gmail.com>
3219
3220 PR 25570
3221 * ldlang.c (lang_size_sections_1): Don't report changes on
3222 second and subsequent iterations that make no change in
3223 alignment from that already reported.
3224
baf09cba
AM
32252020-03-05 Alan Modra <amodra@gmail.com>
3226
3227 PR 25570
3228 * ldlang.c (lang_sizing_iteration): New static var.
3229 (lang_size_sections_1): Warn about no memory region only on first
3230 iteration. Warn about changing start address on first iteration
3231 then any delta from that on subsequent iterations. Report a signed
3232 delta.
3233 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
3234
d8e4137b
NC
32352020-03-03 Nick Clifton <nickc@redhat.com>
3236
3237 PR 25588
3238 * ld.texi (Options): Update the description of the --rpath-link
3239 option.
3240
cb001c0d
AM
32412020-03-02 Alan Modra <amodra@gmail.com>
3242
3243 * plugin.c (plugin_object_p): Return a bfd_cleanup.
3244 (plugin_cleanup): New function.
3245
2aa90762
L
32462020-03-01 H.J. Lu <hongjiu.lu@intel.com>
3247
3248 PR ld/25618
3249 * plugin.c (plugin_object_p): Copy the no_export field to the IR
3250 dummy object.
3251 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
3252 PR ld/25618 tests.
3253 * testsuite/ld-plugin/pr25618.d: New file.
3254 * testsuite/ld-plugin/pr25618a.cc: Likewise.
3255 * testsuite/ld-plugin/pr25618a.h: Likewise.
3256 * testsuite/ld-plugin/pr25618b.cc: Likewise.
3257 * testsuite/ld-plugin/pr25618b.h: Likewise.
3258
5f602802
AM
32592020-02-27 Alan Modra <amodra@gmail.com>
3260
3261 PR 24511
3262 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
3263 * testsuite/ld-mmix/sec-2.d: Likewise.
3264 * testsuite/ld-mmix/sec-3.d: Likewise.
3265 * testsuite/ld-mmix/sec-4.d: Likewise.
3266 * testsuite/ld-mmix/spec802.d: Likewise.
3267 * testsuite/ld-mmix/spec803.d: Likewise.
3268 * testsuite/ld-mmix/spec804.d: Likewise.
3269 * testsuite/ld-mmix/spec805.d: Likewise.
3270 * testsuite/ld-mmix/spec806.d: Likewise.
3271 * testsuite/ld-mmix/spec807.d: Likewise.
3272 * testsuite/ld-mmix/spec808.d: Likewise.
3273
3312f67c
L
32742020-02-26 H.J. Lu <hongjiu.lu@intel.com>
3275
3276 PR ld/25593
3277 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
3278 * testsuite/ld-plugin/pr25593.d: New file.
3279 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
3280 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
3281 * testsuite/ld-plugin/pr25593b.c: Likewise.
3282 * testsuite/ld-plugin/pr25593c.c: Likewise.
3283 * testsuite/ld-plugin/pr25593d.c: Likewise.
3284 * testsuite/ld-plugin/pr25593e.c: Likewise.
3285
dc1e8a47
AM
32862020-02-26 Alan Modra <amodra@gmail.com>
3287
3288 * emultempl/cskyelf.em: Indent labels correctly.
3289 * ldfile.c: Likewise.
3290 * ldlang.c: Likewise.
3291 * plugin.c: Likewise.
3292
e310298c
AM
32932020-02-26 Alan Modra <amodra@gmail.com>
3294
3295 PR 25593
3296 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
3297 (ldelf_after_open): Save state of input_bfds list before loading
3298 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
3299 Restore input_bfds list.
3300 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
3301
45c63c0f
NC
33022020-02-24 Nick Clifton <nickc@redhat.com>
3303
3304 * po/fr.po: Update French translation.
3305
7b3c2715
AM
33062020-02-22 Alan Modra <amodra@gmail.com>
3307
3308 PR 25585
3309 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
3310 checking.
3311
fcaaac0a
SB
33122020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
3313
3314 PR 25537
3315 * emultempl/z80.em: Remove machine compatability checking.
3316
33172020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
3318
3319 PR 25517
3320 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
3321 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
3322 * testsuite/ld-z80/arch_r800.d: Likewise.
3323 * testsuite/ld-z80/arch_z180.d: Likewise.
3324 * testsuite/ld-z80/arch_z80n.d: Likewise.
3325 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
3326 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
3327 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
3328 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
3329 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
3330 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
3331 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
3332 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
3333 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
3334 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
3335
2e3cd5d0
AM
33362020-02-19 Alan Modra <amodra@gmail.com>
3337
3338 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
3339
0aa99dcd
L
33402020-02-10 H.J. Lu <hongjiu.lu@intel.com>
3341
3342 PR binutils/25355
3343 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
3344 * testsuite/ld-plugin/pr25355.c: New file.
3345 * testsuite/ld-plugin/pr25355.d: Likewise.
3346 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
3347 only dump.
3348
6e569656
L
33492020-02-07 H.J. Lu <hongjiu.lu@intel.com>
3350
3351 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
3352
9fc0b501
SB
33532020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
3354
3355 PR 25469
3356 * emulparams/elf32z80.sh: Use z80 emulation.
3357 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
3358 * emultempl/z80elf.em: Delete.
3359 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
3360 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
3361 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
3362 * testsuite/ld-unique/unique.s: Likewise.
3363 * testsuite/ld-unique/unique_empty.s: Likewise.
3364 * testsuite/ld-unique/unique_shared.s: Likewise.
3365 * testsuite/ld-unique/unique.d: Updated expected output.
3366 * testsuite/ld-z80/arch_z80n.d: New file.
3367 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
3368 * testsuite/ld-z80/labels.s: Add more labels.
3369 * testsuite/ld-z80/relocs.s: Add more reloc tests.
3370 * testsuite/ld-z80/relocs_f_z80n.d: New file
3371
adb8754e
L
33722020-02-07 H.J. Lu <hongjiu.lu@intel.com>
3373
3374 PR ld/25022
3375 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
3376 ldelf_before_place_orphans.
3377
9b538ba7
L
33782020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3379
3380 PR ld/25022
3381 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
3382 before_place_orphans_default.
3383 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
3384 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
3385 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
3386 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
3387 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
3388 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
3389 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
3390 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
3391 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
3392 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
3393 ldelf_before_place_orphans.
3394 * ldelf.c (ldelf_before_place_orphans): New.
3395 * ldelf.h (ldelf_before_place_orphans): Likewise.
3396 * ldemul.c (ldemul_before_place_orphans): Likewise.
3397 (before_place_orphans_default): Likewise.
3398 * ldemul.h (ldemul_before_place_orphans): Likewise.
3399 (before_place_orphans_default): Likewise.
3400 (ld_emulation_xfer_struct): Add before_place_orphans.
3401 * ldlang.c (lang_process): Call ldemul_before_place_orphans
3402 before lang_place_orphans.
3403 * testsuite/ld-elf/pr25022.d: New file.
3404 * testsuite/ld-elf/pr25022.s: Likewise.
3405 * testsuite/ld-elf/pr25022.t: Likewise.
3406
5242a0a0
L
34072020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3408
3409 PR ld/25490
3410 * testsuite/ld-elf/pr25490-1.d: New file.
3411 * testsuite/ld-elf/pr25490-1.s: Likewise.
3412
b7d07216
L
34132020-02-06 H.J. Lu <hongjiu.lu@intel.com>
3414
3415 PR ld/24526
3416 PR ld/25021
3417 PR ld/25490
3418 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
3419 * testsuite/ld-elf/pr24526.d: New file.
3420 * testsuite/ld-elf/pr24526.s: Likewise.
3421 * testsuite/ld-elf/pr25021.d: Likewise.
3422 * testsuite/ld-elf/pr25021.s: Likewise.
3423 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
3424 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
3425 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
3426 * testsuite/ld-elf/pr25490-2.s: Likewise.
3427 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
3428 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
3429 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
3430 * testsuite/ld-elf/pr25490-3.s: Likewise.
3431 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
3432 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
3433 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
3434 * testsuite/ld-elf/pr25490-4.s: Likewise.
3435 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
3436 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
3437 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
3438 * testsuite/ld-elf/pr25490-5.s: Likewise.
3439 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
3440 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
3441 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
3442 * testsuite/ld-elf/pr25490-6.s: Likewise.
3443
34442020-02-06 H.J. Lu <hongjiu.lu@intel.com>
9e4d08bb
L
3445
3446 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
3447 z80 as not supported.
3448
bb4e012c
AM
34492020-02-06 Alan Modra <amodra@gmail.com>
3450
3451 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
3452 targets that don't support ifunc rather than ones that do.
3453 (contains_irelative_reloc): Match R_PARISC_IPLT.
3454 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
3455 * testsuite/ld-ifunc/ifunc-23-x86.s,
3456 * testsuite/ld-ifunc/ifunc-24-x86.s,
3457 * testsuite/ld-ifunc/ifunc-25-x86.s,
3458 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
3459 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
3460 * testsuite/ld-ifunc/ifunc-10-i386.d,
3461 * testsuite/ld-ifunc/ifunc-11-i386.d,
3462 * testsuite/ld-ifunc/ifunc-12-i386.d,
3463 * testsuite/ld-ifunc/ifunc-13-i386.d,
3464 * testsuite/ld-ifunc/ifunc-14a-i386.d,
3465 * testsuite/ld-ifunc/ifunc-14b-i386.d,
3466 * testsuite/ld-ifunc/ifunc-14c-i386.d,
3467 * testsuite/ld-ifunc/ifunc-14d-i386.d,
3468 * testsuite/ld-ifunc/ifunc-14e-i386.d,
3469 * testsuite/ld-ifunc/ifunc-14f-i386.d,
3470 * testsuite/ld-ifunc/ifunc-15-i386.d,
3471 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
3472 * testsuite/ld-ifunc/ifunc-16-i386.d,
3473 * testsuite/ld-ifunc/ifunc-17a-i386.d,
3474 * testsuite/ld-ifunc/ifunc-17b-i386.d,
3475 * testsuite/ld-ifunc/ifunc-18a-i386.d,
3476 * testsuite/ld-ifunc/ifunc-18b-i386.d,
3477 * testsuite/ld-ifunc/ifunc-19a-i386.d,
3478 * testsuite/ld-ifunc/ifunc-19b-i386.d,
3479 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
3480 * testsuite/ld-ifunc/ifunc-2-i386.d,
3481 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
3482 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
3483 * testsuite/ld-ifunc/ifunc-20-i386.d,
3484 * testsuite/ld-ifunc/ifunc-21-i386.d,
3485 * testsuite/ld-ifunc/ifunc-22-i386.d,
3486 * testsuite/ld-ifunc/ifunc-26.d,
3487 * testsuite/ld-ifunc/ifunc-5a-i386.d,
3488 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
3489 * testsuite/ld-ifunc/ifunc-5b-i386.d,
3490 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
3491 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
3492 * testsuite/ld-ifunc/ifunc-6a-i386.d,
3493 * testsuite/ld-ifunc/ifunc-6b-i386.d,
3494 * testsuite/ld-ifunc/ifunc-7a-i386.d,
3495 * testsuite/ld-ifunc/ifunc-7b-i386.d,
3496 * testsuite/ld-ifunc/ifunc-8-i386.d,
3497 * testsuite/ld-ifunc/ifunc-9-i386.d,
3498 * testsuite/ld-ifunc/pr17154-i386-now.d,
3499 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
3500
02e0be69
AM
35012020-02-06 Alan Modra <amodra@gmail.com>
3502
3503 * testsuite/lib/ld-lib.exp (is_generic): Delete.
3504 * testsuite/ld-unique/unique.exp: Exclude tic6x.
3505
b88237bc
AM
35062020-02-06 Alan Modra <amodra@gmail.com>
3507
3508 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
3509 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
3510
a8c4d40b
L
35112020-02-02 H.J. Lu <hongjiu.lu@intel.com>
3512
3513 PR gas/25380
3514 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
3515 directives.
3516 * testsuite/ld-i386/tls-gd1.S: Likewise.
3517 * testsuite/ld-x86-64/pr21481b.S: Likewise.
3518
5cebc931
JB
35192020-01-30 Jan Beulich <jbeulich@suse.com>
3520
3521 * ld.texi: Remove space between @option and brace.
3522
ef8f08ca
AM
35232020-01-29 Alan Modra <amodra@gmail.com>
3524
3525 PR 25477
3526 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
3527 correct concat.
3528 (ldelf_after_open): Add prefix parameter.
3529 * ldelf.h (ldelf_after_open): Update prototype.
3530 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
3531 to ldelf_after_open.
3532 * Makefile.am: Correct z80 dependencies.
3533 * Makefile.in: Regenerate.
3534
738174e1
AM
35352020-01-28 Alan Modra <amodra@gmail.com>
3536
3537 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
3538 in first phase.
3539
e3696f67
AM
35402020-01-27 Alan Modra <amodra@gmail.com>
3541
3542 * testsuite/ld-elfvers/vers.exp: Replace case statements with
3543 switch statements.
3544 * testsuite/ld-ifunc/ifunc.exp: Likewise.
3545 * testsuite/ld-unique/unique.exp: Likewise.
3546
3024a17a
AM
35472020-01-27 H.J. Lu <hongjiu.lu@intel.com>
3548 Alan Modra <amodra@gmail.com>
3549
3550 PR ld/25458
3551 * testsuite/ld-elf/pr25458.map: New file.
3552 * testsuite/ld-elf/pr25458.rd: Likewise.
3553 * testsuite/ld-elf/pr25458a.s: Likewise.
3554 * testsuite/ld-elf/pr25458b.s: Likewise.
3555 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
3556
6a462ad4
L
35572020-01-22 H.J. Lu <hongjiu.lu@intel.com>
3558
3559 PR ld/25416
3560 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
3561 compiler support.
3562
a804e476
AM
35632020-01-22 Alan Modra <amodra@gmail.com>
3564
3565 * testsuite/ld-powerpc/tlsdesc3.d,
3566 * testsuite/ld-powerpc/tlsdesc3.wf,
3567 * testsuite/ld-powerpc/tlsdesc4.d,
3568 * testsuite/ld-powerpc/tlsdesc4.s,
3569 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
3570 * testsuite/ld-powerpc/powerpc.exp: Run them.
3571
9e7028aa
AM
35722020-01-22 Alan Modra <amodra@gmail.com>
3573
3574 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
3575 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
3576 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
3577 (params): Init new field.
3578 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
3579 Document.
3580 * testsuite/ld-powerpc/tlsdesc.s,
3581 * testsuite/ld-powerpc/tlsdesc.d,
3582 * testsuite/ld-powerpc/tlsdesc.wf,
3583 * testsuite/ld-powerpc/tlsdesc2.d,
3584 * testsuite/ld-powerpc/tlsdesc2.wf,
3585 * testsuite/ld-powerpc/tlsexenors.d,
3586 * testsuite/ld-powerpc/tlsexenors.r,
3587 * testsuite/ld-powerpc/tlsexers.d,
3588 * testsuite/ld-powerpc/tlsexers.r,
3589 * testsuite/ld-powerpc/tlsexetocnors.d,
3590 * testsuite/ld-powerpc/tlsexetocrs.d,
3591 * testsuite/ld-powerpc/tlsexetocrs.r,
3592 * testsuite/ld-powerpc/tlsopt6.d,
3593 * testsuite/ld-powerpc/tlsopt6.wf: New.
3594 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
3595
c48acf6f
YC
35962020-01-22 Yuri Chornoivan <yurchor@mageia.org>
3597
3598 PR 25417
3599 * ldlang.c (ldlang_open_ctf): Fix error message typo.
3600 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
3601
1e161364
L
36022020-01-21 H.J. Lu <hongjiu.lu@intel.com>
3603
3604 * testsuite/ld-elf/pr23900-1.d: Adjusted.
3605
b4654b10
L
36062020-01-21 H.J. Lu <hongjiu.lu@intel.com>
3607
3608 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
3609
26916852
NC
36102020-01-20 Nick Clifton <nickc@redhat.com>
3611
3612 * po/pt_BR.po: Updated Brazilian Portuguese translation.
3613 * po/uk.po: Updated Ukranian translation.
3614
14470f07
L
36152020-01-20 H.J. Lu <hongjiu.lu@intel.com>
3616
3617 PR ld/25416
3618 * testsuite/ld-x86-64/pr25416-1.s: New file
3619 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
3620 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
3621 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
3622 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
3623 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
3624 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
3625 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
3626 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
3627 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
3628 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
3629 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
3630 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
3631 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
3632 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
3633 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
3634 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
3635
b9ca1af6
AM
36362020-01-20 Alan Modra <amodra@gmail.com>
3637
3638 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
3639 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
3640 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
3641 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
3642 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
3643
69d24618
RM
36442020-01-18 Roland McGrath <mcgrathr@google.com>
3645
3646 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
3647 to admit whatever absolute address. The label-relative address is
3648 what the test needs to verify.
3649
1b1bb2c6
NC
36502020-01-18 Nick Clifton <nickc@redhat.com>
3651
3652 * configure: Regenerate.
3653 * po/ld.pot: Regenerate.
3654
ae774686
NC
36552020-01-18 Nick Clifton <nickc@redhat.com>
3656
3657 Binutils 2.34 branch created.
3658
6d0be74b
JL
36592020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3660
3661 * scripttempl/elf32msp430_3.sc: Remove.
3662
0c3d9485
JL
36632020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3664
3665 * scripttempl/elf32msp430.sc: Add input section rules for
3666 .upper.{text,data,rodata,bss}.
3667 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
3668 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
3669
0d1cc75d
LB
36702020-01-15 Lars Brinkhoff <lars@nocrew.org>
3671
3672 PR 20694
3673 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
3674
131cb553
JL
36752020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
3676
3677 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
3678 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
3679
e1c6cf61
AM
36802020-01-15 Alan Modra <amodra@gmail.com>
3681
3682 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
3683 * testsuite/ld-powerpc/funref.s: Align func_tab.
3684 * testsuite/ld-powerpc/funref2.s: Likewise.
3685 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
3686
e44925ae
LC
36872020-01-14 Lili Cui <lili.cui@intel.com>
3688
3689 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
3690
8c7e1c04
AM
36912020-01-13 Alan Modra <amodra@gmail.com>
3692
3693 * po/BLD-POTFILES.in: Regenerate.
3694
4f18d742
CZ
36952020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3696
3697 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
3698
5e4f7e05
CZ
36992020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3700
3701 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
3702 emulations.
3703 * configure.tgt: Likewise.
3704 * Makefile.in: Regenerate.
3705 * emulparams/arcelf_prof.sh: Remove file.
3706 * emulparams/arclinux_prof.sh: Likewise.
3707
8cb31bad
CZ
37082020-01-13 Claudiu Zissulescu <claziss@gmail.com>
3709
3710 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
3711 located at an arbitrary address. Use DWARF.sc file.
3712 * scripttempl/elfarc.sc: Use DWARF.sc file.
3713
85e290dc
AM
37142020-01-07 Alan Modra <amodra@gmail.com>
3715
3716 * testsuite/ld-mips-elf/eh-frame5.s,
3717 * testsuite/ld-mips-elf/ehdr_start-new.s,
3718 * testsuite/ld-mips-elf/ehdr_start-o32.s,
3719 * testsuite/ld-mips-elf/mips16-call-global-1.s,
3720 * testsuite/ld-mips-elf/mips16-intermix-1.s,
3721 * testsuite/ld-mips-elf/mips16-pic-1b.s,
3722 * testsuite/ld-mips-elf/mips16-pic-4c.s,
3723 * testsuite/ld-mips-elf/no-shared-1-n64.s,
3724 * testsuite/ld-mips-elf/no-shared-1-o32.s,
3725 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
3726 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
3727 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
3728 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
3729 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
3730 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
3731 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
3732 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
3733 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
3734 * testsuite/ld-mips-elf/pie.s,
3735 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
3736
0e1f1593
NC
37372020-01-06 Nick Clifton <nickc@redhat.com>
3738
3739 PR 25327
3740 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
3741 command line when building libcomm1.o and pr13250 tests.
3742 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
3743
d2dbcb18
NC
37442020-01-06 Nick Clifton <nickc@redhat.com>
3745
3746 PR 25326
3747 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
3748 command line when building pr19579 binaries.
3749
dc9bd8c9
HD
37502020-01-03 Hannes Domani <ssbssa@yahoo.de>
3751
3752 * emultempl/pe.em: Add new option --enable-reloc-section.
3753 * emultempl/pep.em: Likewise.
3754 * ld.texi: Document --enable-reloc-section.
3755 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
3756 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
3757 * pe-dll.h: Add extern declaration of option flag.
3758 * pep-dll.c (pe_dll_enable_reloc_section):
3759 Add alias define for pep_dll_enable_reloc_section.
3760 * pep-dll.h: Add extern declaration of option flag.
3761
6655dba2
SB
37622020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
3763
3764 * Makefile.am: Add new target z80-elf
3765 * configure.tgt: Likewise.
3766 * Makefile.in: Regenerate.
3767 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
3768 * emulparams/elf32z80.sh: New file.
3769 * emultempl/z80elf.em: Likewise.
3770 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
3771 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
3772 * testsuite/ld-scripts/fill16.d: Fix for Z80.
3773 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
3774 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
3775 * testsuite/ld-z80/arch_r800.d: Likewise.
3776 * testsuite/ld-z80/arch_z180.d: Likewise.
3777 * testsuite/ld-z80/arch_z80.d: Likewise.
3778 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
3779 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
3780 * testsuite/ld-z80/labels.s: Likewise.
3781 * testsuite/ld-z80/relocs.s: Likewise.
3782 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
3783 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
3784 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
3785 * testsuite/ld-z80/z80.exp: Likewise.
3786 * NEWS: Mention the new support.
3787
0db131fb
TC
37882020-01-02 Tamar Christina <tamar.christina@arm.com>
3789
3790 PR 25210
3791 PR 24753
3792 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
3793 Remove SEC_LINKER_CREATED.
3794 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
3795 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
3796
b14ce8bf
AM
37972020-01-01 Alan Modra <amodra@gmail.com>
3798
3799 Update year range in copyright notice of all files.
3800
0b114740 3801For older changes see ChangeLog-2019
3499769a 3802\f
0b114740 3803Copyright (C) 2020 Free Software Foundation, Inc.
3499769a
AM
3804
3805Copying and distribution of this file, with or without modification,
3806are permitted in any medium without royalty provided the copyright
3807notice and this notice are preserved.
3808
3809Local Variables:
3810mode: change-log
3811left-margin: 8
3812fill-column: 74
3813version-control: never
3814End:
This page took 0.440636 seconds and 4 git commands to generate.