Fix the PR22983 test so that it will work regardless of the order of the symbols...
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
d89c1889
NC
12018-06-12 Nick Clifton <nickc@redhat.com>
2
212b9bc7
NC
3 PR 22983
4 * testsuite/ld-plugin/lto.exp: Use individual tests to check for
5 the presence of each expected symbol.
6 * testsuite/ld-plugin/pr22983.1.d: New file.
7 * testsuite/ld-plugin/pr22983.2.d: New file.
8 * testsuite/ld-plugin/pr22983.3.d: New file.
9 * testsuite/ld-plugin/pr22983.4.d: New file.
10
d89c1889
NC
11 * emulparams/aarch64elf.sh (OTHER_BSS_END_SYMBOLS): Make the
12 definition of the __bss_end__ symbol conditional upon CREATE_SHLIB.
13
5a485b38
NC
142018-06-11 Nick Clifton <nickc@redhat.com>
15
16 * po/es.po: Updated Spanish translation.
17
d68033ea
MR
182018-06-09 Maciej W. Rozycki <macro@mips.com>
19
20 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-7fff.d: New
21 test.
22 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-8000.d: New
23 test.
24 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-fff0.d: New
25 test.
26 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-10000.d: New
27 test.
28 * testsuite/ld-mips-elf/stub-dynsym-micromips-1-2fe80.d: New
29 test.
30 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-7fff.d:
31 New test.
32 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-8000.d:
33 New test.
34 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-fff0.d:
35 New test.
36 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-10000.d:
37 New test.
38 * testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-1-2fe80.d:
39 New test.
40 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests. Fix
41 indentation.
42
653e0a1e
MR
432018-06-09 Maciej W. Rozycki <macro@mips.com>
44
45 * testsuite/ld-mips-elf/mips-elf.exp: Update symbol count in the
46 comment associated with lazy binding stub tests.
47
2f8b83ee
MR
482018-06-09 Maciej W. Rozycki <macro@mips.com>
49
50 * Makefile.am (eelf32mipswindiss.c): Add `mipself.em' dependency.
51 * Makefile.in: Regenerate.
52
ecf99cc0
L
532018-06-08 H.J. Lu <hongjiu.lu@intel.com>
54
55 PR ld/23161
56 * testsuite/ld-elf/pr23161d.rd: Remove local _edata, __bss_start,
57 and _end from dynamic symbol table.
58
fd161d86
AM
592018-06-08 H.J. Lu <hongjiu.lu@intel.com>
60 Alan Modra <amodra@gmail.com>
61
62 PR ld/23161
63 * emulparams/aarch64cloudabi.sh: PROVIDE __bss_start__, _bss_end__,
64 and __end__ in shared libraries.
65 * emulparams/aarch64fbsd.sh: Likewise.
66 * emulparams/aarch64linux.sh: Likewise.
67 * emulparams/aarch64linux32.sh: Likewise.
68 * emulparams/armelf_fuchsia.sh: Likewise.
69 * emulparams/armelf_linux.sh: Likewise.
70 * emulparams/armelf_phoenix.sh: Likewise.
71 * emulparams/aarch64elf.sh: Likewise, and __data_start
72 * emulparams/aarch64elf32.sh: Likewise.
73 * emulparams/armelf.sh: Likewise.
74 * emulparams/armnto.sh: Likewise.
75 * emulparams/elf32bmip.sh: Remove duplicate ". = ." from
76 OTHER_GOT_SYMBOLS. PROVIDE _ftext, _fdata, and _fbss in shared libs.
77 * emulparams/elf32bmipn32-defs.sh: Likewise.
78 * emulparams/elf32frv.sh: PROVIDE __end and __data_start in shared libs.
79 * emulparams/elf32lriscv-defs.sh: Tidy.
80 * emulparams/elf32mcore.sh: PROVIDE __bss_start and _bss_end in
81 shared libs
82 * emulparams/elf32ppccommon.sh: PROVIDE __end in shared libs.
83 * emulparams/elf32rl78.sh: Tidy.
84 * emulparams/i386nto.sh: PROVIDE _btext in shared libs.
85 * emulparams/shelf_nto.sh: Likewise.
86 * emulparams/shlelf_nto.sh: Likewise.
87 * emulparams/score3_elf.sh: PROVIDE _gp, _bss_start__, _bss_end__,
88 __bss_end__, __end__, _fdata, _sdata_begin, and _bss_start in
89 shared libs.
90 * scripttempl/elf.sc: Don't use EXECUTABLE_SYMBOLS for shared
91 libraries. PROVIDE _edata, edata, __bss_start, and _end in shared
92 libraries.
93 * testsuite/ld-elf/pr23161.map,
94 * testsuite/ld-elf/pr23161a.c,
95 * testsuite/ld-elf/pr23161b.c,
96 * testsuite/ld-elf/pr23161c.c,
97 * testsuite/ld-elf/pr23161a.rd,
98 * testsuite/ld-elf/pr23161b.rd,
99 * testsuite/ld-elf/pr23161c.rd,
100 * testsuite/ld-elf/pr23161d.rd: New tests.
101 * testsuite/ld-elf/shared.exp: Run ld/23161 tests.
102 * testsuite/ld-elf/pr23162.rd,
103 * testsuite/ld-aarch64/ifunc-1-local.d,
104 * testsuite/ld-aarch64/ifunc-1.d,
105 * testsuite/ld-aarch64/ifunc-2-local.d,
106 * testsuite/ld-aarch64/ifunc-2.d,
107 * testsuite/ld-aarch64/ifunc-21.d,
108 * testsuite/ld-aarch64/ifunc-3a.d,
109 * testsuite/ld-alpha/tlsbin.rd,
110 * testsuite/ld-alpha/tlsbin.sd,
111 * testsuite/ld-alpha/tlsbinr.rd,
112 * testsuite/ld-alpha/tlspic.rd,
113 * testsuite/ld-alpha/tlspic.sd,
114 * testsuite/ld-cris/dso-pltdis1.d,
115 * testsuite/ld-cris/dso-pltdis2.d,
116 * testsuite/ld-cris/dso12-pltdis.d,
117 * testsuite/ld-cris/gotplt1.d,
118 * testsuite/ld-cris/gotplt2.d,
119 * testsuite/ld-cris/gotplt3.d,
120 * testsuite/ld-cris/hiddef1.d,
121 * testsuite/ld-cris/libdso-1.d,
122 * testsuite/ld-cris/libdso-10.d,
123 * testsuite/ld-cris/libdso-11.d,
124 * testsuite/ld-cris/libdso-12.d,
125 * testsuite/ld-cris/libdso-12b.d,
126 * testsuite/ld-cris/libdso-12c.d,
127 * testsuite/ld-cris/libdso-13.d,
128 * testsuite/ld-cris/libdso-13b.d,
129 * testsuite/ld-cris/libdso-14.d,
130 * testsuite/ld-cris/libdso-15.d,
131 * testsuite/ld-cris/libdso-15b.d,
132 * testsuite/ld-cris/libdso-1c.d,
133 * testsuite/ld-cris/libdso-1d.d,
134 * testsuite/ld-cris/libdso-2.d,
135 * testsuite/ld-cris/pic-gc-72.d,
136 * testsuite/ld-cris/pic-gc-73.d,
137 * testsuite/ld-cris/pr16044.d,
138 * testsuite/ld-cris/pv32-1.d,
139 * testsuite/ld-cris/tls-dso-dtpoffd2.d,
140 * testsuite/ld-cris/tls-dso-dtpoffd4.d,
141 * testsuite/ld-cris/tls-dso-tpoffgotcomm1.d,
142 * testsuite/ld-cris/tls-gc-71.d,
143 * testsuite/ld-cris/tls-gd-1.d,
144 * testsuite/ld-cris/tls-gd-1h.d,
145 * testsuite/ld-cris/tls-gd-2.d,
146 * testsuite/ld-cris/tls-gd-2h.d,
147 * testsuite/ld-cris/tls-ie-10.d,
148 * testsuite/ld-cris/tls-ie-11.d,
149 * testsuite/ld-cris/tls-ie-78.d,
150 * testsuite/ld-cris/tls-ie-8.d,
151 * testsuite/ld-cris/tls-ie-9.d,
152 * testsuite/ld-cris/tls-js1.d,
153 * testsuite/ld-cris/tls-ld-4.d,
154 * testsuite/ld-cris/tls-ld-5.d,
155 * testsuite/ld-cris/tls-ld-6.d,
156 * testsuite/ld-cris/tls-ld-7.d,
157 * testsuite/ld-cris/tls-ldgd-14.d,
158 * testsuite/ld-cris/tls-ldgd-15.d,
159 * testsuite/ld-cris/tls-ldgdex-14.d,
160 * testsuite/ld-cris/tls-ldgdex-15.d,
161 * testsuite/ld-cris/tls-ldgdx-14.d,
162 * testsuite/ld-cris/tls-ldgdx-15.d,
163 * testsuite/ld-cris/tls-legdx-16.d,
164 * testsuite/ld-cris/tls-legdx-17.d,
165 * testsuite/ld-cris/tls-local-54.d,
166 * testsuite/ld-cris/tls-local-60.d,
167 * testsuite/ld-cris/tls-local-61.d,
168 * testsuite/ld-cris/tls-local-63.d,
169 * testsuite/ld-cris/tls-local-64.d,
170 * testsuite/ld-cris/tls-ok-30.d,
171 * testsuite/ld-cris/tls-ok-32.d,
172 * testsuite/ld-cris/tls-ok-34.d,
173 * testsuite/ld-cris/tls-und-38.d,
174 * testsuite/ld-cris/tls-und-42.d,
175 * testsuite/ld-cris/tls-und-46.d,
176 * testsuite/ld-cris/tls-und-50.d,
177 * testsuite/ld-cris/weakhiddso.d,
178 * testsuite/ld-cris/weakref2.d,
179 * testsuite/ld-frv/fdpic-shared-1.d,
180 * testsuite/ld-frv/fdpic-shared-2.d,
181 * testsuite/ld-frv/fdpic-shared-3.d,
182 * testsuite/ld-frv/fdpic-shared-4.d,
183 * testsuite/ld-frv/fdpic-shared-5.d,
184 * testsuite/ld-frv/fdpic-shared-7.d,
185 * testsuite/ld-frv/fdpic-shared-8.d,
186 * testsuite/ld-frv/tls-dynamic-2.d,
187 * testsuite/ld-i386/ibt-plt-1.d,
188 * testsuite/ld-i386/ibt-plt-2a.d,
189 * testsuite/ld-i386/ibt-plt-2b.d,
190 * testsuite/ld-i386/ibt-plt-2c.d,
191 * testsuite/ld-i386/ibt-plt-2d.d,
192 * testsuite/ld-i386/ibt-plt-3a.d,
193 * testsuite/ld-i386/ibt-plt-3b.d,
194 * testsuite/ld-i386/ibt-plt-3c.d,
195 * testsuite/ld-i386/ibt-plt-3d.d,
196 * testsuite/ld-i386/plt2.dd,
197 * testsuite/ld-i386/pr20830.d,
198 * testsuite/ld-i386/tlsbin-nacl.rd,
199 * testsuite/ld-i386/tlsbin.rd,
200 * testsuite/ld-i386/tlsbin2-nacl.rd,
201 * testsuite/ld-i386/tlsbin2.rd,
202 * testsuite/ld-i386/tlsbindesc-nacl.rd,
203 * testsuite/ld-i386/tlsbindesc.rd,
204 * testsuite/ld-i386/tlsdesc-nacl.rd,
205 * testsuite/ld-i386/tlsdesc.rd,
206 * testsuite/ld-i386/tlsgdesc-nacl.rd,
207 * testsuite/ld-i386/tlsgdesc.rd,
208 * testsuite/ld-i386/tlsnopic-nacl.rd,
209 * testsuite/ld-i386/tlsnopic.dd,
210 * testsuite/ld-i386/tlsnopic.rd,
211 * testsuite/ld-i386/tlsnopic.sd,
212 * testsuite/ld-i386/tlspic-nacl.rd,
213 * testsuite/ld-i386/tlspic.rd,
214 * testsuite/ld-i386/tlspic2-nacl.rd,
215 * testsuite/ld-i386/tlspic2.rd,
216 * testsuite/ld-ia64/merge1.d,
217 * testsuite/ld-ia64/merge2.d,
218 * testsuite/ld-ia64/merge3.d,
219 * testsuite/ld-ia64/merge4.d,
220 * testsuite/ld-ia64/merge5.d,
221 * testsuite/ld-ia64/tlsbin.rd,
222 * testsuite/ld-ia64/tlspic.rd,
223 * testsuite/ld-ifunc/ifunc-2-i386-now.d,
224 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d,
225 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d,
226 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d,
227 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d,
228 * testsuite/ld-ifunc/ifunc-2-x86-64.d,
229 * testsuite/ld-ifunc/pr17154-i386-now.d,
230 * testsuite/ld-ifunc/pr17154-i386.d,
231 * testsuite/ld-ifunc/pr17154-x86-64-now.d,
232 * testsuite/ld-ifunc/pr17154-x86-64.d,
233 * testsuite/ld-m68k/tls-def-1.d,
234 * testsuite/ld-m68k/tls-gd-1.d2,
235 * testsuite/ld-metag/shared.d,
236 * testsuite/ld-metag/stub_pic_app.d,
237 * testsuite/ld-mips-elf/rel32-n32.d,
238 * testsuite/ld-mips-elf/rel32-o32.d,
239 * testsuite/ld-mips-elf/rel64.d,
240 * testsuite/ld-powerpc/ambiguousv1.d,
241 * testsuite/ld-powerpc/ambiguousv1b.d,
242 * testsuite/ld-powerpc/ambiguousv2.d,
243 * testsuite/ld-powerpc/ambiguousv2b.d,
244 * testsuite/ld-powerpc/tlsexe.d,
245 * testsuite/ld-powerpc/tlsexe.r,
246 * testsuite/ld-powerpc/tlsexe32.d,
247 * testsuite/ld-powerpc/tlsexe32.g,
248 * testsuite/ld-powerpc/tlsexe32.r,
249 * testsuite/ld-powerpc/tlsexetoc.d,
250 * testsuite/ld-powerpc/tlsexetoc.r,
251 * testsuite/ld-powerpc/tlsso.d,
252 * testsuite/ld-powerpc/tlsso.r,
253 * testsuite/ld-powerpc/tlsso32.g,
254 * testsuite/ld-powerpc/tlsso32.r,
255 * testsuite/ld-powerpc/tlstocso.d,
256 * testsuite/ld-powerpc/tlstocso.g,
257 * testsuite/ld-powerpc/tlstocso.r,
258 * testsuite/ld-s390/gotreloc_31-1.dd,
259 * testsuite/ld-s390/tlsbin.dd,
260 * testsuite/ld-s390/tlsbin.rd,
261 * testsuite/ld-s390/tlsbin_64.dd,
262 * testsuite/ld-s390/tlsbin_64.rd,
263 * testsuite/ld-s390/tlspic.rd,
264 * testsuite/ld-s390/tlspic_64.rd,
265 * testsuite/ld-sh/tlsbin-2.d,
266 * testsuite/ld-sh/tlspic-2.d,
267 * testsuite/ld-sparc/gotop32.rd,
268 * testsuite/ld-sparc/gotop64.rd,
269 * testsuite/ld-sparc/tlssunbin32.rd,
270 * testsuite/ld-sparc/tlssunbin64.rd,
271 * testsuite/ld-sparc/tlssunnopic32.rd,
272 * testsuite/ld-sparc/tlssunnopic64.rd,
273 * testsuite/ld-sparc/tlssunpic32.rd,
274 * testsuite/ld-sparc/tlssunpic64.rd,
275 * testsuite/ld-x86-64/bnd-branch-1-now.d,
276 * testsuite/ld-x86-64/bnd-ifunc-1-now.d,
277 * testsuite/ld-x86-64/bnd-ifunc-2-now.d,
278 * testsuite/ld-x86-64/bnd-ifunc-2.d,
279 * testsuite/ld-x86-64/bnd-plt-1-now.d,
280 * testsuite/ld-x86-64/bnd-plt-1.d,
281 * testsuite/ld-x86-64/ibt-plt-1-x32.d,
282 * testsuite/ld-x86-64/ibt-plt-1.d,
283 * testsuite/ld-x86-64/ibt-plt-2a-x32.d,
284 * testsuite/ld-x86-64/ibt-plt-2a.d,
285 * testsuite/ld-x86-64/ibt-plt-2b-x32.d,
286 * testsuite/ld-x86-64/ibt-plt-2b.d,
287 * testsuite/ld-x86-64/ibt-plt-2c-x32.d,
288 * testsuite/ld-x86-64/ibt-plt-2c.d,
289 * testsuite/ld-x86-64/ibt-plt-2d-x32.d,
290 * testsuite/ld-x86-64/ibt-plt-2d.d,
291 * testsuite/ld-x86-64/ibt-plt-3a-x32.d,
292 * testsuite/ld-x86-64/ibt-plt-3a.d,
293 * testsuite/ld-x86-64/ibt-plt-3b-x32.d,
294 * testsuite/ld-x86-64/ibt-plt-3b.d,
295 * testsuite/ld-x86-64/ibt-plt-3c-x32.d,
296 * testsuite/ld-x86-64/ibt-plt-3c.d,
297 * testsuite/ld-x86-64/ibt-plt-3d-x32.d,
298 * testsuite/ld-x86-64/ibt-plt-3d.d,
299 * testsuite/ld-x86-64/ilp32-4-nacl.d,
300 * testsuite/ld-x86-64/ilp32-4.d,
301 * testsuite/ld-x86-64/load1c-nacl.d,
302 * testsuite/ld-x86-64/load1c.d,
303 * testsuite/ld-x86-64/load1d-nacl.d,
304 * testsuite/ld-x86-64/load1d.d,
305 * testsuite/ld-x86-64/mpx3n.dd,
306 * testsuite/ld-x86-64/mpx4.dd,
307 * testsuite/ld-x86-64/mpx4n.dd,
308 * testsuite/ld-x86-64/plt2.dd,
309 * testsuite/ld-x86-64/pr14207.d,
310 * testsuite/ld-x86-64/pr19162.d,
311 * testsuite/ld-x86-64/pr20253-1f.d,
312 * testsuite/ld-x86-64/pr20253-1l.d,
313 * testsuite/ld-x86-64/pr20830a-now.d,
314 * testsuite/ld-x86-64/pr20830a.d,
315 * testsuite/ld-x86-64/pr20830b-now.d,
316 * testsuite/ld-x86-64/pr20830b.d,
317 * testsuite/ld-x86-64/pr21038a-now.d,
318 * testsuite/ld-x86-64/pr21038a.d,
319 * testsuite/ld-x86-64/pr21038b-now.d,
320 * testsuite/ld-x86-64/pr21038b.d,
321 * testsuite/ld-x86-64/pr21038c-now.d,
322 * testsuite/ld-x86-64/pr21038c.d,
323 * testsuite/ld-x86-64/tlsbin-nacl.rd,
324 * testsuite/ld-x86-64/tlsbin.rd,
325 * testsuite/ld-x86-64/tlsbin2-nacl.rd,
326 * testsuite/ld-x86-64/tlsbin2.rd,
327 * testsuite/ld-x86-64/tlsbindesc-nacl.rd,
328 * testsuite/ld-x86-64/tlsbindesc.rd,
329 * testsuite/ld-x86-64/tlsdesc-nacl.rd,
330 * testsuite/ld-x86-64/tlsdesc.rd,
331 * testsuite/ld-x86-64/tlsgdesc-nacl.rd,
332 * testsuite/ld-x86-64/tlsgdesc.rd,
333 * testsuite/ld-x86-64/tlspic-nacl.rd,
334 * testsuite/ld-x86-64/tlspic.rd,
335 * testsuite/ld-x86-64/tlspic2-nacl.rd,
336 * testsuite/ld-x86-64/tlspic2.rd: Update.
337
fc6041a7
AM
3382018-06-07 Alan Modra <amodra@gmail.com>
339
340 * emulparams/elf64bmip.sh (EXECUTABLE_SYMBOLS): Don't define.
341 (OTHER_SYMBOLS): Define this instead.
342 * emulparams/elf32bmipn32.sh (EXECUTABLE_SYMBOLS): Don't define.
343 (OTHER_SYMBOLS): Define similarly to elf64bmip.sh.
344 * emulparams/elf64hppa.sh (EXECUTABLE_SYMBOLS): Don't define.
345 (OTHER_SYMBOLS): Define instead.
346
527278f3
AM
3472018-06-07 Alan Modra <amodra@gmail.com>
348
349 * emulparams/elf32_tic6x_le.sh (EXECUTABLE_SYMBOLS): Don't define.
350
08f22593
AM
3512018-06-06 Alan Modra <amodra@gmail.com>
352
353 * Makefile.am (earmelf_fbsd.c): Correct dependencies.
354 (earmelfb_fbsd.c, earmelfb_fuchsia.c): Likewise.
355 * Makefile.in: Regenerate.
356
27b07675
AM
3572018-06-05 Alan Modra <amodra@gmail.com>
358
359 PR 23254
360 * plugin.c (plugin_call_claim_file): Revert 2016-07-19 patch.
361 (plugin_object_p): Don't dup file descriptor.
362
112ba867
FC
3632018-06-05 Flavio Ceolin <flavio.ceolin@intel.com>
364
365 * testsuite/ld-elf/elf.exp Run new test.
366 * testsuite/ld-elf/stack-noexec.rd New file: Expected readelf output.
367
cf7a5066
JW
3682018-06-03 Sebastian Huber <sebastian.huber@embedded-brains.de>
369 Jim Wilson <jimw@sifive.com>
370
371 PR ld/23244
372 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new weak ref tests.
373 * testsuite/ld-riscv-elf/weakref.ld: New.
374 * testsuite/ld-riscv-elf/weakref32.d: New.
375 * testsuite/ld-riscv-elf/weakref32.s: New.
376 * testsuite/ld-riscv-elf/weakref64.d: New.
377 * testsuite/ld-riscv-elf/weakref64.s: New.
378
55e99962
L
3792018-06-01 H.J. Lu <hongjiu.lu@intel.com>
380
381 * configure: Regenerated.
382
ac98f9e2
L
3832018-05-28 H.J. Lu <hongjiu.lu@intel.com>
384
385 PR ld/23238
386 * testsuite/ld-ifunc/ifunc-26.d: New file.
387 * testsuite/ld-ifunc/ifunc-26.s: Likewise.
388 * testsuite/ld-ifunc/ifunc.exp: Run *.d tests without a
389 working compiler.
390
03fce1c7
L
3912018-05-28 H.J. Lu <hongjiu.lu@intel.com>
392
393 * testsuite/ld-ifunc/ifunc-10-i386.d: Skip NaCl targets.
394 * testsuite/ld-ifunc/ifunc-10-x86-64.d: Likewise.
395 * testsuite/ld-ifunc/ifunc-11-i386.d: Likewise.
396 * testsuite/ld-ifunc/ifunc-11-x86-64.d: Likewise.
397 * testsuite/ld-ifunc/ifunc-12-i386.d: Likewise.
398 * testsuite/ld-ifunc/ifunc-12-x86-64.d: Likewise.
399 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
400 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
401 * testsuite/ld-ifunc/ifunc-14a-i386.d: Likewise.
402 * testsuite/ld-ifunc/ifunc-14a-x86-64.d: Likewise.
403 * testsuite/ld-ifunc/ifunc-14b-i386.d: Likewise.
404 * testsuite/ld-ifunc/ifunc-14b-x86-64.d: Likewise.
405 * testsuite/ld-ifunc/ifunc-14c-i386.d: Likewise.
406 * testsuite/ld-ifunc/ifunc-14c-x86-64.d: Likewise.
407 * testsuite/ld-ifunc/ifunc-14d-i386.d: Likewise.
408 * testsuite/ld-ifunc/ifunc-14d-x86-64.d: Likewise.
409 * testsuite/ld-ifunc/ifunc-14e-i386.d: Likewise.
410 * testsuite/ld-ifunc/ifunc-14e-x86-64.d: Likewise.
411 * testsuite/ld-ifunc/ifunc-14f-i386.d: Likewise.
412 * testsuite/ld-ifunc/ifunc-14f-x86-64.d: Likewise.
413 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
414 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
415 * testsuite/ld-ifunc/ifunc-16-i386-now.d: Likewise.
416 * testsuite/ld-ifunc/ifunc-16-i386.d: Likewise.
417 * testsuite/ld-ifunc/ifunc-16-x86-64-now.d: Likewise.
418 * testsuite/ld-ifunc/ifunc-16-x86-64.d: Likewise.
419 * testsuite/ld-ifunc/ifunc-17a-i386.d: Likewise.
420 * testsuite/ld-ifunc/ifunc-17a-x86-64.d: Likewise.
421 * testsuite/ld-ifunc/ifunc-17b-i386.d: Likewise.
422 * testsuite/ld-ifunc/ifunc-17b-x86-64.d: Likewise.
423 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
424 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
425 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
426 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
427 * testsuite/ld-ifunc/ifunc-19a-i386.d: Likewise.
428 * testsuite/ld-ifunc/ifunc-19a-x86-64.d: Likewise.
429 * testsuite/ld-ifunc/ifunc-19b-i386.d: Likewise.
430 * testsuite/ld-ifunc/ifunc-19b-x86-64.d: Likewise.
431 * testsuite/ld-ifunc/ifunc-2-i386.d: Likewise.
432 * testsuite/ld-ifunc/ifunc-2-local-i386.d: Likewise.
433 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
434 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
435 * testsuite/ld-ifunc/ifunc-20-i386.d: Likewise.
436 * testsuite/ld-ifunc/ifunc-20-x86-64.d: Likewise.
437 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
438 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
439 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
440 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
441 * testsuite/ld-ifunc/ifunc-5a-i386.d: Likewise.
442 * testsuite/ld-ifunc/ifunc-5a-local-i386.d: Likewise.
443 * testsuite/ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
444 * testsuite/ld-ifunc/ifunc-5a-x86-64.d: Likewise.
445 * testsuite/ld-ifunc/ifunc-5b-i386.d: Likewise.
446 * testsuite/ld-ifunc/ifunc-5b-local-i386.d: Likewise.
447 * testsuite/ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
448 * testsuite/ld-ifunc/ifunc-5b-x86-64.d: Likewise.
449 * testsuite/ld-ifunc/ifunc-5r-local-i386.d: Likewise.
450 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
451 * testsuite/ld-ifunc/ifunc-6a-i386.d: Likewise.
452 * testsuite/ld-ifunc/ifunc-6a-x86-64.d: Likewise.
453 * testsuite/ld-ifunc/ifunc-6b-i386.d: Likewise.
454 * testsuite/ld-ifunc/ifunc-6b-x86-64.d: Likewise.
455 * testsuite/ld-ifunc/ifunc-7a-i386.d: Likewise.
456 * testsuite/ld-ifunc/ifunc-7a-x86-64.d: Likewise.
457 * testsuite/ld-ifunc/ifunc-7b-i386.d: Likewise.
458 * testsuite/ld-ifunc/ifunc-7b-x86-64.d: Likewise.
459 * testsuite/ld-ifunc/ifunc-8-i386.d: Likewise.
460 * testsuite/ld-ifunc/ifunc-8-x86-64.d: Likewise.
461 * testsuite/ld-ifunc/ifunc-9-i386.d: Likewise.
462 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
463 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
464 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
465 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
466
099bb8fb
L
4672018-05-26 H.J. Lu <hongjiu.lu@intel.com>
468
469 PR ld/23194
470 * testsuite/ld-i386/pr23194.d: Expect only R_386_GLOB_DAT
471 against foobar.
472 * testsuite/ld-i386/pr23194.map: Add foobar.
473 * testsuite/ld-x86-64/pr23194.map: Likewise.
474 * testsuite/ld-i386/pr23194.s: Add a common foobar symbol.
475 * testsuite/ld-x86-64/pr23194.s: Likewise.
476 * testsuite/ld-x86-64/pr23194.d: Expect only R_X86_64_GLOB_DAT
477 against foobar.
478
277eb7f6
AM
4792018-05-25 Alan Modra <amodra@gmail.com>
480
481 * po/BLD-POTFILES.in: Regenerate.
482
29e11a04
L
4832018-05-21 H.J. Lu <hongjiu.lu@intel.com>
484
485 PR ld/23201
486 * testsuite/ld-tic6x/shlib-1.rd: Adjusted.
487 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
488 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
489 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
490 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
491 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
492 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
493 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
494 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
495 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
496 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
497 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
498 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
499
34a87bb0
L
5002018-05-21 H.J. Lu <hongjiu.lu@intel.com>
501
502 PR ld/23201
503 * ldexp.c (exp_fold_tree_1): Call bfd_link_hide_symbol to hide
504 a symbol.
505 * testsuite/ld-elf/provide-hidden-dynabs.nd: Removed.
506 * testsuite/ld-elf/provide-hidden-dynsec.nd: Likewise.
507 * testsuite/ld-elf/provide-hidden.exp: Replace
508 provide-hidden-dynsec.nd with provide-hidden-sec.nd and
509 provide-hidden-dyn.nd. Replace provide-hidden-dynabs.nd with
510 provide-hidden-abs.nd and provide-hidden-dyn.nd.
511 * testsuite/ld-i386/pr23189.d: Expect no dynamic relocation.
512 * testsuite/ld-x86-64/pr23189.d: Likewise.
513
97373b2e
L
5142018-05-18 H.J. Lu <hongjiu.lu@intel.com>
515
516 PR ld/23194
517 * testsuite/ld-i386/i386.exp: Run pr23194.
518 * testsuite/ld-x86-64/x86-64.exp: Likewise.
519 * testsuite/ld-i386/pr23194.d: New file.
520 * testsuite/ld-i386/pr23194.map: Likewise.
521 * testsuite/ld-i386/pr23194.s: Likewise.
522 * testsuite/ld-x86-64/pr23194.d: Likewise.
523 * testsuite/ld-x86-64/pr23194.map: Likewise.
524 * testsuite/ld-x86-64/pr23194.s: Likewise.
525
941036f4
L
5262018-05-18 H.J. Lu <hongjiu.lu@intel.com>
527
528 * testsuite/ld-i386/i386.exp: Run pr23189 for all targets.
529 * testsuite/ld-x86-64/x86-64.exp: Likewise.
530
7b4ae824
JD
5312018-05-18 John Darrington <john@darrington.wattle.id.au>
532
533 * Makefile.am: Add support for s12z architecture.
534 * configure.tgt: Likewise.
535 * Makefile.in: Regenerate.
536 * emulparams/m9s12zelf.sh: New file.
537 * scripttempl/elfm9s12z.sc: New file.
538 * testsuite/ld-discard/static.d: Expect to fail for the s12z
539 target.
540 * testsuite/ld-elf/endsym.d: Likewise.
541 * testsuite/ld-elf/merge.d: Likewise.
542 * testsuite/ld-elf/pr14926.d: Skip for the s12z target.
543 * testsuite/ld-elf/sec64k.exp: Likewise.
544 * testsuite/ld-s12z: New directory.
545 * testsuite/ld-s12z/opr-linking.d: New file.
546 * testsuite/ld-s12z/opr-linking.s: New file.
547 * testsuite/ld-s12z/relative-linking.d: New file.
548 * testsuite/ld-s12z/relative-linking.s: New file.
549 * testsuite/ld-s12z/z12s.exp: New file.
550
011b32fd
L
5512018-05-18 H.J. Lu <hongjiu.lu@intel.com>
552
553 PR ld/23189
554 * testsuite/ld-i386/i386.exp: Run pr23189.
555 * testsuite/ld-x86-64/x86-64.exp: Likewise.
556 * testsuite/ld-i386/pr23189.d: New file.
557 * testsuite/ld-i386/pr23189.s: Likewise.
558 * testsuite/ld-i386/pr23189.t: Likewise.
559 * testsuite/ld-x86-64/pr23189.d: Likewise.
560 * testsuite/ld-x86-64/pr23189.s: Likewise.
561 * testsuite/ld-x86-64/pr23189.t: Likewise.
562
aa82c0d3
AM
5632018-05-15 Alan Modra <amodra@gmail.com>
564
565 * testsuite/ld-elf/notes.exp: Restore LDFLAGS.
566
864bb26c
NC
5672018-05-14 Nick Clifton <nickc@redhat.com>
568
569 * testsuite/ld-elf/notes.exp: New file: Run new test.
570 * testsuite/ld-elf/note1_1.s: New file: Source file for test.
571 * testsuite/ld-elf/note1_2.s: New file: Source file for test.
572 * testsuite/ld-elf/note1.r: New file: Expected readelf output.
573
4ec09950
L
5742018-05-14 H.J. Lu <hongjiu.lu@intel.com>
575
576 PR ld/23169
577 * testsuite/ld-ifunc/ifunc-9-i386.d: New file.
578 * testsuite/ld-ifunc/ifunc-9-x86-64.d: Likewise.
579 * testsuite/ld-ifunc/pr23169a.c: Likewise.
580 * testsuite/ld-ifunc/pr23169a.rd: Likewise.
581 * testsuite/ld-ifunc/pr23169b.c: Likewise.
582 * testsuite/ld-ifunc/pr23169b.c: Likewise.
583 * testsuite/ld-ifunc/pr23169c.rd: Likewise.
584 * testsuite/ld-ifunc/pr23169c.rd: Likewise.
585 * testsuite/ld-ifunc/ifunc-9-x86.d: Removed.
586 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/23169 tests.
587
9bc935ef
L
5882018-05-14 H.J. Lu <hongjiu.lu@intel.com>
589
590 PR ld/23162
591 * testsuite/ld-elf/pr23162.map: New file.
592 * testsuite/ld-elf/pr23162.rd: Likewise.
593 * testsuite/ld-elf/pr23162a.c: Likewise.
594 * testsuite/ld-elf/pr23162b.c: Likewise.
595 * testsuite/ld-elf/shared.exp: Run PR ld/23162 tests.
596
9933dc52
AM
5972018-05-12 Alan Modra <amodra@gmail.com>
598
599 PR 20659
600 * testsuite/ld-elf/changelma.d,
601 * testsuite/ld-elf/changelma.lnk,
602 * testsuite/ld-elf/changelma.s: New test.
603
493ffac5
DD
6042018-05-09 2018-05-02 Dimitar Dimitrov <dimitar@dinux.eu>
605
606 * scripttempl/pru.sc: Add LD sections to allow linking TI
607 toolchain object files.
608 * scripttempl/pru.sc: Switch to init_array.
609 * testsuite/ld-pru/ldi32.d: Update LDI32 test to conform to TI ABI.
610 * testsuite/ld-pru/norelax_ldi32-data.d: Likewise.
611 * testsuite/ld-pru/norelax_ldi32-dis.d: Likewise.
612 * testsuite/ld-pru/relax_ldi32-data.d: Likewise.
613 * testsuite/ld-pru/relax_ldi32-dis.d: Likewise.
614
a7287b94
AM
6152018-05-09 Alan Modra <amodra@gmail.com>
616
617 * po/BLD-POTFILES.in: Regenerate.
618
10d98088
JW
6192018-05-08 Jim Wilson <jimw@sifive.com>
620
621 PR ld/22962
622 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lriscv_ilp32f.c,
623 eelf32lriscv_ilp32.c, eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c.
624 (eelf32lriscv_ilp32f.c, eelf32lriscv_ilp32.c): New build rules.
625 (eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c): New build rules.
626 * Makefile.in: Regenerated.
627 * configure.tgt (riscv32*-*-linux*, riscv64*-*-linux*): New.
628 * ld/emulparams/elf32lriscv.sh: Set LIBPATH_SUFFIX.
629 * ld/emulparams/elf32lriscv_ilp32.sh: New.
630 * ld/emulparams/elf32lriscv_ilp32f.sh: New.
631 * ld/emulparams/elf64lriscv-defs.sh: Don't set LIBPATH_SUFFIX here.
632 * ld/emulparams/elf64lriscv.sh: Set LIBPATH_SUFFIX.
633 * ld/emulparams/elf64lriscv_lp64.sh: New.
634 * ld/emulparams/elf64lriscv_lp64f.sh: New.
635 * ld/genscripts.sh (append_to_lib_path): Change LIBPATH_SUFFIX test to
636 a for. Inside loop, change LIBPATH_SUFFIX uses to libpath_suffix.
637 (LIB_PATH): In LIB_PATH if, add loop for LIBPATH_SUFFIX, changes uses
638 inside loop to libpath_suffix.
639
d1e9de16
JW
6402018-05-03 Jim Wilson <jimw@sifive.com>
641
642 * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies.
643
3be08ea4
SA
6442018-05-03 Simon Atanasyan <simon@atanasyan.com>
645
646 * testsuite/ld-mips-elf/gp-disp-sym.d: New test.
647 * testsuite/ld-mips-elf/gp-disp-sym.s: New test source.
648 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
649 * testsuite/ld-mips-elf/mips16-pic-2.ad: Update for _gp_disp
650 symbol removal.
651 * testsuite/ld-mips-elf/mips16-pic-2.nd: Likewise.
652 * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd: Likewise.
653 * testsuite/ld-mips-elf/tlslib-o32-hidden.got: Likewise.
654 * testsuite/ld-mips-elf/tlslib-o32-ver.got: Likewise.
655 * testsuite/ld-mips-elf/tlslib-o32.got: Likewise.
656
197b262f
MR
6572018-04-27 Maciej W. Rozycki <macro@mips.com>
658
659 * testsuite/ld-mips-elf/bal-jalx-pic.d: Only run for
660 `check_shared_lib_support' targets.
661 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: Likewise.
662 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: Likewise.
663 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: Likewise.
664 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: Likewise.
665 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: Likewise.
666 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: Likewise.
667 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: Likewise.
668 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: Likewise.
669 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d:
670 Likewise.
671 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d:
672 Likewise.
673 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d:
674 Likewise.
675 * testsuite/ld-mips-elf/hash1a.d: Likewise.
676 * testsuite/ld-mips-elf/hash1b.d: Likewise.
677 * testsuite/ld-mips-elf/hash1c.d: Likewise.
678 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
679 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
680
6d9dabbb
MR
6812018-04-27 Maciej W. Rozycki <macro@mips.com>
682
683 * testsuite/lib/ld-lib.exp (run_dump_test): Use `match_target'
684 in place of `istarget' for matching with `target', `alltargets'
685 and `notarget' options.
686
ffa389a3
AM
6872018-04-27 Alan Modra <amodra@gmail.com>
688
689 * po/BLD-POTFILES.in: Regenerate.
690
aa684341
CL
6912018-04-26 Christophe Lyon <christophe.lyon@linaro.org>
692
693 * testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for
694 new variable name.
695 * testsuite/ld-elf/pr2404.out: Adjust expected output accordingly.
696
f1ac0afe
CL
6972018-04-25 Christophe Lyon <christophe.lyon@st.com>
698
699 * testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
700 * testsuite/ld-discard/discard.exp: Likewise.
701 * testsuite/ld-elf/binutils.exp: Likewise.
702 * testsuite/ld-elf/commonpage1.d: Likewise.
703 * testsuite/ld-elf/compress1c.d: Likewise.
704 * testsuite/ld-elf/compressed1b.d: Likewise.
705 * testsuite/ld-elf/compressed1c.d: Likewise.
706 * testsuite/ld-elf/compressed1e.d: Likewise.
707 * testsuite/ld-elf/dynamic1.d: Likewise.
708 * testsuite/ld-elf/dynsym1.d: Likewise.
709 * testsuite/ld-elf/ehdr_start-missing.d: Likewise.
710 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
711 * testsuite/ld-elf/ehdr_start-userdef.d: Likewise.
712 * testsuite/ld-elf/ehdr_start-weak.d: Likewise.
713 * testsuite/ld-elf/ehdr_start.d: Likewise.
714 * testsuite/ld-elf/exclude3b.d: Likewise.
715 * testsuite/ld-elf/export-class.exp: Likewise.
716 * testsuite/ld-elf/global1.d: Likewise.
717 * testsuite/ld-elf/hash.d: Likewise.
718 * testsuite/ld-elf/header.d: Likewise.
719 * testsuite/ld-elf/loadaddr1.d: Likewise.
720 * testsuite/ld-elf/loadaddr2.d: Likewise.
721 * testsuite/ld-elf/loadaddr3a.d: Likewise.
722 * testsuite/ld-elf/loadaddr3b.d: Likewise.
723 * testsuite/ld-elf/local1.d: Likewise.
724 * testsuite/ld-elf/maxpage1.d: Likewise.
725 * testsuite/ld-elf/maxpage2.d: Likewise.
726 * testsuite/ld-elf/maxpage3a.d: Likewise.
727 * testsuite/ld-elf/mbind1a.d: Likewise.
728 * testsuite/ld-elf/mbind1b.d: Likewise.
729 * testsuite/ld-elf/mbind1c.d: Likewise.
730 * testsuite/ld-elf/multibss1.d: Likewise.
731 * testsuite/ld-elf/noload-2.d: Likewise.
732 * testsuite/ld-elf/now-1.d: Likewise.
733 * testsuite/ld-elf/now-2.d: Likewise.
734 * testsuite/ld-elf/now-3.d: Likewise.
735 * testsuite/ld-elf/now-4.d: Likewise.
736 * testsuite/ld-elf/pie.d: Likewise.
737 * testsuite/ld-elf/pr12975.d: Likewise.
738 * testsuite/ld-elf/pr13177.d: Likewise.
739 * testsuite/ld-elf/pr13195.d: Likewise.
740 * testsuite/ld-elf/pr16322.d: Likewise.
741 * testsuite/ld-elf/pr16498a.d: Likewise.
742 * testsuite/ld-elf/pr16498b.d: Likewise.
743 * testsuite/ld-elf/pr17615.d: Likewise.
744 * testsuite/ld-elf/pr19162.d: Likewise.
745 * testsuite/ld-elf/pr19539.d: Likewise.
746 * testsuite/ld-elf/pr19617a.d: Likewise.
747 * testsuite/ld-elf/pr19617b.d: Likewise.
748 * testsuite/ld-elf/pr19617c.d: Likewise.
749 * testsuite/ld-elf/pr19698.d: Likewise.
750 * testsuite/ld-elf/pr19789.d: Likewise.
751 * testsuite/ld-elf/pr20513c.d: Likewise.
752 * testsuite/ld-elf/pr20513d.d: Likewise.
753 * testsuite/ld-elf/pr21384.d: Likewise.
754 * testsuite/ld-elf/pr21389a.d: Likewise.
755 * testsuite/ld-elf/pr21389b.d: Likewise.
756 * testsuite/ld-elf/pr21389c.d: Likewise.
757 * testsuite/ld-elf/pr21562a.d: Likewise.
758 * testsuite/ld-elf/pr21562b.d: Likewise.
759 * testsuite/ld-elf/pr21562c.d: Likewise.
760 * testsuite/ld-elf/pr21562d.d: Likewise.
761 * testsuite/ld-elf/pr21562e.d: Likewise.
762 * testsuite/ld-elf/pr21562f.d: Likewise.
763 * testsuite/ld-elf/pr21562g.d: Likewise.
764 * testsuite/ld-elf/pr21562h.d: Likewise.
765 * testsuite/ld-elf/pr21562i.d: Likewise.
766 * testsuite/ld-elf/pr21562j.d: Likewise.
767 * testsuite/ld-elf/pr21562k.d: Likewise.
768 * testsuite/ld-elf/pr21562l.d: Likewise.
769 * testsuite/ld-elf/pr21562m.d: Likewise.
770 * testsuite/ld-elf/pr21562n.d: Likewise.
771 * testsuite/ld-elf/pr21903a.d: Likewise.
772 * testsuite/ld-elf/pr21903b.d: Likewise.
773 * testsuite/ld-elf/pr21903d.d: Likewise.
774 * testsuite/ld-elf/pr22269a.d: Likewise.
775 * testsuite/ld-elf/pr22269b.d: Likewise.
776 * testsuite/ld-elf/pr22393-1a.d: Likewise.
777 * testsuite/ld-elf/pr22393-1b.d: Likewise.
778 * testsuite/ld-elf/pr22393-1c.d: Likewise.
779 * testsuite/ld-elf/pr22393-1d.d: Likewise.
780 * testsuite/ld-elf/pr22393-1e.d: Likewise.
781 * testsuite/ld-elf/pr22393-1f.d: Likewise.
782 * testsuite/ld-elf/pr22423.d: Likewise.
783 * testsuite/ld-elf/rpath-1.d: Likewise.
784 * testsuite/ld-elf/rpath-2.d: Likewise.
785 * testsuite/ld-elf/runpath-1.d: Likewise.
786 * testsuite/ld-elf/runpath-2.d: Likewise.
787 * testsuite/ld-elf/seg.d: Likewise.
788 * testsuite/ld-elf/sizeofb.d: Likewise.
789 * testsuite/ld-elf/startofb.d: Likewise.
790 * testsuite/ld-elf/strtab.d: Likewise.
791 * testsuite/ld-elf/textaddr1.d: Likewise.
792 * testsuite/ld-elf/textaddr2.d: Likewise.
793 * testsuite/ld-elf/textaddr3.d: Likewise.
794 * testsuite/ld-elf/textaddr4.d: Likewise.
795 * testsuite/ld-elf/textaddr5.d: Likewise.
796 * testsuite/ld-elf/textaddr6.d: Likewise.
797 * testsuite/ld-elf/textaddr7.d: Likewise.
798 * testsuite/ld-elf/tls.exp: Likewise.
799 * testsuite/ld-elf/tls_common.exp: Likewise.
800 * testsuite/ld-elf/unknown2.d: Likewise.
801 * testsuite/ld-gc/abi-note.d: Likewise.
802 * testsuite/ld-gc/pr11218.d: Likewise.
803 * testsuite/ld-gc/pr19167.d: Likewise.
804 * testsuite/ld-gc/pr20022.d: Likewise.
805 * testsuite/ld-gc/start.d: Likewise.
806 * testsuite/ld-gc/stop.d: Likewise.
807 * testsuite/ld-scripts/phdrs2.exp: Likewise.
808 * testsuite/ld-scripts/rgn-at5.d: Likewise.
809 * testsuite/ld-undefined/entry-3.d: Likewise.
810 * testsuite/ld-undefined/entry-4.d: Likewise.
811
59029f57
CL
8122018-04-25 Christophe Lyon <christophe.lyon@st.com>
813 Mickaël Guêné <mickael.guene@st.com>
814
815 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC Thumb-only tests.
816 * testsuite/ld-arm/fdpic-main-m.d: New test.
817 * testsuite/ld-arm/fdpic-main-m.s: New.
818 * testsuite/ld-arm/fdpic-main-m.sym: New.
819 * testsuite/ld-arm/fdpic-shared-m.d: New test.
820 * testsuite/ld-arm/fdpic-shared-m.s: New.
821 * testsuite/ld-arm/fdpic-shared-m.sym: New.
822
4b86cbe9
CL
8232018-04-25 Christophe Lyon <christophe.lyon@st.com>
824 Mickaël Guêné <mickael.guene@st.com>
825
826 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC tests.
827 * testsuite/ld-arm/fdpic-main.d: New test.
828 * testsuite/ld-arm/fdpic-main.ld: New.
829 * testsuite/ld-arm/fdpic-main.r: New.
830 * testsuite/ld-arm/fdpic-main.s: New.
831 * testsuite/ld-arm/fdpic-main.sym: New.
832 * testsuite/ld-arm/fdpic-shared.d: New test.
833 * testsuite/ld-arm/fdpic-shared.ld: New.
834 * testsuite/ld-arm/fdpic-shared.r: New.
835 * testsuite/ld-arm/fdpic-shared.s: New.
836 * testsuite/ld-arm/fdpic-shared.sym: New.
837
f350fc2e
CL
8382018-04-25 Christophe Lyon <christophe.lyon@st.com>
839 Mickaël Guêné <mickael.guene@st.com>
840
841 * testsuite/ld-elf/pr2404b.c (main): Rename time variable into
842 time1.
843
5c5a4843
CL
8442018-04-25 Christophe Lyon <christophe.lyon@st.com>
845 Mickaël Guêné <mickael.guene@st.com>
846
847 * scripttempl/elf.sc: Define __tdata_start for .tdata section.
848
e8b09b87
CL
8492018-04-25 Christophe Lyon <christophe.lyon@st.com>
850 Mickaël Guêné <mickael.guene@st.com>
851
852 * emulparams/armelf_linux_fdpiceabi.sh: Add .rofixup section.
853
617a5ada
CL
8542018-04-25 Christophe Lyon <christophe.lyon@st.com>
855 Mickaël Guêné <mickael.guene@st.com>
856
857 * Makefile.am (ALL_EMULATION_SOURCES): Add
858 earmelf_linux_fdpiceabi.c and earmelfb_linux_fdpiceabi.c.
859 (earmelf_linux_fdpiceabi.c, earmelfb_linux_fdpiceabi.c): New rules.
860 * Makefile.in: Regenerate.
861 * configure.tgt (arm*-*-uclinuxfdpiceabi): Handle new target.
862 * emulparams/armelf_linux_fdpiceabi.sh: New.
863 * emulparams/armelfb_linux_fdpiceabi.sh: New.
864
2ac93be7
AM
8652018-04-25 Alan Modra <amodra@gmail.com>
866
867 * Makefile.am: Remove arm-aout and arm-coff support.
868 * configure.tgt: Likewise.
869 * testsuite/ld-arm/attr-merge-div-00.d: Likewise.
870 * testsuite/ld-arm/attr-merge-div-01-m3.d: Likewise.
871 * testsuite/ld-arm/attr-merge-div-01.d: Likewise.
872 * testsuite/ld-arm/attr-merge-div-02.d: Likewise.
873 * testsuite/ld-arm/attr-merge-div-10-m3.d: Likewise.
874 * testsuite/ld-arm/attr-merge-div-10.d: Likewise.
875 * testsuite/ld-arm/attr-merge-div-11.d: Likewise.
876 * testsuite/ld-arm/attr-merge-div-12.d: Likewise.
877 * testsuite/ld-arm/attr-merge-div-120.d: Likewise.
878 * testsuite/ld-arm/attr-merge-div-20.d: Likewise.
879 * testsuite/ld-arm/attr-merge-div-21.d: Likewise.
880 * testsuite/ld-arm/attr-merge-div-22.d: Likewise.
881 * testsuite/ld-arm/attr-merge-hardfp-use-1.d: Likewise.
882 * testsuite/ld-arm/attr-merge-hardfp-use-2.d: Likewise.
883 * testsuite/ld-arm/attr-merge-nosection-1.d: Likewise.
884 * testsuite/ld-arm/attr-merge-unknown-2.d: Likewise.
885 * testsuite/ld-arm/attr-merge-unknown-2r.d: Likewise.
886 * testsuite/ld-arm/attr-merge-unknown-3.d: Likewise.
887 * testsuite/ld-arm/attr-merge-vfp-1.d: Likewise.
888 * testsuite/ld-arm/attr-merge-vfp-10.d: Likewise.
889 * testsuite/ld-arm/attr-merge-vfp-10r.d: Likewise.
890 * testsuite/ld-arm/attr-merge-vfp-11.d: Likewise.
891 * testsuite/ld-arm/attr-merge-vfp-11r.d: Likewise.
892 * testsuite/ld-arm/attr-merge-vfp-12.d: Likewise.
893 * testsuite/ld-arm/attr-merge-vfp-12r.d: Likewise.
894 * testsuite/ld-arm/attr-merge-vfp-13.d: Likewise.
895 * testsuite/ld-arm/attr-merge-vfp-13r.d: Likewise.
896 * testsuite/ld-arm/attr-merge-vfp-14.d: Likewise.
897 * testsuite/ld-arm/attr-merge-vfp-14r.d: Likewise.
898 * testsuite/ld-arm/attr-merge-vfp-1r.d: Likewise.
899 * testsuite/ld-arm/attr-merge-vfp-2.d: Likewise.
900 * testsuite/ld-arm/attr-merge-vfp-2r.d: Likewise.
901 * testsuite/ld-arm/attr-merge-vfp-3.d: Likewise.
902 * testsuite/ld-arm/attr-merge-vfp-3r.d: Likewise.
903 * testsuite/ld-arm/attr-merge-vfp-4.d: Likewise.
904 * testsuite/ld-arm/attr-merge-vfp-4r.d: Likewise.
905 * testsuite/ld-arm/attr-merge-vfp-5.d: Likewise.
906 * testsuite/ld-arm/attr-merge-vfp-5r.d: Likewise.
907 * testsuite/ld-arm/attr-merge-vfp-6.d: Likewise.
908 * testsuite/ld-arm/attr-merge-vfp-6r.d: Likewise.
909 * testsuite/ld-arm/attr-merge-vfp-7.d: Likewise.
910 * testsuite/ld-arm/attr-merge-vfp-7r.d: Likewise.
911 * testsuite/ld-arm/attr-merge-vfp-8.d: Likewise.
912 * testsuite/ld-arm/attr-merge-vfp-8r.d: Likewise.
913 * testsuite/ld-arm/attr-merge-vfp-9.d: Likewise.
914 * testsuite/ld-arm/attr-merge-vfp-9r.d: Likewise.
915 * testsuite/ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
916 * testsuite/ld-arm/attr-merge-wchar-00.d: Likewise.
917 * testsuite/ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
918 * testsuite/ld-arm/attr-merge-wchar-02.d: Likewise.
919 * testsuite/ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
920 * testsuite/ld-arm/attr-merge-wchar-04.d: Likewise.
921 * testsuite/ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
922 * testsuite/ld-arm/attr-merge-wchar-20.d: Likewise.
923 * testsuite/ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
924 * testsuite/ld-arm/attr-merge-wchar-22.d: Likewise.
925 * testsuite/ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
926 * testsuite/ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
927 * testsuite/ld-arm/attr-merge-wchar-40.d: Likewise.
928 * testsuite/ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
929 * testsuite/ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
930 * testsuite/ld-arm/attr-merge-wchar-44.d: Likewise.
931 * testsuite/ld-arm/eabi-hard-float.d: Likewise.
932 * testsuite/ld-arm/eabi-soft-float-ABI4.d: Likewise.
933 * testsuite/ld-arm/eabi-soft-float-r.d: Likewise.
934 * testsuite/ld-arm/eabi-soft-float.d: Likewise.
935 * testsuite/ld-arm/gc-hidden-1.d: Likewise.
936 * emulparams/armaoutb.sh: Delete.
937 * emulparams/armaoutl.sh: Delete.
938 * emulparams/armcoff.sh: Delete.
939 * emulparams/armnbsd.sh: Delete.
940 * emulparams/riscix.sh: Delete.
941 * scripttempl/armaout.sc: Delete.
942 * scripttempl/armcoff.sc: Delete.
943 * scripttempl/riscix.sc: Delete.
944 * Makefile.in: Regenerate.
945 * po/BLD-POTFILES.in: Regenerate.
946
5a8edf8e
AM
9472018-04-21 Alan Modra <amodra@gmail.com>
948
949 * testsuite/lib/ld-lib.exp (run_host_cmd): Check that gcc -B
950 works.
951
c65c21e1
AM
9522018-04-18 Alan Modra <amodra@gmail.com>
953
954 * Makefile.am: Remove support for assorted i386 aout and coff targets.
955 * configure.tgt: Likewise.
956 * testsuite/ld-discard/discard.exp: Likewise.
957 * testsuite/ld-elf/binutils.exp: Likewise.
958 * testsuite/ld-elf/tls.exp: Likewise.
959 * testsuite/ld-elf/tls_common.exp: Likewise.
960 * testsuite/ld-elfvers/vers.exp: Likewise.
961 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
962 * testsuite/ld-elfweak/elfweak.exp: Likewise.
963 * testsuite/ld-gc/abi-note.d: Likewise.
964 * testsuite/ld-gc/pr19167.d: Likewise.
965 * testsuite/ld-gc/pr20022.d: Likewise.
966 * testsuite/ld-gc/start.d: Likewise.
967 * testsuite/ld-gc/stop.d: Likewise.
968 * testsuite/ld-i386/i386.exp: Likewise.
969 * testsuite/ld-ifunc/binutils.exp: Likewise.
970 * testsuite/ld-ifunc/ifunc.exp: Likewise.
971 * testsuite/ld-linkonce/linkonce.exp: Likewise.
972 * testsuite/ld-plugin/lto.exp: Likewise.
973 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
974 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
975 * testsuite/ld-scripts/phdrs2.exp: Likewise.
976 * testsuite/ld-scripts/section-match-1.d: Likewise.
977 * testsuite/ld-shared/shared.exp: Likewise.
978 * testsuite/ld-size/size.exp: Likewise.
979 * testsuite/ld-sparc/sparc.exp: Likewise.
980 * emulparams/i386coff.sh: Delete.
981 * emulparams/i386linux.sh: Delete.
982 * emulparams/i386mach.sh: Delete.
983 * emulparams/i386nbsd.sh: Delete.
984 * emulparams/vsta.sh: Delete.
985 * scripttempl/i386coff.sc: Delete.
986 * Makefile.in: Regenerate.
987 * po/BLD-POTFILES.in: Regenerate.
988
884d4d8a 9892018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
3f0a5f17
ME
990
991 Microblaze Target: PIC data text relative
992
993 * ld/lexsup.c (Add 2 ld options):
994 (ld_options): add disable-multiple-abs-defs @ 'ld_options' array
995 (parse_args): parse new option and pass flag to 'link_info' struct.
996 * ld/ldlex.h (Add enum): add new enum @ 'option_values' enum.
997 * ld/ld.texinfo (Add new option): Add description for
998 'disable-multiple-abs-defs'
999 * ld/main.c: Initialize flags with false @ 'main'. Handle
1000 disable-multiple-abs-defs @ 'mutiple_definition'.
1001
fc7aa874
AM
10022018-04-16 Alan Modra <amodra@gmail.com>
1003
1004 * emultempl/sunos.em: Delete.
1005
ddb00039
AM
10062018-04-16 Alan Modra <amodra@gmail.com>
1007
1008 * Makefile.am: Remove arm-epoc-pe support.
1009 * configure.tgt: Likewise.
1010 * emultempl/pe.em: Likewise.
1011 * pe-dll.c: Likewise.
1012 * testsuite/ld-scripts/fill.d: Likewise.
1013 * testsuite/ld-scripts/fill16.d: Likewise.
1014 * emulparams/arm_epoc_pe.sh: Delete.
1015 * scripttempl/epocpe.sc: Delete.
1016 * Makefile.in: Regenerate.
1017 * po/BLD-POTFILES.in: Regenerate.
1018
c9098af4
AM
10192018-04-16 Alan Modra <amodra@gmail.com>
1020
1021 * Makefile.am: Remove sparc-aout and sparc-coff support.
1022 * configure.tgt: Likewise.
1023 * testsuite/ld-elfvers/vers.exp: Likewise.
1024 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
1025 * testsuite/ld-elfweak/elfweak.exp: Likewise.
1026 * testsuite/ld-shared/shared.exp: Likewise.
1027 * emulparams/coff_sparc.sh: Delete.
1028 * emulparams/sparcaout.sh: Delete.
1029 * emulparams/sparclinux.sh: Delete.
1030 * emulparams/sparcnbsd.sh: Delete.
1031 * emulparams/sun4.sh: Delete.
1032 * scripttempl/sparccoff.sc: Delete.
1033 * Makefile.in: Regenerate.
1034 * po/BLD-POTFILES.in: Regenerate.
1035
dc12032b
AM
10362018-04-16 Alan Modra <amodra@gmail.com>
1037
1038 * Makefile.am: Remove m68k-aout and m68k-coff support.
1039 * configure.tgt: Likewise.
1040 * emultempl/m68kelf.em: Likewise.
1041 * ld.texinfo: Likewise.
1042 * mri.c: Likewise.
1043 * emulparams/delta68.sh: Delete.
1044 * emulparams/hp300bsd.sh: Delete.
1045 * emulparams/hp3hpux.sh: Delete.
1046 * emulparams/m68k4knbsd.sh: Delete.
1047 * emulparams/m68kaout.sh: Delete.
1048 * emulparams/m68kaux.sh: Delete.
1049 * emulparams/m68kcoff.sh: Delete.
1050 * emulparams/m68klinux.sh: Delete.
1051 * emulparams/m68knbsd.sh: Delete.
1052 * emulparams/m68kpsos.sh: Delete.
1053 * emulparams/sun3.sh: Delete.
1054 * emultempl/m68kcoff.em: Delete.
1055 * scripttempl/delta68.sc: Delete.
1056 * scripttempl/m68kaux.sc: Delete.
1057 * scripttempl/m68kcoff.sc: Delete.
1058 * scripttempl/psos.sc: Delete.
1059 * testsuite/ld-versados/t1-1.ro: Delete.
1060 * testsuite/ld-versados/t1-2.ro: Delete.
1061 * testsuite/ld-versados/t1.ld: Delete.
1062 * testsuite/ld-versados/t1.ook: Delete.
1063 * testsuite/ld-versados/t2-1.ro: Delete.
1064 * testsuite/ld-versados/t2-2.ro: Delete.
1065 * testsuite/ld-versados/t2-3.ro: Delete.
1066 * testsuite/ld-versados/t2.ld: Delete.
1067 * testsuite/ld-versados/t2.ook: Delete.
1068 * testsuite/ld-versados/versados.exp: Delete.
1069 * Makefile.in: Regenerate.
1070 * po/BLD-POTFILES.in: Regenerate.
1071
211dc24b
AM
10722018-04-16 Alan Modra <amodra@gmail.com>
1073
1074 * Makefile.am: Remove sh5 and sh64 support.
1075 * configure.tgt: Likewise.
1076 * ldlang.c: Likewise.
1077 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
1078 * testsuite/ld-gc/gc.exp: Likewise.
1079 * testsuite/ld-gc/pr13683.d: Likewise.
1080 * testsuite/ld-scripts/crossref.exp: Likewise.
1081 * testsuite/ld-selective/selective.exp: Likewise.
1082 * testsuite/ld-sh/ld-r-1.d: Likewise.
1083 * testsuite/ld-sh/rd-sh.exp: Likewise.
1084 * testsuite/ld-sh/sh.exp: Likewise.
1085 * testsuite/ld-srec/srec.exp: Likewise.
1086 * testsuite/ld-undefined/undefined.exp: Likewise.
1087 * emulparams/shelf32.sh: Delete.
1088 * emulparams/shelf32_linux.sh: Delete.
1089 * emulparams/shelf32_nbsd.sh: Delete.
1090 * emulparams/shelf64.sh: Delete.
1091 * emulparams/shelf64_nbsd.sh: Delete.
1092 * emulparams/shlelf32.sh: Delete.
1093 * emulparams/shlelf32_linux.sh: Delete.
1094 * emulparams/shlelf32_nbsd.sh: Delete.
1095 * emulparams/shlelf64.sh: Delete.
1096 * emulparams/shlelf64_nbsd.sh: Delete.
1097 * emultempl/sh64elf.em: Delete.
1098 * testsuite/ld-sh/sh64/abi32.sd: Delete.
1099 * testsuite/ld-sh/sh64/abi32.xd: Delete.
1100 * testsuite/ld-sh/sh64/abi64.sd: Delete.
1101 * testsuite/ld-sh/sh64/abi64.xd: Delete.
1102 * testsuite/ld-sh/sh64/abixx-noexp.sd: Delete.
1103 * testsuite/ld-sh/sh64/cmpct1.sd: Delete.
1104 * testsuite/ld-sh/sh64/cmpct1.xd: Delete.
1105 * testsuite/ld-sh/sh64/crange-1.s: Delete.
1106 * testsuite/ld-sh/sh64/crange-2a.s: Delete.
1107 * testsuite/ld-sh/sh64/crange-2b.s: Delete.
1108 * testsuite/ld-sh/sh64/crange-2c.s: Delete.
1109 * testsuite/ld-sh/sh64/crange-2d.s: Delete.
1110 * testsuite/ld-sh/sh64/crange-2e.s: Delete.
1111 * testsuite/ld-sh/sh64/crange-2f.s: Delete.
1112 * testsuite/ld-sh/sh64/crange-2g.s: Delete.
1113 * testsuite/ld-sh/sh64/crange-2h.s: Delete.
1114 * testsuite/ld-sh/sh64/crange-2i.s: Delete.
1115 * testsuite/ld-sh/sh64/crange1.rd: Delete.
1116 * testsuite/ld-sh/sh64/crange2.rd: Delete.
1117 * testsuite/ld-sh/sh64/crange3-cmpct.rd: Delete.
1118 * testsuite/ld-sh/sh64/crange3-media.rd: Delete.
1119 * testsuite/ld-sh/sh64/crange3.dd: Delete.
1120 * testsuite/ld-sh/sh64/crange3.rd: Delete.
1121 * testsuite/ld-sh/sh64/crangerel1.rd: Delete.
1122 * testsuite/ld-sh/sh64/crangerel2.rd: Delete.
1123 * testsuite/ld-sh/sh64/dlsection-1.s: Delete.
1124 * testsuite/ld-sh/sh64/dlsection.sd: Delete.
1125 * testsuite/ld-sh/sh64/endian.dbd: Delete.
1126 * testsuite/ld-sh/sh64/endian.dld: Delete.
1127 * testsuite/ld-sh/sh64/endian.ld: Delete.
1128 * testsuite/ld-sh/sh64/endian.s: Delete.
1129 * testsuite/ld-sh/sh64/endian.sbd: Delete.
1130 * testsuite/ld-sh/sh64/endian.sld: Delete.
1131 * testsuite/ld-sh/sh64/gotplt.d: Delete.
1132 * testsuite/ld-sh/sh64/gotplt.map: Delete.
1133 * testsuite/ld-sh/sh64/gotplt.s: Delete.
1134 * testsuite/ld-sh/sh64/init-cmpct.d: Delete.
1135 * testsuite/ld-sh/sh64/init-media.d: Delete.
1136 * testsuite/ld-sh/sh64/init.s: Delete.
1137 * testsuite/ld-sh/sh64/init64.d: Delete.
1138 * testsuite/ld-sh/sh64/mix1-noexp.sd: Delete.
1139 * testsuite/ld-sh/sh64/mix1.sd: Delete.
1140 * testsuite/ld-sh/sh64/mix1.xd: Delete.
1141 * testsuite/ld-sh/sh64/mix2-noexp.sd: Delete.
1142 * testsuite/ld-sh/sh64/mix2.sd: Delete.
1143 * testsuite/ld-sh/sh64/mix2.xd: Delete.
1144 * testsuite/ld-sh/sh64/rd-sh64.exp: Delete.
1145 * testsuite/ld-sh/sh64/rel-1.s: Delete.
1146 * testsuite/ld-sh/sh64/rel-2.s: Delete.
1147 * testsuite/ld-sh/sh64/rel32.xd: Delete.
1148 * testsuite/ld-sh/sh64/rel64.xd: Delete.
1149 * testsuite/ld-sh/sh64/relax.exp: Delete.
1150 * testsuite/ld-sh/sh64/relax1.s: Delete.
1151 * testsuite/ld-sh/sh64/relax2.s: Delete.
1152 * testsuite/ld-sh/sh64/relax3.s: Delete.
1153 * testsuite/ld-sh/sh64/relax4.s: Delete.
1154 * testsuite/ld-sh/sh64/reldl-1.s: Delete.
1155 * testsuite/ld-sh/sh64/reldl-2.s: Delete.
1156 * testsuite/ld-sh/sh64/reldl32.rd: Delete.
1157 * testsuite/ld-sh/sh64/reldl64.rd: Delete.
1158 * testsuite/ld-sh/sh64/relfail.exp: Delete.
1159 * testsuite/ld-sh/sh64/relfail.s: Delete.
1160 * testsuite/ld-sh/sh64/sh64-1.s: Delete.
1161 * testsuite/ld-sh/sh64/sh64-2.s: Delete.
1162 * testsuite/ld-sh/sh64/sh64.exp: Delete.
1163 * testsuite/ld-sh/sh64/shcmp-1.s: Delete.
1164 * testsuite/ld-sh/sh64/shdl-1.s: Delete.
1165 * testsuite/ld-sh/sh64/shdl-2.s: Delete.
1166 * testsuite/ld-sh/sh64/shdl32.xd: Delete.
1167 * testsuite/ld-sh/sh64/shdl64.sd: Delete.
1168 * testsuite/ld-sh/sh64/shdl64.xd: Delete.
1169 * testsuite/ld-sh/sh64/shmix-1.s: Delete.
1170 * testsuite/ld-sh/sh64/shmix-2.s: Delete.
1171 * testsuite/ld-sh/sh64/shmix-3.s: Delete.
1172 * testsuite/ld-sh/sh64/stobin-0-dso.d: Delete.
1173 * testsuite/ld-sh/sh64/stobin-1.d: Delete.
1174 * testsuite/ld-sh/sh64/stobin.s: Delete.
1175 * testsuite/ld-sh/sh64/stolib.s: Delete.
1176 * Makefile.in: Regenerate.
1177 * po/BLD-POTFILES.in: Regenerate.
1178
4db9937a
AM
11792018-04-16 Alan Modra <amodra@gmail.com>
1180
1181 * Makefile.am: Remove sh-symbianelf support.
1182 * configure.tgt: Likewise.
1183 * emulparams/shlsymbian.sh: Delete.
1184 * scripttempl/elf32sh-symbian.sc: Delete.
1185 * Makefile.in: Regenerate.
1186 * po/BLD-POTFILES.in: Regenerate.
1187
9f5d1593
AM
11882018-04-16 Alan Modra <amodra@gmail.com>
1189
1190 * Makefile.am: Remove vax-bsd and vax-ultrix support.
1191 * configure.tgt: Likewise.
1192 * emulparams/vax.sh: Delete.
1193 * Makefile.in: Regenerate.
1194 * po/BLD-POTFILES.in: Regenerate.
1195
a9a4b302
AM
11962018-04-16 Alan Modra <amodra@gmail.com>
1197
1198 * Makefile.am: Remove w65 support.
1199 * configure.tgt: Likewise.
1200 * emulparams/w65.sh: Delete.
1201 * scripttempl/w65.sc: Delete.
1202 * Makefile.in: Regenerate.
1203 * po/BLD-POTFILES.in: Regenerate.
1204
c2bf1eec
AM
12052018-04-16 Alan Modra <amodra@gmail.com>
1206
1207 * Makefile.am: Remove m88k support.
1208 * configure.host: Likewise.
1209 * configure.tgt: Likewise.
1210 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1211 * emulparams/m88kbcs.sh: Delete.
1212 * scripttempl/m88kbcs.sc: Delete.
1213 * Makefile.in: Regenerate.
1214 * po/BLD-POTFILES.in: Regenerate.
1215
6793974d
AM
12162018-04-16 Alan Modra <amodra@gmail.com>
1217
1218 * Makefile.am: Remove i370 support.
1219 * configure.tgt: Likewise.
1220 * testsuite/ld-elf/compressed1d.d: Likewise.
1221 * testsuite/ld-elf/group8a.d: Likewise.
1222 * testsuite/ld-elf/group8b.d: Likewise.
1223 * testsuite/ld-elf/group9a.d: Likewise.
1224 * testsuite/ld-elf/group9b.d: Likewise.
1225 * testsuite/ld-elf/merge.d: Likewise.
1226 * testsuite/ld-elf/pr12851.d: Likewise.
1227 * testsuite/ld-elf/pr12975.d: Likewise.
1228 * testsuite/ld-elf/pr13177.d: Likewise.
1229 * testsuite/ld-elf/pr13195.d: Likewise.
1230 * testsuite/ld-elf/pr17615.d: Likewise.
1231 * testsuite/ld-elf/pr21562a.d: Likewise.
1232 * testsuite/ld-elf/pr21562b.d: Likewise.
1233 * testsuite/ld-elf/pr21562c.d: Likewise.
1234 * testsuite/ld-elf/pr21562d.d: Likewise.
1235 * testsuite/ld-elf/pr21562i.d: Likewise.
1236 * testsuite/ld-elf/pr21562j.d: Likewise.
1237 * testsuite/ld-elf/pr21562k.d: Likewise.
1238 * testsuite/ld-elf/pr21562l.d: Likewise.
1239 * testsuite/ld-elf/pr21562m.d: Likewise.
1240 * testsuite/ld-elf/pr21562n.d: Likewise.
1241 * testsuite/ld-elf/pr22677.d: Likewise.
1242 * testsuite/lib/ld-lib.exp: Likewise.
1243 * emulparams/elf32i370.sh: Delete.
1244 * scripttempl/elfi370.sc: Delete.
1245 * Makefile.in: Regenerate.
1246 * po/BLD-POTFILES.in: Regenerate.
1247
e82aa794
AM
12482018-04-16 Alan Modra <amodra@gmail.com>
1249
1250 * Makefile.am: Remove h8500 support.
1251 * configure.tgt: Likewise.
1252 * emulparams/h8500.sh: Delete.
1253 * emulparams/h8500b.sh: Delete.
1254 * emulparams/h8500c.sh: Delete.
1255 * emulparams/h8500m.sh: Delete.
1256 * emulparams/h8500s.sh: Delete.
1257 * scripttempl/h8500.sc: Delete.
1258 * scripttempl/h8500b.sc: Delete.
1259 * scripttempl/h8500c.sc: Delete.
1260 * scripttempl/h8500m.sc: Delete.
1261 * scripttempl/h8500s.sc: Delete.
1262 * Makefile.in: Regenerate.
1263 * po/BLD-POTFILES.in: Regenerate.
1264
fe0bf0fd
AM
12652018-04-16 Alan Modra <amodra@gmail.com>
1266
1267 * Makefile.am: Remove h8300-coff support.
1268 * configure.tgt: Likewise.
1269 * testsuite/ld-h8300/h8300.exp: Likewise.
1270 * emulparams/h8300.sh: Delete.
1271 * emulparams/h8300h.sh: Delete.
1272 * emulparams/h8300hn.sh: Delete.
1273 * emulparams/h8300s.sh: Delete.
1274 * emulparams/h8300sn.sh: Delete.
1275 * emulparams/h8300sx.sh: Delete.
1276 * emulparams/h8300sxn.sh: Delete.
1277 * scripttempl/h8300.sc: Delete.
1278 * scripttempl/h8300h.sc: Delete.
1279 * scripttempl/h8300hn.sc: Delete.
1280 * scripttempl/h8300s.sc: Delete.
1281 * scripttempl/h8300sn.sc: Delete.
1282 * scripttempl/h8300sx.sc: Delete.
1283 * scripttempl/h8300sxn.sc: Delete.
1284 * testsuite/ld-h8300/relax-3-coff.d: Delete.
1285 * testsuite/ld-h8300/relax-4-coff.d: Delete.
1286 * testsuite/ld-h8300/relax-5-coff.d: Delete.
1287 * testsuite/ld-h8300/relax-6-coff.d: Delete.
1288 * Makefile.in: Regenerate.
1289 * po/BLD-POTFILES.in: Regenerate.
1290
fdef3943
AM
12912018-04-16 Alan Modra <amodra@gmail.com>
1292
1293 * ld.texinfo: Remove IEEE 695 support.
1294 * mri.c: Likewise.
1295
de96689e
AM
12962018-04-16 Alan Modra <amodra@gmail.com>
1297
1298 * Makefile.am: Remove tandem support.
1299 * configure.tgt: Likewise.
1300 * emulparams/st2000.sh: Delete.
1301 * scripttempl/st2000.sc: Delete.
1302 * Makefile.in: Regenerate.
1303 * po/BLD-POTFILES.in: Regenerate.
1304
5972ac73
AM
13052018-04-16 Alan Modra <amodra@gmail.com>
1306
1307 * Makefile.am: Remove newsos3 support.
1308 * configure.tgt: Likewise.
1309 * emulparams/news.sh: Delete.
1310 * Makefile.in: Regenerate.
1311 * po/BLD-POTFILES.in: Regenerate.
1312
b4b594e3
AM
13132018-04-16 Alan Modra <amodra@gmail.com>
1314
1315 * Makefile.am: Remove netware support.
1316 * configure.tgt: Likewise.
1317 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1318 * emulparams/i386nw.sh: Delete.
1319 * emulparams/ppcnw.sh: Delete.
1320 * scripttempl/nw.sc: Delete.
1321 * Makefile.in: Regenerate.
1322 * po/BLD-POTFILES.in: Regenerate.
1323
702d1671
AM
13242018-04-14 Alan Modra <amodra@gmail.com>
1325
1326 * ldmain.c (main): Move config.maxpagesize and
1327 config.commonpagesize initialization to..
1328 * ldemul.c (after_parse_default): ..here.
1329 * testsuite/ld-powerpc/ppc476-shared.d: Pass -z common-page-size.
1330 * testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
1331
24acfe5e
AM
13322018-04-14 Alan Modra <amodra@gmail.com>
1333
1334 * emulparams/elf32ppcwindiss.sh: Rewrite to use elf32ppc.sh.
1335 * emulparams/ppclynx.sh: Likewise.
1336
a8eb42a8
AM
13372018-04-11 Alan Modra <amodra@gmail.com>
1338
1339 * emulparams/coff_i860.sh: Delete.
1340 * emulparams/elf32_i860.sh: Delete.
1341 * emulparams/elf32_i960.sh: Delete.
1342 * emulparams/gld960.sh: Delete.
1343 * emulparams/gld960coff.sh: Delete.
1344 * emulparams/lnk960.sh: Delete.
1345 * emultempl/gld960.em: Delete.
1346 * emultempl/gld960c.em: Delete.
1347 * emultempl/lnk960.em: Delete.
1348 * scripttempl/i860coff.sc: Delete.
1349 * scripttempl/i960.sc: Delete.
1350 * ld.texinfo: Remove i960 support.
1351 * Makefile.am: Remove i860 and i960 support.
1352 * configure.tgt: Likewise.
1353 * testsuite/ld-discard/extern.d: Likewise.
1354 * testsuite/ld-discard/start.d: Likewise.
1355 * testsuite/ld-discard/static.d: Likewise.
1356 * testsuite/ld-elf/compressed1d.d: Likewise.
1357 * testsuite/ld-elf/group1.d: Likewise.
1358 * testsuite/ld-elf/group3b.d: Likewise.
1359 * testsuite/ld-elf/group8a.d: Likewise.
1360 * testsuite/ld-elf/group8b.d: Likewise.
1361 * testsuite/ld-elf/group9a.d: Likewise.
1362 * testsuite/ld-elf/group9b.d: Likewise.
1363 * testsuite/ld-elf/linkonce2.d: Likewise.
1364 * testsuite/ld-elf/merge.d: Likewise.
1365 * testsuite/ld-elf/merge2.d: Likewise.
1366 * testsuite/ld-elf/merge3.d: Likewise.
1367 * testsuite/ld-elf/orphan-10.d: Likewise.
1368 * testsuite/ld-elf/orphan-11.d: Likewise.
1369 * testsuite/ld-elf/orphan-12.d: Likewise.
1370 * testsuite/ld-elf/orphan-9.d: Likewise.
1371 * testsuite/ld-elf/orphan-region.d: Likewise.
1372 * testsuite/ld-elf/orphan.d: Likewise.
1373 * testsuite/ld-elf/orphan3.d: Likewise.
1374 * testsuite/ld-elf/pr12851.d: Likewise.
1375 * testsuite/ld-elf/pr12975.d: Likewise.
1376 * testsuite/ld-elf/pr13177.d: Likewise.
1377 * testsuite/ld-elf/pr13195.d: Likewise.
1378 * testsuite/ld-elf/pr17550a.d: Likewise.
1379 * testsuite/ld-elf/pr17550b.d: Likewise.
1380 * testsuite/ld-elf/pr17550c.d: Likewise.
1381 * testsuite/ld-elf/pr17550d.d: Likewise.
1382 * testsuite/ld-elf/pr17615.d: Likewise.
1383 * testsuite/ld-elf/pr20528a.d: Likewise.
1384 * testsuite/ld-elf/pr20528b.d: Likewise.
1385 * testsuite/ld-elf/pr21562a.d: Likewise.
1386 * testsuite/ld-elf/pr21562b.d: Likewise.
1387 * testsuite/ld-elf/pr21562c.d: Likewise.
1388 * testsuite/ld-elf/pr21562d.d: Likewise.
1389 * testsuite/ld-elf/pr21562i.d: Likewise.
1390 * testsuite/ld-elf/pr21562j.d: Likewise.
1391 * testsuite/ld-elf/pr21562k.d: Likewise.
1392 * testsuite/ld-elf/pr21562l.d: Likewise.
1393 * testsuite/ld-elf/pr21562m.d: Likewise.
1394 * testsuite/ld-elf/pr21562n.d: Likewise.
1395 * testsuite/ld-elf/pr22677.d: Likewise.
1396 * testsuite/ld-elf/pr22836-1a.d: Likewise.
1397 * testsuite/ld-elf/pr22836-1b.d: Likewise.
1398 * testsuite/ld-elf/pr349.d: Likewise.
1399 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1400 * testsuite/ld-elf/sec64k.exp: Likewise.
1401 * testsuite/ld-elf/warn1.d: Likewise.
1402 * testsuite/ld-elf/warn2.d: Likewise.
1403 * testsuite/ld-elf/warn3.d: Likewise.
1404 * testsuite/lib/ld-lib.exp: Likewise.
1405 * Makefile.in: Regenerate.
1406 * po/BLD-POTFILES.in: Regenerate.
1407
18e404c4
AM
14082018-04-11 Alan Modra <amodra@gmail.com>
1409
1410 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Add -mpic for nds32.
1411
c4a614e2
AM
14122018-04-09 Alan Modra <amodra@gmail.com>
1413
1414 * po/BLD-POTFILES.in: Regenerate.
1415
3e04d765
AM
14162018-04-09 Alan Modra <amodra@gmail.com>
1417
1418 * emultempl/ppc64elf.em (no_inline_plt): New var.
1419 (ppc_before_allocation): Call ppc64_elf_inline_plt.
1420 (enum ppc64_opt): Add OPTION_NO_INLINE_OPT.
1421 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
1422 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
1423 * emultemps/ppc32elf.em (no_inline_opt): New var.
1424 (prelim_size_sections): New function, extracted from..
1425 (ppc_before_allocation): ..here. Call ppc_elf_inline_plt.
1426 (enum ppc32_opt): Add OPTION_NO_INLINE_OPT.
1427 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
1428 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
1429
2d7ad24e
AM
14302018-04-09 Alan Modra <amodra@gmail.com>
1431
1432 * emulparams/elf32ppc.sh (OTHER_RELRO_SECTIONS_2): Add .branch_lt.
1433 (OTHER_GOT_RELOC_SECTIONS): Add .rela.branch_lt.
1434 * testsuite/ld-powerpc/elfv2so.d: Update for symbol/stub reordering.
1435 * testsuite/ld-powerpc/relbrlt.d: Likewise.
1436 * testsuite/ld-powerpc/relbrlt.s: Likewise.
1437 * testsuite/ld-powerpc/tlsso.r: Likewise.
1438 * testsuite/ld-powerpc/tlstocso.r: Likewise.
1439
49c09209
AM
14402018-04-09 Alan Modra <amodra@gmail.com>
1441
1442 * ppc32elf.em (ppc_finish): Call ppc_finish_symbols.
1443
3cba8b6c
L
14442018-04-05 H.J. Lu <hongjiu.lu@intel.com>
1445
1446 PR gas/22318
1447 * configure: Regenerated.
1448
043e9508
NC
14492018-04-05 Nick Clifton <nickc@redhat.com>
1450
1451 PR 23030
1452 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure
1453 that the .IA_64.unwind_info and .IA_64.unwind sections are not
1454 subject to garbage collection.
1455
9d8e8f44
EB
14562018-04-04 Eric Botcazou <ebotcazou@adacore.com>
1457
1458 * deffile.h (def_file_add_import_from): Declare.
1459 (def_file_add_import_at): Likewise.
1460 * deffilep.y (fill_in_import): New function extracted from...
1461 (def_file_add_import): ...here. Call it.
1462 (def_file_add_import_from): New function.
1463 (def_file_add_import_at): Likewise.
1464 * pe-dll.c (pe_implied_import_dll): Use an optimized version of the
1465 insertion loop for imported symbols if possible.
1466
317ff008
EB
14672018-04-04 Eric Botcazou <ebotcazou@adacore.com>
1468
1469 * emultempl/pe.em (U_SIZE): Delete.
1470 (pe_data_import_dll): Likewise.
1471 (make_import_fixup): Return void, take 4th parameter and pass it down
1472 in call to pe_create_import_fixup.
1473 (pe_find_data_imports): Move to...
1474 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
1475 the auto-import pass and add a guard before running the latter.
1476 * emultempl/pep.em (U_SIZE): Delete.
1477 (pep_data_import_dll): Likewise.
1478 (make_import_fixup): Return void, take 4th parameter and pass it down
1479 in call to pe_create_import_fixup.
1480 (pep_find_data_imports): Move to...
1481 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
1482 the auto-import pass and add a guard before running the latter.
1483 * pe-dll.c (runtime_pseudp_reloc_v2_init): Change type to bfd_boolean.
1484 (pe_walk_relocs_of_symbol): Rename into...
1485 (pe_walk_relocs): ...this. Add 2 more parameters,4th parameter to the
1486 callback prototype and pass 4th parameter in calls to the callback.
1487 If the import hash table is present, invoke the callback on the reloc
1488 if the symbol name is in the table.
1489 (pe_find_data_imports): ...here. Take 2 parameters. Build an import
1490 hash table for the pseudo-relocation support version 2. When it is
1491 built, walk the relocations only once at the end; when it is not, do
1492 not build a fixup when the symbol isn't part of an import table.
1493 Issue the associated warning only after a first fixup is built.
1494 (tmp_seq2): Delete.
1495 (make_singleton_name_imp): Likewise.
1496 (make_import_fixup_mark): Return const char * and a stable string.
1497 (make_import_fixup_entry): Do not deal with the pseudo-relocation
1498 support version 2.
1499 (make_runtime_pseudo_reloc): Factor out code and fix formatting.
1500 (pe_create_import_fixup): Add 5th parameter. Clearly separate the
1501 pseudo-relocation support version 2 from the rest. Fix formatting.
1502 * pe-dll.h (pe_walk_relocs_of_symbol): Delete.
1503 (pe_find_data_imports): Declare.
1504 (pe_create_import_fixup): Add 5th parameter.
1505 * pep-dll.c (pe_data_import_dll): Delete.
1506 (pe_find_data_imports): Define.
1507 (pe_walk_relocs_of_symbol): Delete.
1508 * pep-dll.h (pep_walk_relocs_of_symbol): Delete.
1509 (pep_find_data_imports): Declare.
1510 (pep_create_import_fixup): Add 5th parameter.
1511 * ld.texinfo (--enable-auto-import): Adjust to new implementation.
1512
4fb0d2b9
NC
15132018-04-04 Nick Clifton <nickc@redhat.com>
1514
1515 * po/es.po: Updated Spanish translation.
1516
dfdad367
MR
15172018-04-03 Maciej W. Rozycki <macro@mips.com>
1518
1519 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
1520 `mips*-*-kfreebsd*-gnu' targets.
1521
e04ef022
RL
15222018-03-23 Renlin Li <renlin.li@arm.com>
1523
1524 PR ld/22970
1525 * testsuite/ld-aarch64/aarch64-elf.exp: Update to run new tests.
1526 * testsuite/ld-aarch64/emit-relocs-552-overflow.d: New.
1527 * testsuite/ld-aarch64/emit-relocs-552-overflow.s: New.
1528 * testsuite/ld-aarch64/emit-relocs-552.d: New.
1529 * testsuite/ld-aarch64/emit-relocs-552.s: New.
1530 * testsuite/ld-aarch64/emit-relocs-553.d: New.
1531 * testsuite/ld-aarch64/emit-relocs-553.s: New.
1532 * testsuite/ld-aarch64/emit-relocs-554-overflow.d: New.
1533 * testsuite/ld-aarch64/emit-relocs-554-overflow.s: New.
1534 * testsuite/ld-aarch64/emit-relocs-554.d: New.
1535 * testsuite/ld-aarch64/emit-relocs-554.s: New.
1536 * testsuite/ld-aarch64/emit-relocs-555.d: New.
1537 * testsuite/ld-aarch64/emit-relocs-555.s: New.
1538 * testsuite/ld-aarch64/emit-relocs-556-overflow.d: New.
1539 * testsuite/ld-aarch64/emit-relocs-556-overflow.s: New.
1540 * testsuite/ld-aarch64/emit-relocs-556.d: New.
1541 * testsuite/ld-aarch64/emit-relocs-556.s: New.
1542 * testsuite/ld-aarch64/emit-relocs-557.d: New.
1543 * testsuite/ld-aarch64/emit-relocs-557.s: New.
1544 * testsuite/ld-aarch64/emit-relocs-558-overflow.d: New.
1545 * testsuite/ld-aarch64/emit-relocs-558-overflow.s: New.
1546 * testsuite/ld-aarch64/emit-relocs-558.d: New.
1547 * testsuite/ld-aarch64/emit-relocs-558.s: New.
1548 * testsuite/ld-aarch64/emit-relocs-559.d: New.
1549 * testsuite/ld-aarch64/emit-relocs-559.s: New.
1550 * testsuite/ld-aarch64/emit-relocs-112-overflow.d: New.
1551 * testsuite/ld-aarch64/emit-relocs-112-overflow.s: New.
1552 * testsuite/ld-aarch64/emit-relocs-112.d: New.
1553 * testsuite/ld-aarch64/emit-relocs-112.s: New.
1554 * testsuite/ld-aarch64/emit-relocs-113.d: New.
1555 * testsuite/ld-aarch64/emit-relocs-113.s: New.
1556 * testsuite/ld-aarch64/emit-relocs-114-overflow.d: New.
1557 * testsuite/ld-aarch64/emit-relocs-114-overflow.s: New.
1558 * testsuite/ld-aarch64/emit-relocs-114.d: New.
1559 * testsuite/ld-aarch64/emit-relocs-114.s: New.
1560 * testsuite/ld-aarch64/emit-relocs-115.d: New.
1561 * testsuite/ld-aarch64/emit-relocs-115.s: New.
1562 * testsuite/ld-aarch64/emit-relocs-116-overflow.d: New.
1563 * testsuite/ld-aarch64/emit-relocs-116-overflow.s: New.
1564 * testsuite/ld-aarch64/emit-relocs-116.d: New.
1565 * testsuite/ld-aarch64/emit-relocs-116.s: New.
1566 * testsuite/ld-aarch64/emit-relocs-117.d: New.
1567 * testsuite/ld-aarch64/emit-relocs-117.s: New.
1568 * testsuite/ld-aarch64/emit-relocs-118-overflow.d: New.
1569 * testsuite/ld-aarch64/emit-relocs-118-overflow.s: New.
1570 * testsuite/ld-aarch64/emit-relocs-118.d: New.
1571 * testsuite/ld-aarch64/emit-relocs-118.s: New.
1572 * testsuite/ld-aarch64/emit-relocs-119.d: New.
1573 * testsuite/ld-aarch64/emit-relocs-119.s: New.
1574
f8745e1c
EB
15752018-03-28 Eric Botcazou <ebotcazou@adacore.com>
1576
1577 PR ld/22972
1578 * testsuite/ld-sparc/sparc.exp: Add test for mixed GOTDATA/GOT relocs.
1579 * testsuite/ld-sparc/gotop-hidden.c: New file.
1580 * testsuite/ld-sparc/got-hidden32.s: Likewise.
1581 * testsuite/ld-sparc/got-hidden64.s: Likewise.
1582 * testsuite/ld-sparc/pass.out: Likewise.
1583
bf54968b
L
15842018-03-25 H.J. Lu <hongjiu.lu@intel.com>
1585
1586 PR ld/23000
1587 * testsuite/ld-x86-64/tlsdesc.pd: Updated.
1588
f6c4d4b1
NC
15892018-03-23 Nick Clifton <nickc@redhat.com>
1590
1591 PR 22948
1592 * emultempl/pe.em (open_dynamic_archive): Add libXXX.lib template
1593 to library name list.
1594 * emultempl/pep.em (open_dynamic_archive): Likewise.
1595 * ld.texinfo (WIN32): Update documentation.
1596
cbac2231
RM
15972018-03-20 Roland McGrath <mcgrathr@google.com>
1598
1599 * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
1600 another target without RELRO.
1601
8c5b71ad
L
16022018-03-20 H.J. Lu <hongjiu.lu@intel.com>
1603
1604 * testsuite/ld-plugin/pr22983.d: Allow leading underscore as
1605 well as extra lines between symbols.
1606
ed381877
MR
16072018-03-20 Maciej W. Rozycki <macro@mips.com>
1608
1609 * testsuite/ld-gc/gc.exp: Remove extraneous LD flags from the
1610 personality test.
1611
416c34d6
L
16122018-03-20 H.J. Lu <hongjiu.lu@intel.com>
1613
1614 PR ld/22983
1615 * testsuite/ld-plugin/lto.exp: Run PR ld/22983 test.
1616 * testsuite/ld-plugin/pr22983.d: New file.
1617 * testsuite/ld-plugin/pr22983.t: Likewise.
1618 * testsuite/ld-plugin/pr22983a.c: Likewise.
1619 * testsuite/ld-plugin/pr22983b.c: Likewise.
1620
202d116e
AS
16212018-03-15 Andreas Schwab <schwab@suse.de>
1622
1623 PR ld/22949
1624 * emultempl/riscvelf.em (riscv_elf_before_allocation): Don't
1625 enable relaxation in relocatable link.
1626
f9671640
KLC
16272018-03-15 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1628
1629 * emultempl/nds32elf.em (nds32_elf_after_allocation): Remove
1630 unsupported target feature.
1631
9e223787
L
16322018-03-14 H.J. Lu <hongjiu.lu@intel.com>
1633
1634 PR ld/20882
1635 * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev
1636 section.
1637 * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
1638
bf485201
L
16392018-03-14 H.J. Lu <hongjiu.lu@intel.com>
1640
1641 * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
1642
b4a3689a
NC
16432018-03-13 Nick Clifton <nickc@redhat.com>
1644
1645 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1646
f657f8c4
NC
16472018-03-09 Nick Clifton <nickc@redhat.com>
1648
1649 * testsuite/ld-ifunc/ifuncmod5.s: New test. Checks that targets
1650 that support IFUNC symbols can handle relocations against those
1651 symbols in NOTE sections.
1652 * testsuite/ld-ifunc/ifuncmod5.d: New file: Driver for the new
1653 test.
1654 * testsuite/ld-ifunc/ifunc.exp: Run the new test.
1655
347a8774
L
16562018-03-08 H.J. Lu <hongjiu.lu@intel.com>
1657
1658 PR ld/22929
1659 * testsuite/ld-i386/i386.exp: Run PR ld/22929 test.
1660 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1661 * testsuite/ld-i386/pr22929.d: New file.
1662 * testsuite/ld-i386/pr22929.s: Likewise.
1663 * testsuite/ld-x86-64/pr22929.d: Likewise.
1664 * testsuite/ld-x86-64/pr22929.s: Likewise.
1665
d6ab6481
MF
16662018-03-07 Max Filippov <jcmvbkbc@gmail.com>
1667
1668 * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define.
1669
0c1ded8d
RL
16702018-03-07 Renlin Li <renlin.li@arm.com>
1671
1672 PR ld/20402
1673 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
1674 * testsuite/ld-aarch64/pr20402.s: New.
1675 * testsuite/ld-aarch64/pr20402.d: New.
1676
770aa8a3
JW
16772018-03-06 Jim Wilson <jimw@sifive.com>
1678
1679 PR 22920
1680 * emultempl/riscvelf.em (riscv_create_output_section_statements): New.
1681 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): New.
1682 * testsuite/ld-elf/pr21884.d (#notarget): Add riscv*-*-*.
1683 * testsuite/ld-unique/pr21529.d (#notarget): Likewise.
1684 * testsuite/ld-srec/srec.exp (run_srec_test): For riscv*-*-* target,
1685 call setup_xfail.
1686
dfb93f11
JC
16872018-03-03 James Cowgill <james.cowgill@mips.com>
1688 Maciej W. Rozycki <macro@mips.com>
1689
1690 PR ld/21900
1691 * testsuite/ld-mips-elf/undefined-warn.d: New test.
1692 * testsuite/ld-mips-elf/undefined.s: Add padding at the end.
1693 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1694
9a2ebffd
JW
16952018-03-02 Jim Wilson <jimw@sifive.com>
1696
1697 PR 22903
1698 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1699 Give stub_sec 8 byte alignment.
1700 * emulparams/aarch64cloudabi.sh (NOP): Set to 0x1f2003d5.
1701 * emulparams/aarch64elf.sh (NOP): Likewise.
1702 * emulparams/aarch64elf32.sh (NOP): Likewise.
1703 * emulparams/aarch64fbsd.sh (NOP): Likewise.
1704 * emulparams/aarch64linux.sh (NOP): Likewise.
1705 * emulparams/aarch64linux32.sh (NOP): Likewise.
1706 * testsuite/ld-aarch64/erratum835769.d: Adjust for added nop.
1707 * testsuite/ld-aarch64/erratum843419.d: Likewise.
1708 * testsuite/ld-aarch64/farcall-b-defsym.d: Likewise.
1709 * testsuite/ld-aarch64/farcall-b-none-function.d: Likewise.
1710 * testsuite/ld-aarch64/farcall-b-plt.d: Likewise.
1711 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
1712 * testsuite/ld-aarch64/farcall-b.d: Likewise.
1713 * testsuite/ld-aarch64/farcall-back.d: Likewise.
1714 * testsuite/ld-aarch64/farcall-bl-defsym.d: Likewise.
1715 * testsuite/ld-aarch64/farcall-bl-none-function.d: Likewise.
1716 * testsuite/ld-aarch64/farcall-bl-plt.d: Likewise.
1717 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1718 * testsuite/ld-aarch64/farcall-bl.d: Likewise.
1719
e184813f
AM
17202018-03-01 Alan Modra <amodra@gmail.com>
1721
1722 * configure.ac (ALL_LINGUAS): Add ja. Sort.
1723 * configure: Regenerate.
1724
889be5db
DR
17252018-02-28 Douglas B Rupp <rupp@adacore.com>
1726
1727 * ldmain.c (main): Remove directory separator, if any, from the
1728 end of the canonicalized sysroot.
1729
f6aec96d
L
17302018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1731
1732 * NEWS: Mention --enable-separate-code.
1733 * configure.ac: Add --enable-separate-code.
1734 (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.
1735 * configure.tgt: Default ac_default_ld_z_separate_code to 1 for
1736 Linux/x86 targets.
1737 * config.in: Regenerated.
1738 * configure: Likewise.
1739 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
1740 link_info.separate_code DEFAULT_LD_Z_SEPARATE_CODE.
1741
df5f2391
AM
17422018-02-26 Alan Modra <amodra@gmail.com>
1743
1744 * emulparams/call_nop.sh, * emulparams/cet.sh,
1745 * emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
1746 * emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
1747 * emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
1748 * emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
1749 * emultempl/elf-generic.em, * emultempl/hppaelf.em,
1750 * emultempl/linux.em, * emultempl/lnk960.em,
1751 * emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
1752 * emultempl/m68kelf.em, * emultempl/metagelf.em,
1753 * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
1754 * emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
1755 * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
1756 * emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
1757 * emultempl/scoreelf.em, * emultempl/sh64elf.em,
1758 * emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
1759 * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
1760 * emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
1761 * ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
1762 * ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
1763 * plugin.c: Standardize error/warning messages.
1764 * testsuite/ld-arc/jli-overflow.err,
1765 * testsuite/ld-arm/cmse-implib-errors.out,
1766 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
1767 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
1768 * testsuite/ld-arm/cmse-new-wrong-implib.out,
1769 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
1770 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
1771 * testsuite/ld-arm/vxworks1-static.d,
1772 * testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
1773 * testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
1774 * testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
1775 * testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
1776 * testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
1777 * testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
1778 * testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
1779 * testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
1780 * testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
1781 * testsuite/ld-i386/vxworks1-static.d,
1782 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
1783 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
1784 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
1785 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
1786 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
1787 * testsuite/ld-mips-elf/bal-jalx-pic.d,
1788 * testsuite/ld-mips-elf/jal-global-overflow-1.d,
1789 * testsuite/ld-mips-elf/jal-local-overflow-1.d,
1790 * testsuite/ld-mips-elf/mode-change-error-1.d,
1791 * testsuite/ld-mips-elf/unaligned-branch-2.d,
1792 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
1793 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
1794 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
1795 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
1796 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
1797 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
1798 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
1799 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
1800 * testsuite/ld-mips-elf/unaligned-branch.d,
1801 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
1802 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
1803 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
1804 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
1805 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
1806 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
1807 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
1808 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
1809 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
1810 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
1811 * testsuite/ld-mips-elf/unaligned-jump.d,
1812 * testsuite/ld-mips-elf/unaligned-ldpc-1.d,
1813 * testsuite/ld-mips-elf/unaligned-lwpc-1.d,
1814 * testsuite/ld-mips-elf/undefined.d,
1815 * testsuite/ld-mips-elf/vxworks1-static.d,
1816 * testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
1817 * testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
1818 * testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
1819 * testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
1820 * testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
1821 * testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
1822 * testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
1823 * testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
1824 * testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
1825 * testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
1826 * testsuite/ld-powerpc/aix-weak-3-32.d,
1827 * testsuite/ld-powerpc/aix-weak-3-64.d,
1828 * testsuite/ld-powerpc/vxworks1-static.d,
1829 * testsuite/ld-sh/vxworks1-static.d,
1830 * testsuite/ld-sparc/vxworks1-static.d,
1831 * testsuite/ld-undefined/undefined.exp,
1832 * testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
1833 * testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
1834
33589acb
AM
18352018-02-26 Alan Modra <amodra@gmail.com>
1836
1837 * Makefile.am (EMULATION_FILES, POTFILES): Delete.
1838 (SRC_POTFILES, BLD_POTFILES): Define.
1839 (po/POTFILES.in): Delete rule.
1840 (po/SRC-POTFILES.in, po/BLD-POTFILES.in): New rules.
1841 * configure.ac: Add AC_CONFIG_COMMANDS to create po/Makefile.
1842 * po/Make-in (DISTFILES): Remove POTFILES.in, add SRC-POTFILES.in
1843 and BLD-POTFILES.in.
1844 (POTFILES): Delete.
1845 (SRC-POTFILES, BLD-POTFILES): Define place marker.
1846 (ld.pot): Build from SRC-POTFILES plus BLD-POTFILES.
1847 (distclean, maintainer-clean): Tidy up new files.
1848 (POTFILES, POTFILES.in): Delete rules.
1849 (SRC-POTFILES, BLD-POTFILES, SRC-POTFILES.in, BLD-POTFILES.in):
1850 New rules.
1851 (Makefile): Depend on SRC-POTFILES and BLD-POTFILES.
1852 * po/SRC-POTFILES.in: Rename from po/POTFILES.in.
1853 * po/BLD-POTFILES.in: New file.
1854 * Makefile.in: Regenerate.
1855 * configure: Regenerate.
1856
38f14ab8
AM
18572018-02-26 Alan Modra <amodra@gmail.com>
1858
1859 * testsuite/ld-cris/pcrelcp-1.d,
1860 * testsuite/ld-mmix/start-2.d: Update.
1861
6e05870c
AM
18622018-02-26 Alan Modra <amodra@gmail.com>
1863
1864 * testsuite/ld-arm/cmse-implib-errors.out,
1865 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
1866 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
1867 * testsuite/ld-arm/cmse-new-wrong-implib.out,
1868 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
1869 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
1870 * testsuite/ld-cris/badgotr1.d,
1871 * testsuite/ld-cris/tls-err-24.d,
1872 * testsuite/ld-cris/tls-err-25.d,
1873 * testsuite/ld-cris/tls-err-26.d,
1874 * testsuite/ld-cris/tls-err-27.d,
1875 * testsuite/ld-cris/tls-err-28.d,
1876 * testsuite/ld-cris/tls-err-40.d,
1877 * testsuite/ld-cris/tls-err-44.d,
1878 * testsuite/ld-cris/tls-err-48.d,
1879 * testsuite/ld-cris/tls-err-52.d,
1880 * testsuite/ld-cris/tls-err-53.d,
1881 * testsuite/ld-cris/tls-err-55.d,
1882 * testsuite/ld-cris/tls-err-56.d,
1883 * testsuite/ld-cris/tls-err-62.d,
1884 * testsuite/ld-cris/tls-err-65.d,
1885 * testsuite/ld-cris/tls-err-77.d,
1886 * testsuite/ld-elf/empty-implib.out,
1887 * testsuite/ld-elf/indirect.exp: Update.
1888
90b6238f
AM
18892018-02-26 Alan Modra <amodra@gmail.com>
1890
1891 * testsuite/ld-aarch64/reloc-overflow-bad.d,
1892 * testsuite/ld-arm/attr-merge-9.out,
1893 * testsuite/ld-arm/attr-merge-arch-2.d,
1894 * testsuite/ld-arm/attr-merge-unknown-1.d,
1895 * testsuite/ld-arm/attr-merge-unknown-2.d,
1896 * testsuite/ld-arm/attr-merge-unknown-2r.d,
1897 * testsuite/ld-arm/attr-merge-unknown-3.d,
1898 * testsuite/ld-arm/cmse-implib-errors.out,
1899 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
1900 * testsuite/ld-arm/cmse-new-implib-no-output.out,
1901 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
1902 * testsuite/ld-arm/cmse-new-implib.out,
1903 * testsuite/ld-arm/cmse-new-wrong-implib.out,
1904 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
1905 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
1906 * testsuite/ld-arm/group-relocs-alu-bad-2.d,
1907 * testsuite/ld-arm/group-relocs-alu-bad.d,
1908 * testsuite/ld-arm/group-relocs-ldc-bad-2.d,
1909 * testsuite/ld-arm/group-relocs-ldc-bad.d,
1910 * testsuite/ld-arm/group-relocs-ldr-bad-2.d,
1911 * testsuite/ld-arm/group-relocs-ldr-bad.d,
1912 * testsuite/ld-arm/group-relocs-ldrs-bad-2.d,
1913 * testsuite/ld-arm/group-relocs-ldrs-bad.d,
1914 * testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d: Update.
1915
2c1c9679
AM
19162018-02-26 Alan Modra <amodra@gmail.com>
1917
1918 * testsuite/ld-mips-elf/attr-gnu-4-12.d,
1919 * testsuite/ld-mips-elf/attr-gnu-4-13.d,
1920 * testsuite/ld-mips-elf/attr-gnu-4-14.d,
1921 * testsuite/ld-mips-elf/attr-gnu-4-16.d,
1922 * testsuite/ld-mips-elf/attr-gnu-4-17.d,
1923 * testsuite/ld-mips-elf/attr-gnu-4-18.d,
1924 * testsuite/ld-mips-elf/attr-gnu-4-19.d,
1925 * testsuite/ld-mips-elf/attr-gnu-4-21.d,
1926 * testsuite/ld-mips-elf/attr-gnu-4-23.d,
1927 * testsuite/ld-mips-elf/attr-gnu-4-24.d,
1928 * testsuite/ld-mips-elf/attr-gnu-4-25.d,
1929 * testsuite/ld-mips-elf/attr-gnu-4-26.d,
1930 * testsuite/ld-mips-elf/attr-gnu-4-27.d,
1931 * testsuite/ld-mips-elf/attr-gnu-4-28.d,
1932 * testsuite/ld-mips-elf/attr-gnu-4-29.d,
1933 * testsuite/ld-mips-elf/attr-gnu-4-31.d,
1934 * testsuite/ld-mips-elf/attr-gnu-4-32.d,
1935 * testsuite/ld-mips-elf/attr-gnu-4-34.d,
1936 * testsuite/ld-mips-elf/attr-gnu-4-35.d,
1937 * testsuite/ld-mips-elf/attr-gnu-4-36.d,
1938 * testsuite/ld-mips-elf/attr-gnu-4-37.d,
1939 * testsuite/ld-mips-elf/attr-gnu-4-38.d,
1940 * testsuite/ld-mips-elf/attr-gnu-4-39.d,
1941 * testsuite/ld-mips-elf/attr-gnu-4-41.d,
1942 * testsuite/ld-mips-elf/attr-gnu-4-42.d,
1943 * testsuite/ld-mips-elf/attr-gnu-4-43.d,
1944 * testsuite/ld-mips-elf/attr-gnu-4-45.d,
1945 * testsuite/ld-mips-elf/attr-gnu-4-46.d,
1946 * testsuite/ld-mips-elf/attr-gnu-4-47.d,
1947 * testsuite/ld-mips-elf/attr-gnu-4-48.d,
1948 * testsuite/ld-mips-elf/attr-gnu-4-49.d,
1949 * testsuite/ld-mips-elf/attr-gnu-4-52.d,
1950 * testsuite/ld-mips-elf/attr-gnu-4-53.d,
1951 * testsuite/ld-mips-elf/attr-gnu-4-54.d,
1952 * testsuite/ld-mips-elf/attr-gnu-4-58.d,
1953 * testsuite/ld-mips-elf/attr-gnu-4-59.d,
1954 * testsuite/ld-mips-elf/attr-gnu-4-61.d,
1955 * testsuite/ld-mips-elf/attr-gnu-4-62.d,
1956 * testsuite/ld-mips-elf/attr-gnu-4-63.d,
1957 * testsuite/ld-mips-elf/attr-gnu-4-64.d,
1958 * testsuite/ld-mips-elf/attr-gnu-4-68.d,
1959 * testsuite/ld-mips-elf/attr-gnu-4-69.d,
1960 * testsuite/ld-mips-elf/attr-gnu-4-71.d,
1961 * testsuite/ld-mips-elf/attr-gnu-4-72.d,
1962 * testsuite/ld-mips-elf/attr-gnu-4-73.d,
1963 * testsuite/ld-mips-elf/attr-gnu-4-74.d,
1964 * testsuite/ld-mips-elf/attr-gnu-4-78.d,
1965 * testsuite/ld-mips-elf/attr-gnu-4-79.d,
1966 * testsuite/ld-mips-elf/attr-gnu-4-81.d,
1967 * testsuite/ld-mips-elf/attr-gnu-4-89.d,
1968 * testsuite/ld-mips-elf/attr-gnu-8-12.d,
1969 * testsuite/ld-mips-elf/attr-gnu-8-21.d,
1970 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
1971 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
1972 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
1973 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
1974 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
1975 * testsuite/ld-mips-elf/bal-jalx-pic.d,
1976 * testsuite/ld-mips-elf/mode-change-error-1.d,
1977 * testsuite/ld-mips-elf/unaligned-branch-2.d,
1978 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
1979 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
1980 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
1981 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
1982 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
1983 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
1984 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
1985 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
1986 * testsuite/ld-mips-elf/unaligned-branch.d,
1987 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
1988 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
1989 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
1990 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
1991 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
1992 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
1993 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
1994 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
1995 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
1996 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
1997 * testsuite/ld-mips-elf/unaligned-jump.d: Update.
1998
9793eb77
AM
19992018-02-26 Alan Modra <amodra@gmail.com>
2000
2001 * testsuite/ld-elf/indirect.exp,
2002 * testsuite/ld-elf/pr22649-2ab-mips.msg,
2003 * testsuite/ld-elf/pr22649-2cd-mips.msg,
2004 * testsuite/ld-elf/pr22649.msg,
2005 * testsuite/ld-elf/tls_common.exp,
2006 * testsuite/ld-elfcomm/elfcomm.exp,
2007 * testsuite/ld-arm/attr-merge-incompatible.d,
2008 * testsuite/ld-tic6x/attr-compatibility-gnu-other.d,
2009 * testsuite/ld-tic6x/attr-compatibility-other-gnu.d,
2010 * testsuite/ld-tic6x/attr-compatibility-other-other.d,
2011 * testsuite/ld-i386/warn1.d: Update expected error/warning messages.
2012
cf97bcb0
AM
20132018-02-26 Alan Modra <amodra@gmail.com>
2014
2015 * testsuite/ld-powerpc/attr-gnu-12-21.d,
2016 * testsuite/ld-powerpc/attr-gnu-4-12.d,
2017 * testsuite/ld-powerpc/attr-gnu-4-13.d,
2018 * testsuite/ld-powerpc/attr-gnu-4-21.d,
2019 * testsuite/ld-powerpc/attr-gnu-4-23.d,
2020 * testsuite/ld-powerpc/attr-gnu-4-31.d,
2021 * testsuite/ld-powerpc/attr-gnu-4-32.d,
2022 * testsuite/ld-powerpc/attr-gnu-8-23.d: Update.
2023
bbad9962
AM
20242018-02-21 Alan Modra <amodra@gmail.com>
2025
2026 * testsuite/ld-elf/group8b.d: Run test on ia64. Use xfail rather
2027 than notarget.
2028 * testsuite/ld-elf/pr12851.d: Likewise.
2029 * testsuite/ld-elf/pr12975.d: Likewise.
2030 * testsuite/ld-elf/pr13177.d: Likewise.
2031 * testsuite/ld-elf/pr13195.d: Likewise.
2032 * testsuite/ld-elf/pr17615.d: Likewise.
2033 * testsuite/ld-elf/pr21562a.d: Likewise.
2034 * testsuite/ld-elf/pr21562b.d: Likewise.
2035 * testsuite/ld-elf/pr21562c.d: Likewise.
2036 * testsuite/ld-elf/pr21562d.d: Likewise.
2037 * testsuite/ld-elf/pr21562i.d: Likewise.
2038 * testsuite/ld-elf/pr21562j.d: Likewise.
2039 * testsuite/ld-elf/pr21562k.d: Likewise.
2040 * testsuite/ld-elf/pr21562l.d: Likewise.
2041 * testsuite/ld-elf/pr21562m.d: Likewise.
2042 * testsuite/ld-elf/pr21562n.d: Likewise.
2043 * testsuite/ld-elf/group9a.d: Run test on ia64 and alpha. Use xfail
2044 rather than notarget.
2045 * testsuite/ld-elf/group9b.d: Likewise.
2046 * testsuite/ld-elf/pr22677.d: Likewise.
2047
6798f8bf
MR
20482018-02-19 Maciej W. Rozycki <macro@mips.com>
2049
2050 * testsuite/ld-mips-elf/reginfo-0.d: New test.
2051 * testsuite/ld-mips-elf/reginfo-0r.d: New test.
2052 * testsuite/ld-mips-elf/reginfo-1.d: New test.
2053 * testsuite/ld-mips-elf/reginfo-1r.d: New test.
2054 * testsuite/ld-mips-elf/reginfo-2.d: New test.
2055 * testsuite/ld-mips-elf/reginfo-2r.d: New test.
2056 * testsuite/ld-mips-elf/mips-abiflags-0.d: New test.
2057 * testsuite/ld-mips-elf/mips-abiflags-0r.d: New test.
2058 * testsuite/ld-mips-elf/mips-abiflags-1.d: New test.
2059 * testsuite/ld-mips-elf/mips-abiflags-1r.d: New test.
2060 * testsuite/ld-mips-elf/mips-abiflags-2.d: New test.
2061 * testsuite/ld-mips-elf/mips-abiflags-2r.d: New test.
2062 * testsuite/ld-mips-elf/reginfo-0.ld: New test linker script.
2063 * testsuite/ld-mips-elf/reginfo-1.ld: New test linker script.
2064 * testsuite/ld-mips-elf/mips-abiflags-0.ld: New test linker
2065 script.
2066 * testsuite/ld-mips-elf/mips-abiflags-1.ld: New test linker
2067 script.
2068 * testsuite/ld-mips-elf/reginfo-1.s: New test source.
2069 * testsuite/ld-mips-elf/reginfo-2.s: New test source.
2070 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2071
8772de11
MR
20722018-02-19 Maciej W. Rozycki <macro@mips.com>
2073
2074 * ldlang.c (insert_pad): Do not change output section's size if
2075 SEC_FIXED_SIZE is set in the flags.
2076 (size_input_section): Likewise.
2077 (lang_size_sections_1): Likewise.
2078 (lang_reset_memory_regions): Likewise.
2079
c1c8c1ef
AM
20802018-02-19 Alan Modra <amodra@gmail.com>
2081
2082 * ldmisc.c (vfinfo) Handle %pI, %pR, %pS and %pT in place of
2083 %I, %R, %S and %T.
2084 * ldcref.c, * ldctor.c, * ldemul.c, * ldexp.c, * ldgram.y,
2085 * ldlang.c, * ldlex.l, * ldmain.c, * ldmisc.c, * pe-dll.c,
2086 * emultempl/sh64elf.em: Replace use of of %I, %R, %S and %T in
2087 format strings passed to einfo and friends by %pI, %pR, %pS and %pT.
2088
871b3ab2
AM
20892018-02-19 Alan Modra <amodra@gmail.com>
2090
2091 * ldmisc.c (vfinfo): Handle %pA and %pB in place of %A and %B.
2092 * ldcref.c: Update all messages using %A and %B.
2093 * ldexp.c: Likewise.
2094 * ldlang.c: Likewise.
2095 * ldmain.c: Likewise.
2096 * ldmisc.c: Likewise.
2097 * pe-dll.c: Likewise.
2098 * plugin.c: Likewise.
2099 * emultempl/beos.em: Likewise.
2100 * emultempl/cr16elf.em: Likewise.
2101 * emultempl/elf32.em: Likewise.
2102 * emultempl/m68kcoff.em: Likewise.
2103 * emultempl/m68kelf.em: Likewise.
2104 * emultempl/mmo.em: Likewise.
2105 * emultempl/nds32elf.em: Likewise.
2106 * emultempl/pe.em: Likewise.
2107 * emultempl/pep.em: Likewise.
2108 * emultempl/spuelf.em: Likewise.
2109 * emultempl/sunos.em: Likewise.
2110 * emultempl/xtensaelf.em: Likewise.
2111
f61f94ec
L
21122018-02-19 H.J. Lu <hongjiu.lu@intel.com>
2113
2114 PR ld/22845
2115 * testsuite/ld-elf/frame.exp: Skip if -shared isn't supported.
2116 Add tests for "-z noseparate-code" and "-z separate-code".
2117 Remove unsupported -shared check.
2118
d85502cf
L
21192018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2120
2121 PR ld/22845
2122 * testsuite/ld-elf/ehdr_start.d: Pass --build-id to ld.
2123
34b00afa
L
21242018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2125
2126 PR ld/22845
2127 * testsuite/ld-elf/binutils.exp (tls_opts): Add tests for
2128 "-z noseparate-code" and "-z separate-code".
2129
92d9e363
L
21302018-02-17 H.J. Lu <hongjiu.lu@intel.com>
2131
2132 PR ld/22845
2133 * ld-elf/eh4.d: Pass -z max-page-size=0x200000 -z noseparate-code
2134 to ld.
2135
c2596c4a
L
21362018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2137
2138 * testsuite/ld-x86-64/bnd-branch-1-now.d: Add -z
2139 max-page-size=0x200000 -z noseparate-code.
2140 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
2141 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
2142 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2143 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
2144 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2145 * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
2146 * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
2147 * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
2148 * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
2149 * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
2150 * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
2151 * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
2152 * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
2153 * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
2154 * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
2155 * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
2156 * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
2157 * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
2158 * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
2159 * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
2160 * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
2161 * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
2162 * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
2163 * testsuite/ld-x86-64/load1a.d: Likewise.
2164 * testsuite/ld-x86-64/load1b.d: Likewise.
2165 * testsuite/ld-x86-64/load1c.d: Likewise.
2166 * testsuite/ld-x86-64/load1d.d: Likewise.
2167 * testsuite/ld-x86-64/pie3.d: Likewise.
2168 * testsuite/ld-x86-64/pr14207.d: Likewise.
2169 * testsuite/ld-x86-64/pr17618.d: Likewise.
2170 * testsuite/ld-x86-64/pr19162.d: Likewise.
2171 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
2172 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
2173 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
2174 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
2175 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
2176 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
2177 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
2178 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
2179 * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
2180 * testsuite/ld-x86-64/pr20830a.d: Likewise.
2181 * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
2182 * testsuite/ld-x86-64/pr20830b.d: Likewise.
2183 * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
2184 * testsuite/ld-x86-64/pr21038a.d: Likewise.
2185 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
2186 * testsuite/ld-x86-64/pr21038b.d: Likewise.
2187 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
2188 * testsuite/ld-x86-64/pr21038c.d: Likewise.
2189
c441b623
L
21902018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2191
2192 * testsuite/ld-x86-64/bnd-ifunc-1.d: Updated.
2193 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2194
197741f1
L
21952018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2196
2197 * testsuite/ld-x86-64/mpx.exp: Add -z max-page-size=0x200000
2198 -z noseparate-code.
2199
7c9f387a
L
22002018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2201
2202 * testsuite/ld-x86-64/x86-64.exp: Add -z noseparate-code
2203 -z max-page-size=0x200000, excluding NaCl target.
2204
c9d3eb5f
L
22052018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2206
2207 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
2208 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
2209 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
2210 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
2211 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
2212 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
2213 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
2214
679a5bc8
L
22152018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2216
2217 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Add
2218 -z max-page-size=0x200000 -z noseparate-code.
2219 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
2220 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
2221 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2222 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2223 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
2224 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2225
62e2b91b
L
22262018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2227
2228 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated for i386.
2229 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2230 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2231
9f4aec8d
L
22322018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2233
2234 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2235 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2236 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2237
410a69a0
L
22382018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2239
2240 * testsuite/ld-i386/ibt-plt-1.d: Add -z noseparate-code.
2241 * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
2242 * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
2243 * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
2244 * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
2245 * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
2246 * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
2247 * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
2248 * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
2249 * testsuite/ld-i386/load1.d: Likewise.
2250 * testsuite/ld-i386/pie1.d: Likewise.
2251 * testsuite/ld-i386/pr20244-1a.d: Likewise.
2252 * testsuite/ld-i386/pr20244-1b.d: Likewise.
2253 * testsuite/ld-i386/pr20244-2a.d: Likewise.
2254 * testsuite/ld-i386/pr20244-2b.d: Likewise.
2255 * testsuite/ld-i386/pr20244-2c.d: Likewise.
2256 * testsuite/ld-i386/pr20244-4a.d: Likewise.
2257 * testsuite/ld-i386/pr20244-4b.d: Likewise.
2258 * testsuite/ld-i386/pr20830.d: Likewise.
2259
75bd00e8
L
22602018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2261
2262 * testsuite/ld-i386/pr19636-1a.d: Updated.
2263 * testsuite/ld-i386/pr19636-1b.d: Likewise.
2264 * testsuite/ld-i386/pr19636-1j.d: Likewise.
2265 * testsuite/ld-i386/pr19636-1k.d: Likewise.
2266 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2267 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2268
760b2893
L
22692018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2270
2271 * testsuite/ld-i386/i386.exp: Add -z noseparate-code.
2272
75cdede0
L
22732018-02-16 H.J. Lu <hongjiu.lu@intel.com>
2274
2275 * testsuite/ld-elf/pr19162.d: Add -z noseparate-code.
2276 * testsuite/ld-elf/textaddr1.d: Likewise.
2277 * testsuite/ld-elf/textaddr2.d: Likewise.
2278 * testsuite/ld-elf/textaddr4.d: Likewise.
2279 * testsuite/ld-elf/textaddr6.d: Likewise.
2280
2a0d9853
JW
22812018-02-15 Jim Wilson <jimw@sifive.com>
2282
2283 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run pcrel-lo-addend test.
2284 * testsuite/ld-riscv-elf/pcrel-lo-addend.d: New.
2285 * testsuite/ld-riscv-elf/pcrel-lo-addend.s: New.
2286
451875b4
L
22872018-02-14 H.J. Lu <hongjiu.lu@intel.com>
2288
2289 PR ld/22842
2290 * testsuite/ld-i386/i386.exp: Run PR ld/22842 tests.
2291 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2292 * testsuite/ld-i386/pr22842a.c: New file.
2293 * testsuite/ld-i386/pr22842b.S: Likewise.
2294 * testsuite/ld-x86-64/pr22842a.c: Likewise.
2295 * testsuite/ld-x86-64/pr22842a.rd: Likewise.
2296 * testsuite/ld-x86-64/pr22842b.S: Likewise.
2297 * testsuite/ld-x86-64/pr22842b.rd: Likewise.
2298
d4dd94f8
MR
22992018-02-14 Maciej W. Rozycki <macro@mips.com>
2300
2301 * ldlex.h (ldlex_command): Remove prototype.
2302
85f2093d
L
23032018-02-13 H.J. Lu <hongjiu.lu@intel.com>
2304
2305 * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
2306 pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so.
2307
60f763ee
AM
23082018-02-14 H.J. Lu <hongjiu.lu@intel.com>
2309
2310 PR 22836
2311 * testsuite/ld-elf/pr22836-1.s: New file.
2312 * testsuite/ld-elf/pr22836-1a.d: Likewise.
2313 * testsuite/ld-elf/pr22836-1b.d: Likewise.
2314
bd7ab16b
L
23152018-02-13 H.J. Lu <hongjiu.lu@intel.com>
2316
2317 PR gas/22791
2318 * testsuite/ld-x86-64/mpx1c.rd: Updated.
2319 * testsuite/ld-x86-64/pr22791-1.err: New file.
2320 * testsuite/ld-x86-64/pr22791-1a.c: Likewise.
2321 * testsuite/ld-x86-64/pr22791-1b.s: Likewise.
2322 * testsuite/ld-x86-64/pr22791-2.rd: Likewise.
2323 * testsuite/ld-x86-64/pr22791-2a.s: Likewise.
2324 * testsuite/ld-x86-64/pr22791-2b.c: Likewise.
2325 * testsuite/ld-x86-64/pr22791-2c.s: Likewise.
2326 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests.
2327
6e5e9d58
AM
23282018-02-13 Alan Modra <amodra@gmail.com>
2329
2330 PR 22836
2331 * testsuite/ld-elf/pr22836-2.d,
2332 * testsuite/ld-elf/pr22836-2.s: New test.
2333
f2731e0c
AM
23342018-02-13 Alan Modra <amodra@gmail.com>
2335
2336 * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
2337
407aa07c
AM
23382018-02-07 Alan Modra <amodra@gmail.com>
2339
2340 Revert 2018-01-17 Alan Modra <amodra@gmail.com>
2341 * emultempl/ppc32elf.em: Remove --speculate-indirect-jumps support.
2342 * emultempl/ppc64elf.em: Likesize
2343 * ld.texinfo: Likewise
2344 * testsuite/ld-powerpc/elfv2exe.d,
2345 * testsuite/ld-powerpc/elfv2so.d,
2346 * testsuite/ld-powerpc/relbrlt.d,
2347 * testsuite/ld-powerpc/powerpc.exp: Likewise.
2348
c20c30f6
EB
23492018-02-06 Eric Botcazou <ebotcazou@adacore.com>
2350
2351 * testsuite/ld-elf/tls.exp (AFLAGS_PIC): Define on SPARC.
2352 (pr22263-1): Pass AFLAGS_PIC to the assembler.
2353 * testsuite/ld-sparc/tlspie32.s: Add test for other 3 transitions.
2354 * testsuite/ld-sparc/tlspie32.dd: Adjust to above.
2355 * testsuite/ld-sparc/tlspie64.s: Add test for other 3 transitions.
2356 * testsuite/ld-sparc/tlspie64.dd: Adjust to above.
2357
279b2f94
RL
23582018-02-05 Renlin Li <renlin.li@arm.com>
2359
2360 PR ld/22764
2361 * testsuite/ld-aarch64/emit-relocs-258.s: Define symbol as an address.
2362 * testsuite/ld-aarch64/emit-relocs-259.s: Likewise.
2363 * testsuite/ld-aarch64/pr22764.s: New.
2364 * testsuite/ld-aarch64/pr22764.d: New.
2365
cd048363
L
23662018-02-05 H.J. Lu <hongjiu.lu@intel.com>
2367
2368 PR ld/22782
2369 * testsuite/ld-i386/discarded1.s: Replace mov with div.
2370 * testsuite/ld-x86-64/discarded1.s: Likewise.
2371 * testsuite/ld-i386/i386.exp: Run pr22782.
2372 * testsuite/ld-i386/load1-nacl.d: Updated for removing
2373 _GLOBAL_OFFSET_TABLE_ from output.
2374 * testsuite/ld-i386/load1.d: Likewise.
2375 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
2376 * testsuite/ld-x86-64/load1a.d: Likewise.
2377 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
2378 * testsuite/ld-x86-64/load1b.d: Likewise.
2379 * testsuite/ld-i386/pr22782.d: New file.
2380 * testsuite/ld-i386/pr22782.s: Likewise.
2381 * testsuite/ld-x86-64/pr22782.s: Likewise.
2382 * testsuite/ld-x86-64/pr22782a.d: Likewise.
2383 * testsuite/ld-x86-64/pr22782b.d: Likewise.
2384 * testsuite/ld-x86-64/x86-64.exp: Run pr22782a and pr22782b.
2385
f174ef9f
NC
23862018-02-05 Nick Clifton <nickc@redhat.com>
2387
2388 * po/pt_BR.po: Updated Brazilian Portuguese translation.
2389
9f7393d8
L
23902018-02-04 H.J. Lu <hongjiu.lu@intel.com>
2391
2392 * testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
2393 * testsuite/ld-i386/lea1e.d: Likewise.
2394 * testsuite/ld-i386/lea1f.d: Likewise.
2395 * testsuite/ld-x86-64/lea1g.d: Likewise.
2396 * testsuite/ld-x86-64/lea1h.d: Likewise.
2397 * testsuite/ld-x86-64/lea1i.d: Likewise.
2398 * testsuite/ld-x86-64/lea1j.d: Likewise.
2399 * testsuite/ld-x86-64/lea1k.d: Likewise.
2400 * testsuite/ld-x86-64/lea1l.d: Likewise.
2401
b0daac83
NC
24022018-02-03 Nick Clifton <nickc@redhat.com>
2403
2404 PR 22762
2405 * scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and
2406 __DTOR_LIST__ symbols. Add a comment explaining why this is
2407 necessary.
2408 * scripttemp/pep.sc: Likewise.
2409 * ld.texinfo (PROVIDE): Add a note about the effect of common
2410 symbols.
2411
138a158f
SL
24122018-02-03 Sandra Loosemore <sandra@codesourcery.com>
2413
2414 * emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
2415
e54d3c94
MR
24162018-02-02 Maciej W. Rozycki <macro@mips.com>
2417
2418 * testsuite/ld-elf/shared.exp: Add $AFLAGS_PIC throughout to PIC
2419 assembly builds where missing and remove `tic6x-*-*' XFAIL
2420 markings accordingly.
2421
e99955cd
SM
24222018-02-01 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * ldexp.c (fold_name, exp_fold_tree_1): Avoid pointer arithmetic
2425 on NULL pointer.
2426
f000c2b9
L
24272018-01-31 H.J. Lu <hongjiu.lu@intel.com>
2428
2429 * testsuite/ld-elf/pr21964-5.c (my_var): Mark as used.
2430
450b6317
MR
24312018-01-31 Maciej W. Rozycki <macro@mips.com>
2432
2433 * testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
2434
8988502d
MR
24352018-01-31 Maciej W. Rozycki <macro@mips.com>
2436
2437 * testsuite/ld-elf/comm-data.exp: Pass `-call_shared' to links
2438 involving a shared library for `mips*vr4100*-*-elf*',
2439 `mips*vr4300*-*-elf*' and `mips*vr5000*-*-elf*' targets.
2440 * testsuite/ld-elf/provide-hidden.exp: Likewise.
2441 * testsuite/ld-elf/shared.exp: Likewise.
2442 * testsuite/ld-gc/gc.exp: Likewise.
2443 * testsuite/ld-mips-elf/comm-data.exp: Likewise.
2444
f3a9baf1
MR
24452018-01-31 Maciej W. Rozycki <macro@mips.com>
2446
2447 * testsuite/ld-elf/elf.exp: Move shared library tests over to...
2448 * testsuite/ld-elf/shared.exp: ... here.
2449
bf3077a6
MM
24502018-01-31 Michael Matz <matz@suse.de>
2451
2452 * testsuite/ld-elf/pr21964-5.c: New test.
2453 * testsuite/ld-elf/shared.exp: Run it.
2454
823143c6
L
24552018-01-31 H.J. Lu <hongjiu.lu@intel.com>
2456
2457 PR ld/21964
2458 * testsuite/ld-elf/pr21964-4.c: New file.
2459 * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
2460
040b4a9e
AM
24612018-01-30 Alan Modra <amodra@gmail.com>
2462
2463 * testsuite/ld-gc/stop.d,
2464 * testsuite/ld-gc/stop.s: New test.
2465 * testsuite/ld-gc/gc.exp: Run it.
2466
af667f22
MR
24672018-01-30 Maciej W. Rozycki <macro@mips.com>
2468
2469 PR ld/22649
2470 * testsuite/ld-elf/pr22649-2ab-mips.msg: New stderr output.
2471 * testsuite/ld-elf/pr22649-2cd-mips.msg: New stderr output.
2472 * testsuite/ld-elf/shared.exp: Use the new outputs with
2473 `mips*-*-*' targets.
2474
82252033
MR
24752018-01-30 Maciej W. Rozycki <macro@mips.com>
2476
2477 * testsuite/ld-elf/comm-data1.sd: Alternatively accept
2478 `PRC[0xff02]' in place of a regular section index.
2479 * testsuite/ld-elf/pr21703-shared.sd: Likewise `PRC[0xff01]'.
2480
36b8fda5
AM
24812018-01-29 Alan Modra <amodra@gmail.com>
2482
2483 * testsuite/ld-elf/pr21964-3a.c: New file.
2484 * testsuite/ld-elf/pr21964-3c.c: New file.
2485 * testsuite/ld-elf/shared.exp: Run new __start/__stop testcase.
2486
185cdb8c
EB
24872018-01-29 Eric Botcazou <ebotcazou@adacore.com>
2488
2489 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Define on SPARC.
2490 (pr22269-1): Pass AFLAGS_PIC to the assembler.
2491
d85815e2
EB
24922018-01-29 Eric Botcazou <ebotcazou@adacore.com>
2493
2494 * testsuite/ld-elf/pr22450.d: Remove reference to SPARC64.
2495
86b24e15
MR
24962018-01-29 Maciej W. Rozycki <macro@mips.com>
2497
2498 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
2499 targets using non-traditional MIPS emulation or having a limited
2500 selection of ABIs available. Don't force big endianness, use
2501 defaults.
2502
98d72909
L
25032018-01-29 H.J. Lu <hongjiu.lu@intel.com>
2504
2505 PR ld/22732
2506 * testsuite/config/default.exp (STATIC_LDFLAGS): New. Set to
2507 "-static" if target compiler supports it.
2508 * testsuite/ld-bootstrap/bootstrap.exp: Skip static executable
2509 tests if target compiler doesn't support it.
2510 * testsuite/ld-ifunc/ifunc.exp: Likewise.
2511 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise.
2512 (run_cc_link_tests): Likewise.
2513
fef75122
L
25142018-01-27 H.J. Lu <hongjiu.lu@intel.com>
2515
2516 PR ld/22751
2517 * testsuite/config/default.exp (INT128_CFLAGS): New.
2518 * testsuite/ld-plugin/lto.exp (INT128_CFLAGS): New.
2519 Run ld/22751 tests.
2520 * testsuite/ld-plugin/pr22751.c: New file.
2521 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Add
2522 ld trailing options.
2523
d580dcc7
AM
25242018-01-28 Alan Modra <amodra@gmail.com>
2525
2526 PR 22751
2527 * ldlang.c (find_rescan_insertion): Look past bfds with claim_archive
2528 set.
2529
2ebd05b8
MR
25302018-01-26 Maciej W. Rozycki <macro@mips.com>
2531
2532 * emulparams/elf32mipswindiss.sh (EXTRA_EM_FILE): Set to
2533 `mipself'.
2534
bb363086
EB
25352018-01-25 Eric Botcazou <ebotcazou@adacore.com>
2536
2537 * testsuite/ld-sparc/sparc.exp (32-bit: Helper shared library):
2538 Link with a version script.
2539 (32-bit: TLS -fpie): New test.
2540 (64-bit: Helper shared library): Link with a version script.
2541 (64-bit: TLS -fpie): New test.
2542 (64-bit: GOTDATA relocations): Pass -Av9 to the assembler.
2543 * testsuite/ld-sparc/tlslib.ver: New file.
2544 * testsuite/ld-sparc/tlspie32.dd: Likewise.
2545 * testsuite/ld-sparc/tlspie32.s: Likewise.
2546 * testsuite/ld-sparc/tlspie64.dd: Likewise.
2547 * testsuite/ld-sparc/tlspie64.s: Likewise.
2548 * testsuite/ld-sparc/tlssunbin32.dd: Adjust for versioned symbol.
2549 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
2550 * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
2551 * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
2552 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
2553 * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
2554
1daf502a
RL
25552018-01-24 Renlin Li <renlin.li@arm.com>
2556
2557 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testes.
2558 * testsuite/ld-aarch64/emit-relocs-287.s: Fix test case.
2559 * testsuite/ld-aarch64/emit-relocs-287.d: Fix expected output.
2560 * testsuite/ld-aarch64/emit-relocs-287-overflow.s: New.
2561 * testsuite/ld-aarch64/emit-relocs-287-overflow.d: New.
2562 * testsuite/ld-aarch64/emit-relocs-288.d: New.
2563 * testsuite/ld-aarch64/emit-relocs-288.s: New.
2564 * testsuite/ld-aarch64/emit-relocs-289.d: New.
2565 * testsuite/ld-aarch64/emit-relocs-289.s: New.
2566 * testsuite/ld-aarch64/emit-relocs-289-overflow.s: New.
2567 * testsuite/ld-aarch64/emit-relocs-289-overflow.d: New.
2568 * testsuite/ld-aarch64/emit-relocs-290.d: New.
2569 * testsuite/ld-aarch64/emit-relocs-290.s: New.
2570 * testsuite/ld-aarch64/emit-relocs-291.d: New.
2571 * testsuite/ld-aarch64/emit-relocs-291.s: New.
2572 * testsuite/ld-aarch64/emit-relocs-291-overflow.s: New.
2573 * testsuite/ld-aarch64/emit-relocs-291-overflow.d: New.
2574 * testsuite/ld-aarch64/emit-relocs-292.d: New.
2575 * testsuite/ld-aarch64/emit-relocs-292.s: New.
2576 * testsuite/ld-aarch64/emit-relocs-293.d: New.
2577 * testsuite/ld-aarch64/emit-relocs-293.s: New.
2578
8a1b824a
L
25792018-01-20 H.J. Lu <hongjiu.lu@intel.com>
2580
2581 PR ld/22721
2582 * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests.
2583 * testsuite/ld-plugin/pr22721.t: New file.
2584 * testsuite/ld-plugin/pr22721a.s: Likewise.
2585 * testsuite/ld-plugin/pr22721b.c: Likewise.
2586
1ebfa86a
L
25872018-01-18 H.J. Lu <hongjiu.lu@intel.com>
2588
2589 * testsuite/ld-elf/group1.d: Also xfail Solaris.
2590
f7968f08
L
25912018-01-18 H.J. Lu <hongjiu.lu@intel.com>
2592
2593 * testsuite/ld-elf/linkinfo1a.d: Updated for slightly different
2594 PLT/GOT order/layout for Solaris/x86 targets.
2595 * testsuite/ld-elf/linkinfo1b.d: Likewise.
2596
c5bdb022
L
25972018-01-18 H.J. Lu <hongjiu.lu@intel.com>
2598
2599 PR ld/22728
2600 * emultempl/solaris2.em (elf_solaris2_after_allocation): Fold
2601 into ...
2602 (elf_solaris2_before_allocation): This.
2603 (LDEMUL_AFTER_ALLOCATION): Removed.
2604
691d2e9a
AM
26052018-01-18 Alan Modra <amodra@gmail.com>
2606
2607 * emultempl/ppc32elf.em: Support optional --plt-align arg.
2608 * emultempl/ppc64elf.em: Support negative --plt-align arg.
2609
1be5d8d3
AM
26102018-01-17 Alan Modra <amodra@gmail.com>
2611
2612 * emultempl/ppc32elf.em (params): Init new field.
2613 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
2614 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
2615 (PARSE_AND_LIST_LONGOPTS): Handle new options.
2616 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2617 (PARSE_AND_LIST_OPTIONS): Likewise.
2618 * emultempl/ppc64elf.em (params): Init new field.
2619 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
2620 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
2621 (PARSE_AND_LIST_LONGOPTS): Handle --speculate-indirect-jumps.
2622 (PARSE_AND_LIST_OPTIONS): Likewise.
2623 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2624 * ld.texinfo (--no-plt-thread-safe): Correct itemx.
2625 (--speculate-indirect-jumps): Document.
2626 * testsuite/ld-powerpc/elfv2exe.d,
2627 * testsuite/ld-powerpc/elfv2so.d,
2628 * testsuite/ld-powerpc/relbrlt.d,
2629 * testsuite/ld-powerpc/powerpc.exp: Disable plt alignment and
2630 speculation barriers on various tests.
2631
9e390558
AM
26322018-01-17 Alan Modra <amodra@gmail.com>
2633
2634 * emultempl/ppc32elf.em (params): Init new field.
2635 (enum ppc32_opt): New enum to define OPTION_* values. Add
2636 OPTION_PLT_ALIGN and OPTION_NO_PLT_ALIGN.
2637 (PARSE_AND_LIST_LONGOPTS): Handle new options.
2638 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2639 (PARSE_AND_LIST_OPTIONS): Likewise. Break up help output.
2640 * emultempl/ppc64elf.em (ppc_add_stub_section): Init alignment
2641 correctly for negative --plt-stub-align.
2642 * testsuite/ld-powerpc/elfv2exe.d,
2643 * testsuite/ld-powerpc/elfv2so.d,
2644 * testsuite/ld-powerpc/relbrlt.d,
2645 * testsuite/ld-powerpc/relbrlt.s,
2646 * testsuite/ld-powerpc/tlsexe.d,
2647 * testsuite/ld-powerpc/tlsexe.r,
2648 * testsuite/ld-powerpc/tlsexe32.d,
2649 * testsuite/ld-powerpc/tlsexe32.g,
2650 * testsuite/ld-powerpc/tlsexe32.r,
2651 * testsuite/ld-powerpc/tlsexetoc.d,
2652 * testsuite/ld-powerpc/tlsexetoc.r,
2653 * testsuite/ld-powerpc/tlsopt5_32.d,
2654 * testsuite/ld-powerpc/tlsso.d,
2655 * testsuite/ld-powerpc/tlstocso.d: Update for changed stub order.
2656
f6efed01
NC
26572018-01-16 Nick Clifton <nickc@redhat.com>
2658
f174ef9f 2659 * po/pt_BR.po: Updated Brazilian Portuguese translation.
f6efed01 2660
616dcb87
NC
26612018-01-15 Nick Clifton <nickc@redhat.com>
2662
2663 * po/uk.po: Updated Ukranian translation.
2664
3957a496
NC
26652018-01-13 Nick Clifton <nickc@redhat.com>
2666
2667 * po/ld.pot: Regenerated.
2668
769c7ea5
NC
26692018-01-13 Nick Clifton <nickc@redhat.com>
2670
2671 * configure: Regenerate.
2672
9176ac5b
NC
26732018-01-13 Nick Clifton <nickc@redhat.com>
2674
faf766e3 2675 2.30 branch created.
9176ac5b
NC
2676 * NEWS: Add marker for 2.30.
2677
5ae5d3fd
AM
26782018-01-12 Alan Modra <amodra@gmail.com>
2679
2680 * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
2681 initialization" for currently failing targets.
2682
87e79a65
AM
26832018-01-12 Alan Modra <amodra@gmail.com>
2684
2685 PR ld/22649
2686 * testsuite/ld-elf/pr22649.msg: Allow other messages.
2687 * testsuite/ld-elf/shared.exp: Check that --gc-sections is
2688 supported before running ld/22649 tests.
2689
97a232d7
NC
26902018-01-12 Nick Clifton <nickc@redhat.com>
2691
2692 * emultempl/elf32.em (_handle_option): Add support for "-z undefs"
2693 as the opposite of "-z defs".
2694 * ld.texinfo: Document the new option. Update the description of
2695 the -z defs option to make it clear that it does generate an error
2696 if an undefined symbol reference is found in an object file whilst
2697 creating a shared library.
2698 * NEWS: Document this new feature.
2699
33eff4ce
L
27002018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2701
2702 * testsuite/ld-elf/pr22393-2a.rd: Replace "-z textonly" with
2703 "-z separate-code".
2704 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
2705 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
2706 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
2707
cf9e7f1f
L
27082018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2709
2710 PR ld/22393
2711 * testsuite/ld-x86-64/pr22393-3a.c: New file.
2712 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
2713 * testsuite/ld-x86-64/pr22393-3b.c: Likewise.
2714 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
2715 * testsuite/ld-x86-64/x86-64.exp: Run tests for -z separate-code
2716 -z max-page-size=0x1000.
2717
d346bb27
L
27182018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2719
2720 PR ld/22393
2721 * testsuite/ld-elf/pr16322.d: Add -z noseparate-code.
2722 * testsuite/ld-elf/pr22393-1.s: New file.
2723 * testsuite/ld-elf/pr22393-1a.d: Likewise.
2724 * testsuite/ld-elf/pr22393-1b.d: Likewise.
2725 * testsuite/ld-elf/pr22393-1c.d: Likewise.
2726 * testsuite/ld-elf/pr22393-1d.d: Likewise.
2727 * testsuite/ld-elf/pr22393-1e.d: Likewise.
2728 * testsuite/ld-elf/pr22393-1f.d: Likewise.
2729 * testsuite/ld-elf/pr22393-2a.c: Likewise.
2730 * testsuite/ld-elf/pr22393-2a.rd: Likewise.
2731 * testsuite/ld-elf/pr22393-2b.c: Likewise.
2732 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
2733 * testsuite/ld-elf/shared.exp: Run tests for -z separate-code.
2734
47acac12
L
27352018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2736
2737 PR ld/22393
2738 * NEWS: Mention "-z separate-code".
2739 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Get
2740 builtin linker scripts and return linker scripts from disk for
2741 "-z separate-code".
2742 (gld${EMULATION_NAME}_handle_option): Handle "-z separate-code"
2743 and "-z noseparate-code".
2744 * genscripts.sh: Generate linker scripts for "-z separate-code".
2745 (LD_FLAG): Set to *textonly for "-z separate-code".
2746 * ld.texinfo: Document "-z separate-code".
2747 * lexsup.c (elf_shlib_list_options): Add linker help messsages
2748 for "-z separate-code" and "-z noseparate-code".
2749 * scripttempl/elf.sc (SEPARATE_TEXT): New
2750 (TEXT_SEGMENT_ALIGN): Likewise.
2751 Use ${TEXT_SEGMENT_ALIGN} to align and pad text segment to
2752 ${MAXPAGESIZE}.
2753
d664fd41
L
27542018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2755
2756 PR ld/22649
2757 * testsuite/ld-elf/pr22649-1.s: New file.
2758 * testsuite/ld-elf/pr22649-2a.s: Likewise.
2759 * testsuite/ld-elf/pr22649-2b.s: Likewise.
2760 * testsuite/ld-elf/pr22649.msg: Likewise.
2761 * testsuite/ld-elf/shared.exp: Run ld/22649 tests.
2762
8b6f4cd3
L
27632018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2764
2765 PR ld/22677
2766 * scripttempl/elf.sc (PREINIT_ARRAY): New.
2767 Don't add .preinit_array for ld -r.
2768 * testsuite/ld-elf/pr22677.d: New file.
2769 * testsuite/ld-elf/pr22677.s: Likewise.
2770
65f14869
AB
27712018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2772
2773 * ldexp.h (union etree_union): Remove defsym field.
2774 * ldexp.c (exp_assop): Remove defsym parameter, and use of defsym
2775 parameter.
2776 (exp_assign): Remove passing of defsym parameter.
2777 (exp_defsym): Likewise.
2778 (exp_provide): Likewise.
2779
eab62f2f
AB
27802018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2781
2782 * ldexp.c (exp_fold_tree_1): Rework condition underwhich provide
2783 nodes are ignored in the tree walk, and move the location at which
2784 we change provide nodes into provided nodes.
2785 (exp_init_os): Add etree_provided.
2786 * testsuite/ld-scripts/provide-6.d: New file.
2787 * testsuite/ld-scripts/provide-6.t: New file.
2788 * testsuite/ld-scripts/provide-7.d: New file.
2789 * testsuite/ld-scripts/provide-7.t: New file.
2790 * testsuite/ld-scripts/provide-8.d: New file.
2791 * testsuite/ld-scripts/provide-8.t: New file.
2792
8be965c5
AB
27932018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2794
2795 * testsuite/ld-scripts/provide-3.d: Add xfail directive.
2796 * testsuite/ld-scripts/provide-4.d: Use new map file name.
2797 * testsuite/ld-scripts/provide-5.d: Use new map file name.
2798 * testsuite/ld-scripts/provide-4-map.d: Renamed to...
2799 * testsuite/ld-scripts/provide-4.map: ...this.
2800 * testsuite/ld-scripts/provide-5-map.d: Renamed to...
2801 * testsuite/ld-scripts/provide-5.map: ...this.
2802 * testsuite/ld-scripts/provide.exp: Move xfail into provide-3.d
2803 file, and run tests in a loop.
2804
b3b9f8d3
AB
28052018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2806
2807 * ldexp.c (exp_print_tree): Use '=' instead of ',' when printing
2808 PROVIDE statements.
2809 * testsuite/ld-scripts/provide-4.map: Update expected output.
2810 * testsuite/ld-scripts/provide-5.map: Likewise.
2811
6bd0a312
L
28122018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2813
2814 PR ld/22696
2815 * scripttempl/elf.sc: Fix the order of SHLIB_RODATA_ADDR.
2816
74ccf6db
JW
28172018-01-09 Jim Wilson <jimw@sifive.com>
2818
2819 * testsuite/ld-elf/eh-frame-hdr.d (#xfail): Delete
2820 (#alltargets): Renamed from #target. Add shared.
2821 * testsuite/lib/ld-lib.exp (run_dump_test): Document shared target.
2822 Document alltargets option. Add support for alltargets option.
2823 (istarget): Add support for shared target.
2824
7615ca1d
JW
28252018-01-08 Jim Wilson <jimw@sifive.com>
2826
2827 * testsuite/ld-riscv-elf/c-lui.d: Don't use -shared. Check for _start
2828 instead of .text.
2829 * testsuite/ld-riscv-elf/c-lui.s: Add _start label.
2830 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Before __global_pointer$
2831 tests, add call to check_shared_lib_support.
2832
be1dce26
JW
28332018-01-05 Jim Wilson <jimw@sifive.com>
2834
35eeb78f
JW
2835 * testsuite/ld-riscv-elf/disas-jalr.d: New.
2836 * testsuite/ld-riscv-elf/disas-jalr.s: New.
2837 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
2838
be1dce26
JW
2839 * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside
2840 case on $target, and don't set for riscv*-elf targets.
2841 (GENERATE_PIE_SCRIPT): Likewise.
2842
219d1afa
AM
28432018-01-03 Alan Modra <amodra@gmail.com>
2844
2845 Update year range in copyright notice of all files.
2846
1e563868 2847For older changes see ChangeLog-2017
3499769a 2848\f
1e563868 2849Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
2850
2851Copying and distribution of this file, with or without modification,
2852are permitted in any medium without royalty provided the copyright
2853notice and this notice are preserved.
2854
2855Local Variables:
2856mode: change-log
2857left-margin: 8
2858fill-column: 74
2859version-control: never
2860End:
This page took 0.293692 seconds and 4 git commands to generate.