libctf: add ctf_forwardable_kind
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2020-07-22 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/26262
4 PR ld/26267
5 * ldlang.c (lang_process): Set lto_all_symbols_read after all
6 LTO IR symbols have been read.
7 * plugin.c (plugin_notice): Override the IR definition only if
8 all LTO IR symbols have been read or the new definition is
9 non-weak and the the IR definition is weak
10 * testsuite/ld-plugin/lto.exp: Run PR ld/26262 and ld/26267
11 tests.
12 * testsuite/ld-plugin/pr26262a.c: New file.
13 * testsuite/ld-plugin/pr26262b.c: Likewise.
14 * testsuite/ld-plugin/pr26262c.c: Likewise.
15 * testsuite/ld-plugin/pr26267.err: Likewise.
16 * testsuite/ld-plugin/pr26267a.c: Likewise.
17 * testsuite/ld-plugin/pr26267b.c: Likewise.
18 * testsuite/ld-plugin/pr26267c.c: Likewise.
19
20 2020-07-20 Nick Clifton <nickc@redhat.com>
21
22 * testsuite/ld-powerpc/powerpc.exp (ppcelftests): Use section name
23 .PPC.EMB.apuinfo instead of section number 2 in apuinfo tests.
24
25 2020-07-20 Alan Modra <amodra@gmail.com>
26
27 PR 26265
28 * ldlang.c (undef_from_cmdline): Delete.
29 (ldlang_add_undef): Mark "cmdline" param unused.
30 (lang_end): Traverse gc_sym_list to determine whether a symbol root
31 has been specified. Update error message.
32 * testsuite/ld-gc/noent.d: Adjust for changed error message.
33
34 2020-07-20 H.J. Lu <hongjiu.lu@intel.com>
35
36 PR gas/26263
37 * testsuite/ld-i386/pr26263.d: Updated.
38 * testsuite/ld-x86-64/pr26263.d: Likewise.
39 * testsuite/ld-x86-64/x86-64.exp: Run gas/26263 test for all ELF
40 targets.
41
42 2020-07-19 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR gas/26263
45 * testsuite/ld-i386/i386.exp: Run PR gas/26263 test.
46 * testsuite/ld-x86-64/x86-64.exp: Likewise.
47 * testsuite/ld-i386/pr26263.d: New file.
48 * testsuite/ld-x86-64/pr26263.d: Likewise.
49 * testsuite/ld-x86-64/pr26263.s: Likewise.
50
51 2020-07-19 Hans-Peter Nilsson <hp@bitrange.com>
52
53 * scripttempl/elf.sc (ETEXT_LAST_IN_RODATA_SEGMENT): New variable.
54 * emulparams/elf64mmix.sh (ETEXT_LAST_IN_RODATA_SEGMENT): Define.
55 * testsuite/ld-mmix/sec-1.d: Adjust.
56
57 2020-07-19 Alan Modra <amodra@gmail.com>
58
59 * emultempl/ppc64elf.em (power10-stubs): Accept optional "auto" arg.
60 * ld.texi (power10-stubs): Update.
61 * testsuite/ld-powerpc/callstub-1.d: Force --power10-stubs.
62 * testsuite/ld-powerpc/callstub-2.d: Relax branch offset comparison.
63 * testsuite/ld-powerpc/callstub-4.d: New test.
64 * testsuite/ld-powerpc/notoc.d: Force --no-power10-stubs.
65 * testsuite/ld-powerpc/notoc3.d,
66 * testsuite/ld-powerpc/notoc3.s,
67 * testsuite/ld-powerpc/notoc3.wf: New test.
68 * testsuite/ld-powerpc/powerpc.exp: Run new tests. Pass
69 --no-power10-stubs for notoc link.
70
71 2020-07-17 Hans-Peter Nilsson <hp@bitrange.com>
72
73 * scripttempt/mmo.sc: Move .init first in .text output section.
74 * testsuite/ld-mmix/bpo-9m.d: Adjust accordingly.
75
76 2020-07-15 Jan Beulich <jbeulich@suse.com>
77
78 * testsuite/ld-i386/ibt-plt-1.d, testsuite/ld-i386/ibt-plt-2a.d,
79 testsuite/ld-i386/ibt-plt-2c.d, testsuite/ld-i386/ibt-plt-3a.d,
80 testsuite/ld-i386/ibt-plt-3c.d, testsuite/ld-i386/plt-pic.pd,
81 testsuite/ld-i386/plt-pic2.dd, testsuite/ld-i386/plt.pd,
82 testsuite/ld-i386/plt2.dd, testsuite/ld-i386/pr19636-1d.d,
83 testsuite/ld-i386/pr19636-1l.d, testsuite/ld-i386/pr19636-2c.d,
84 testsuite/ld-i386/pr20830.d, testsuite/ld-i386/vxworks1-lib.dd,
85 testsuite/ld-i386/vxworks1.dd,
86 testsuite/ld-ifunc/ifunc-2-i386-now.d,
87 testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
88 testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
89 testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
90 testsuite/ld-ifunc/ifunc-21-x86-64.d,
91 testsuite/ld-ifunc/ifunc-22-x86-64.d,
92 testsuite/ld-ifunc/pr17154-i386-now.d,
93 testsuite/ld-ifunc/pr17154-i386.d,
94 testsuite/ld-ifunc/pr17154-x86-64-now.d,
95 testsuite/ld-ifunc/pr17154-x86-64.d,
96 testsuite/ld-x86-64/align-branch-1.d,
97 testsuite/ld-x86-64/bnd-branch-1-now.d,
98 testsuite/ld-x86-64/bnd-branch-1.d,
99 testsuite/ld-x86-64/bnd-ifunc-1-now.d,
100 testsuite/ld-x86-64/bnd-ifunc-1.d,
101 testsuite/ld-x86-64/bnd-ifunc-2-now.d,
102 testsuite/ld-x86-64/bnd-ifunc-2.d,
103 testsuite/ld-x86-64/bnd-plt-1-now.d,
104 testsuite/ld-x86-64/bnd-plt-1.d,
105 testsuite/ld-x86-64/call1a.d, testsuite/ld-x86-64/call1b.d,
106 testsuite/ld-x86-64/call1d.d, testsuite/ld-x86-64/call1e.d,
107 testsuite/ld-x86-64/call1f.d, testsuite/ld-x86-64/call1g.d,
108 testsuite/ld-x86-64/call1h.d, testsuite/ld-x86-64/call1i.d,
109 testsuite/ld-x86-64/gotpcrel1.dd,
110 testsuite/ld-x86-64/hidden2.d,
111 testsuite/ld-x86-64/ibt-plt-1-x32.d,
112 testsuite/ld-x86-64/ibt-plt-1.d,
113 testsuite/ld-x86-64/ibt-plt-2a-x32.d,
114 testsuite/ld-x86-64/ibt-plt-2a.d,
115 testsuite/ld-x86-64/ibt-plt-2c-x32.d,
116 testsuite/ld-x86-64/ibt-plt-2c.d,
117 testsuite/ld-x86-64/ibt-plt-3a-x32.d,
118 testsuite/ld-x86-64/ibt-plt-3a.d,
119 testsuite/ld-x86-64/ibt-plt-3c-x32.d,
120 testsuite/ld-x86-64/ibt-plt-3c.d,
121 testsuite/ld-x86-64/libno-plt-1b.dd,
122 testsuite/ld-x86-64/mpx3.dd, testsuite/ld-x86-64/mpx3n.dd,
123 testsuite/ld-x86-64/mpx4.dd, testsuite/ld-x86-64/mpx4n.dd,
124 testsuite/ld-x86-64/no-plt-1a.dd,
125 testsuite/ld-x86-64/no-plt-1b.dd,
126 testsuite/ld-x86-64/no-plt-1c.dd,
127 testsuite/ld-x86-64/no-plt-1d.dd,
128 testsuite/ld-x86-64/no-plt-1e.dd,
129 testsuite/ld-x86-64/no-plt-1f.dd,
130 testsuite/ld-x86-64/no-plt-1g.dd,
131 testsuite/ld-x86-64/plt-main-bnd.dd,
132 testsuite/ld-x86-64/plt-main-ibt-x32.dd,
133 testsuite/ld-x86-64/plt-main-ibt.dd,
134 testsuite/ld-x86-64/plt.pd, testsuite/ld-x86-64/plt2.dd,
135 testsuite/ld-x86-64/pr19609-5a.d,
136 testsuite/ld-x86-64/pr19609-5b.d,
137 testsuite/ld-x86-64/pr19609-5c.d,
138 testsuite/ld-x86-64/pr19609-5e.d,
139 testsuite/ld-x86-64/pr19609-7b.d,
140 testsuite/ld-x86-64/pr19609-7d.d,
141 testsuite/ld-x86-64/pr19636-2d.d,
142 testsuite/ld-x86-64/pr19636-2l.d,
143 testsuite/ld-x86-64/pr20253-1b.d,
144 testsuite/ld-x86-64/pr20253-1d.d,
145 testsuite/ld-x86-64/pr20253-1f.d,
146 testsuite/ld-x86-64/pr20253-1h.d,
147 testsuite/ld-x86-64/pr20253-1j.d,
148 testsuite/ld-x86-64/pr20253-1l.d,
149 testsuite/ld-x86-64/pr20830a-now.d,
150 testsuite/ld-x86-64/pr20830a.d,
151 testsuite/ld-x86-64/pr20830b-now.d,
152 testsuite/ld-x86-64/pr20830b.d,
153 testsuite/ld-x86-64/pr21038a-now.d,
154 testsuite/ld-x86-64/pr21038a.d,
155 testsuite/ld-x86-64/pr21038b-now.d,
156 testsuite/ld-x86-64/pr21038b.d,
157 testsuite/ld-x86-64/pr21038c-now.d,
158 testsuite/ld-x86-64/pr21038c.d,
159 testsuite/ld-x86-64/pr23930-x32.d,
160 testsuite/ld-x86-64/pr23930.d,
161 testsuite/ld-x86-64/pr25416-1a.d,
162 testsuite/ld-x86-64/pr25416-2a.d,
163 testsuite/ld-x86-64/pr26018.d,
164 testsuite/ld-x86-64/protected2-k1om.d,
165 testsuite/ld-x86-64/protected2-l1om.d,
166 testsuite/ld-x86-64/protected2.d,
167 testsuite/ld-x86-64/protected3.d,
168 testsuite/ld-x86-64/protected8.d,
169 testsuite/ld-x86-64/tlsbin.dd, testsuite/ld-x86-64/tlsbin2.dd,
170 testsuite/ld-x86-64/tlsbindesc.dd,
171 testsuite/ld-x86-64/tlsdesc.dd,
172 testsuite/ld-x86-64/tlsdesc.pd,
173 testsuite/ld-x86-64/tlsgd10.dd,
174 testsuite/ld-x86-64/tlsgd7.dd, testsuite/ld-x86-64/tlsgd8.dd,
175 testsuite/ld-x86-64/tlsgd9.dd,
176 testsuite/ld-x86-64/tlsgdesc.dd,
177 testsuite/ld-x86-64/tlsld3.dd, testsuite/ld-x86-64/tlsld4.dd,
178 testsuite/ld-x86-64/tlspic.dd, testsuite/ld-x86-64/tlspic2.dd,
179 testsuite/ld-x86-64/tlspie2b.d, testsuite/ld-x86-64/tlspie2c.d:
180 Adjust expectations.
181
182 2020-07-15 Hans-Peter Nilsson <hp@bitrange.com>
183
184 * testsuite/ld-mmix/undef-1.d, testsuite/ld-mmix/undef-1m.d,
185 testsuite/ld-mmix/undef-2.d, testsuite/ld-mmix/undef-2m.d: Add
186 start- and end-anchors to error-string to match just a
187 single-line error-message.
188
189 2020-07-13 Alan Modra <amodra@gmail.com>
190
191 * testsuite/ld-scripts/default-script1.d: Don't skip, xfail
192 using is_pecoff_format.
193 * testsuite/ld-scripts/default-script2.d: Likewise.
194 * testsuite/ld-scripts/default-script3.d: Likewise.
195 * testsuite/ld-scripts/default-script4.d: Likewise.
196 * testsuite/ld-scripts/pr20302.d: Remove x86_64-*-cygwin from notarget.
197 * testsuite/ld-scripts/provide-6.d: Remove x86_64-*-cygwin from xfail.
198 * testsuite/ld-scripts/provide-8.d: Likewise.
199
200 2020-07-10 Alan Modra <amodra@gmail.com>
201
202 * ld.texi (PowerPC64 ELF64): Document --no-inline-optimize,
203 --power10-stubs and --no-power10-stubs.
204
205 2020-07-10 Alan Modra <amodra@gmail.com>
206
207 * emultempl/ppc64elf.em (params): Init new field.
208 (enum ppc64_opt): Add OPTION_POWER10_STUBS and OPTION_NO_POWER10_STUBS.
209 (PARSE_AND_LIST_LONGOPTS): Support --power10-stubs and
210 --no-power10-stubs.
211 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Likewise.
212 * testsuite/ld-powerpc/callstub-3.d: New test.
213 * testsuite/ld-powerpc/powerpc.exp: Run it.
214
215 2020-07-09 Alan Modra <amodra@gmail.com>
216
217 * emulparams/ppcpe.sh: Delete.
218 * scripttempl/ppcpe.sc: Delete.
219 * emulparams/ppclynx.sh: Delete.
220 * Makefile.am (ALL_EMULATION_SOURCES): Remove ppc PE and lynxos.
221 * configure.tgt: Likewise.
222 * emultempl/beos.em: Remove powerpc PE support.
223 * emultempl/pe.em: Likewise.
224 * po/BLD-POTFILES.in: Regenerate.
225 * Makefile.in: Regenerate.
226
227 2020-07-09 Alan Modra <amodra@gmail.com>
228
229 * testsuite/ld-gc/gc.exp: Don't set -mminimal-toc for powerpc64,
230 and remove powerpc64 xfail. Use -fno-PIE for ppc32.
231
232 2020-07-09 Alan Modra <amodra@gmail.com>
233
234 PR 18841
235 * testsuite/ld-ifunc/ifunc.exp: Run pr18841 tests non-pie.
236
237 2020-07-08 Alan Modra <amodra@gmail.com>
238
239 * testsuite/lib/ld-lib.exp (ar_simple_create): Pass options before
240 ar command.
241 * testsuite/ld-powerpc/aix52.exp: Run for rs6000-aix5.2. Update
242 match files.
243 * testsuite/ld-powerpc/aix-abs-branch-1.dd: Update.
244 * testsuite/ld-powerpc/aix-core-sec-1.hd: Update.
245 * testsuite/ld-powerpc/aix-gc-1-32.dd: Update.
246 * testsuite/ld-powerpc/aix-gc-1-64.dd: Update.
247 * testsuite/ld-powerpc/aix-glink-1-32.dd: Update.
248 * testsuite/ld-powerpc/aix-glink-1-64.dd: Update.
249 * testsuite/ld-powerpc/aix-glink-2-32.dd: Update.
250 * testsuite/ld-powerpc/aix-glink-2-64.dd: Update.
251 * testsuite/ld-powerpc/aix-no-dup-syms-1-rel.rd: Update.
252 * testsuite/ld-powerpc/aix-ref-1-32.od: Update.
253 * testsuite/ld-powerpc/aix-ref-1-64.od: Update.
254 * testsuite/ld-powerpc/aix-toc-1-32.dd: Update.
255 * testsuite/ld-powerpc/aix-toc-1-64.dd: Update.
256 * testsuite/ld-powerpc/aix-weak-3-32.dd: Update.
257 * testsuite/ld-powerpc/aix-weak-3-64.dd: Update.
258 * testsuite/ld-powerpc/aix-abs-branch-1.nd: Delete, replace with..
259 * testsuite/ld-powerpc/aix-abs-branch-1-32.nd,
260 * testsuite/ld-powerpc/aix-abs-branch-1-64.nd: ..these new files.
261 * testsuite/ld-powerpc/aix-abs-reloc-1.nd: Delete, replace with..
262 * testsuite/ld-powerpc/aix-abs-reloc-1-32.nd,
263 * testsuite/ld-powerpc/aix-abs-reloc-1-64.nd: ..these new files.
264 * testsuite/ld-powerpc/aix-abs-reloc-1.od: Delete, replace with..
265 * testsuite/ld-powerpc/aix-abs-reloc-1-32.od,
266 * testsuite/ld-powerpc/aix-abs-reloc-1-64.od: ..these new files.
267 * testsuite/ld-powerpc/aix-export-1-all.dd: Delete, replace with..
268 * testsuite/ld-powerpc/aix-export-1-all-32.dd,
269 * testsuite/ld-powerpc/aix-export-1-all-64.dd: ..these new files.
270 * testsuite/ld-powerpc/aix-export-1-full.dd: Delete, replace with..
271 * testsuite/ld-powerpc/aix-export-1-full-32.dd,
272 * testsuite/ld-powerpc/aix-export-1-full-64.dd: ..these new files.
273 * testsuite/ld-powerpc/aix-export-2.nd: Delete, replace with..
274 * testsuite/ld-powerpc/aix-export-2-32.nd,
275 * testsuite/ld-powerpc/aix-export-2-64.nd: ..these new files.
276 * testsuite/ld-powerpc/aix-gc-1.nd: Delete, replace with..
277 * testsuite/ld-powerpc/aix-gc-1-32.nd,
278 * testsuite/ld-powerpc/aix-gc-1-64.nd: ..these new files.
279 * testsuite/ld-powerpc/aix-glink-3.dd: Delete, replace with..
280 * testsuite/ld-powerpc/aix-glink-3-32.dd,
281 * testsuite/ld-powerpc/aix-glink-3-64.dd: ..these new files.
282 * testsuite/ld-powerpc/aix-lineno-1a.dd: Delete, replace with..
283 * testsuite/ld-powerpc/aix-lineno-1a-32.dd,
284 * testsuite/ld-powerpc/aix-lineno-1a-64.dd: ..these new files.
285 * testsuite/ld-powerpc/aix-lineno-1a.nd: Delete, replace with..
286 * testsuite/ld-powerpc/aix-lineno-1a-32.nd,
287 * testsuite/ld-powerpc/aix-lineno-1a-64.nd: ..these new files.
288 * testsuite/ld-powerpc/aix-lineno-1b.dd: Delete, replace with..
289 * testsuite/ld-powerpc/aix-lineno-1b-32.dd,
290 * testsuite/ld-powerpc/aix-lineno-1b-64.dd: ..these new files.
291 * testsuite/ld-powerpc/aix-lineno-1b.nd: Delete, replace with..
292 * testsuite/ld-powerpc/aix-lineno-1b-32.nd,
293 * testsuite/ld-powerpc/aix-lineno-1b-64.nd: ..these new files.
294 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.dnd: Delete, replace with..
295 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.dnd,
296 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.dnd: ..these new files.
297 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.drd: Delete, replace with..
298 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.drd,
299 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.drd: ..these new files.
300 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.nd: Delete, replace with..
301 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.nd,
302 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.nd: ..these new files.
303 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso.rd: Delete, replace with..
304 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-32.rd,
305 * testsuite/ld-powerpc/aix-no-dup-syms-1-dso-64.rd: ..these new files.
306 * testsuite/ld-powerpc/aix-weak-1-dso.dnd: Delete, replace with..
307 * testsuite/ld-powerpc/aix-weak-1-dso-32.dnd,
308 * testsuite/ld-powerpc/aix-weak-1-dso-64.dnd: ..these new files.
309 * testsuite/ld-powerpc/aix-weak-1-dso.hd: Delete, replace with..
310 * testsuite/ld-powerpc/aix-weak-1-dso-32.hd,
311 * testsuite/ld-powerpc/aix-weak-1-dso-64.hd: ..these new files.
312 * testsuite/ld-powerpc/aix-weak-1-dso.nd: Delete, replace with..
313 * testsuite/ld-powerpc/aix-weak-1-dso-32.nd,
314 * testsuite/ld-powerpc/aix-weak-1-dso-64.nd: ..these new files.
315 * testsuite/ld-powerpc/aix-weak-1-gcdso.dnd: Delete, replace with..
316 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.dnd,
317 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.dnd: ..these new files.
318 * testsuite/ld-powerpc/aix-weak-1-gcdso.hd: Delete, replace with..
319 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.hd,
320 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.hd: ..these new files.
321 * testsuite/ld-powerpc/aix-weak-1-gcdso.nd: Delete, replace with..
322 * testsuite/ld-powerpc/aix-weak-1-gcdso-32.nd,
323 * testsuite/ld-powerpc/aix-weak-1-gcdso-64.nd: ..these new files.
324 * testsuite/ld-powerpc/aix-weak-2a.nd: Delete, replace with..
325 * testsuite/ld-powerpc/aix-weak-2a-32.nd,
326 * testsuite/ld-powerpc/aix-weak-2a-64.nd: ..these new files.
327 * testsuite/ld-powerpc/aix-weak-2b.nd: Delete, replace with..
328 * testsuite/ld-powerpc/aix-weak-2b-32.nd,
329 * testsuite/ld-powerpc/aix-weak-2b-64.nd: ..these new files.
330 * testsuite/ld-powerpc/aix-weak-2c.nd: Delete, replace with..
331 * testsuite/ld-powerpc/aix-weak-2c-32.nd,
332 * testsuite/ld-powerpc/aix-weak-2c-64.nd: ..these new files.
333 * testsuite/ld-powerpc/aix-weak-2c.od: Delete, replace with..
334 * testsuite/ld-powerpc/aix-weak-2c-32.od,
335 * testsuite/ld-powerpc/aix-weak-2c-64.od: ..these new files.
336
337 2020-07-07 Alan Modra <amodra@gmail.com>
338
339 * testsuite/ld-scripts/section-match-1.d: xfail h8300.
340
341 2020-07-07 Alan Modra <amodra@gmail.com>
342
343 * testsuite/ld-scripts/align.exp: Don't exclude xcoff. Pass
344 -bnogc ld option for xcoff.
345 * testsuite/ld-scripts/provide.exp: Likewise.
346 * testsuite/ld-scripts/data.exp: Pass -bnogc ld option for xcoff.
347 * testsuite/ld-scripts/default-script.exp: Likewise.
348 * testsuite/ld-scripts/defined.exp: Likewise.
349 * testsuite/ld-scripts/empty-address.exp: Likewise.
350 * testsuite/ld-scripts/expr.exp: Likewise.
351 * testsuite/ld-scripts/include.exp: Likewise.
352 * testsuite/ld-scripts/script.exp: Likewise.
353 * testsuite/ld-scripts/assign-loc.d: Don't exclude xcoff.
354 * testsuite/ld-scripts/defined3.d: Likewise.
355 * testsuite/ld-scripts/defined4.d: Likewise.
356 * testsuite/ld-scripts/pr18963.d: Likewise.
357 * testsuite/ld-scripts/sane1.d: Likewise.
358 * testsuite/ld-scripts/segment-start.d: Likewise.
359 * testsuite/ld-scripts/include-1.d: Likewise, and relax text vma.
360 * testsuite/ld-scripts/defined5.d: Update xfail and comment.
361 * testsuite/ld-scripts/defined5.s: Tweak "defined" to be at
362 non-zero section offset.
363 * testsuite/ld-scripts/fill16.d: xfail for xcoff.
364 * testsuite/ld-scripts/provide-2.d: Accept more symbols.
365 * testsuite/ld-scripts/provide-4.d: Likewise.
366 * testsuite/ld-scripts/provide-5.d: Likewise.
367 * testsuite/ld-scripts/provide-6.d: Likewise.
368 * testsuite/ld-scripts/provide-7.d: Likewise.
369 * testsuite/ld-scripts/align.t: Accept xcoff mapped .text and .data.
370 * testsuite/ld-scripts/defined3.t: Likewise.
371 * testsuite/ld-scripts/defined4.t: Likewise.
372 * testsuite/ld-scripts/defined5.t: Likewise.
373 * testsuite/ld-scripts/fill.t: Likewise.
374 * testsuite/ld-scripts/include-subdata.t: Likewise.
375 * testsuite/ld-scripts/provide-1.t: Likewise.
376 * testsuite/ld-scripts/provide-2.t: Likewise.
377 * testsuite/ld-scripts/provide-3.t: Likewise.
378 * testsuite/ld-scripts/provide-4.t: Likewise.
379 * testsuite/ld-scripts/provide-5.t: Likewise.
380 * testsuite/ld-scripts/provide-6.t: Likewise.
381 * testsuite/ld-scripts/provide-7.t: Likewise.
382 * testsuite/ld-scripts/provide-8.t: Likewise.
383 * testsuite/ld-scripts/assign-loc.t: Add required xcoff sections.
384 * testsuite/ld-scripts/sizeof.t: Likewise.
385 * testsuite/ld-scripts/align2.t: Likewise, and mapped sections.
386 * testsuite/ld-scripts/align5.t: Likewise.
387 * testsuite/ld-scripts/default-script.t: Likewise.
388 * testsuite/ld-scripts/empty-address-1.t: Likewise.
389 * testsuite/ld-scripts/empty-address-2a.t: Likewise.
390 * testsuite/ld-scripts/empty-address-2b.t: Likewise.
391 * testsuite/ld-scripts/empty-address-3a.t: Likewise.
392 * testsuite/ld-scripts/empty-address-3b.t: Likewise.
393 * testsuite/ld-scripts/empty-address-3c.t: Likewise.
394 * testsuite/ld-scripts/include-sections.t: Likewise.
395 * testsuite/ld-scripts/pr14962.t: Likewise.
396 * testsuite/ld-scripts/sane1.t: Likewise.
397
398 2020-07-07 Alan Modra <amodra@gmail.com>
399
400 * testsuite/ld-scripts/align.exp: Use is_pecoff_format.
401 * testsuite/ld-scripts/defined.exp: Likewise.
402 * testsuite/ld-scripts/provide.exp: Likewise.
403 * testsuite/ld-scripts/weak.exp: Likewise.
404 * testsuite/ld-scripts/empty-address.exp: Likewise. Reset LDFLAGS
405 on exit.
406 * testsuite/ld-scripts/expr.exp: Set LDFLAGS earlier, and with
407 --image-base for PE.
408 * testsuite/ld-scripts/include.exp: Set LDFLAGS for PE.
409 * testsuite/ld-scripts/script.exp: Use is_pecoff_format, and
410 set LDFLAGS as well as flags.
411
412 2020-07-07 Alan Modra <amodra@gmail.com>
413
414 * testsuite/ld-checks/checks.exp: Use is_xcoff_format.
415 * testsuite/ld-powerpc/powerpc.exp: Likewise.
416 * testsuite/ld-scripts/print-memory-usage.exp: Likewise.
417 * testsuite/ld-srec/srec.exp: Likewise.
418 * testsuite/ld-undefined/require-defined.exp: Likewise.
419 * testsuite/ld-scripts/expr2.d: Likewise.
420 * testsuite/ld-scripts/section-match-1.d: Only run for ELF.
421 * testsuite/ld-elfvers/vers.exp: Delete dead code.
422 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
423 * testsuite/ld-elfweak/elfweak.exp: Likewise.
424
425 2020-07-07 Alan Modra <amodra@gmail.com>
426
427 * emultempl/aix.em (gld${EMULATION_NAME}_find_exp_assignment): Handle
428 etree_provided.
429
430 2020-07-07 Alan Modra <amodra@gmail.com>
431
432 * testsuite/ld-sh/vxworks1-lib.rd: Update expected output.
433 * testsuite/ld-sh/vxworks4.d: Likewise.
434
435 2020-07-06 Yuri Chornoivan <yurchor@ukr.net>
436
437 PR 26204
438 * lexsup.c: Fix spelling mistake.
439 * po/ld.pot: Regenerate.
440
441 2020-07-06 Nick Clifton <nickc@redhat.com>
442
443 * po/bg.po: Updated Bulgarian translation.
444 * po/fr.po: Updated French translation.
445 * po/pt_BR.po: Updated Brazilian Portuguese translation.
446 * po/uk.po: Updated Ukranian translation.
447
448 2020-07-04 Nick Clifton <nickc@redhat.com>
449
450 * configure: Regenerate.
451
452 2020-07-04 Nick Clifton <nickc@redhat.com>
453
454 Binutils 2.35 branch created.
455
456 2020-07-03 Alan Modra <amodra@gmail.com>
457
458 PR 26028
459 * testsuite/ld-arm/arm-elf.exp (vxworks1): Pass --wide to readelf
460 when dumping relocs.
461 * testsuite/ld-i386/i386.exp (vxworks1): Likewise.
462 * testsuite/ld-sh/sh-vxworks.exp (vxworks1): Likewise.
463 * testsuite/ld-sparc/sparc.exp (vxworks1): Likewise.
464 * testsuite/ld-arm/vxworks1.rd: Adjust to suit.
465 * testsuite/ld-i386/vxworks1.rd: Adjust.
466 * testsuite/ld-sh/vxworks1.rd: Adjust.
467 * testsuite/ld-sparc/vxworks1.rd: Adjust.
468
469 2020-07-02 Nick Clifton <nickc@redhat.com>
470
471 PR 26028
472 * testsuite/ld-powerpc/powerpc.exp: Add -T option to readelf
473 command line when running some tests.
474 * testsuite/ld-arm/arm-elf.exp: Likewise.
475 * testsuite/ld-mips-elf/mips-elf.exp: Likewise.
476 * testsuite/ld-mmix/local1.d: Likewise.
477 * testsuite/ld-mmix/local3.d: Likewise.
478 * testsuite/ld-mmix/local5.d: Likewise.
479 * testsuite/ld-mmix/local7.d: Likewise.
480 * testsuite/ld-powerpc/powerpc.exp: Likewise.
481
482 2020-06-30 H.J. Lu <hongjiu.lu@intel.com>
483
484 * Makefile.am (ALL_EMULATION_SOURCES): Remove eelf_i386_nacl.c,
485 eelf32_x86_64_nacl.c, eelf_x86_64_nacl.c.
486 Remove x86 NaCl dep files.
487 * NEWS: Mention x86 NaCl target support removal.
488 * configure.tgt: Remove x86 NaCl target support.
489 * testsuite/ld-elf/binutils.exp: Likewise.
490 * testsuite/ld-elf/elf.exp: Likewise.
491 * testsuite/ld-elfvers/vers.exp: Likewise.
492 * testsuite/ld-i386/align-branch-1.d: Likewise.
493 * testsuite/ld-i386/export-class.exp: Likewise.
494 * testsuite/ld-i386/i386.exp: Likewise.
495 * testsuite/ld-i386/load1.d: Likewise.
496 * testsuite/ld-i386/pie1.d: Likewise.
497 * testsuite/ld-i386/pr12570a.d: Likewise.
498 * testsuite/ld-i386/pr12570b.d: Likewise.
499 * testsuite/ld-i386/pr19636-1d.d: Likewise.
500 * testsuite/ld-i386/pr19636-1l.d: Likewise.
501 * testsuite/ld-i386/pr19636-2c.d: Likewise.
502 * testsuite/ld-i386/pr19636-2d.d: Likewise.
503 * testsuite/ld-i386/pr19636-2e.d: Likewise.
504 * testsuite/ld-i386/pr20244-1a.d: Likewise.
505 * testsuite/ld-i386/pr20244-1b.d: Likewise.
506 * testsuite/ld-i386/pr20244-2a.d: Likewise.
507 * testsuite/ld-i386/pr20244-2b.d: Likewise.
508 * testsuite/ld-i386/pr20244-2c.d: Likewise.
509 * testsuite/ld-i386/pr20244-4a.d: Likewise.
510 * testsuite/ld-i386/pr20244-4b.d: Likewise.
511 * testsuite/ld-i386/pr21884.d: Likewise.
512 * testsuite/ld-ifunc/binutils.exp: Likewise.
513 * testsuite/ld-ifunc/ifunc-10-i386.d: Likewise.
514 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
515 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
516 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
517 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
518 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
519 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
520 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
521 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
522 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
523 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
524 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
525 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
526 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
527 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
528 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
529 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
530 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
531 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
532 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
533 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
534 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
535 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
536 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
537 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
538 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
539 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
540 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
541 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
542 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
543 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
544 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
545 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
546 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
547 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
548 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
549 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
550 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
551 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
552 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
553 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
554 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
555 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Likewise.
556 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
557 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
558 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
559 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
560 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
561 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
562 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
563 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
564 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
565 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
566 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
567 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
568 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
569 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
570 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
571 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
572 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
573 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
574 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
575 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
576 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
577 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
578 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
579 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
580 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
581 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
582 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
583 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
584 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
585 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
586 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
587 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
588 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
589 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
590 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
591 * testsuite/ld-plugin/lto.exp: Likewise.
592 * testsuite/ld-x86-64/align-branch-1.d: Likewise.
593 * testsuite/ld-x86-64/dwarfreloc.exp: Likewise.
594 * testsuite/ld-x86-64/line.exp: Likewise.
595 * testsuite/ld-x86-64/load1a.d: Likewise.
596 * testsuite/ld-x86-64/load1b.d: Likewise.
597 * testsuite/ld-x86-64/load1c.d: Likewise.
598 * testsuite/ld-x86-64/load1d.d: Likewise.
599 * testsuite/ld-x86-64/pie3.d: Likewise.
600 * testsuite/ld-x86-64/pr18160.d: Likewise.
601 * testsuite/ld-x86-64/pr19013-x32.d: Likewise.
602 * testsuite/ld-x86-64/pr19013.d: Likewise.
603 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
604 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
605 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
606 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
607 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
608 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
609 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
610 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
611 * testsuite/ld-x86-64/pr21884.d: Likewise.
612 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
613 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
614 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
615 * testsuite/ld-x86-64/tlsgd5.dd: Likewise.
616 * testsuite/ld-x86-64/tlsgd8.dd: Likewise.
617 * testsuite/ld-x86-64/x86-64.exp: Likewise.
618 * emulparams/elf32_x86_64_nacl.sh: Removed.
619 * emulparams/elf_i386_nacl.sh: Likewise.
620 * emulparams/elf_x86_64_nacl.sh: Likewise.
621 * testsuite/ld-i386/emit-relocs-nacl.rd: Likewise.
622 * testsuite/ld-i386/load1-nacl.d: Likewise.
623 * testsuite/ld-i386/pie1-nacl.d: Likewise.
624 * testsuite/ld-i386/plt-nacl.pd: Likewise.
625 * testsuite/ld-i386/plt-pic-nacl.pd: Likewise.
626 * testsuite/ld-i386/pr17709-nacl.rd: Likewise.
627 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
628 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
629 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
630 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
631 * testsuite/ld-i386/pr19827-nacl.rd: Likewise.
632 * testsuite/ld-i386/pr21884-nacl.d: Likewise.
633 * testsuite/ld-i386/pr21884-nacl.t: Likewise.
634 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
635 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
636 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
637 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
638 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
639 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
640 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
641 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
642 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
643 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
644 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
645 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
646 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
647 * testsuite/ld-x86-64/pie3-nacl.d: Likewise.
648 * testsuite/ld-x86-64/plt-nacl.pd: Likewise.
649 * testsuite/ld-x86-64/pr17709-nacl.rd: Likewise.
650 * testsuite/ld-x86-64/pr19013-nacl.d: Likewise.
651 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
652 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
653 * testsuite/ld-x86-64/pr21884-nacl.d: Likewise.
654 * testsuite/ld-x86-64/pr21884-nacl.t: Likewise.
655 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
656 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
657 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
658 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
659 * testsuite/ld-x86-64/tlsdesc-nacl.pd: Likewise.
660 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
661 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
662 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
663 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
664 * Makefile.in: Regenerated.
665 * po/BLD-POTFILES.in: Likewise.
666
667 2020-06-30 Alan Modra <amodra@gmail.com>
668
669 * testsuite/ld-elf/group1.d: Don't xfail all solaris targets, just
670 ix86 and x86_64.
671
672 2020-06-30 Alan Modra <amodra@gmail.com>
673
674 * testsuite/ld-elf/reloc-discard.d: Don't xfail nds32.
675
676 2020-06-30 Alan Modra <amodra@gmail.com>
677
678 * scripttempl/elfmicroblaze.sc (.data): Add .data.* entry.
679 * testsuite/ld-elf/var1.d: Don't xfail microblaze.
680
681 2020-06-29 H.J. Lu <hongjiu.lu@intel.com>
682
683 * testsuite/ld-tic6x/shlib-1.rd: Move C6000_DSBT_BASE,
684 C6000_DSBT_SIZE and C6000_DSBT_INDEX dynamic tags to the last.
685 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
686 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
687 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
688 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
689 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
690 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
691 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
692 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
693 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
694 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
695 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
696 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
697
698 2020-06-29 Alan Modra <amodra@gmail.com>
699
700 * testsuite/ld-x86-64/abs-k1om.d: Run only on x86_64-*-linux*.
701 * testsuite/ld-x86-64/protected2-k1om.d: Likewise.
702 * testsuite/ld-x86-64/protected3-k1om.d: Likewise.
703
704 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
705
706 * configure.ac [--enable-libctf]: New, default yes.
707 Set ENABLE_LIBCTF accordingly.
708 * Makefile.am [!ENABLE_LIBCTF]: Empty LIBCTF.
709 * configure: Regenerate.
710 * config.in: Regenerate.
711 * Makefile.in: Regenerate.
712 * aclocal.m4: Regenerate.
713 * ldlang.c (ctf_output): Conditionalize on ENABLE_LIBCTF.
714 (ldlang_open_ctf): Likewise.
715 (lang_merge_ctf): Likewise.
716 (ldlang_ctf_apply_strsym): Likewise.
717 (lang_write_ctf): Likewise.
718 (ldlang_write_ctf_late): Likewise.
719 (ldlang_open_ctf) [!ENABLE_LIBCTF]: Warn about the presence of CTF
720 sections.
721 (lang_merge_ctf) [!ENABLE_LIBCTF]: New stub.
722 (ldlang_ctf_apply_strsym) [!ENABLE_LIBCTF]: Likewise.
723 (lang_write_ctf) [!ENABLE_LIBCTF]: Likewise.
724 (ldlang_write_ctf_late) [!ENABLE_LIBCTF]: Likewise.
725 * ldelfgen.c (ldelf_emit_ctf_early): Conditionalize on
726 ENABLE_LIBCTF.
727 (struct ctf_strsym_iter_cb_arg): Likewise.
728 (ldelf_ctf_strtab_iter_cb): Likewise.
729 (ldelf_ctf_symbols_iter_cb): Likewise.
730 (ldelf_examine_strtab_for_ctf): Likewise.
731 (ldelf_emit_ctf_early) [!ENABLE_LIBCTF]: New stub.
732 (ldelf_examine_strtab_for_ctf) [!ENABLE_LIBCTF]: New stub.
733
734 2020-06-26 Jan Beulich <jbeulich@suse.com>
735
736 * testsuite/ld-x86-64/x86-64.exp: Run K1OM tests.
737
738 2020-06-26 Pat Bernardi <bernardi@adacore.com>
739
740 * testsuite/ld-m68k/attr-gnu-4-0.s: New file.
741 * testsuite/ld-m68k/attr-gnu-4-1.s: Likewise.
742 * testsuite/ld-m68k/attr-gnu-4-2.s: Likewise.
743 * testsuite/ld-m68k/attr-gnu-4-00.d: Likewise.
744 * testsuite/ld-m68k/attr-gnu-4-01.d: Likewise.
745 * testsuite/ld-m68k/attr-gnu-4-02.d: Likewise.
746 * testsuite/ld-m68k/attr-gnu-4-10.d: Likewise.
747 * testsuite/ld-m68k/attr-gnu-4-11.d: Likewise.
748 * testsuite/ld-m68k/attr-gnu-4-12.d: Likewise.
749 * testsuite/ld-m68k/attr-gnu-4-20.d: Likewise.
750 * testsuite/ld-m68k/attr-gnu-4-21.d: Likewise.
751 * testsuite/ld-m68k/attr-gnu-4-22.d: Likewise.
752 * testsuite/ld-m68k/m68k.exp: Run the new tests.
753
754 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
755
756 PR ld/26165
757 * lexsup.c (ld_options): Correct --dependency-file order.
758
759 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
760
761 PR ld/26083
762 * testsuite/ld-csky/tls-ie-v1.d: Updated.
763 * testsuite/ld-csky/tls-ie.d: Likewise.
764
765 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
766
767 PR ld/26083
768 * testsuite/ld-cris/libdso-15b.d: Updated.
769 * testsuite/ld-cris/libdso-1c.d: Likewise.
770 * testsuite/ld-cris/libdso-1d.d: Likewise.
771 * testsuite/ld-cris/libdso-15c.d: New file.
772
773 2020-06-24 H.J. Lu <hongjiu.lu@intel.com>
774
775 PR ld/26163
776 * ldexp.c (exp_fold_tree_1): Set non_ir_ref_regular on the source
777 for assignment.
778 * testsuite/ld-plugin/lto.exp: Run ld/26163 test.
779 * testsuite/ld-plugin/pr26163a.c: New file.
780 * testsuite/ld-plugin/pr26163b.c: Likewise.
781
782 2020-06-24 Alan Modra <amodra@gmail.com>
783
784 * lexsup.c (elf_shlib_list_options): Properly format help message.
785 (elf_plt_unwind_list_options): Likewise.
786 * emultempl/cskyelf.em (PARSE_AND_LIST_OPTIONS): Likewise.
787
788 2020-06-23 Roland McGrath <mcgrathr@google.com>
789
790 PR 22843
791 * NEWS: Note --dependency-file.
792 * ld.texi (Options): Document --dependency-file.
793 * ldlex.h (enum option_values): Add OPTION_DEPENDENCY_FILE.
794 * ld.h (ld_config_type): New member dependency_file.
795 * lexsup.c (ld_options, parse_args): Parse --dependency-file.
796 * ldmain.c (struct dependency_file): New type.
797 (dependency_files, dependency_files_tail): New static variables.
798 (track_dependency_files): New function.
799 (write_dependency_file): New function.
800 (main): Call it when --dependency-file was passed.
801 * ldfile.c (ldfile_try_open_bfd): Call track_dependency_files.
802 (ldfile_open_command_file_1): Likewise.
803 * ldelf.c (ldelf_try_needed): Likewise.
804 * pe-dll.c (pe_implied_import_dll): Likewise.
805
806 2020-06-23 Alan Modra <amodra@gmail.com>
807
808 PR 26150
809 * ldlang.c (ldlang_add_file): Assert that we aren't adding the
810 current end of link.next list again too.
811 * ldmain.c (add_archive_element): Don't load archive elements
812 again that have already been loaded.
813
814 2020-06-23 Alan Modra <amodra@gmail.com>
815
816 * testsuite/ld-elf/shared.exp (pr14170): Clear xfail for
817 bfin-*-linux*.
818 (pr17068, symbolic-func.so, pr22374): Likewise.
819
820 2020-06-22 Nelson Chu <nelson.chu@sifive.com>
821
822 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-01.d: Updated.
823 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Updated.
824 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Updated.
825 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Updated.
826 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Updated.
827 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Updated.
828
829 2020-06-21 Alan Modra <amodra@gmail.com>
830
831 * ldfile.c: Replace uses of ENABLE_PLUGINS with BFD_SUPPORTS_PLUGINS.
832 * ldlang.c: Likewise.
833 * ldlang.h: Likewise.
834 * ldlex.h: Likewise.
835 * ldmain.c: Likewise.
836 * lexsup.c: Likewise.
837 * plugin.c: Wrap body of file in #if BFD_SUPPORTS_PLUGINS.
838 * testplug.c: Likewise.
839 * testplug2.c: Likewise.
840 * testplug3.c: Likewise.
841 * testplug4.c: Likewise.
842 * configure.ac (ENABLE_PLUGINS): Don't define AM_CONTITIONAL.
843 * Makefile.am: Remove ENABLE_PLUGINS conditionals.
844 (PLUGIN_CFLAGS): Don't define.
845 (PLUGIN_C, PLUGIN_H, PLUGIN_OBJECT): Likewise. Substitute all
846 uses with plugin file name.
847 * configure: Regenerate.
848 * Makefile.in: Regenerate.
849
850 2020-06-20 Alan Modra <amodra@gmail.com>
851
852 * testsuite/lib/ld-lib.exp (default_ld_compile): Don't perror on
853 a compiler error.
854 (default_ld_assemble): Similarly for an assembler error.
855 (default_ld_nm): Similarly for an nm error.
856 (run_ld_link_tests): Report ld_assemble errors as a fail.
857 (check_as_cfi): Remove now unnecessary perror substitution.
858 * testsuite/ld-elf/exclude.exp: Report ld_nm error return as test
859 fails rather then unresolved.
860 * testsuite/ld-gc/gc.exp: Likewise.
861 * testsuite/ld-scripts/alignof.exp: Likewise.
862 * testsuite/ld-scripts/defined.exp: Likewise.
863 * testsuite/ld-scripts/script.exp: Likewise.
864 * testsuite/ld-scripts/sizeof.exp: Likewise.
865 * testsuite/ld-selective/selective.exp: Likewise.
866 * testsuite/ld-scripts/extern.exp: Likewise. Return on ld_link
867 failure.
868 * testsuite/ld-elfweak/elfweak.exp: Report compiler errors as
869 test unresolved.
870 * testsuite/ld-fastcall/fastcall.exp: Report assember errors as
871 test fails.
872 * testsuite/ld-i386/i386.exp (iamcu_tests): Likewise.
873 * testsuite/ld-ia64/line.exp: Likewise.
874 * testsuite/ld-mep/mep.exp: Likewise.
875 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
876 * testsuite/ld-nios2/nios2.exp: Likewise.
877 * testsuite/ld-scripts/alignof.exp: Likewise.
878 * testsuite/ld-x86-64/line.exp: Likewise.
879 * testsuite/ld-x86-64/x86-64.exp: Likewise.
880 * testsuite/ld-scripts/log2.exp: Formatting.
881 * testsuite/ld-tic6x/tic6x.exp: Report ld_link errors as a test fail.
882
883 2020-06-20 Alan Modra <amodra@gmail.com>
884
885 * testsuite/ld-alpha/alpha.exp: Exclude *ecoff targets.
886 * testsuite/ld-elf/binutils.exp: Likewise.
887 * testsuite/ld-elf/tls.exp: Likewise.
888 * testsuite/ld-elf/tls_common.exp: Likewise.
889 * testsuite/ld-scripts/phdrs2.exp: Likewise.
890
891 2020-06-20 Alan Modra <amodra@gmail.com>
892
893 * testsuite/ld-sh/sh.exp: Don't run relax tests for non-ELF.
894 Fail when ld_assemble fails. Use elseif to reduce indentation.
895
896 2020-06-19 Alan Modra <amodra@gmail.com>
897
898 * testsuite/ld-elf/dynamic-1.rd: Accept st_other notations.
899 * testsuite/ld-elf/rdynamic-1.rd: Likewise.
900 * testsuite/ld-elf/pr9676.rd: Likewise.
901 * testsuite/ld-elf/pr9679.rd: Likewise.
902 * testsuite/ld-elfvers/vers30.dsym: Likewise.
903 * testsuite/ld-elfvers/vers31.dsym: Likewise.
904 * testsuite/ld-plugin/pr22983.1.d: Likewise.
905 * testsuite/ld-plugin/pr22983.2.d: Likewise.
906 * testsuite/ld-plugin/pr22983.3.d: Likewise.
907 * testsuite/ld-plugin/pr22983.4.d: Likewise.
908 * testsuite/ld-ifunc/ifunc.exp: Exclude alpha.
909
910 2020-06-19 Alan Modra <amodra@gmail.com>
911
912 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option): Omit
913 -z relro and -z norelro when target support for GNU_RELRO is lacking.
914 (gld${EMULATION_NAME}_before_parse): Ignore RELRO default too.
915 * emultempl/aarch64elf.em (gld${EMULATION_NAME}_before_parse): Ignore
916 RELRO default when target support for GNU_RELRO is lacking.
917 * emultempl/armelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
918 * emultempl/linux.em (gld${EMULATION_NAME}_before_parse): Likewise.
919 * emultempl/scoreelf.em (gld${EMULATION_NAME}_before_parse): Likewise.
920 * testsuite/config/default.exp (ld_elf_shared_opt): Don't set.
921 * testsuite/ld-elf/pr16322.d: xfail when no relro support.
922 * testsuite/ld-elf/pr22393-1a.d: Likewise.
923 * testsuite/ld-elf/pr22393-1b.d: Likewise.
924 * testsuite/ld-elf/shared.exp (pr20995-2.so, pr20995-2): Likewise.
925 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Use check_relro_support
926 to decide whether to pass extra ld option "-z norelro".
927
928 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
929
930 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Append "-w"
931 to cflags.
932
933 2020-06-17 H.J. Lu <hongjiu.lu@intel.com>
934
935 * testsuite/ld-elf/linux-x86.exp: Require GCC 5 for Build
936 pr25749-1b (-pie -fPIE).
937
938 2020-06-16 Alan Modra <amodra@gmail.com>
939
940 * testsuite/ld-elf/pr23428.c: Define _DEFAULT_SOURCE.
941 * testsuite/ld-elf/indirect1b.c: Replace asm with __asm__.
942 * testsuite/ld-elf/indirect2.c: Likewise.
943 * testsuite/ld-elf/indirect3b.c: Likewise.
944 * testsuite/ld-elf/indirect4b.c: Likewise.
945 * testsuite/ld-elf/pr14323-2.c: Likewise.
946 * testsuite/ld-elf/pr18720b.c: Likewise.
947 * testsuite/ld-elf/pr19553c.c: Likewise.
948 * testsuite/ld-elf/pr23428.c: Likewise.
949 * testsuite/ld-elfvers/vers27b.c: Likewise.
950 * testsuite/ld-elfvsb/common.c: Likewise.
951 * testsuite/ld-elfvsb/main.c: Likewise.
952 * testsuite/ld-elfvsb/sh1.c: Likewise.
953 * testsuite/ld-elfvsb/test.c: Likewise.
954 * testsuite/ld-pe/aligncomm-1.c: Likewise.
955 * testsuite/ld-pe/aligncomm-2.c: Likewise.
956 * testsuite/ld-pe/aligncomm-3.c: Likewise.
957 * testsuite/ld-pe/aligncomm-4.c: Likewise.
958 * testsuite/ld-plugin/pr23958.c: Likewise.
959 * testsuite/ld-size/size-1b.c: Likewise.
960 * testsuite/ld-size/size-2b.c: Likewise.
961 * testsuite/ld-size/size-3a.c: Likewise.
962 * testsuite/ld-size/size-3b.c: Likewise.
963 * testsuite/ld-size/size-3c.c: Likewise.
964 * testsuite/ld-size/size-4b.c: Likewise.
965 * testsuite/ld-size/size-5b.c: Likewise.
966 * testsuite/ld-size/size-6a.c: Likewise.
967 * testsuite/ld-size/size-7a.c: Likewise.
968 * testsuite/ld-size/size-8a.c: Likewise.
969 * testsuite/ld-size/size-9b.c: Likewise.
970 * testsuite/ld-size/size-10b.c: Likewise.
971
972 2020-06-16 Alan Modra <amodra@gmail.com>
973
974 * emulparams/tic30aout.sh: Delete file.
975 * scripttempl/tic30aout.sc: Delete file.
976 * Makefile.am: Remove etic30aout.c from ALL_EMULATION_SOURCES and
977 delete dependency.
978 * configure.tgt: Delete tic30-*-*aout* entry.
979 * testsuite/ld-scripts/sane1.d: Delete tic30-*-aout mention.
980 * testsuite/ld-scripts/segment-start.d: Likewise.
981 * Makefile.in: Regenerate.
982 * po/BLD-POTFILES.in: Regenerate.
983
984 2020-06-15 Max Filippov <jcmvbkbc@gmail.com>
985
986 * emultempl/xtensaelf.em (XSHAL_ABI): Remove macro definition.
987 (XTHAL_ABI_UNDEFINED, XTHAL_ABI_WINDOWED, XTHAL_ABI_CALL0): New
988 macros.
989 (elf32xtensa_abi): New declaration.
990 (xt_config_info_unpack_and_check): Set elf32xtensa_abi if it is
991 undefined. Use xtensa_abi_choice instead of XSHAL_ABI to test
992 ABI tag consistency.
993 (xtensa_add_config_info): Use xtensa_abi_choice instead of
994 XSHAL_ABI to format ABI tag.
995 (PARSE_AND_LIST_PROLOGUE): Define OPTION_ABI_WINDOWED,
996 OPTION_ABI_CALL0 and declare elf32xtensa_abi.
997 (PARSE_AND_LIST_LONGOPTS): Add entries for --abi-windowed and
998 --abi-call0.
999 (PARSE_AND_LIST_OPTIONS): Add help text for --abi-windowed and
1000 --abi-call0.
1001 (PARSE_AND_LIST_ARGS_CASES): Add handlers for --abi-windowed and
1002 --abi-call0.
1003 * ld.texi: Add description for options --abi-windowed and
1004 --abi-call0.
1005
1006 2020-06-15 Roland McGrath <mcgrathr@google.com>
1007
1008 * NEWS: Mention -z start-stop-visibility=... option for ELF.
1009 * ld.texi (Options): Document -z start-stop-visibility=... option.
1010 * ldmain.c (main): Initialize link_info.start_stop_visibility.
1011 * emultempl/elf.em (gld${EMULATION_NAME}_handle_option):
1012 Parse -z start-stop-visibility=... option.
1013
1014 2020-06-15 Alan Modra <amodra@gmail.com>
1015
1016 * testsuite/ld-scripts/include.exp: Don't load ld-lib.exp.
1017 * testsuite/ld-scripts/phdrs3.exp: Likewise.
1018 * testsuite/ld-scripts/rgn-at.exp: Likewise.
1019 * testsuite/ld-scripts/rgn-over.exp: Likewise.
1020 * testsuite/ld-scripts/sort.exp: Likewise.
1021 * testsuite/ld-discard/discard.exp: Likewise. Use is_elf_format.
1022
1023 2020-06-15 Alan Modra <amodra@gmail.com>
1024
1025 PR 26103
1026 * testsuite/ld-linkonce/ref1.s,
1027 * testsuite/ld-linkonce/ref2.s,
1028 * testsuite/ld-linkonce/sym1.s,
1029 * testsuite/ld-linkonce/sym2.s,
1030 * testsuite/ld-linkonce/sym3.s: New test files.
1031 * testsuite/ld-linkonce/linkonce.exp: Run tests for PE too.
1032 Add pr26103 test. Remove unnecessary load_lib.
1033
1034 2020-06-15 Alan Modra <amodra@gmail.com>
1035
1036 * testsuite/ld-linkonce/zeroeh_x.s: Rename from x.s.
1037 * testsuite/ld-linkonce/zeroeh_y.s: Rename from y.s.
1038 * testsuite/ld-linkonce/zeroehl32.d: Adjust for renaming. Support
1039 big-endian output. Run for powerpc.
1040
1041 2020-06-11 Alan Modra <amodra@gmail.com>
1042
1043 * testsuite/ld-plugin/lto.exp (lto_link_tests): Move lto-6,
1044 pr12760, pr23818 and pr23958 tests to..
1045 (lto_link_elf_tests): ..here.
1046
1047 2020-06-11 Nick Clifton <nickc@redhat.com>
1048
1049 * testsuite/ld-elf/pr26094-1b.c (main): Change return type to
1050 int.
1051
1052 2020-06-10 Alan Modra <amodra@gmail.com>
1053
1054 * testsuite/ld-elf/linux-x86.exp: Build tests when non-native.
1055 (check_pr25749b): Add optional args. Set expected pass file
1056 from args. Run -1b and -2a tests with passall.out.
1057 * testsuite/ld-elf/passall.out: New file.
1058 * testsuite/ld-elf/pr25749-1.c: Adjust to pass with older glibc.
1059 * testsuite/ld-elf/pr25749-2.c: Likewise.
1060 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Use
1061 regexp_diff to compare expected output from running binary.
1062
1063 2020-06-10 H.J. Lu <hongjiu.lu@intel.com>
1064
1065 PR ld/26094
1066 * testsuite/ld-elf/pr26094-1.ver: New fike.
1067 * testsuite/ld-elf/pr26094-1a.c: Likewise.
1068 * testsuite/ld-elf/pr26094-1a.rd: Likewise.
1069 * testsuite/ld-elf/pr26094-1b.c: Likewise.
1070 * testsuite/ld-elf/pr26094-1b.rd: Likewise.
1071 * testsuite/ld-elf/pr26094-1c.c: Likewise.
1072 * testsuite/ld-elf/shared.exp: Run ld/26094 tests.
1073
1074 2020-06-09 H.J. Lu <hongjiu.lu@intel.com>
1075
1076 PR ld/18801
1077 * testsuite/ld-i386/i386.exp: Run ifunc-textrel-1a,
1078 ifunc-textrel-1b, ifunc-textrel-2a and ifunc-textrel-2b.
1079 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1080 * testsuite/ld-i386/ifunc-textrel-1a.d: Likewise.
1081 * testsuite/ld-i386/ifunc-textrel-1b.d: Likewise.
1082 * testsuite/ld-i386/ifunc-textrel-2a.d: Likewise.
1083 * testsuite/ld-i386/ifunc-textrel-2b.d: Likewise.
1084 * testsuite/ld-x86-64/ifunc-textrel-1.s: Likewise.
1085 * testsuite/ld-x86-64/ifunc-textrel-1a.d: Likewise.
1086 * testsuite/ld-x86-64/ifunc-textrel-1b.d: Likewise.
1087 * testsuite/ld-x86-64/ifunc-textrel-2.s: Likewise.
1088 * testsuite/ld-x86-64/ifunc-textrel-2a.d: Likewise.
1089 * testsuite/ld-x86-64/ifunc-textrel-2b.d: Likewise.
1090 * testsuite/ld-i386/pr18801a.d: Expect warning for IFUNC
1091 resolvers.
1092 * testsuite/ld-i386/pr18801b.d: Likewise.
1093 * estsuite/ld-x86-64/pr18801a.d: Likewise.
1094 * estsuite/ld-x86-64/pr18801b.d: Likewise.
1095
1096 2020-06-09 Alan Modra <amodra@gmail.com>
1097
1098 PR 26065
1099 * testsuite/ld-elf/shared.exp: Compile dl4main.c -fPIC.
1100 (dl4e, dl4f): Expect dl4a.out.
1101 * testsuite/ld-elf/dl4e.out: Delete.
1102
1103 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
1104
1105 * testsuite/ld-elf/shared.exp: Pass $LFLAGS to PR ld/21703
1106 shared test.
1107
1108 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
1109
1110 * testsuite/ld-elf/shared.exp: Xfail pr20995/pr20995-2 for
1111 tic6x-*-*.
1112
1113 2020-06-07 H.J. Lu <hongjiu.lu@intel.com>
1114
1115 * testsuite/ld-elf/pr11304.d: Skip tic6x-*-elf.
1116
1117 2020-06-06 Alan Modra <amodra@gmail.com>
1118
1119 * testsuite/ld-elf/comm-data.exp: Don't xfail arm or bfin-linux.
1120
1121 2020-06-06 Alan Modra <amodra@gmail.com>
1122
1123 * lexsup.c (ld_options): Accept -plugin and -plugin-opt when
1124 !ENABLE_PLUGINS.
1125 * testsuite/lib/ld-lib.exp (check_plugin_api_available): Adjust.
1126
1127 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
1128
1129 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Rename to
1130 attr-merge-priv-spec-01.d.
1131 * testsuite/ld-riscv-elf/attr-merge-priv-spec-c.s: Set spec to 1.11.
1132 * testsuite/ld-riscv-elf/attr-merge-priv-spec-d.s: Empty priv spec set.
1133 * testsuite/ld-riscv-elf/attr-merge-priv-spec-02.d: New testcase.
1134 * testsuite/ld-riscv-elf/attr-merge-priv-spec-03.d: Likewise.
1135 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-02.d: Likewise.
1136 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-03.d: Likewise.
1137 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-04.d: Likewise.
1138 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-05.d: Likewise.
1139 * testsuite/ld-riscv-elf/attr-merge-priv-spec-failed-06.d: Likewise.
1140 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Updated.
1141
1142 2020-06-05 Nelson Chu <nelson.chu@sifive.com>
1143
1144 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: The CSR isn't used,
1145 so ignore the -mpriv-spec setting.
1146 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
1147 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
1148 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
1149 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
1150 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
1151 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
1152 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
1153 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
1154 * testsuite/ld-riscv-elf/call-relax.d: Add -mno-arch-attr.
1155
1156 2020-06-04 H.J. Lu <hongjiu.lu@intel.com>
1157
1158 PR ld/26080
1159 * testsuite/ld-elf/comm-data.exp: Remove copy_reloc.
1160 * testsuite/ld-elf/comm-data2r.rd: Removed.
1161 * testsuite/ld-elf/comm-data2r.sd: Likewise.
1162 * testsuite/ld-elf/comm-data2r.xd: Likewise.
1163
1164 2020-06-04 Alan Modra <amodra@gmail.com>
1165
1166 * testsuite/config/default.exp: Remove global directive outside
1167 proc body.
1168 * testsuite/ld-bootstrap/bootstrap.exp: Likewise.
1169 * testsuite/ld-elf/compress.exp: Likewise.
1170 * testsuite/ld-elf/elf.exp: Likewise.
1171 * testsuite/ld-elf/exclude.exp: Likewise.
1172 * testsuite/ld-elf/frame.exp: Likewise.
1173 * testsuite/ld-elf/indirect.exp: Likewise.
1174 * testsuite/ld-elf/linux-x86.exp: Likewise.
1175 * testsuite/ld-elf/shared.exp: Likewise.
1176 * testsuite/ld-elf/tls.exp: Likewise.
1177 * testsuite/ld-elf/tls_common.exp: Likewise.
1178 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1179 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1180 * testsuite/ld-frv/fdpic.exp: Likewise.
1181 * testsuite/ld-frv/tls.exp: Likewise.
1182 * testsuite/ld-gc/gc.exp: Likewise.
1183 * testsuite/ld-i386/i386.exp: Likewise.
1184 * testsuite/ld-i386/no-plt.exp: Likewise.
1185 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1186 * testsuite/ld-mips-elf/mips-elf-flags.exp: Likewise.
1187 * testsuite/ld-nios2/nios2.exp: Likewise.
1188 * testsuite/ld-plugin/lto.exp: Likewise.
1189 * testsuite/ld-plugin/plugin.exp: Likewise.
1190 * testsuite/ld-powerpc/export-class.exp: Likewise.
1191 * testsuite/ld-scripts/align.exp: Likewise.
1192 * testsuite/ld-scripts/crossref.exp: Likewise.
1193 * testsuite/ld-scripts/defined.exp: Likewise.
1194 * testsuite/ld-scripts/overlay-size.exp: Likewise.
1195 * testsuite/ld-scripts/provide.exp: Likewise.
1196 * testsuite/ld-scripts/weak.exp: Likewise.
1197 * testsuite/ld-selective/selective.exp: Likewise.
1198 * testsuite/ld-sh/rd-sh.exp: Likewise.
1199 * testsuite/ld-size/size.exp: Likewise.
1200 * testsuite/ld-srec/srec.exp: Likewise.
1201 * testsuite/ld-x86-64/mpx.exp: Likewise.
1202 * testsuite/ld-x86-64/no-plt.exp: Likewise.
1203 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1204
1205 2020-06-04 Alan Modra <amodra@gmail.com>
1206
1207 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: Match output for
1208 mips-sgi-irix6.
1209 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: Likewise.
1210 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: Likewise.
1211 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: Likewise.
1212 * testsuite/ld-dynamic/export-dynamic-symbol.exp: Exclude targets
1213 with poor PIE support.
1214
1215 2020-06-04 Alan Modra <amodra@gmail.com>
1216
1217 * testsuite/ld-plugin/lto.exp (pr12758.exe): Add NOPIE_LDFLAGS.
1218 * testsuite/ld-unique/unique.exp: Add NOPIE_LDFLAGS to unique
1219 executable and dynamic executable tests.
1220
1221 2020-06-03 H.J. Lu <hongjiu.lu@intel.com>
1222
1223 * testsuite/config/default.exp (NOSANTIZE_CFLAGS): New.
1224 * testsuite/ld-elf/linux-x86.exp: Add $NOSANTIZE_CFLAGS to
1225 tests with run_ld_link_exec_tests.
1226 * testsuite/ld-elf/shared.exp: Add $NOSANTIZE_CFLAGS to tests
1227 with run_ld_link_tests.
1228 * testsuite/ld-elf/tls.exp: Likewise.
1229 * testsuite/ld-elfweak/elfweak.exp: Add $NOSANTIZE_CFLAGS to
1230 tests with ld_link.
1231 * testsuite/ld-gc/gc.exp: Add $NOSANTIZE_CFLAGS to cflags.
1232 * testsuite/ld-plugin/lto.exp: Add $NOSANTIZE_CFLAGS to tests
1233 with run_ld_link_tests.a
1234 * testsuite/ld-plugin/plugin.exp: Append $NOSANTIZE_CFLAGS to
1235 CFLAGS.
1236 * testsuite/ld-selective/selective.exp: Add $NOSANTIZE_CFLAGS
1237 to cflags and cxxflags.
1238 * testsuite/ld-srec/srec.exp: Append $NOSANTIZE_CFLAGS to CC
1239 and CXX.
1240 * testsuite/ld-x86-64/plt-main-ibt-x32.dd: Updated for
1241 -fsanitize=undefined.
1242 * testsuite/ld-x86-64/plt-main-ibt.dd: Likewise.
1243 * testsuite/ld-x86-64/x86-64.exp: Add $NOSANTIZE_CFLAGS to
1244 tests with run_cc_link_tests and run_ld_link_tests.
1245
1246 2020-06-03 Fangrui Song <maskray@google.com>
1247 H.J. Lu <hongjiu.lu@intel.com>
1248
1249 PR ld/25910
1250 * NEWS: Mention --export-dynamic-symbol[-list].
1251 * ld.texi: Document --export-dynamic-symbol[-list].
1252 * ldgram.y: Pass current_dynamic_list_p to
1253 lang_append_dynamic_list.
1254 * ldlang.c (current_dynamic_list_p): New.
1255 (ang_append_dynamic_list): Updated to take a pointer to
1256 struct bfd_elf_dynamic_list * argument instead of using
1257 link_info.dynamic_list.
1258 (lang_append_dynamic_list_cpp_typeinfo): Pass
1259 &link_info.dynamic_list to ang_append_dynamic_list.
1260 (lang_append_dynamic_list_cpp_new): Likewise.
1261 * ldlang.h (current_dynamic_list_p): New.
1262 (lang_append_dynamic_list): Add a pointer to
1263 struct bfd_elf_dynamic_list * argument.
1264 * ldlex.h (option_values): Add OPTION_EXPORT_DYNAMIC_SYMBOL and
1265 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
1266 * lexsup.c (ld_options): Add entries for
1267 OPTION_EXPORT_DYNAMIC_SYMBOL and
1268 OPTION_EXPORT_DYNAMIC_SYMBOL_LIST.
1269 (parse_args): Handle --export-dynamic-symbol and
1270 --export-dynamic-symbol-list.
1271 * testsuite/ld-dynamic/export-dynamic-symbol-1.d: New.
1272 * testsuite/ld-dynamic/export-dynamic-symbol-2.d: New.
1273 * testsuite/ld-dynamic/export-dynamic-symbol-glob.d: New.
1274 * testsuite/ld-dynamic/export-dynamic-symbol-list-1.d: New.
1275 * testsuite/ld-dynamic/export-dynamic-symbol-list-2.d: New.
1276 * testsuite/ld-dynamic/export-dynamic-symbol-list-glob.d: New.
1277 * testsuite/ld-dynamic/export-dynamic-symbol.exp: New.
1278 * testsuite/ld-dynamic/export-dynamic-symbol.s: New.
1279 * testsuite/ld-dynamic/foo-bar.list: New.
1280 * testsuite/ld-dynamic/foo.list: New.
1281 * testsuite/ld-dynamic/foo.s: New.
1282 * testsuite/ld-dynamic/fstar.list: New.
1283 * testsuite/ld-elf/dlempty.list: New.
1284 * testsuite/ld-elf/shared.exp: Add tests for
1285 --export-dynamic-symbol and --export-dynamic-symbol-list.
1286
1287 2020-06-03 Jan Beulich <jbeulich@suse.com>
1288
1289 * testsuite/ld-elf/linux-x86.exp: Make copied source files
1290 writeable.
1291
1292 2020-05-28 Nick Clifton <nickc@redhat.com>
1293
1294 PR 26047
1295 * ldelf.c (ldelf_after_open): Fail if attempting to link one
1296 executable into another. Ensure that the test is made for all
1297 forms of linking.
1298
1299 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
1300
1301 * NEWS: Mention --enable-textrel-check=yes is default for
1302 Linux/x86 targets.
1303 * configure.tgt (ac_default_ld_textrel_check): Set to yes if
1304 unset for Linux/x86 targets.
1305
1306 2020-05-28 H.J. Lu <hongjiu.lu@intel.com>
1307
1308 PR ld/20824
1309 * NEWS: Mention --enable-textrel-check=[no|yes|warning|error].
1310 * configure.ac: Add --enable-textrel-check=[no|yes|warning|error].
1311 (DEFAULT_LD_TEXTREL_CHECK): New AC_DEFINE_UNQUOTED.
1312 (DEFAULT_LD_TEXTREL_CHECK_WARNING): Likewise.
1313 * ldmain.c (main): Initialize link_info.textrel_check to
1314 DEFAULT_LD_TEXTREL_CHECK.
1315 * lexsup.c (ld_options): Check DEFAULT_LD_TEXTREL_CHECK_WARNING.
1316 * config.in: Regenerated.
1317 * configure: Likewise.
1318
1319 2020-05-28 Nick Clifton <nickc@redhat.com>
1320
1321 * lexsup.c (parse_args): Generate an error if a name is not
1322 provided to the -Map option.
1323 (ld_options): Mention that the -Map option supports a directory
1324 name as an argument.
1325 * NEWS: Remove mention of support for an empty string as an
1326 argument to -Map.
1327 * ld.texi: Likewise.
1328
1329 2020-05-27 Hans-Peter Nilsson <hp@axis.com>
1330
1331 PR ld/22909
1332 * testsuite/ld-elf/pr19539.d: Don't xfail for cris*-*-*.
1333
1334 2020-05-27 Rasmus Villemoes <rv@rasmusvillemoes.dk>
1335 Nick Clifton <nickc@redhat.com>
1336
1337 * lexsup.c (parse_args): If the map filename is defined but empty
1338 create a name based upon the output file name. If the name is
1339 defined but refers to a directory create a file inside the
1340 directory based on the output file name.
1341 * ld.texi: Document the new feature.
1342 * testsuite/ld-script/map-address.exp: Add test of new feature.
1343 * NEWS: Mention the new feature.
1344
1345 2020-05-27 H.J. Lu <hongjiu.lu@intel.com>
1346
1347 PR ld/22909
1348 * NEWS: Mention --warn-textrel.
1349 * ld.texi: Update -z text/notext/textoff. Add --warn-textrel.
1350 Remove --warn-shared-textrel.
1351 * ldlex.h (option_values): Rename OPTION_WARN_SHARED_TEXTREL to
1352 OPTION_WARN_TEXTREL.
1353 * lexsup.c (ld_options): Add --warn-textrel. Obsolete
1354 --warn-shared-textrel.
1355 (parse_args): Updated.
1356 (elf_shlib_list_options): Check link_info.textrel_check.
1357 * emultempl/elf.em: Updated.
1358 * testsuite/ld-elf/pr19539.d: Replace -z notext with
1359 --warn-textrel. Expect a warning.
1360 * testsuite/ld-i386/warn1.d: Update expected warning.
1361
1362 2020-05-26 H.J. Lu <hongjiu.lu@intel.com>
1363
1364 * testsuite/ld-ifunc/ifunc-23a-x86.d: Skip *-*-lynxos *-*-nto*.
1365 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
1366 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
1367
1368 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
1369
1370 * testsuite/ld-x86-64/x86-64.exp: Pass -z notext to linker.
1371
1372 2020-05-25 H.J. Lu <hongjiu.lu@intel.com>
1373
1374 * testsuite/ld-elf/eh6.d: Pass -z notext to linker.
1375 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
1376 * testsuite/ld-elf/pr19539.d: Likewise.
1377 * testsuite/ld-elfvers/vers.exp: Likewise.
1378 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1379 * testsuite/ld-i386/i386.exp: Likewise.
1380 * testsuite/ld-i386/nogot1.d: Likewise.
1381 * testsuite/ld-i386/pr19539.d: Likewise.
1382 * testsuite/ld-i386/pr19636-2a.d: Likewise.
1383 * testsuite/ld-i386/pr19636-2b.d: Likewise.
1384 * testsuite/ld-i386/pr19636-2c.d: Likewise.
1385 * testsuite/ld-i386/pr19636-2d.d: Likewise.
1386 * testsuite/ld-i386/pr19636-2e.d: Likewise.
1387 * testsuite/ld-i386/pr19636-3d.d: Likewise.
1388 * testsuite/ld-i386/pr19636-3e.d: Likewise.
1389 * testsuite/ld-i386/pr19939b.d: Likewise.
1390 * testsuite/ld-i386/undefweaka.d: Likewise.
1391 * testsuite/ld-i386/undefweakb.d: Likewise.
1392 * testsuite/ld-shared/shared.exp: Likewise.
1393 * testsuite/ld-size/size.exp: Likewise.
1394 * testsuite/ld-unique/unique.exp: Likewise.
1395 * testsuite/ld-x86-64/pie1.d: Likewise.
1396 * testsuite/ld-x86-64/pr19539a.d: Likewise.
1397 * testsuite/ld-x86-64/pr19539b.d: Likewise.
1398 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
1399 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
1400 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
1401 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
1402 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
1403 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
1404 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
1405 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
1406 * testsuite/ld-x86-64/pr19939b.d: Likewise.
1407 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1408
1409 2020-05-24 Fangrui Song <maskray@google.com>
1410
1411 PR ld/26018
1412 * lexsup.c (parse_args): Simplify.
1413 * testsuite/ld-elf/dl4e.out: New.
1414 * testsuite/ld-elf/shared.exp: Updated for PR ld/26018 tests.
1415
1416 2020-05-23 H.J. Lu <hongjiu.lu@intel.com>
1417
1418 PR ld/26018
1419 * testsuite/ld-i386/i386.exp: Add a -Bsymbolic-functions test.
1420 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1421 * testsuite/ld-i386/pr26018.d: New file.
1422 * testsuite/ld-x86-64/pr26018.d: Likewise.
1423 * testsuite/ld-x86-64/pr26018.s: Likewise.
1424
1425 2020-05-21 Alan Modra <amodra@gmail.com>
1426
1427 * deffilep.y: Replace "if (x) free (x)" with "free (x)" thoughout.
1428 * emultempl/elf.em: Likewise.
1429 * emultempl/msp430.em: Likewise.
1430 * emultempl/pe.em: Likewise.
1431 * emultempl/pep.em: Likewise.
1432 * emultempl/ppc64elf.em: Likewise.
1433 * emultempl/xtensaelf.em: Likewise.
1434 * ldelf.c: Likewise.
1435 * ldfile.c: Likewise.
1436 * ldmain.c: Likewise.
1437 * ldmisc.c: Likewise.
1438 * lexsup.c: Likewise.
1439 * pe-dll.c: Likewise.
1440
1441 2020-05-20 Nelson Chu <nelson.chu@sifive.com>
1442
1443 * testsuite/ld-riscv-elf/attr-merge-arch-01.d: Updated
1444 priv attributes according to the -mpriv-spec option.
1445 * testsuite/ld-riscv-elf/attr-merge-arch-02.d: Likewise.
1446 * testsuite/ld-riscv-elf/attr-merge-arch-03.d: Likewise.
1447 * testsuite/ld-riscv-elf/attr-merge-priv-spec-a.s: Likewise.
1448 * testsuite/ld-riscv-elf/attr-merge-priv-spec-b.s: Likewise.
1449 * testsuite/ld-riscv-elf/attr-merge-priv-spec.d: Likewise.
1450 * testsuite/ld-riscv-elf/attr-merge-stack-align.d: Likewise.
1451 * testsuite/ld-riscv-elf/attr-merge-strict-align-01.d: Likewise.
1452 * testsuite/ld-riscv-elf/attr-merge-strict-align-02.d: Likewise.
1453 * testsuite/ld-riscv-elf/attr-merge-strict-align-03.d: Likewise.
1454 * testsuite/ld-riscv-elf/attr-merge-strict-align-04.d: Likewise.
1455 * testsuite/ld-riscv-elf/attr-merge-strict-align-05.d: Likewise.
1456
1457 2020-05-20 Alan Modra <amodra@gmail.com>
1458
1459 PR 25993
1460 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Don't copy
1461 other_bfd_filename for bfd_set_filename, and test result of
1462 bfd_set_filename call. Don't create a new is->filename, simply
1463 copy from bfd filename. Free new_name after bfd_set_filename.
1464 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
1465
1466 2020-05-19 Siddhesh Poyarekar <siddesh.poyarekar@arm.com>
1467
1468 * testsuite/ld-aarch64/aarch64-elf.exp: New test
1469 emit-relocs-560.
1470 * testsuite/ld-aarch64/emit-relocs-560.d: New file.
1471 * testsuite/ld-aarch64/emit-relocs-560.s: New file.
1472
1473 2020-05-19 Alan Modra <amodra@gmail.com>
1474
1475 * emultempl/beos.em (sort_by_file_name): Use bfd_get_filename
1476 rather than accessing bfd->filename directly.
1477 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Likewise.
1478 * emultempl/pep.em (gld_${EMULATION_NAME}_after_open): Likewise.
1479 * emultempl/spuelf.em (embedded_spu_file): Likewise.
1480 * ldlang.c (input_statement_is_archive_path, wild_sort),
1481 (check_excluded_libs): Likewise.
1482 * ldmain.c (add_archive_element): Likewise.
1483 * ldmisc.c (vfinfo): Likewise.
1484 * pe-dll.c (auto_export, generate_edata, pe_create_import_fixup),
1485 (pe_dll_generate_implib, pe_process_import_defs): Likewise.
1486 * plugin.c (plugin_object_p): Likewise.
1487
1488 2020-05-18 Douglas B Rupp <rupp@adacore.com>
1489
1490 * ldemul.h (ldemul_print_symbol): New.
1491 (ld_emulation_xfer_type) <print_symbol): Likewise.
1492 * ldemul.c (ldemul_print_symbol): New.
1493 * ldlang.c (SECTION_NAME_MAP_LANGTH): Move to ...
1494 (print_one_symbol): Make global and move declaration to ...
1495 (print_all_symbols): Rename print_one_symbol to ldemul_print_symbol
1496 (print_input_section): Likewise
1497 * ldlang.h: ... here.
1498 * emultempl/aix.em (gld${EMULATION_NAME}_print_symbol): New.
1499 (ld_emulation_xfer_struct): Use it.
1500 * emultempl/armcoff.em (ld_emulation_xfer_struct): Add print_symbol
1501 and default to NULL.
1502 * emultempl/beos.em (ld_emulation_xfer_struct): Likewise
1503 * emultempl/elf.em (ld_emulation_xfer_struct): Likewise
1504 * emultempl/generic.em (ld_emulation_xfer_struct): Likewise
1505 * emultempl/linux.em (ld_emulation_xfer_struct): Likewise
1506 * emultempl/msp430.em (ld_emulation_xfer_struct): Likewise
1507 * emultempl/pe.em (ld_emulation_xfer_struct): Likewise
1508 * emultempl/pep.em (ld_emulation_xfer_struct): Likewise
1509 * emultempl/ticoff.em (ld_emulation_xfer_struct): Likewise
1510 * emultempl/vanilla.em (ld_emulation_xfer_struct): Likewise
1511
1512 2020-05-18 Sergei Trofimovich <siarheit@google.com>
1513
1514 * ldmain.c (add_archive_element): Fix s/claimi/claim/ typo
1515 in info message.
1516
1517 2020-05-18 Nick Clifton <nickc@redhat.com>
1518
1519 * po/sv.po: Update Swedish translation.
1520
1521 2020-05-18 Nick Clifton <nickc@redhat.com>
1522
1523 PR 25993
1524 * emultempl/pe.em (_after_open): Check for duplicate filename
1525 pointers before renaming the dll.
1526 * emultempl/pep.em (_after_open): Likewise.
1527
1528 2020-05-13 Nick Clifton <nickc@redhat.com>
1529
1530 PR 25979
1531 * lexsup.c (elf_shlib_list_options): Include the default value for
1532 the hash style in the output text.
1533
1534 2020-05-11 Alan Modra <amodra@gmail.com>
1535
1536 * testsuite/ld-powerpc/pcrelopt.s: Add lxvp and stxvp.
1537 * testsuite/ld-powerpc/pcrelopt.d: Update.
1538
1539 2020-05-11 Alan Modra <amodra@gmail.com>
1540
1541 * testsuite/ld-powerpc/callstub-1.d: Use -mpower10/-Mpower10 in
1542 place of -mfuture/-Mfuture.
1543 * testsuite/ld-powerpc/notoc2.d: Likewise.
1544 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1545 * testsuite/ld-powerpc/tlsgd.d: Likewise.
1546 * testsuite/ld-powerpc/tlsie.d: Likewise.
1547 * testsuite/ld-powerpc/tlsld.d: Likewise.
1548
1549 2020-05-11 Nick Clifton <nickc@redhat.com>
1550
1551 * po/es.po: Updated Spanish translation.
1552
1553 2020-05-01 Wilco Dijkstra <wdijkstr@arm.com>
1554
1555 PR ld/25665
1556 * testsuite/ld-aarch64/farcall-group.s: New large group test.
1557 * testsuite/ld-aarch64/farcall-group.d: New test driver.
1558 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
1559
1560 2020-05-01 Alan Modra <amodra@gmail.com>
1561
1562 PR 25882
1563 * ldlang.c (lang_check): Call bfd_merge_private_bfd_data for
1564 shared libraries.
1565
1566 2020-05-01 Alan Modra <amodra@gmail.com>
1567
1568 * po/BLD-POTFILES.in: Regenerate.
1569
1570 2020-04-30 Alex Coplan <alex.coplan@arm.com>
1571
1572 * testsuite/ld-aarch64/erratum843419_tls_ie.d: Use udf in disassembly.
1573 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
1574 * testsuite/ld-aarch64/farcall-back.d: Likewise.
1575 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1576
1577 2020-04-30 Nick Clifton <nickc@redhat.com>
1578
1579 * testsuite/ld-elf/compress1c.d: XFAIL if thet target linker does
1580 not support the -shared command line option.
1581 * /ld-elf/compressed1c.d: Likewise.
1582 * /ld-elf/compressed1e.d: Likewise.
1583 * /ld-elf/dynamic1.d: Likewise.
1584 * /ld-elf/dynsym1.d: Likewise.
1585 * /ld-elf/ehdr_start-shared.d: Likewise.
1586 * /ld-elf/exclude3b.d: Likewise.
1587 * /ld-elf/global1.d: Likewise.
1588 * /ld-elf/hash.d: Likewise.
1589 * /ld-elf/local1.d: Likewise.
1590 * /ld-elf/mbind1b.d: Likewise.
1591 * /ld-elf/now-1.d: Likewise.
1592 * /ld-elf/now-2.d: Likewise.
1593 * /ld-elf/now-3.d: Likewise.
1594 * /ld-elf/now-4.d: Likewise.
1595 * /ld-elf/pr12975.d: Likewise.
1596 * /ld-elf/pr13177.d: Likewise.
1597 * /ld-elf/pr13195.d: Likewise.
1598 * /ld-elf/pr16322.d: Likewise.
1599 * /ld-elf/pr16498a.d: Likewise.
1600 * /ld-elf/pr16498b.d: Likewise.
1601 * /ld-elf/pr17615.d: Likewise.
1602 * /ld-elf/pr19162.d: Likewise.
1603 * /ld-elf/pr19698.d: Likewise.
1604 * /ld-elf/pr20513c.d: Likewise.
1605 * /ld-elf/pr20513d.d: Likewise.
1606 * /ld-elf/pr21389a.d: Likewise.
1607 * /ld-elf/pr21389b.d: Likewise.
1608 * /ld-elf/pr21389c.d: Likewise.
1609 * /ld-elf/pr21562a.d: Likewise.
1610 * /ld-elf/pr21562b.d: Likewise.
1611 * /ld-elf/pr21562c.d: Likewise.
1612 * /ld-elf/pr21562d.d: Likewise.
1613 * /ld-elf/pr21562e.d: Likewise.
1614 * /ld-elf/pr21562f.d: Likewise.
1615 * /ld-elf/pr21562g.d: Likewise.
1616 * /ld-elf/pr21562h.d: Likewise.
1617 * /ld-elf/pr21562i.d: Likewise.
1618 * /ld-elf/pr21562j.d: Likewise.
1619 * /ld-elf/pr21562k.d: Likewise.
1620 * /ld-elf/pr21562l.d: Likewise.
1621 * /ld-elf/pr21562m.d: Likewise.
1622 * /ld-elf/pr21562n.d: Likewise.
1623 * /ld-elf/pr21903a.d: Likewise.
1624 * /ld-elf/pr21903b.d: Likewise.
1625 * /ld-elf/pr22269b.d: Likewise.
1626 * /ld-elf/pr22393-1a.d: Likewise.
1627 * /ld-elf/pr22393-1b.d: Likewise.
1628 * /ld-elf/pr23658-1c.d: Likewise.
1629 * /ld-elf/pr25708.d: Likewise.
1630 * /ld-elf/rpath-1.d: Likewise.
1631 * /ld-elf/rpath-2.d: Likewise.
1632 * /ld-elf/runpath-1.d: Likewise.
1633 * /ld-elf/runpath-2.d: Likewise.
1634 * /ld-elf/sizeofb.d: Likewise.
1635 * /ld-elf/startofb.d: Likewise.
1636 * /ld-elf/strtab.d: Likewise.
1637 * /ld-elf/textaddr2.d: Likewise.
1638 * /ld-elf/textaddr5.d: Likewise.
1639 * /ld-elf/textaddr6.d: Likewise.
1640 * /ld-elf/unknown2.d: Likewise.
1641 * /ld-undefined/entry-3.d: Likewise.
1642 * /ld-undefined/entry-4.d: Likewise.
1643 * /ld-elf/mbind1c.d: XFAIL if the target linker does not support
1644 the -pie option.
1645 * /ld-elf/pie.d: Likewise.
1646 * /ld-elf/pr19539.d: Likewise.
1647 * /ld-elf/pr21903d.d: Likewise.
1648 * /ld-elf/pr22269a.d: Likewise.
1649 * /ld-elf/pr22393-1c.d: Likewise.
1650 * /ld-elf/pr22393-1d.d: Likewise.
1651 * /ld-elf/pr22423.d: Likewise.
1652 * /ld-elf/loadaddr1.d: Expect to fail on the rx-linux target.
1653 * /ld-elf/loadaddr2.d: Likewise.
1654 * /ld-elf/pr22393-1e.d: Likewise.
1655 * /ld-elf/pr22393-1f.d: Likewise.
1656 * /ld-elf/textaddr1.d: Likewise.
1657 * /ld-elf/textaddr4.d: Likewise.
1658
1659 2020-04-30 Yoshinori Sato <ysato@users.sourceforge.jp>
1660
1661 * emulparams/elf32rx_linux.sh: New rx-linux emulation.
1662 * emultempl/rxlinux.em: New.
1663 * configure.tgt: Add rx-linux.
1664 * Makefile.am: Add eelf32rx_linux.c
1665 * Makefile.in: Regenerate.
1666
1667 2020-04-29 Max Filippov <jcmvbkbc@gmail.com>
1668
1669 * testsuite/ld-xtensa/relax-diff1.d: New test definition.
1670 * testsuite/ld-xtensa/relax-diff1.s: New test source.
1671 * testsuite/ld-xtensa/relax-ndiff.d: New test definition.
1672 * testsuite/ld-xtensa/relax-ndiff.s: New test source.
1673 * testsuite/ld-xtensa/xtensa.exp: (relax-diff1)
1674 (relax-ndiff): New tests.
1675
1676 2020-04-29 Stephen Casner <casner@acm.org>
1677
1678 PR 25829
1679 * testsuite/ld-scripts/default-script.exp: Add --image-base=0 to
1680 LDFLAGS for targets *-*-mingw64 x86_64-*-cygwin.
1681 * testsuite/ld-scripts/default-script1.d: No longer have to skip
1682 test for those targets.
1683 * testsuite/ld-scripts/default-script2.d: Likewise.
1684 * testsuite/ld-scripts/default-script3.d: Likewise.
1685 * testsuite/ld-scripts/default-script4.d: Likewise.
1686
1687 2020-04-27 Tamar Christina <tamar.christina@arm.com>
1688
1689 * pe-dll.c (pe_detail_list): Add pe-bigobj-i386.
1690
1691 2020-04-22 Max Filippov <jcmvbkbc@gmail.com>
1692
1693 PR ld/25861
1694 * testsuite/ld-xtensa/relax-loc.d: New test definition.
1695 * testsuite/ld-xtensa/relax-loc.s: New test source.
1696 * testsuite/ld-xtensa/xtensa.exp (relax-loc): New test.
1697
1698 2020-04-22 Fangrui Song <maskray@google.com>
1699
1700 PR ld/25806
1701 * ldlang.h (struct lang_input_statement_struct): Add extra_search_path.
1702 * ldlang.c (current_input_file): New.
1703 (ldirname): New.
1704 (new_afile): Add from_filename parameter. Set extra_search_path.
1705 (lang_add_input_file): Pass current_input_file to new_afile.
1706 (load_symbols): Set current_input_file.
1707 * ldfile.c (ldfile_open_file): If extra_search_path has been set
1708 then scan it for the file that needs to be opened.
1709 * ld.texi: Document the new behaviour.
1710 * NEWS: Mention the new feature.
1711
1712 2020-04-22 Alan Modra <amodra@gmail.com>
1713
1714 * testsuite/ld-scripts/default-script1.d: Correct mingw skip.
1715 * testsuite/ld-scripts/default-script2.d: Likewise.
1716 * testsuite/ld-scripts/default-script3.d: Likewise.
1717 * testsuite/ld-scripts/default-script4.d: Likewise.
1718
1719 2020-04-21 Stephen Casner <casner@acm.org>
1720
1721 PR 25829
1722 * testsuite/ld-scripts/script.exp (check_script)
1723 (extract_symbol_test): Make test addresses fit in 16 bits.
1724 * testsuite/ld-scripts/memory.t: Likewise.
1725 * testsuite/ld-scripts/memory_sym.t (TXT_LENGTH): Likewise.
1726 * testsuite/ld-scripts/default-script.t (_START): Likewise.
1727 * testsuite/ld-scripts/default-script1.d: Likewise.
1728 * testsuite/ld-scripts/default-script2.d: Likewise.
1729 * testsuite/ld-scripts/default-script3.d: Likewise.
1730 * testsuite/ld-scripts/default-script4.d: Likewise.
1731 * testsuite/ld-scripts/empty-address-1.t: Likewise.
1732 * testsuite/ld-scripts/empty-address-1.d: Likewise.
1733 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
1734 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
1735 * testsuite/ld-misc/start.s: .long -> .dc.a to allow relocation to
1736 fit target address size.
1737 * testsuite/ld-scripts/empty-address-1.s: Likewise.
1738 * testsuite/ld-scripts/empty-address-2.s: Likewise.
1739
1740 2020-04-21 H.J. Lu <hongjiu.lu@intel.com>
1741
1742 PR ld/25849
1743 * ldelfgen.c (ldelf_map_segments): Call
1744 elf_backend_strip_zero_sized_dynamic_sections.
1745 * testsuite/ld-alpha/tlsbinr.rd: Updated.
1746
1747 2020-04-20 Alan Modra <amodra@gmail.com>
1748
1749 * testsuite/ld-powerpc/tlsopt5.s: Rename foo to aaaaa.
1750 * testsuite/ld-powerpc/tlsopt5.d: Adjust to suit.
1751 * testsuite/ld-powerpc/tlsopt6.d: Likewise.
1752
1753 2020-04-18 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1754
1755 * testsuite/ld-elf/warn1.d: Don't xfail on 64-bit Solaris/SPARC.
1756 * testsuite/ld-elf/warn2.d: Likewise.
1757
1758 2020-04-18 H.J. Lu <hongjiu.lu@intel.com>
1759
1760 * testsuite/ld-elf/elf.exp (ASFLAGS): Add "--defsym NO_SET=1" for
1761 alpha target.
1762 * testsuite/ld-elf/pr19789.s: Use "=" if NO_SET is defined.
1763
1764 2020-04-16 Stephen Casner <casner@acm.org>
1765
1766 PR 18963
1767 * testsuite/ld-scripts/pr18963.t: Reduce section sizes to fit in
1768 16-bit address space.
1769 * testsuite/ld-scripts/pr18963.d: Likewise.
1770
1771 2020-04-17 Juan Manuel Guerrero <juan.guerrero@gmx.de>
1772 Jan W. Jagersma <jwjagersma@gmail.com>
1773
1774 * scripttempl/i386go32.sc: Provide symbol _environ. Link in
1775 .ctors and .dtors. Discard LTO sections.
1776
1777 2020-04-17 Nick Clifton <nickc@redhat.com>
1778
1779 * testsuite/config/default.exp: If not already set then create the
1780 CCC_OVERRIDE_OPTIONS environment variable to help when running the
1781 testsuite with clang.
1782 * testsuite/ld-elf/pr22269-1.c: Add a missing return statement.
1783 * testsuite/ld-elfvers/vers.exp: Add checks to detect if files
1784 were built before attempting to copy them.
1785
1786 2020-04-15 Fangrui Song <maskray@google.com>
1787
1788 PR binutils/24613
1789 * lexsup.c (parse_args): Change RM_GENERATE_WARNING and
1790 RM_GENERATE_ERROR to RM_DIAGNOSE.
1791 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Change
1792 RM_GENERATE_ERROR to RM_DIAGNOSE.
1793 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Likewise.
1794
1795 2020-04-14 Stephen Casner <casner@acm.org>
1796
1797 PR ld/25677
1798 * emulparams/pdp11.sh (SCRIPT_NAME): Change to pdp11.
1799 (EXTRA_EM_FILE): New, add emulation file pdp11.
1800 * scripttempl/pdp11.sc: New, derived from aout.sc without
1801 irrelevant input sections.
1802 * emultempl/pdp11.em (_add_options, _handle_option)
1803 (_list_options): New. Add options -z, --imagic for pdp11-aout.
1804 (_before_parse): Make --omagic be default instead of --nmagic.
1805 (_get_script): Modify special-case linker script for --imagic.
1806 * lexsup.c (parse_args): Explictly set config.text_read_only for -n.
1807 * ld.texi (Options): Add documentation of PDP11-specific options.
1808 (Options): Fix unrelated typo to --no-compact-branches.
1809 * gen-doc.texi: @set PDP11.
1810 * testsuite/ld-pdp11/pdp11.exp: New, start pdp11 testing.
1811 * testsuite/ld-pdp11/sections.s: New, source for options tests.
1812 * testsuite/ld-pdp11/imagic.d: New, test --imagic format.
1813 * testsuite/ld-pdp11/imagicz.d: New, test -z (imagic) format.
1814 * testsuite/ld-pdp11/nmagic.d: New, test --nmagic format.
1815 * testsuite/ld-pdp11/omagic.d: New, test --omagic format.
1816
1817 2020-04-14 H.J. Lu <hongjiu.lu@intel.com>
1818
1819 PR binutils/25707
1820 * testsuite/ld-arm/armthumb-lib.sym: Updated.
1821 * testsuite/ld-arm/farcall-mixed-app.sym: Likewise.
1822 * testsuite/ld-arm/farcall-mixed-app2.sym: Likewise.
1823 * testsuite/ld-arm/fdpic-main-m.sym: Likewise.
1824 * testsuite/ld-arm/fdpic-main.sym: Likewise.
1825 * testsuite/ld-arm/fdpic-shared-m.sym: Likewise.
1826 * testsuite/ld-arm/fdpic-shared.sym: Likewise.
1827 * testsuite/ld-arm/mixed-app.sym: Likewise.
1828 * testsuite/ld-arm/mixed-lib.sym: Likewise.
1829 * testsuite/ld-arm/preempt-app.sym: Likewise.
1830 * testsuite/ld-elf/hash.d: Likewise.
1831 * testsuite/ld-elf/pr13195.d: Likewise.
1832 * testsuite/ld-elfvsb/hidden2.d: Likewise.
1833 * testsuite/ld-mips-elf/hash2.d: Likewise.
1834
1835 2020-04-10 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1836
1837 * testsuite/ld-shared/shared.exp: Remove dangling comments.
1838 xfail shared non PIC tests on Solaris.
1839
1840 2020-04-09 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1841
1842 * testsuite/ld-elf/shared.exp: Add -Av9 to AFLAGS_PIC on sparc*-*-*.
1843
1844 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1845
1846 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): Replace
1847 nopie with available.
1848
1849 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1850
1851 * testsuite/config/default.exp (NOCF_PROTECTION_CFLAGS): New.
1852 Set to "-fcf-protection=none" if target compiler supports it.
1853 * testsuite/ld-srec/srec.exp: Add $NOCF_PROTECTION_CFLAGS to
1854 CC and CXX.
1855 * testsuite/ld-x86-64/x86-64.exp: Add $NOCF_PROTECTION_CFLAGS
1856 to PLT BND tests.
1857
1858 2020-04-02 H.J. Lu <hongjiu.lu@intel.com>
1859
1860 * testsuite/ld-elf/linux-x86.exp (check_pr25749a): Compile with
1861 -I../bfd.
1862 (check_pr25749b): Likewise.
1863
1864 2020-04-02 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1865
1866 * testsuite/ld-ifunc/ifunc-10-i386.d: Remove *-*-solaris2* from
1867 notarget.
1868 * ifunc-11-i386.d: Likewise.
1869 * ifunc-12-i386.d: Likewise.
1870 * ifunc-13-i386.d: Likewise.
1871 * ifunc-14a-i386.d: Likewise.
1872 * ifunc-14b-i386.d: Likewise.
1873 * ifunc-14c-i386.d: Likewise.
1874 * ifunc-14d-i386.d: Likewise.
1875 * ifunc-14e-i386.d: Likewise.
1876 * ifunc-14f-i386.d: Likewise.
1877 * ifunc-15-i386.d: Likewise.
1878 * ifunc-16-i386-now.d: Likewise.
1879 * ifunc-16-i386.d: Likewise.
1880 * ifunc-17a-i386.d: Likewise.
1881 * ifunc-17b-i386.d: Likewise.
1882 * ifunc-18a-i386.d: Likewise.
1883 * ifunc-18b-i386.d: Likewise.
1884 * ifunc-19a-i386.d: Likewise.
1885 * ifunc-19b-i386.d: Likewise.
1886 * ifunc-2-i386-now.d: Likewise.
1887 * ifunc-2-i386.d: Likewise.
1888 * ifunc-2-local-i386-now.d: Likewise.
1889 * ifunc-2-local-i386.d: Likewise.
1890 * ifunc-20-i386.d: Likewise.
1891 * ifunc-21-i386.d: Likewise.
1892 * ifunc-22-i386.d: Likewise.
1893 * ifunc-5a-i386.d: Likewise.
1894 * ifunc-5a-local-i386.d: Likewise.
1895 * ifunc-5b-i386.d: Likewise.
1896 * ifunc-5b-local-i386.d: Likewise.
1897 * ifunc-5r-local-i386.d: Likewise.
1898 * ifunc-6a-i386.d: Likewise.
1899 * ifunc-6b-i386.d: Likewise.
1900 * ifunc-7a-i386.d: Likewise.
1901 * ifunc-7b-i386.d: Likewise.
1902 * ifunc-8-i386.d: Likewise.
1903 * ifunc-9-i386.d: Likewise.
1904 * pr17154-i386-now.d: Likewise.
1905 * pr17154-i386.d: Likewise.
1906
1907 * ifunc-23a-x86.d: Remove notarget.
1908 * ifunc-24a-x86.d: Likewise.
1909 * ifunc-25a-x86.d: Likewise.
1910
1911 2020-04-02 Nick Clifton <nickc@redhat.com>
1912
1913 PR ld/25747
1914 * ldfile.c (ldfile_open_file): Fix typo in warning message.
1915
1916 2020-04-01 H.J. Lu <hongjiu.lu@intel.com>
1917
1918 PR ld/25749
1919 PR ld/25754
1920 * testsuite/ld-elf/linux-x86.exp: Run ld/25749 tests.
1921 * testsuite/ld-elf/pr25749-1.c: New file.
1922 * testsuite/ld-elf/pr25749-1a.c: Likewise.
1923 * testsuite/ld-elf/pr25749-1b.c: Likewise.
1924 * testsuite/ld-elf/pr25749-1b.err: Likewise.
1925 * testsuite/ld-elf/pr25749-1c.c: Likewise.
1926 * testsuite/ld-elf/pr25749-1d.c: Likewise.
1927 * testsuite/ld-elf/pr25749-2.c: Likewise.
1928 * testsuite/ld-elf/pr25749-2a.s: Likewise.
1929 * testsuite/ld-elf/pr25749-2b.s: Likewise.
1930 * testsuite/ld-elf/pr25749.rd: Likewise.
1931 * testsuite/ld-elf/pr25754-1a.c: Likewise.
1932 * testsuite/ld-elf/pr25754-1b.s: Likewise.
1933 * testsuite/ld-elf/pr25754-2a.c: Likewise.
1934 * testsuite/ld-elf/pr25754-2b.err: Likewise.
1935 * testsuite/ld-elf/pr25754-2b.s: Likewise.
1936 * testsuite/ld-elf/pr25754-3a.c: Likewise.
1937 * testsuite/ld-elf/pr25754-3b.s: Likewise.
1938 * testsuite/ld-elf/pr25754-4a.c: Likewise.
1939 * testsuite/ld-elf/pr25754-4b.s: Likewise.
1940 * testsuite/ld-elf/pr25754-4c.s: Likewise.
1941 * testsuite/ld-elf/pr25754-5a.c: Likewise.
1942 * testsuite/ld-elf/pr25754-5b.s: Likewise.
1943 * testsuite/ld-elf/pr25754-5c.s: Likewise.
1944 * testsuite/ld-elf/pr25754-6a.c: Likewise.
1945 * testsuite/ld-elf/pr25754-6b.s: Likewise.
1946 * testsuite/ld-x86-64/pr19609-6a.d: Don't expect linker error.
1947
1948 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1949
1950 PR ld/16017
1951 * testsuite/ld-arm/arm-elf.exp (thumb-plt, thumb-plt-got): Skip for NaCL.
1952
1953 2020-04-01 Nick Clifton <nickc@redhat.com>
1954
1955 PR ld/25747
1956 * ldfile.c (ldfile_open_file): If a search for a library fails,
1957 but there is a file that would match if it had a "lib" prefix to
1958 its name, then tell the user.
1959
1960 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1961
1962 PR ld/16017
1963 * testsuite/ld-arm/arm-elf.exp (thumb-plt-got): New.
1964 * testsuite/ld-arm/thumb-plt-got.d: New test.
1965
1966 2020-04-01 Tamar Christina <tamar.christina@arm.com>
1967
1968 * testsuite/ld-arm/arm-elf.exp (thumb-plt): New.
1969 * testsuite/ld-arm/thumb-plt.d: New test.
1970 * testsuite/ld-arm/thumb-plt.s: New test.
1971
1972 2020-04-01 Hans-Peter Nilsson <hp@bitrange.com>
1973
1974 * testsuite/ld-scripts/defined4.d: Don't xfail mmix-*-*.
1975
1976 2020-03-30 Nick Clifton <nickc@redhat.com>
1977
1978 PR binutils/25662
1979 * emultempl/pe.em (after_open): Replace initialisation of the
1980 insert_timestamp field in the pe_data structure with an
1981 initialisation of the timestamp field.
1982 * emultemp/pep.em: Likewise.
1983 * pe-dll.c (fill_edata): Use the timestamp field in the pe_data
1984 structure instead of the insert_timestamp field.
1985
1986 2020-03-28 H.J. Lu <hongjiu.lu@intel.com>
1987
1988 PR 25732
1989 * emulparams/elf_i386_ldso.sh (COMMONPAGESIZE): New.
1990 * testsuite/ld-elf/shared.exp:Don't xfail pr20995-2 tests for
1991 Solaris.
1992
1993 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
1994
1995 PR 25732
1996 * testsuite/ld-elf/shared.exp: Xfail pr20995-2 tests for Solaris.
1997
1998 2020-03-27 H.J. Lu <hongjiu.lu@intel.com>
1999
2000 PR 25732
2001 * testsuite/ld-ifunc/ifunc-23a-x86.d: Add notarget for Solaris.
2002 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
2003 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
2004
2005 2020-03-25 Alan Modra <amodra@gmail.com>
2006
2007 * testsuite/ld-elf/compress1c.d: xfail h8300.
2008 * testsuite/ld-elf/compressed1c.d: Likewise.
2009 * testsuite/ld-elf/compressed1e.d: Likewise.
2010 * testsuite/ld-elf/dynamic1.d: Likewise.
2011 * testsuite/ld-elf/dynsym1.d: Likewise.
2012 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
2013 * testsuite/ld-elf/exclude3b.d: Likewise.
2014 * testsuite/ld-elf/export-class.exp: Don't run without -shared support.
2015 * testsuite/ld-elf/global1.d: xfail h8300.
2016 * testsuite/ld-elf/hash.d: Likewise.
2017 * testsuite/ld-elf/loadaddr1.d: Likewise.
2018 * testsuite/ld-elf/loadaddr2.d: Likewise.
2019 * testsuite/ld-elf/local1.d: Likewise.
2020 * testsuite/ld-elf/mbind1b.d: Likewise.
2021 * testsuite/ld-elf/mbind1c.d: Likewise.
2022 * testsuite/ld-elf/now-1.d: Likewise.
2023 * testsuite/ld-elf/now-2.d: Likewise.
2024 * testsuite/ld-elf/now-3.d: Likewise.
2025 * testsuite/ld-elf/now-4.d: Likewise.
2026 * testsuite/ld-elf/pie.d: Likewise.
2027 * testsuite/ld-elf/pr12975.d: Likewise.
2028 * testsuite/ld-elf/pr13177.d: Likewise.
2029 * testsuite/ld-elf/pr13195.d: Likewise.
2030 * testsuite/ld-elf/pr16322.d: Likewise.
2031 * testsuite/ld-elf/pr16498a.d: Likewise.
2032 * testsuite/ld-elf/pr16498b.d: Likewise.
2033 * testsuite/ld-elf/pr17615.d: Likewise.
2034 * testsuite/ld-elf/pr19162.d: Likewise.
2035 * testsuite/ld-elf/pr19539.d: Likewise.
2036 * testsuite/ld-elf/pr19617a.d: Likewise.
2037 * testsuite/ld-elf/pr19698.d: Likewise.
2038 * testsuite/ld-elf/pr20513c.d: Likewise.
2039 * testsuite/ld-elf/pr20513d.d: Likewise.
2040 * testsuite/ld-elf/pr21389a.d: Likewise.
2041 * testsuite/ld-elf/pr21389b.d: Likewise.
2042 * testsuite/ld-elf/pr21389c.d: Likewise.
2043 * testsuite/ld-elf/pr21562a.d: Likewise.
2044 * testsuite/ld-elf/pr21562b.d: Likewise.
2045 * testsuite/ld-elf/pr21562c.d: Likewise.
2046 * testsuite/ld-elf/pr21562d.d: Likewise.
2047 * testsuite/ld-elf/pr21562e.d: Likewise.
2048 * testsuite/ld-elf/pr21562f.d: Likewise.
2049 * testsuite/ld-elf/pr21562g.d: Likewise.
2050 * testsuite/ld-elf/pr21562h.d: Likewise.
2051 * testsuite/ld-elf/pr21562i.d: Likewise.
2052 * testsuite/ld-elf/pr21562j.d: Likewise.
2053 * testsuite/ld-elf/pr21562k.d: Likewise.
2054 * testsuite/ld-elf/pr21562l.d: Likewise.
2055 * testsuite/ld-elf/pr21562m.d: Likewise.
2056 * testsuite/ld-elf/pr21562n.d: Likewise.
2057 * testsuite/ld-elf/pr21903a.d: Likewise.
2058 * testsuite/ld-elf/pr21903b.d: Likewise.
2059 * testsuite/ld-elf/pr21903d.d: Likewise.
2060 * testsuite/ld-elf/pr22269a.d: Likewise.
2061 * testsuite/ld-elf/pr22269b.d: Likewise.
2062 * testsuite/ld-elf/pr22393-1a.d: Likewise.
2063 * testsuite/ld-elf/pr22393-1b.d: Likewise.
2064 * testsuite/ld-elf/pr22393-1c.d: Likewise.
2065 * testsuite/ld-elf/pr22393-1d.d: Likewise.
2066 * testsuite/ld-elf/pr22393-1e.d: Likewise.
2067 * testsuite/ld-elf/pr22393-1f.d: Likewise.
2068 * testsuite/ld-elf/pr22423.d: Likewise.
2069 * testsuite/ld-elf/pr22450.d: xfail avr, crx, h8300, ip2k, m68hc11,
2070 and xc16x.
2071 * testsuite/ld-elf/pr23658-1c.d: xfail h8300.
2072 * testsuite/ld-elf/pr25708.d: xfail h8300 and hppa64.
2073 * testsuite/ld-elf/rpath-1.d: xfail h8300.
2074 * testsuite/ld-elf/rpath-2.d: Likewise.
2075 * testsuite/ld-elf/runpath-1.d: Likewise.
2076 * testsuite/ld-elf/runpath-2.d: Likewise.
2077 * testsuite/ld-elf/sizeofb.d: Likewise.
2078 * testsuite/ld-elf/startofb.d: Likewise.
2079 * testsuite/ld-elf/strtab.d: Likewise.
2080 * testsuite/ld-elf/textaddr1.d: Likewise.
2081 * testsuite/ld-elf/textaddr2.d: Likewise.
2082 * testsuite/ld-elf/textaddr4.d: Likewise.
2083 * testsuite/ld-elf/textaddr5.d: Likewise.
2084 * testsuite/ld-elf/textaddr6.d: Likewise.
2085 * testsuite/ld-elf/unknown2.d: Likewise.
2086 * testsuite/ld-undefined/entry-3.d: Likewise.
2087 * testsuite/ld-undefined/entry-4.d: Likewise.
2088 * testsuite/ld-h8300/h8300.exp: Pass appropriate ld -m option.
2089 * testsuite/ld-h8300/gcsection.d: Remove ld -m option and relax
2090 file format match.
2091 * testsuite/ld-h8300/relax-2.d: Likewise.
2092 * testsuite/ld-h8300/relax-3.d: Likewise.
2093 * testsuite/ld-h8300/relax-4.d: Likewise.
2094 * testsuite/ld-h8300/relax-5.d: Likewise.
2095 * testsuite/ld-h8300/relax-6.d: Likewise.
2096 * testsuite/ld-h8300/relax-7.d: Likewise.
2097 * testsuite/ld-h8300/relax.d: Relax file format match.
2098
2099 2020-03-24 H.J. Lu <hongjiu.lu@intel.com>
2100
2101 PR binutils/25708
2102 * testsuite/ld-elf/pr25708.d: New file.
2103
2104 2020-03-23 Alan Modra <amodra@gmail.com>
2105
2106 * Makefile.am (ALL_EMULATION_SOURCES): Reinstate ei386aout.c.
2107 Include ei386aout dep file.
2108 * Makefile.in: Regenerate.
2109 * po/BLD-POTFILES.in: Regenerate.
2110
2111 2020-03-20 H.J. Lu <hongjiu.lu@intel.com>
2112
2113 * testsuite/ld-plugin/lto.exp (lto_link_tests): Run PR ld/25355
2114 test only for GCC 10 or newer.
2115
2116 2020-03-20 Alan Modra <amodra@gmail.com>
2117
2118 * testplug.c (parse_symdefstr): Use %hhi to read sym->def, and
2119 clear new fields.
2120 * testplug2.c (parse_symdefstr): Likewise.
2121 * testplug3.c (parse_symdefstr): Likewise.
2122 * testplug4.c (parse_symdefstr): Likewise.
2123
2124 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
2125
2126 * testsuite/ld-arm/non-contiguous-arm4.d: Fix expected output.
2127 * testsuite/ld-powerpc/non-contiguous-powerpc.d: Likewise.
2128
2129 2020-03-18 Christophe Lyon <christophe.lyon@linaro.org>
2130
2131 * emultempl/xtensaelf.em: Emit a fatal error message
2132 instead of calling abort.
2133 * ldlang.c: Likewise.
2134
2135 2020-03-14 Alan Modra <amodra@gmail.com>
2136
2137 * testsuite/ld-elf/non-contiguous.d: Don't xfail generic ELF
2138 targets. Don't skip xtensa, xfail instead.
2139
2140 2020-03-13 Christophe Lyon <christophe.lyon@linaro.org>
2141
2142 * ldlang.c (lang_add_section): Add support for
2143 non_contiguous_regions.
2144 (size_input_section): Likewise.
2145 (lang_size_sections_1): Likewise.
2146 (process_insert_statements): Likewise.
2147 * ldlex.h (option_values): Add OPTION_NON_CONTIGUOUS_REGIONS and
2148 OPTION_NON_CONTIGUOUS_REGIONS_WARNINGS.
2149 * lexsup.c (ld_options): Add entries for
2150 --enable-non-contiguous-regions and
2151 --enable-non-contiguous-regions-warnings.
2152 (parse_args): Handle it.
2153 * NEWS: Add --enable-non-contiguous-regions and
2154 --enable-non-contiguous-regions-warnings.
2155 * ld.texi: Add --enable-non-contiguous-regions and
2156 --enable-non-contiguous-regions-warnings documentation.
2157 * emultempl/armelf.em (elf32_arm_add_stub_section): Add
2158 SEC_LINKER_CREATED flag.
2159 * emultempl/xtensaelf.em (ld_build_required_section_dependence):
2160 Emit an error when --enable-non-contiguous-regions is used.
2161 * testsuite/ld-elf/non-contiguous.d: New.
2162 * testsuite/ld-elf/non-contiguous.ld: New.
2163 * testsuite/ld-elf/non-contiguous.s: New.
2164 * testsuite/ld-arm/arm-elf.exp: Run the new tests.
2165 * testsuite/ld-arm/arm-elf/non-contiguous-arm.s: New.
2166 * testsuite/ld-arm/arm-elf/non-contiguous-arm.d: New.
2167 * testsuite/ld-arm/arm-elf/non-contiguous-arm.ld: New.
2168 * testsuite/ld-arm/arm-elf/non-contiguous-arm2.d: New.
2169 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
2170 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.d: New.
2171 * testsuite/ld-arm/arm-elf/non-contiguous-arm3.ld: New.
2172 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.d: New.
2173 * testsuite/ld-arm/arm-elf/non-contiguous-arm4.ld: New.
2174 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.d: New.
2175 * testsuite/ld-arm/arm-elf/non-contiguous-arm5.ld: New.
2176 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.d: New.
2177 * testsuite/ld-arm/arm-elf/non-contiguous-arm6.ld: New.
2178 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
2179 * testsuite/ld-powerpc/non-contiguous-powerpc.d: New.
2180 * testsuite/ld-powerpc/non-contiguous-powerpc.ld: New.
2181 * testsuite/ld-powerpc/non-contiguous-powerpc.sd: New.
2182 * testsuite/ld-powerpc/non-contiguous-powerpc64.d: New.
2183
2184 2020-03-13 H.J. Lu <hongjiu.lu@intel.com>
2185
2186 PR ld/24920
2187 * emulparams/elf32_x86_64.sh: Use static.sh.
2188 * emulparams/elf_i386.sh: Likewise.
2189 * emulparams/elf_x86_64.sh: Likewise.
2190 * emulparams/static.sh: New file.
2191 * emultempl/elf-x86.em: Include "ldlex.h".
2192 * testsuite/ld-elf/pr24920.err: New file.
2193 * testsuite/ld-elf/linux-x86.exp: Run ld/24920 tests.
2194
2195 2020-03-13 Christian Eggers <ceggers@gmx.de>
2196
2197 * ldexp.c (fold_name): Return SIZEOF_HEADERS in bytes.
2198
2199 2020-03-11 Alan Modra <amodra@gmail.com>
2200
2201 * ldelf.c (elf_orphan_compatible): Return false when two sections
2202 have differing SHF_MASKPROC or SHF_MASKOS flags.
2203
2204 2020-03-05 Alan Modra <amodra@gmail.com>
2205
2206 PR 25570
2207 * ldlang.c (lang_size_sections_1): Don't report changes on
2208 second and subsequent iterations that make no change in
2209 alignment from that already reported.
2210
2211 2020-03-05 Alan Modra <amodra@gmail.com>
2212
2213 PR 25570
2214 * ldlang.c (lang_sizing_iteration): New static var.
2215 (lang_size_sections_1): Warn about no memory region only on first
2216 iteration. Warn about changing start address on first iteration
2217 then any delta from that on subsequent iterations. Report a signed
2218 delta.
2219 (one_lang_size_sections_pass): Increment lang_sizing_iteration.
2220
2221 2020-03-03 Nick Clifton <nickc@redhat.com>
2222
2223 PR 25588
2224 * ld.texi (Options): Update the description of the --rpath-link
2225 option.
2226
2227 2020-03-02 Alan Modra <amodra@gmail.com>
2228
2229 * plugin.c (plugin_object_p): Return a bfd_cleanup.
2230 (plugin_cleanup): New function.
2231
2232 2020-03-01 H.J. Lu <hongjiu.lu@intel.com>
2233
2234 PR ld/25618
2235 * plugin.c (plugin_object_p): Copy the no_export field to the IR
2236 dummy object.
2237 * testsuite/ld-plugin/lto.exp (lto_link_elf_tests): Add
2238 PR ld/25618 tests.
2239 * testsuite/ld-plugin/pr25618.d: New file.
2240 * testsuite/ld-plugin/pr25618a.cc: Likewise.
2241 * testsuite/ld-plugin/pr25618a.h: Likewise.
2242 * testsuite/ld-plugin/pr25618b.cc: Likewise.
2243 * testsuite/ld-plugin/pr25618b.h: Likewise.
2244
2245 2020-02-27 Alan Modra <amodra@gmail.com>
2246
2247 PR 24511
2248 * testsuite/ld-mmix/b-fixo2.d: Adjust for .data change.
2249 * testsuite/ld-mmix/sec-2.d: Likewise.
2250 * testsuite/ld-mmix/sec-3.d: Likewise.
2251 * testsuite/ld-mmix/sec-4.d: Likewise.
2252 * testsuite/ld-mmix/spec802.d: Likewise.
2253 * testsuite/ld-mmix/spec803.d: Likewise.
2254 * testsuite/ld-mmix/spec804.d: Likewise.
2255 * testsuite/ld-mmix/spec805.d: Likewise.
2256 * testsuite/ld-mmix/spec806.d: Likewise.
2257 * testsuite/ld-mmix/spec807.d: Likewise.
2258 * testsuite/ld-mmix/spec808.d: Likewise.
2259
2260 2020-02-26 H.J. Lu <hongjiu.lu@intel.com>
2261
2262 PR ld/25593
2263 * testsuite/ld-plugin/lto.exp: Run PR ld/25593 tests.
2264 * testsuite/ld-plugin/pr25593.d: New file.
2265 * testsuite/ld-plugin/pr25593a-1.c: Likewise.
2266 * testsuite/ld-plugin/pr25593a-2.c: Likewise.
2267 * testsuite/ld-plugin/pr25593b.c: Likewise.
2268 * testsuite/ld-plugin/pr25593c.c: Likewise.
2269 * testsuite/ld-plugin/pr25593d.c: Likewise.
2270 * testsuite/ld-plugin/pr25593e.c: Likewise.
2271
2272 2020-02-26 Alan Modra <amodra@gmail.com>
2273
2274 * emultempl/cskyelf.em: Indent labels correctly.
2275 * ldfile.c: Likewise.
2276 * ldlang.c: Likewise.
2277 * plugin.c: Likewise.
2278
2279 2020-02-26 Alan Modra <amodra@gmail.com>
2280
2281 PR 25593
2282 * ldelf.c (ldelf_try_needed): Add DT_NEEDED lib to input_bfds.
2283 (ldelf_after_open): Save state of input_bfds list before loading
2284 DT_NEEDED libs. Traverse input_bfds list adding DT_NEEDED tags.
2285 Restore input_bfds list.
2286 * testsuite/ld-cris/gotplt1.d: Adjust for changed .dynstr order.
2287
2288 2020-02-24 Nick Clifton <nickc@redhat.com>
2289
2290 * po/fr.po: Update French translation.
2291
2292 2020-02-22 Alan Modra <amodra@gmail.com>
2293
2294 PR 25585
2295 * NEWS: Mention better "PHDR segment not covered by LOAD segment"
2296 checking.
2297
2298 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
2299
2300 PR 25537
2301 * emultempl/z80.em: Remove machine compatability checking.
2302
2303 2020-02-19 Sergey Belyashov <sergey.belyashov@gmail.com>
2304
2305 PR 25517
2306 * testsuite/ld-z80/arch_ez80_adl.d: Update command line.
2307 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
2308 * testsuite/ld-z80/arch_r800.d: Likewise.
2309 * testsuite/ld-z80/arch_z180.d: Likewise.
2310 * testsuite/ld-z80/arch_z80n.d: Likewise.
2311 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
2312 * testsuite/ld-z80/comb_arch_z180_z80.d: Likewise.
2313 * testsuite/ld-z80/comb_arch_z80_ez80.d: Likewise.
2314 * testsuite/ld-z80/comb_arch_z80_z180.d: Likewise.
2315 * testsuite/ld-z80/comb_arch_z80_z80n.d: Likewise.
2316 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
2317 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
2318 * testsuite/ld-z80/relocs_f_ez80.d: Likewise.
2319 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
2320 * testsuite/ld-z80/relocs_f_z80n.d: Likewise.
2321
2322 2020-02-19 Alan Modra <amodra@gmail.com>
2323
2324 * testsuite/ld-plugin/pr25355.d: Allow alpha-linux nm result.
2325
2326 2020-02-10 H.J. Lu <hongjiu.lu@intel.com>
2327
2328 PR binutils/25355
2329 * testsuite/ld-plugin/lto.exp: Run PR binutils/25355 test.
2330 * testsuite/ld-plugin/pr25355.c: New file.
2331 * testsuite/ld-plugin/pr25355.d: Likewise.
2332 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Support compile
2333 only dump.
2334
2335 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
2336
2337 * testsuite/ld-unique/unique.exp (contains_unique_symbol): Updated.
2338
2339 2020-02-07 Sergey Belyashov <sergey.belyashov@gmail.com>
2340
2341 PR 25469
2342 * emulparams/elf32z80.sh: Use z80 emulation.
2343 * emultempl/z80.em: Make generic to both COFF and ELF Z80 emulations.
2344 * emultempl/z80elf.em: Delete.
2345 * testsuite/ld-elf/pr22450.d: Expect to fail for the Z80.
2346 * testsuite/ld-elf/sec64k.exp: Fix Z80 assembly.
2347 * testsuite/ld-unique/pr21529.s: Avoid register name conflict.
2348 * testsuite/ld-unique/unique.s: Likewise.
2349 * testsuite/ld-unique/unique_empty.s: Likewise.
2350 * testsuite/ld-unique/unique_shared.s: Likewise.
2351 * testsuite/ld-unique/unique.d: Updated expected output.
2352 * testsuite/ld-z80/arch_z80n.d: New file.
2353 * testsuite/ld-z80/comb_arch_z80_z80n.d: New file.
2354 * testsuite/ld-z80/labels.s: Add more labels.
2355 * testsuite/ld-z80/relocs.s: Add more reloc tests.
2356 * testsuite/ld-z80/relocs_f_z80n.d: New file
2357
2358 2020-02-07 H.J. Lu <hongjiu.lu@intel.com>
2359
2360 PR ld/25022
2361 * testsuite/ld-elf/pr25022.d: Xfail more targets which don't use
2362 ldelf_before_place_orphans.
2363
2364 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2365
2366 PR ld/25022
2367 * emultempl/aix.em (ld_${EMULATION_NAME}_emulation): Add
2368 before_place_orphans_default.
2369 * emultempl/armcoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
2370 * emultempl/beos.em (ld_${EMULATION_NAME}_emulation): Likewise.
2371 * emultempl/generic.em (ld_${EMULATION_NAME}_emulation): Likewise.
2372 * emultempl/linux.em (ld_${EMULATION_NAME}_emulation): Likewise.
2373 * emultempl/msp430.em (ld_${EMULATION_NAME}_emulation): Likewise.
2374 * emultempl/pe.em (ld_${EMULATION_NAME}_emulation): Likewise.
2375 * emultempl/pep.em (ld_${EMULATION_NAME}_emulation): Likewise.
2376 * emultempl/ticoff.em (ld_${EMULATION_NAME}_emulation): Likewise.
2377 * emultempl/vanilla.em (ld_${EMULATION_NAME}_emulation): Likewise.
2378 * emultempl/elf.em (ld_${EMULATION_NAME}_emulation): Use
2379 ldelf_before_place_orphans.
2380 * ldelf.c (ldelf_before_place_orphans): New.
2381 * ldelf.h (ldelf_before_place_orphans): Likewise.
2382 * ldemul.c (ldemul_before_place_orphans): Likewise.
2383 (before_place_orphans_default): Likewise.
2384 * ldemul.h (ldemul_before_place_orphans): Likewise.
2385 (before_place_orphans_default): Likewise.
2386 (ld_emulation_xfer_struct): Add before_place_orphans.
2387 * ldlang.c (lang_process): Call ldemul_before_place_orphans
2388 before lang_place_orphans.
2389 * testsuite/ld-elf/pr25022.d: New file.
2390 * testsuite/ld-elf/pr25022.s: Likewise.
2391 * testsuite/ld-elf/pr25022.t: Likewise.
2392
2393 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2394
2395 PR ld/25490
2396 * testsuite/ld-elf/pr25490-1.d: New file.
2397 * testsuite/ld-elf/pr25490-1.s: Likewise.
2398
2399 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2400
2401 PR ld/24526
2402 PR ld/25021
2403 PR ld/25490
2404 * testsuite/ld-elf/elf.exp: Run PR ld/25490 tests.
2405 * testsuite/ld-elf/pr24526.d: New file.
2406 * testsuite/ld-elf/pr24526.s: Likewise.
2407 * testsuite/ld-elf/pr25021.d: Likewise.
2408 * testsuite/ld-elf/pr25021.s: Likewise.
2409 * testsuite/ld-elf/pr25490-2-16.rd: Likewise.
2410 * testsuite/ld-elf/pr25490-2-32.rd: Likewise.
2411 * testsuite/ld-elf/pr25490-2-64.rd: Likewise.
2412 * testsuite/ld-elf/pr25490-2.s: Likewise.
2413 * testsuite/ld-elf/pr25490-3-16.rd: Likewise.
2414 * testsuite/ld-elf/pr25490-3-32.rd: Likewise.
2415 * testsuite/ld-elf/pr25490-3-64.rd: Likewise.
2416 * testsuite/ld-elf/pr25490-3.s: Likewise.
2417 * testsuite/ld-elf/pr25490-4-16.rd: Likewise.
2418 * testsuite/ld-elf/pr25490-4-32.rd: Likewise.
2419 * testsuite/ld-elf/pr25490-4-64.rd: Likewise.
2420 * testsuite/ld-elf/pr25490-4.s: Likewise.
2421 * testsuite/ld-elf/pr25490-5-16.rd: Likewise.
2422 * testsuite/ld-elf/pr25490-5-32.rd: Likewise.
2423 * testsuite/ld-elf/pr25490-5-64.rd: Likewise.
2424 * testsuite/ld-elf/pr25490-5.s: Likewise.
2425 * testsuite/ld-elf/pr25490-6-16.rd: Likewise.
2426 * testsuite/ld-elf/pr25490-6-32.rd: Likewise.
2427 * testsuite/ld-elf/pr25490-6-64.rd: Likewise.
2428 * testsuite/ld-elf/pr25490-6.s: Likewise.
2429
2430 2020-02-06 H.J. Lu <hongjiu.lu@intel.com>
2431
2432 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark
2433 z80 as not supported.
2434
2435 2020-02-06 Alan Modra <amodra@gmail.com>
2436
2437 * testsuite/ld-ifunc/ifunc.exp: Enable for more targets, specifying
2438 targets that don't support ifunc rather than ones that do.
2439 (contains_irelative_reloc): Match R_PARISC_IPLT.
2440 * testsuite/ld-ifunc/lib.c: Don't use .set in asm.
2441 * testsuite/ld-ifunc/ifunc-23-x86.s,
2442 * testsuite/ld-ifunc/ifunc-24-x86.s,
2443 * testsuite/ld-ifunc/ifunc-25-x86.s,
2444 * testsuite/ld-ifunc/ifunc-4-local-x86.s,
2445 * testsuite/ld-ifunc/ifunc-4-x86.s: Define _main.
2446 * testsuite/ld-ifunc/ifunc-10-i386.d,
2447 * testsuite/ld-ifunc/ifunc-11-i386.d,
2448 * testsuite/ld-ifunc/ifunc-12-i386.d,
2449 * testsuite/ld-ifunc/ifunc-13-i386.d,
2450 * testsuite/ld-ifunc/ifunc-14a-i386.d,
2451 * testsuite/ld-ifunc/ifunc-14b-i386.d,
2452 * testsuite/ld-ifunc/ifunc-14c-i386.d,
2453 * testsuite/ld-ifunc/ifunc-14d-i386.d,
2454 * testsuite/ld-ifunc/ifunc-14e-i386.d,
2455 * testsuite/ld-ifunc/ifunc-14f-i386.d,
2456 * testsuite/ld-ifunc/ifunc-15-i386.d,
2457 * testsuite/ld-ifunc/ifunc-16-i386-now.d,
2458 * testsuite/ld-ifunc/ifunc-16-i386.d,
2459 * testsuite/ld-ifunc/ifunc-17a-i386.d,
2460 * testsuite/ld-ifunc/ifunc-17b-i386.d,
2461 * testsuite/ld-ifunc/ifunc-18a-i386.d,
2462 * testsuite/ld-ifunc/ifunc-18b-i386.d,
2463 * testsuite/ld-ifunc/ifunc-19a-i386.d,
2464 * testsuite/ld-ifunc/ifunc-19b-i386.d,
2465 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
2466 * testsuite/ld-ifunc/ifunc-2-i386.d,
2467 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
2468 * testsuite/ld-ifunc/ifunc-2-local-i386.d,
2469 * testsuite/ld-ifunc/ifunc-20-i386.d,
2470 * testsuite/ld-ifunc/ifunc-21-i386.d,
2471 * testsuite/ld-ifunc/ifunc-22-i386.d,
2472 * testsuite/ld-ifunc/ifunc-26.d,
2473 * testsuite/ld-ifunc/ifunc-5a-i386.d,
2474 * testsuite/ld-ifunc/ifunc-5a-local-i386.d,
2475 * testsuite/ld-ifunc/ifunc-5b-i386.d,
2476 * testsuite/ld-ifunc/ifunc-5b-local-i386.d,
2477 * testsuite/ld-ifunc/ifunc-5r-local-i386.d,
2478 * testsuite/ld-ifunc/ifunc-6a-i386.d,
2479 * testsuite/ld-ifunc/ifunc-6b-i386.d,
2480 * testsuite/ld-ifunc/ifunc-7a-i386.d,
2481 * testsuite/ld-ifunc/ifunc-7b-i386.d,
2482 * testsuite/ld-ifunc/ifunc-8-i386.d,
2483 * testsuite/ld-ifunc/ifunc-9-i386.d,
2484 * testsuite/ld-ifunc/pr17154-i386-now.d,
2485 * testsuite/ld-ifunc/pr17154-i386.d: xfail lynxos, nto, and solaris.
2486
2487 2020-02-06 Alan Modra <amodra@gmail.com>
2488
2489 * testsuite/lib/ld-lib.exp (is_generic): Delete.
2490 * testsuite/ld-unique/unique.exp: Exclude tic6x.
2491
2492 2020-02-06 Alan Modra <amodra@gmail.com>
2493
2494 * configure.tgt (i[3-7]86-*-moss*): Don't clear targ_extra_ofiles.
2495 (i[3-7]86-*-openbsd*, x86_64-*-openbsd*): Add.
2496
2497 2020-02-02 H.J. Lu <hongjiu.lu@intel.com>
2498
2499 PR gas/25380
2500 * testsuite/ld-i386/pr22001-1c.S: Use "unique,N" in .section
2501 directives.
2502 * testsuite/ld-i386/tls-gd1.S: Likewise.
2503 * testsuite/ld-x86-64/pr21481b.S: Likewise.
2504
2505 2020-01-30 Jan Beulich <jbeulich@suse.com>
2506
2507 * ld.texi: Remove space between @option and brace.
2508
2509 2020-01-29 Alan Modra <amodra@gmail.com>
2510
2511 PR 25477
2512 * ldelf.c (ldelf_check_ld_so_conf): Add prefix parameter and
2513 correct concat.
2514 (ldelf_after_open): Add prefix parameter.
2515 * ldelf.h (ldelf_after_open): Update prototype.
2516 * emultempl/elf.em (gld${EMULATION_NAME}_after_open): Pass $prefix
2517 to ldelf_after_open.
2518 * Makefile.am: Correct z80 dependencies.
2519 * Makefile.in: Regenerate.
2520
2521 2020-01-28 Alan Modra <amodra@gmail.com>
2522
2523 * ldexp.c (fold_name): Don't print bfd_link_hash_lookup failed
2524 in first phase.
2525
2526 2020-01-27 Alan Modra <amodra@gmail.com>
2527
2528 * testsuite/ld-elfvers/vers.exp: Replace case statements with
2529 switch statements.
2530 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2531 * testsuite/ld-unique/unique.exp: Likewise.
2532
2533 2020-01-27 H.J. Lu <hongjiu.lu@intel.com>
2534 Alan Modra <amodra@gmail.com>
2535
2536 PR ld/25458
2537 * testsuite/ld-elf/pr25458.map: New file.
2538 * testsuite/ld-elf/pr25458.rd: Likewise.
2539 * testsuite/ld-elf/pr25458a.s: Likewise.
2540 * testsuite/ld-elf/pr25458b.s: Likewise.
2541 * testsuite/ld-elf/shared.exp: Run PR ld/25458 test.
2542
2543 2020-01-22 H.J. Lu <hongjiu.lu@intel.com>
2544
2545 PR ld/25416
2546 * testsuite/ld-x86-64/tls.exp: Skip GNU2 TLS tests only without
2547 compiler support.
2548
2549 2020-01-22 Alan Modra <amodra@gmail.com>
2550
2551 * testsuite/ld-powerpc/tlsdesc3.d,
2552 * testsuite/ld-powerpc/tlsdesc3.wf,
2553 * testsuite/ld-powerpc/tlsdesc4.d,
2554 * testsuite/ld-powerpc/tlsdesc4.s,
2555 * testsuite/ld-powerpc/tlsdesc4.wf: New tests.
2556 * testsuite/ld-powerpc/powerpc.exp: Run them.
2557
2558 2020-01-22 Alan Modra <amodra@gmail.com>
2559
2560 * emultempl/ppc64elf.em (ppc64_opt, PARSE_AND_LIST_LONGOPTS),
2561 (PARSE_AND_LIST_OPTIONS, PARSE_AND_LIST_ARGS_CASES): Support
2562 --tls-get-addr-regsave and --no-tls-get-addr-regsave.
2563 (params): Init new field.
2564 * ld.texi (--tls-get-addr-regsave, --no-tls-get-addr-regsave):
2565 Document.
2566 * testsuite/ld-powerpc/tlsdesc.s,
2567 * testsuite/ld-powerpc/tlsdesc.d,
2568 * testsuite/ld-powerpc/tlsdesc.wf,
2569 * testsuite/ld-powerpc/tlsdesc2.d,
2570 * testsuite/ld-powerpc/tlsdesc2.wf,
2571 * testsuite/ld-powerpc/tlsexenors.d,
2572 * testsuite/ld-powerpc/tlsexenors.r,
2573 * testsuite/ld-powerpc/tlsexers.d,
2574 * testsuite/ld-powerpc/tlsexers.r,
2575 * testsuite/ld-powerpc/tlsexetocnors.d,
2576 * testsuite/ld-powerpc/tlsexetocrs.d,
2577 * testsuite/ld-powerpc/tlsexetocrs.r,
2578 * testsuite/ld-powerpc/tlsopt6.d,
2579 * testsuite/ld-powerpc/tlsopt6.wf: New.
2580 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
2581
2582 2020-01-22 Yuri Chornoivan <yurchor@mageia.org>
2583
2584 PR 25417
2585 * ldlang.c (ldlang_open_ctf): Fix error message typo.
2586 * emultempl/z80elf.em (z80_elf_after_open): Likewise.
2587
2588 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
2589
2590 * testsuite/ld-elf/pr23900-1.d: Adjusted.
2591
2592 2020-01-21 H.J. Lu <hongjiu.lu@intel.com>
2593
2594 * testsuite/ld-elf/pr23900-1.d: Also pass -l to readelf.
2595
2596 2020-01-20 Nick Clifton <nickc@redhat.com>
2597
2598 * po/pt_BR.po: Updated Brazilian Portuguese translation.
2599 * po/uk.po: Updated Ukranian translation.
2600
2601 2020-01-20 H.J. Lu <hongjiu.lu@intel.com>
2602
2603 PR ld/25416
2604 * testsuite/ld-x86-64/pr25416-1.s: New file
2605 * testsuite/ld-x86-64/pr25416-1a.d: Likewise.
2606 * testsuite/ld-x86-64/pr25416-1b.d: Likewise.
2607 * testsuite/ld-x86-64/pr25416-1.s: Likewise.
2608 * testsuite/ld-x86-64/pr25416-2.s: Likewise.
2609 * testsuite/ld-x86-64/pr25416-2a.d: Likewise.
2610 * testsuite/ld-x86-64/pr25416-2b.d: Likewise.
2611 * testsuite/ld-x86-64/pr25416-3.d: Likewise.
2612 * testsuite/ld-x86-64/pr25416-3.s: Likewise.
2613 * testsuite/ld-x86-64/pr25416-4.d: Likewise.
2614 * testsuite/ld-x86-64/pr25416-4.s: Likewise.
2615 * testsuite/ld-x86-64/pr25416-5a.c: Likewise.
2616 * testsuite/ld-x86-64/pr25416-5b.s: Likewise.
2617 * testsuite/ld-x86-64/pr25416-5c.s: Likewise.
2618 * testsuite/ld-x86-64/pr25416-5d.s: Likewise.
2619 * testsuite/ld-x86-64/pr25416-5e.s: Likewise.
2620 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/25416 tests.
2621
2622 2020-01-20 Alan Modra <amodra@gmail.com>
2623
2624 * testsuite/ld-powerpc/tlsexe.d: Match new __tls_get_addr stub.
2625 * testsuite/ld-powerpc/tlsexeno.d: Likewise.
2626 * testsuite/ld-powerpc/tlsexetoc.d: Likewise.
2627 * testsuite/ld-powerpc/tlsexetocno.d: Likewise.
2628 * testsuite/ld-powerpc/tlsopt5.d: Likewise.
2629
2630 2020-01-18 Roland McGrath <mcgrathr@google.com>
2631
2632 * testsuite/ld-x86-64/align-branch-1.d: Loosen instruction regexps
2633 to admit whatever absolute address. The label-relative address is
2634 what the test needs to verify.
2635
2636 2020-01-18 Nick Clifton <nickc@redhat.com>
2637
2638 * configure: Regenerate.
2639 * po/ld.pot: Regenerate.
2640
2641 2020-01-18 Nick Clifton <nickc@redhat.com>
2642
2643 Binutils 2.34 branch created.
2644
2645 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2646
2647 * scripttempl/elf32msp430_3.sc: Remove.
2648
2649 2020-01-16 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2650
2651 * scripttempl/elf32msp430.sc: Add input section rules for
2652 .upper.{text,data,rodata,bss}.
2653 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
2654 * testsuite/ld-msp430-elf/upper-input-sections.s: New test.
2655
2656 2020-01-15 Lars Brinkhoff <lars@nocrew.org>
2657
2658 PR 20694
2659 * temulparams/pdp11.sh (TARGET_PAGE_SIZE): Set to 8192.
2660
2661 2020-01-15 Jozef Lawrynowicz <jozef.l@mittosystems.com>
2662
2663 * testsuite/ld-msp430-elf/msp430-elf.exp: Run new test.
2664 * testsuite/ld-msp430-elf/reloc-lo-430x.s: New test.
2665
2666 2020-01-15 Alan Modra <amodra@gmail.com>
2667
2668 * testsuite/ld-powerpc/ambiguousv1b.d: Adjust expected output.
2669 * testsuite/ld-powerpc/funref.s: Align func_tab.
2670 * testsuite/ld-powerpc/funref2.s: Likewise.
2671 * testsuite/ld-powerpc/funv1.s: Add dot symbols.
2672
2673 2020-01-14 Lili Cui <lili.cui@intel.com>
2674
2675 * testsuite/ld-i386/align-branch-1.d: Updated for i686-pc-elf.
2676
2677 2020-01-13 Alan Modra <amodra@gmail.com>
2678
2679 * po/BLD-POTFILES.in: Regenerate.
2680
2681 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
2682
2683 * testsuite/ld-arc/relax-local-pic.d: Improve matching patterns.
2684
2685 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
2686
2687 * Makefile.am: Remove earcelf_prof.c and earclinux_prof.c
2688 emulations.
2689 * configure.tgt: Likewise.
2690 * Makefile.in: Regenerate.
2691 * emulparams/arcelf_prof.sh: Remove file.
2692 * emulparams/arclinux_prof.sh: Likewise.
2693
2694 2020-01-13 Claudiu Zissulescu <claziss@gmail.com>
2695
2696 * scripttempl/elfarcv2.sc : Allow interrupt vector table to be
2697 located at an arbitrary address. Use DWARF.sc file.
2698 * scripttempl/elfarc.sc: Use DWARF.sc file.
2699
2700 2020-01-07 Alan Modra <amodra@gmail.com>
2701
2702 * testsuite/ld-mips-elf/eh-frame5.s,
2703 * testsuite/ld-mips-elf/ehdr_start-new.s,
2704 * testsuite/ld-mips-elf/ehdr_start-o32.s,
2705 * testsuite/ld-mips-elf/mips16-call-global-1.s,
2706 * testsuite/ld-mips-elf/mips16-intermix-1.s,
2707 * testsuite/ld-mips-elf/mips16-pic-1b.s,
2708 * testsuite/ld-mips-elf/mips16-pic-4c.s,
2709 * testsuite/ld-mips-elf/no-shared-1-n64.s,
2710 * testsuite/ld-mips-elf/no-shared-1-o32.s,
2711 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s,
2712 * testsuite/ld-mips-elf/pic-and-nonpic-1b.s,
2713 * testsuite/ld-mips-elf/pic-and-nonpic-2a.s,
2714 * testsuite/ld-mips-elf/pic-and-nonpic-3b.s,
2715 * testsuite/ld-mips-elf/pic-and-nonpic-4b.s,
2716 * testsuite/ld-mips-elf/pic-and-nonpic-5a.s,
2717 * testsuite/ld-mips-elf/pic-and-nonpic-6-n32c.s,
2718 * testsuite/ld-mips-elf/pic-and-nonpic-6-n64c.s,
2719 * testsuite/ld-mips-elf/pic-and-nonpic-6-o32c.s,
2720 * testsuite/ld-mips-elf/pie.s,
2721 * testsuite/ld-mips-elf/relax-jalr.s: Revert 2019-12-17 change.
2722
2723 2020-01-06 Nick Clifton <nickc@redhat.com>
2724
2725 PR 25327
2726 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
2727 command line when building libcomm1.o and pr13250 tests.
2728 * testsuite/ld-plugin/lto.exp: Likewise for pr20267 tests.
2729
2730 2020-01-06 Nick Clifton <nickc@redhat.com>
2731
2732 PR 25326
2733 * testsuite/ld-elf/shared.exp: Add -fcommon option to compiler
2734 command line when building pr19579 binaries.
2735
2736 2020-01-03 Hannes Domani <ssbssa@yahoo.de>
2737
2738 * emultempl/pe.em: Add new option --enable-reloc-section.
2739 * emultempl/pep.em: Likewise.
2740 * ld.texi: Document --enable-reloc-section.
2741 * pe-dll.c (pe_dll_build_sections): Use pe_dll_enable_reloc_section.
2742 (pe_dll_fill_sections): Simplify by calling pe_exe_fill_sections.
2743 * pe-dll.h: Add extern declaration of option flag.
2744 * pep-dll.c (pe_dll_enable_reloc_section):
2745 Add alias define for pep_dll_enable_reloc_section.
2746 * pep-dll.h: Add extern declaration of option flag.
2747
2748 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
2749
2750 * Makefile.am: Add new target z80-elf
2751 * configure.tgt: Likewise.
2752 * Makefile.in: Regenerate.
2753 * emultempl/z80.em: Add support for eZ80 and Z180 architectures.
2754 * emulparams/elf32z80.sh: New file.
2755 * emultempl/z80elf.em: Likewise.
2756 * testsuite/ld-elf/comm-data4.s: Fix for Z80.
2757 * testsuite/ld-elf/comm-data5.s: Fix for Z80.
2758 * testsuite/ld-scripts/fill16.d: Fix for Z80.
2759 * testsuite/ld-z80/arch_ez80_adl.d: Likewise.
2760 * testsuite/ld-z80/arch_ez80_z80.d: Likewise.
2761 * testsuite/ld-z80/arch_r800.d: Likewise.
2762 * testsuite/ld-z80/arch_z180.d: Likewise.
2763 * testsuite/ld-z80/arch_z80.d: Likewise.
2764 * testsuite/ld-z80/comb_arch_ez80_z80.d: Likewise.
2765 * testsuite/ld-z80/comb_arch_z180.d: Likewise.
2766 * testsuite/ld-z80/labels.s: Likewise.
2767 * testsuite/ld-z80/relocs.s: Likewise.
2768 * testsuite/ld-z80/relocs_b_ez80.d: Likewise.
2769 * testsuite/ld-z80/relocs_b_z80.d: Likewise.
2770 * testsuite/ld-z80/relocs_f_z80.d: Likewise.
2771 * testsuite/ld-z80/z80.exp: Likewise.
2772 * NEWS: Mention the new support.
2773
2774 2020-01-02 Tamar Christina <tamar.christina@arm.com>
2775
2776 PR 25210
2777 PR 24753
2778 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
2779 Remove SEC_LINKER_CREATED.
2780 * testsuite/ld-aarch64/aarch64-elf.exp: Add erratum835769-843419.
2781 * testsuite/ld-aarch64/erratum835769-843419.d: New test.
2782
2783 2020-01-01 Alan Modra <amodra@gmail.com>
2784
2785 Update year range in copyright notice of all files.
2786
2787 For older changes see ChangeLog-2019
2788 \f
2789 Copyright (C) 2020 Free Software Foundation, Inc.
2790
2791 Copying and distribution of this file, with or without modification,
2792 are permitted in any medium without royalty provided the copyright
2793 notice and this notice are preserved.
2794
2795 Local Variables:
2796 mode: change-log
2797 left-margin: 8
2798 fill-column: 74
2799 version-control: never
2800 End:
This page took 0.086933 seconds and 4 git commands to generate.