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