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