powerpc-lynxos and powerpc-windiss fixes
[external/binutils.git] / ld / ChangeLog
1 2018-04-14  Alan Modra  <amodra@gmail.com>
2
3         * emulparams/elf32ppcwindiss.sh: Rewrite to use elf32ppc.sh.
4         * emulparams/ppclynx.sh: Likewise.
5
6 2018-04-11  Alan Modra  <amodra@gmail.com>
7
8         * emulparams/coff_i860.sh: Delete.
9         * emulparams/elf32_i860.sh: Delete.
10         * emulparams/elf32_i960.sh: Delete.
11         * emulparams/gld960.sh: Delete.
12         * emulparams/gld960coff.sh: Delete.
13         * emulparams/lnk960.sh: Delete.
14         * emultempl/gld960.em: Delete.
15         * emultempl/gld960c.em: Delete.
16         * emultempl/lnk960.em: Delete.
17         * scripttempl/i860coff.sc: Delete.
18         * scripttempl/i960.sc: Delete.
19         * ld.texinfo: Remove i960 support.
20         * Makefile.am: Remove i860 and i960 support.
21         * configure.tgt: Likewise.
22         * testsuite/ld-discard/extern.d: Likewise.
23         * testsuite/ld-discard/start.d: Likewise.
24         * testsuite/ld-discard/static.d: Likewise.
25         * testsuite/ld-elf/compressed1d.d: Likewise.
26         * testsuite/ld-elf/group1.d: Likewise.
27         * testsuite/ld-elf/group3b.d: Likewise.
28         * testsuite/ld-elf/group8a.d: Likewise.
29         * testsuite/ld-elf/group8b.d: Likewise.
30         * testsuite/ld-elf/group9a.d: Likewise.
31         * testsuite/ld-elf/group9b.d: Likewise.
32         * testsuite/ld-elf/linkonce2.d: Likewise.
33         * testsuite/ld-elf/merge.d: Likewise.
34         * testsuite/ld-elf/merge2.d: Likewise.
35         * testsuite/ld-elf/merge3.d: Likewise.
36         * testsuite/ld-elf/orphan-10.d: Likewise.
37         * testsuite/ld-elf/orphan-11.d: Likewise.
38         * testsuite/ld-elf/orphan-12.d: Likewise.
39         * testsuite/ld-elf/orphan-9.d: Likewise.
40         * testsuite/ld-elf/orphan-region.d: Likewise.
41         * testsuite/ld-elf/orphan.d: Likewise.
42         * testsuite/ld-elf/orphan3.d: Likewise.
43         * testsuite/ld-elf/pr12851.d: Likewise.
44         * testsuite/ld-elf/pr12975.d: Likewise.
45         * testsuite/ld-elf/pr13177.d: Likewise.
46         * testsuite/ld-elf/pr13195.d: Likewise.
47         * testsuite/ld-elf/pr17550a.d: Likewise.
48         * testsuite/ld-elf/pr17550b.d: Likewise.
49         * testsuite/ld-elf/pr17550c.d: Likewise.
50         * testsuite/ld-elf/pr17550d.d: Likewise.
51         * testsuite/ld-elf/pr17615.d: Likewise.
52         * testsuite/ld-elf/pr20528a.d: Likewise.
53         * testsuite/ld-elf/pr20528b.d: Likewise.
54         * testsuite/ld-elf/pr21562a.d: Likewise.
55         * testsuite/ld-elf/pr21562b.d: Likewise.
56         * testsuite/ld-elf/pr21562c.d: Likewise.
57         * testsuite/ld-elf/pr21562d.d: Likewise.
58         * testsuite/ld-elf/pr21562i.d: Likewise.
59         * testsuite/ld-elf/pr21562j.d: Likewise.
60         * testsuite/ld-elf/pr21562k.d: Likewise.
61         * testsuite/ld-elf/pr21562l.d: Likewise.
62         * testsuite/ld-elf/pr21562m.d: Likewise.
63         * testsuite/ld-elf/pr21562n.d: Likewise.
64         * testsuite/ld-elf/pr22677.d: Likewise.
65         * testsuite/ld-elf/pr22836-1a.d: Likewise.
66         * testsuite/ld-elf/pr22836-1b.d: Likewise.
67         * testsuite/ld-elf/pr349.d: Likewise.
68         * testsuite/ld-elf/sec-to-seg.exp: Likewise.
69         * testsuite/ld-elf/sec64k.exp: Likewise.
70         * testsuite/ld-elf/warn1.d: Likewise.
71         * testsuite/ld-elf/warn2.d: Likewise.
72         * testsuite/ld-elf/warn3.d: Likewise.
73         * testsuite/lib/ld-lib.exp: Likewise.
74         * Makefile.in: Regenerate.
75         * po/BLD-POTFILES.in: Regenerate.
76
77 2018-04-11  Alan Modra  <amodra@gmail.com>
78
79         * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Add -mpic for nds32.
80
81 2018-04-09  Alan Modra  <amodra@gmail.com>
82
83         * po/BLD-POTFILES.in: Regenerate.
84
85 2018-04-09  Alan Modra  <amodra@gmail.com>
86
87         * emultempl/ppc64elf.em (no_inline_plt): New var.
88         (ppc_before_allocation): Call ppc64_elf_inline_plt.
89         (enum ppc64_opt): Add OPTION_NO_INLINE_OPT.
90         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
91         PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
92         * emultemps/ppc32elf.em (no_inline_opt): New var.
93         (prelim_size_sections): New function, extracted from..
94         (ppc_before_allocation): ..here.  Call ppc_elf_inline_plt.
95         (enum ppc32_opt): Add OPTION_NO_INLINE_OPT.
96         (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
97         PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
98
99 2018-04-09  Alan Modra  <amodra@gmail.com>
100
101         * emulparams/elf32ppc.sh (OTHER_RELRO_SECTIONS_2): Add .branch_lt.
102         (OTHER_GOT_RELOC_SECTIONS): Add .rela.branch_lt.
103         * testsuite/ld-powerpc/elfv2so.d: Update for symbol/stub reordering.
104         * testsuite/ld-powerpc/relbrlt.d: Likewise.
105         * testsuite/ld-powerpc/relbrlt.s: Likewise.
106         * testsuite/ld-powerpc/tlsso.r: Likewise.
107         * testsuite/ld-powerpc/tlstocso.r: Likewise.
108
109 2018-04-09  Alan Modra  <amodra@gmail.com>
110
111         * ppc32elf.em (ppc_finish): Call ppc_finish_symbols.
112
113 2018-04-05  H.J. Lu  <hongjiu.lu@intel.com>
114
115         PR gas/22318
116         * configure: Regenerated.
117
118 2018-04-05  Nick Clifton  <nickc@redhat.com>
119
120         PR 23030
121         * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure
122         that the .IA_64.unwind_info and .IA_64.unwind sections are not
123         subject to garbage collection.
124
125 2018-04-04  Eric Botcazou  <ebotcazou@adacore.com>
126
127         * deffile.h (def_file_add_import_from): Declare.
128         (def_file_add_import_at): Likewise.
129         * deffilep.y (fill_in_import): New function extracted from...
130         (def_file_add_import): ...here.  Call it.
131         (def_file_add_import_from): New function.
132         (def_file_add_import_at): Likewise.
133         * pe-dll.c (pe_implied_import_dll): Use an optimized version of the
134         insertion loop for imported symbols if possible.
135
136 2018-04-04  Eric Botcazou  <ebotcazou@adacore.com>
137
138         * emultempl/pe.em (U_SIZE): Delete.
139         (pe_data_import_dll): Likewise.
140         (make_import_fixup): Return void, take 4th parameter and pass it down
141         in call to pe_create_import_fixup.
142         (pe_find_data_imports): Move to...
143         (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
144         the auto-import pass and add a guard before running the latter.
145         * emultempl/pep.em (U_SIZE): Delete.
146         (pep_data_import_dll): Likewise.
147         (make_import_fixup): Return void, take 4th parameter and pass it down
148         in call to pe_create_import_fixup.
149         (pep_find_data_imports): Move to...
150         (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
151         the auto-import pass and add a guard before running the latter.
152         * pe-dll.c (runtime_pseudp_reloc_v2_init): Change type to bfd_boolean.
153         (pe_walk_relocs_of_symbol): Rename into...
154         (pe_walk_relocs): ...this.  Add 2 more parameters,4th parameter to the
155         callback prototype and pass 4th parameter in calls to the callback.
156         If the import hash table is present, invoke the callback on the reloc
157         if the symbol name is in the table.
158         (pe_find_data_imports): ...here.  Take 2 parameters.  Build an import
159         hash table for the pseudo-relocation support version 2.  When it is
160         built, walk the relocations only once at the end; when it is not, do
161         not build a fixup when the symbol isn't part of an import table.
162         Issue the associated warning only after a first fixup is built.
163         (tmp_seq2): Delete.
164         (make_singleton_name_imp): Likewise.
165         (make_import_fixup_mark): Return const char * and a stable string.
166         (make_import_fixup_entry): Do not deal with the pseudo-relocation
167         support version 2.
168         (make_runtime_pseudo_reloc): Factor out code and fix formatting.
169         (pe_create_import_fixup): Add 5th parameter.  Clearly separate the
170         pseudo-relocation support version 2 from the rest.  Fix formatting.
171         * pe-dll.h (pe_walk_relocs_of_symbol): Delete.
172         (pe_find_data_imports): Declare.
173         (pe_create_import_fixup): Add 5th parameter.
174         * pep-dll.c (pe_data_import_dll): Delete.
175         (pe_find_data_imports): Define.
176         (pe_walk_relocs_of_symbol): Delete.
177         * pep-dll.h (pep_walk_relocs_of_symbol): Delete.
178         (pep_find_data_imports): Declare.
179         (pep_create_import_fixup): Add 5th parameter.
180         * ld.texinfo (--enable-auto-import): Adjust to new implementation.
181
182 2018-04-04  Nick Clifton  <nickc@redhat.com>
183
184         * po/es.po: Updated Spanish translation.
185
186 2018-04-03  Maciej W. Rozycki  <macro@mips.com>
187
188         * testsuite/ld-mips-elf/comm-data.exp: Correct support for
189         `mips*-*-kfreebsd*-gnu' targets.
190
191 2018-03-23  Renlin Li  <renlin.li@arm.com>
192
193         PR ld/22970
194         * testsuite/ld-aarch64/aarch64-elf.exp: Update to run new tests.
195         * testsuite/ld-aarch64/emit-relocs-552-overflow.d: New.
196         * testsuite/ld-aarch64/emit-relocs-552-overflow.s: New.
197         * testsuite/ld-aarch64/emit-relocs-552.d: New.
198         * testsuite/ld-aarch64/emit-relocs-552.s: New.
199         * testsuite/ld-aarch64/emit-relocs-553.d: New.
200         * testsuite/ld-aarch64/emit-relocs-553.s: New.
201         * testsuite/ld-aarch64/emit-relocs-554-overflow.d: New.
202         * testsuite/ld-aarch64/emit-relocs-554-overflow.s: New.
203         * testsuite/ld-aarch64/emit-relocs-554.d: New.
204         * testsuite/ld-aarch64/emit-relocs-554.s: New.
205         * testsuite/ld-aarch64/emit-relocs-555.d: New.
206         * testsuite/ld-aarch64/emit-relocs-555.s: New.
207         * testsuite/ld-aarch64/emit-relocs-556-overflow.d: New.
208         * testsuite/ld-aarch64/emit-relocs-556-overflow.s: New.
209         * testsuite/ld-aarch64/emit-relocs-556.d: New.
210         * testsuite/ld-aarch64/emit-relocs-556.s: New.
211         * testsuite/ld-aarch64/emit-relocs-557.d: New.
212         * testsuite/ld-aarch64/emit-relocs-557.s: New.
213         * testsuite/ld-aarch64/emit-relocs-558-overflow.d: New.
214         * testsuite/ld-aarch64/emit-relocs-558-overflow.s: New.
215         * testsuite/ld-aarch64/emit-relocs-558.d: New.
216         * testsuite/ld-aarch64/emit-relocs-558.s: New.
217         * testsuite/ld-aarch64/emit-relocs-559.d: New.
218         * testsuite/ld-aarch64/emit-relocs-559.s: New.
219         * testsuite/ld-aarch64/emit-relocs-112-overflow.d: New.
220         * testsuite/ld-aarch64/emit-relocs-112-overflow.s: New.
221         * testsuite/ld-aarch64/emit-relocs-112.d: New.
222         * testsuite/ld-aarch64/emit-relocs-112.s: New.
223         * testsuite/ld-aarch64/emit-relocs-113.d: New.
224         * testsuite/ld-aarch64/emit-relocs-113.s: New.
225         * testsuite/ld-aarch64/emit-relocs-114-overflow.d: New.
226         * testsuite/ld-aarch64/emit-relocs-114-overflow.s: New.
227         * testsuite/ld-aarch64/emit-relocs-114.d: New.
228         * testsuite/ld-aarch64/emit-relocs-114.s: New.
229         * testsuite/ld-aarch64/emit-relocs-115.d: New.
230         * testsuite/ld-aarch64/emit-relocs-115.s: New.
231         * testsuite/ld-aarch64/emit-relocs-116-overflow.d: New.
232         * testsuite/ld-aarch64/emit-relocs-116-overflow.s: New.
233         * testsuite/ld-aarch64/emit-relocs-116.d: New.
234         * testsuite/ld-aarch64/emit-relocs-116.s: New.
235         * testsuite/ld-aarch64/emit-relocs-117.d: New.
236         * testsuite/ld-aarch64/emit-relocs-117.s: New.
237         * testsuite/ld-aarch64/emit-relocs-118-overflow.d: New.
238         * testsuite/ld-aarch64/emit-relocs-118-overflow.s: New.
239         * testsuite/ld-aarch64/emit-relocs-118.d: New.
240         * testsuite/ld-aarch64/emit-relocs-118.s: New.
241         * testsuite/ld-aarch64/emit-relocs-119.d: New.
242         * testsuite/ld-aarch64/emit-relocs-119.s: New.
243
244 2018-03-28  Eric Botcazou  <ebotcazou@adacore.com>
245
246         PR ld/22972
247         * testsuite/ld-sparc/sparc.exp: Add test for mixed GOTDATA/GOT relocs.
248         * testsuite/ld-sparc/gotop-hidden.c: New file.
249         * testsuite/ld-sparc/got-hidden32.s: Likewise.
250         * testsuite/ld-sparc/got-hidden64.s: Likewise.
251         * testsuite/ld-sparc/pass.out: Likewise.
252
253 2018-03-25  H.J. Lu  <hongjiu.lu@intel.com>
254
255         PR ld/23000
256         * testsuite/ld-x86-64/tlsdesc.pd: Updated.
257
258 2018-03-23  Nick Clifton  <nickc@redhat.com>
259
260         PR 22948
261         * emultempl/pe.em (open_dynamic_archive): Add libXXX.lib template
262         to library name list.
263         * emultempl/pep.em (open_dynamic_archive): Likewise.
264         * ld.texinfo (WIN32): Update documentation.
265
266 2018-03-20  Roland McGrath  <mcgrathr@google.com>
267
268         * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
269         another target without RELRO.
270
271 2018-03-20  H.J. Lu  <hongjiu.lu@intel.com>
272
273         * testsuite/ld-plugin/pr22983.d: Allow leading underscore as
274         well as extra lines between symbols.
275
276 2018-03-20  Maciej W. Rozycki  <macro@mips.com>
277
278         * testsuite/ld-gc/gc.exp: Remove extraneous LD flags from the
279         personality test.
280
281 2018-03-20  H.J. Lu  <hongjiu.lu@intel.com>
282
283         PR ld/22983
284         * testsuite/ld-plugin/lto.exp: Run PR ld/22983 test.
285         * testsuite/ld-plugin/pr22983.d: New file.
286         * testsuite/ld-plugin/pr22983.t: Likewise.
287         * testsuite/ld-plugin/pr22983a.c: Likewise.
288         * testsuite/ld-plugin/pr22983b.c: Likewise.
289
290 2018-03-15  Andreas Schwab  <schwab@suse.de>
291
292         PR ld/22949
293         * emultempl/riscvelf.em (riscv_elf_before_allocation): Don't
294         enable relaxation in relocatable link.
295
296 2018-03-15  Kuan-Lin Chen  <kuanlinchentw@gmail.com>
297
298         * emultempl/nds32elf.em (nds32_elf_after_allocation): Remove
299         unsupported target feature.
300
301 2018-03-14  H.J. Lu  <hongjiu.lu@intel.com>
302
303         PR ld/20882
304         * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev
305         section.
306         * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
307
308 2018-03-14  H.J. Lu  <hongjiu.lu@intel.com>
309
310         * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
311
312 2018-03-13  Nick Clifton  <nickc@redhat.com>
313
314         * po/pt_BR.po: Updated Brazilian Portuguese translation.
315
316 2018-03-09  Nick Clifton  <nickc@redhat.com>
317
318         * testsuite/ld-ifunc/ifuncmod5.s: New test.  Checks that targets
319         that support IFUNC symbols can handle relocations against those
320         symbols in NOTE sections.
321         * testsuite/ld-ifunc/ifuncmod5.d: New file:  Driver for the new
322         test.
323         * testsuite/ld-ifunc/ifunc.exp: Run the new test.
324
325 2018-03-08  H.J. Lu  <hongjiu.lu@intel.com>
326
327         PR ld/22929
328         * testsuite/ld-i386/i386.exp: Run PR ld/22929 test.
329         * testsuite/ld-x86-64/x86-64.exp: Likewise.
330         * testsuite/ld-i386/pr22929.d: New file.
331         * testsuite/ld-i386/pr22929.s: Likewise.
332         * testsuite/ld-x86-64/pr22929.d: Likewise.
333         * testsuite/ld-x86-64/pr22929.s: Likewise.
334
335 2018-03-07  Max Filippov  <jcmvbkbc@gmail.com>
336
337         * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define.
338
339 2018-03-07  Renlin Li  <renlin.li@arm.com>
340
341         PR ld/20402
342         * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
343         * testsuite/ld-aarch64/pr20402.s: New.
344         * testsuite/ld-aarch64/pr20402.d: New.
345
346 2018-03-06  Jim Wilson  <jimw@sifive.com>
347
348         PR 22920
349         * emultempl/riscvelf.em (riscv_create_output_section_statements): New.
350         (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): New.
351         * testsuite/ld-elf/pr21884.d (#notarget): Add riscv*-*-*.
352         * testsuite/ld-unique/pr21529.d (#notarget): Likewise.
353         * testsuite/ld-srec/srec.exp (run_srec_test): For riscv*-*-* target,
354         call setup_xfail.
355
356 2018-03-03  James Cowgill  <james.cowgill@mips.com>
357             Maciej W. Rozycki  <macro@mips.com>
358
359         PR ld/21900
360         * testsuite/ld-mips-elf/undefined-warn.d: New test.
361         * testsuite/ld-mips-elf/undefined.s: Add padding at the end.
362         * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
363
364 2018-03-02  Jim Wilson  <jimw@sifive.com>
365
366         PR 22903
367         * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
368         Give stub_sec 8 byte alignment.
369         * emulparams/aarch64cloudabi.sh (NOP): Set to 0x1f2003d5.
370         * emulparams/aarch64elf.sh (NOP): Likewise.
371         * emulparams/aarch64elf32.sh (NOP): Likewise.
372         * emulparams/aarch64fbsd.sh (NOP): Likewise.
373         * emulparams/aarch64linux.sh (NOP): Likewise.
374         * emulparams/aarch64linux32.sh (NOP): Likewise.
375         * testsuite/ld-aarch64/erratum835769.d: Adjust for added nop.
376         * testsuite/ld-aarch64/erratum843419.d: Likewise.
377         * testsuite/ld-aarch64/farcall-b-defsym.d: Likewise.
378         * testsuite/ld-aarch64/farcall-b-none-function.d: Likewise.
379         * testsuite/ld-aarch64/farcall-b-plt.d: Likewise.
380         * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
381         * testsuite/ld-aarch64/farcall-b.d: Likewise.
382         * testsuite/ld-aarch64/farcall-back.d: Likewise.
383         * testsuite/ld-aarch64/farcall-bl-defsym.d: Likewise.
384         * testsuite/ld-aarch64/farcall-bl-none-function.d: Likewise.
385         * testsuite/ld-aarch64/farcall-bl-plt.d: Likewise.
386         * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
387         * testsuite/ld-aarch64/farcall-bl.d: Likewise.
388
389 2018-03-01  Alan Modra  <amodra@gmail.com>
390
391         * configure.ac (ALL_LINGUAS): Add ja.  Sort.
392         * configure: Regenerate.
393
394 2018-02-28  Douglas B Rupp  <rupp@adacore.com>
395
396         * ldmain.c (main): Remove directory separator, if any, from the
397         end of the canonicalized sysroot.
398
399 2018-02-27  H.J. Lu  <hongjiu.lu@intel.com>
400
401         * NEWS: Mention --enable-separate-code.
402         * configure.ac: Add --enable-separate-code.
403         (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.
404         * configure.tgt: Default ac_default_ld_z_separate_code to 1 for
405         Linux/x86 targets.
406         * config.in: Regenerated.
407         * configure: Likewise.
408         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
409         link_info.separate_code DEFAULT_LD_Z_SEPARATE_CODE.
410
411 2018-02-26  Alan Modra  <amodra@gmail.com>
412
413         * emulparams/call_nop.sh, * emulparams/cet.sh,
414         * emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
415         * emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
416         * emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
417         * emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
418         * emultempl/elf-generic.em, * emultempl/hppaelf.em,
419         * emultempl/linux.em, * emultempl/lnk960.em,
420         * emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
421         * emultempl/m68kelf.em, * emultempl/metagelf.em,
422         * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
423         * emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
424         * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
425         * emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
426         * emultempl/scoreelf.em, * emultempl/sh64elf.em,
427         * emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
428         * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
429         * emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
430         * ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
431         * ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
432         * plugin.c: Standardize error/warning messages.
433         * testsuite/ld-arc/jli-overflow.err,
434         * testsuite/ld-arm/cmse-implib-errors.out,
435         * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
436         * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
437         * testsuite/ld-arm/cmse-new-wrong-implib.out,
438         * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
439         * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
440         * testsuite/ld-arm/vxworks1-static.d,
441         * testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
442         * testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
443         * testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
444         * testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
445         * testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
446         * testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
447         * testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
448         * testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
449         * testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
450         * testsuite/ld-i386/vxworks1-static.d,
451         * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
452         * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
453         * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
454         * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
455         * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
456         * testsuite/ld-mips-elf/bal-jalx-pic.d,
457         * testsuite/ld-mips-elf/jal-global-overflow-1.d,
458         * testsuite/ld-mips-elf/jal-local-overflow-1.d,
459         * testsuite/ld-mips-elf/mode-change-error-1.d,
460         * testsuite/ld-mips-elf/unaligned-branch-2.d,
461         * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
462         * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
463         * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
464         * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
465         * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
466         * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
467         * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
468         * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
469         * testsuite/ld-mips-elf/unaligned-branch.d,
470         * testsuite/ld-mips-elf/unaligned-jalx-1.d,
471         * testsuite/ld-mips-elf/unaligned-jalx-3.d,
472         * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
473         * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
474         * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
475         * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
476         * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
477         * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
478         * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
479         * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
480         * testsuite/ld-mips-elf/unaligned-jump.d,
481         * testsuite/ld-mips-elf/unaligned-ldpc-1.d,
482         * testsuite/ld-mips-elf/unaligned-lwpc-1.d,
483         * testsuite/ld-mips-elf/undefined.d,
484         * testsuite/ld-mips-elf/vxworks1-static.d,
485         * testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
486         * testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
487         * testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
488         * testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
489         * testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
490         * testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
491         * testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
492         * testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
493         * testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
494         * testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
495         * testsuite/ld-powerpc/aix-weak-3-32.d,
496         * testsuite/ld-powerpc/aix-weak-3-64.d,
497         * testsuite/ld-powerpc/vxworks1-static.d,
498         * testsuite/ld-sh/vxworks1-static.d,
499         * testsuite/ld-sparc/vxworks1-static.d,
500         * testsuite/ld-undefined/undefined.exp,
501         * testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
502         * testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
503
504 2018-02-26  Alan Modra  <amodra@gmail.com>
505
506         * Makefile.am (EMULATION_FILES, POTFILES): Delete.
507         (SRC_POTFILES, BLD_POTFILES): Define.
508         (po/POTFILES.in): Delete rule.
509         (po/SRC-POTFILES.in, po/BLD-POTFILES.in): New rules.
510         * configure.ac: Add AC_CONFIG_COMMANDS to create po/Makefile.
511         * po/Make-in (DISTFILES): Remove POTFILES.in, add SRC-POTFILES.in
512         and BLD-POTFILES.in.
513         (POTFILES): Delete.
514         (SRC-POTFILES, BLD-POTFILES): Define place marker.
515         (ld.pot): Build from SRC-POTFILES plus BLD-POTFILES.
516         (distclean, maintainer-clean): Tidy up new files.
517         (POTFILES, POTFILES.in): Delete rules.
518         (SRC-POTFILES, BLD-POTFILES, SRC-POTFILES.in, BLD-POTFILES.in):
519         New rules.
520         (Makefile): Depend on SRC-POTFILES and BLD-POTFILES.
521         * po/SRC-POTFILES.in: Rename from po/POTFILES.in.
522         * po/BLD-POTFILES.in: New file.
523         * Makefile.in: Regenerate.
524         * configure: Regenerate.
525
526 2018-02-26  Alan Modra  <amodra@gmail.com>
527
528         * testsuite/ld-cris/pcrelcp-1.d,
529         * testsuite/ld-mmix/start-2.d: Update.
530
531 2018-02-26  Alan Modra  <amodra@gmail.com>
532
533         * testsuite/ld-arm/cmse-implib-errors.out,
534         * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
535         * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
536         * testsuite/ld-arm/cmse-new-wrong-implib.out,
537         * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
538         * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
539         * testsuite/ld-cris/badgotr1.d,
540         * testsuite/ld-cris/tls-err-24.d,
541         * testsuite/ld-cris/tls-err-25.d,
542         * testsuite/ld-cris/tls-err-26.d,
543         * testsuite/ld-cris/tls-err-27.d,
544         * testsuite/ld-cris/tls-err-28.d,
545         * testsuite/ld-cris/tls-err-40.d,
546         * testsuite/ld-cris/tls-err-44.d,
547         * testsuite/ld-cris/tls-err-48.d,
548         * testsuite/ld-cris/tls-err-52.d,
549         * testsuite/ld-cris/tls-err-53.d,
550         * testsuite/ld-cris/tls-err-55.d,
551         * testsuite/ld-cris/tls-err-56.d,
552         * testsuite/ld-cris/tls-err-62.d,
553         * testsuite/ld-cris/tls-err-65.d,
554         * testsuite/ld-cris/tls-err-77.d,
555         * testsuite/ld-elf/empty-implib.out,
556         * testsuite/ld-elf/indirect.exp: Update.
557
558 2018-02-26  Alan Modra  <amodra@gmail.com>
559
560         * testsuite/ld-aarch64/reloc-overflow-bad.d,
561         * testsuite/ld-arm/attr-merge-9.out,
562         * testsuite/ld-arm/attr-merge-arch-2.d,
563         * testsuite/ld-arm/attr-merge-unknown-1.d,
564         * testsuite/ld-arm/attr-merge-unknown-2.d,
565         * testsuite/ld-arm/attr-merge-unknown-2r.d,
566         * testsuite/ld-arm/attr-merge-unknown-3.d,
567         * testsuite/ld-arm/cmse-implib-errors.out,
568         * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
569         * testsuite/ld-arm/cmse-new-implib-no-output.out,
570         * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
571         * testsuite/ld-arm/cmse-new-implib.out,
572         * testsuite/ld-arm/cmse-new-wrong-implib.out,
573         * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
574         * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
575         * testsuite/ld-arm/group-relocs-alu-bad-2.d,
576         * testsuite/ld-arm/group-relocs-alu-bad.d,
577         * testsuite/ld-arm/group-relocs-ldc-bad-2.d,
578         * testsuite/ld-arm/group-relocs-ldc-bad.d,
579         * testsuite/ld-arm/group-relocs-ldr-bad-2.d,
580         * testsuite/ld-arm/group-relocs-ldr-bad.d,
581         * testsuite/ld-arm/group-relocs-ldrs-bad-2.d,
582         * testsuite/ld-arm/group-relocs-ldrs-bad.d,
583         * testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d: Update.
584
585 2018-02-26  Alan Modra  <amodra@gmail.com>
586
587         * testsuite/ld-mips-elf/attr-gnu-4-12.d,
588         * testsuite/ld-mips-elf/attr-gnu-4-13.d,
589         * testsuite/ld-mips-elf/attr-gnu-4-14.d,
590         * testsuite/ld-mips-elf/attr-gnu-4-16.d,
591         * testsuite/ld-mips-elf/attr-gnu-4-17.d,
592         * testsuite/ld-mips-elf/attr-gnu-4-18.d,
593         * testsuite/ld-mips-elf/attr-gnu-4-19.d,
594         * testsuite/ld-mips-elf/attr-gnu-4-21.d,
595         * testsuite/ld-mips-elf/attr-gnu-4-23.d,
596         * testsuite/ld-mips-elf/attr-gnu-4-24.d,
597         * testsuite/ld-mips-elf/attr-gnu-4-25.d,
598         * testsuite/ld-mips-elf/attr-gnu-4-26.d,
599         * testsuite/ld-mips-elf/attr-gnu-4-27.d,
600         * testsuite/ld-mips-elf/attr-gnu-4-28.d,
601         * testsuite/ld-mips-elf/attr-gnu-4-29.d,
602         * testsuite/ld-mips-elf/attr-gnu-4-31.d,
603         * testsuite/ld-mips-elf/attr-gnu-4-32.d,
604         * testsuite/ld-mips-elf/attr-gnu-4-34.d,
605         * testsuite/ld-mips-elf/attr-gnu-4-35.d,
606         * testsuite/ld-mips-elf/attr-gnu-4-36.d,
607         * testsuite/ld-mips-elf/attr-gnu-4-37.d,
608         * testsuite/ld-mips-elf/attr-gnu-4-38.d,
609         * testsuite/ld-mips-elf/attr-gnu-4-39.d,
610         * testsuite/ld-mips-elf/attr-gnu-4-41.d,
611         * testsuite/ld-mips-elf/attr-gnu-4-42.d,
612         * testsuite/ld-mips-elf/attr-gnu-4-43.d,
613         * testsuite/ld-mips-elf/attr-gnu-4-45.d,
614         * testsuite/ld-mips-elf/attr-gnu-4-46.d,
615         * testsuite/ld-mips-elf/attr-gnu-4-47.d,
616         * testsuite/ld-mips-elf/attr-gnu-4-48.d,
617         * testsuite/ld-mips-elf/attr-gnu-4-49.d,
618         * testsuite/ld-mips-elf/attr-gnu-4-52.d,
619         * testsuite/ld-mips-elf/attr-gnu-4-53.d,
620         * testsuite/ld-mips-elf/attr-gnu-4-54.d,
621         * testsuite/ld-mips-elf/attr-gnu-4-58.d,
622         * testsuite/ld-mips-elf/attr-gnu-4-59.d,
623         * testsuite/ld-mips-elf/attr-gnu-4-61.d,
624         * testsuite/ld-mips-elf/attr-gnu-4-62.d,
625         * testsuite/ld-mips-elf/attr-gnu-4-63.d,
626         * testsuite/ld-mips-elf/attr-gnu-4-64.d,
627         * testsuite/ld-mips-elf/attr-gnu-4-68.d,
628         * testsuite/ld-mips-elf/attr-gnu-4-69.d,
629         * testsuite/ld-mips-elf/attr-gnu-4-71.d,
630         * testsuite/ld-mips-elf/attr-gnu-4-72.d,
631         * testsuite/ld-mips-elf/attr-gnu-4-73.d,
632         * testsuite/ld-mips-elf/attr-gnu-4-74.d,
633         * testsuite/ld-mips-elf/attr-gnu-4-78.d,
634         * testsuite/ld-mips-elf/attr-gnu-4-79.d,
635         * testsuite/ld-mips-elf/attr-gnu-4-81.d,
636         * testsuite/ld-mips-elf/attr-gnu-4-89.d,
637         * testsuite/ld-mips-elf/attr-gnu-8-12.d,
638         * testsuite/ld-mips-elf/attr-gnu-8-21.d,
639         * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
640         * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
641         * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
642         * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
643         * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
644         * testsuite/ld-mips-elf/bal-jalx-pic.d,
645         * testsuite/ld-mips-elf/mode-change-error-1.d,
646         * testsuite/ld-mips-elf/unaligned-branch-2.d,
647         * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
648         * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
649         * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
650         * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
651         * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
652         * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
653         * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
654         * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
655         * testsuite/ld-mips-elf/unaligned-branch.d,
656         * testsuite/ld-mips-elf/unaligned-jalx-1.d,
657         * testsuite/ld-mips-elf/unaligned-jalx-3.d,
658         * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
659         * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
660         * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
661         * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
662         * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
663         * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
664         * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
665         * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
666         * testsuite/ld-mips-elf/unaligned-jump.d: Update.
667
668 2018-02-26  Alan Modra  <amodra@gmail.com>
669
670         * testsuite/ld-elf/indirect.exp,
671         * testsuite/ld-elf/pr22649-2ab-mips.msg,
672         * testsuite/ld-elf/pr22649-2cd-mips.msg,
673         * testsuite/ld-elf/pr22649.msg,
674         * testsuite/ld-elf/tls_common.exp,
675         * testsuite/ld-elfcomm/elfcomm.exp,
676         * testsuite/ld-arm/attr-merge-incompatible.d,
677         * testsuite/ld-tic6x/attr-compatibility-gnu-other.d,
678         * testsuite/ld-tic6x/attr-compatibility-other-gnu.d,
679         * testsuite/ld-tic6x/attr-compatibility-other-other.d,
680         * testsuite/ld-i386/warn1.d: Update expected error/warning messages.
681
682 2018-02-26  Alan Modra  <amodra@gmail.com>
683
684         * testsuite/ld-powerpc/attr-gnu-12-21.d,
685         * testsuite/ld-powerpc/attr-gnu-4-12.d,
686         * testsuite/ld-powerpc/attr-gnu-4-13.d,
687         * testsuite/ld-powerpc/attr-gnu-4-21.d,
688         * testsuite/ld-powerpc/attr-gnu-4-23.d,
689         * testsuite/ld-powerpc/attr-gnu-4-31.d,
690         * testsuite/ld-powerpc/attr-gnu-4-32.d,
691         * testsuite/ld-powerpc/attr-gnu-8-23.d: Update.
692
693 2018-02-21  Alan Modra  <amodra@gmail.com>
694
695         * testsuite/ld-elf/group8b.d: Run test on ia64.  Use xfail rather
696         than notarget.
697         * testsuite/ld-elf/pr12851.d: Likewise.
698         * testsuite/ld-elf/pr12975.d: Likewise.
699         * testsuite/ld-elf/pr13177.d: Likewise.
700         * testsuite/ld-elf/pr13195.d: Likewise.
701         * testsuite/ld-elf/pr17615.d: Likewise.
702         * testsuite/ld-elf/pr21562a.d: Likewise.
703         * testsuite/ld-elf/pr21562b.d: Likewise.
704         * testsuite/ld-elf/pr21562c.d: Likewise.
705         * testsuite/ld-elf/pr21562d.d: Likewise.
706         * testsuite/ld-elf/pr21562i.d: Likewise.
707         * testsuite/ld-elf/pr21562j.d: Likewise.
708         * testsuite/ld-elf/pr21562k.d: Likewise.
709         * testsuite/ld-elf/pr21562l.d: Likewise.
710         * testsuite/ld-elf/pr21562m.d: Likewise.
711         * testsuite/ld-elf/pr21562n.d: Likewise.
712         * testsuite/ld-elf/group9a.d: Run test on ia64 and alpha.  Use xfail
713         rather than notarget.
714         * testsuite/ld-elf/group9b.d: Likewise.
715         * testsuite/ld-elf/pr22677.d: Likewise.
716
717 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
718
719         * testsuite/ld-mips-elf/reginfo-0.d: New test.
720         * testsuite/ld-mips-elf/reginfo-0r.d: New test.
721         * testsuite/ld-mips-elf/reginfo-1.d: New test.
722         * testsuite/ld-mips-elf/reginfo-1r.d: New test.
723         * testsuite/ld-mips-elf/reginfo-2.d: New test.
724         * testsuite/ld-mips-elf/reginfo-2r.d: New test.
725         * testsuite/ld-mips-elf/mips-abiflags-0.d: New test.
726         * testsuite/ld-mips-elf/mips-abiflags-0r.d: New test.
727         * testsuite/ld-mips-elf/mips-abiflags-1.d: New test.
728         * testsuite/ld-mips-elf/mips-abiflags-1r.d: New test.
729         * testsuite/ld-mips-elf/mips-abiflags-2.d: New test.
730         * testsuite/ld-mips-elf/mips-abiflags-2r.d: New test.
731         * testsuite/ld-mips-elf/reginfo-0.ld: New test linker script.
732         * testsuite/ld-mips-elf/reginfo-1.ld: New test linker script.
733         * testsuite/ld-mips-elf/mips-abiflags-0.ld: New test linker
734         script.
735         * testsuite/ld-mips-elf/mips-abiflags-1.ld: New test linker
736         script.
737         * testsuite/ld-mips-elf/reginfo-1.s: New test source.
738         * testsuite/ld-mips-elf/reginfo-2.s: New test source.
739         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
740
741 2018-02-19  Maciej W. Rozycki  <macro@mips.com>
742
743         * ldlang.c (insert_pad): Do not change output section's size if
744         SEC_FIXED_SIZE is set in the flags.
745         (size_input_section): Likewise.
746         (lang_size_sections_1): Likewise.
747         (lang_reset_memory_regions): Likewise.
748
749 2018-02-19  Alan Modra  <amodra@gmail.com>
750
751         * ldmisc.c (vfinfo) Handle %pI, %pR, %pS and %pT in place of
752         %I, %R, %S and %T.
753         * ldcref.c, * ldctor.c, * ldemul.c, * ldexp.c, * ldgram.y,
754         * ldlang.c, * ldlex.l, * ldmain.c, * ldmisc.c, * pe-dll.c,
755         * emultempl/sh64elf.em: Replace use of of %I, %R, %S and %T in
756         format strings passed to einfo and friends by %pI, %pR, %pS and %pT.
757
758 2018-02-19  Alan Modra  <amodra@gmail.com>
759
760         * ldmisc.c (vfinfo): Handle %pA and %pB in place of %A and %B.
761         * ldcref.c: Update all messages using %A and %B.
762         * ldexp.c: Likewise.
763         * ldlang.c: Likewise.
764         * ldmain.c: Likewise.
765         * ldmisc.c: Likewise.
766         * pe-dll.c: Likewise.
767         * plugin.c: Likewise.
768         * emultempl/beos.em: Likewise.
769         * emultempl/cr16elf.em: Likewise.
770         * emultempl/elf32.em: Likewise.
771         * emultempl/m68kcoff.em: Likewise.
772         * emultempl/m68kelf.em: Likewise.
773         * emultempl/mmo.em: Likewise.
774         * emultempl/nds32elf.em: Likewise.
775         * emultempl/pe.em: Likewise.
776         * emultempl/pep.em: Likewise.
777         * emultempl/spuelf.em: Likewise.
778         * emultempl/sunos.em: Likewise.
779         * emultempl/xtensaelf.em: Likewise.
780
781 2018-02-19  H.J. Lu  <hongjiu.lu@intel.com>
782
783         PR ld/22845
784         * testsuite/ld-elf/frame.exp: Skip if -shared isn't supported.
785         Add tests for "-z noseparate-code" and "-z separate-code".
786         Remove unsupported -shared check.
787
788 2018-02-17  H.J. Lu  <hongjiu.lu@intel.com>
789
790         PR ld/22845
791         * testsuite/ld-elf/ehdr_start.d: Pass --build-id to ld.
792
793 2018-02-17  H.J. Lu  <hongjiu.lu@intel.com>
794
795         PR ld/22845
796         * testsuite/ld-elf/binutils.exp (tls_opts): Add tests for
797         "-z noseparate-code" and "-z separate-code".
798
799 2018-02-17  H.J. Lu  <hongjiu.lu@intel.com>
800
801         PR ld/22845
802         * ld-elf/eh4.d: Pass -z max-page-size=0x200000 -z noseparate-code
803         to ld.
804
805 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
806
807         * testsuite/ld-x86-64/bnd-branch-1-now.d: Add  -z
808         max-page-size=0x200000 -z noseparate-code.
809         * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
810         * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
811         * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
812         * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
813         * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
814         * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
815         * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
816         * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
817         * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
818         * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
819         * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
820         * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
821         * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
822         * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
823         * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
824         * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
825         * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
826         * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
827         * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
828         * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
829         * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
830         * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
831         * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
832         * testsuite/ld-x86-64/load1a.d: Likewise.
833         * testsuite/ld-x86-64/load1b.d: Likewise.
834         * testsuite/ld-x86-64/load1c.d: Likewise.
835         * testsuite/ld-x86-64/load1d.d: Likewise.
836         * testsuite/ld-x86-64/pie3.d: Likewise.
837         * testsuite/ld-x86-64/pr14207.d: Likewise.
838         * testsuite/ld-x86-64/pr17618.d: Likewise.
839         * testsuite/ld-x86-64/pr19162.d: Likewise.
840         * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
841         * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
842         * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
843         * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
844         * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
845         * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
846         * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
847         * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
848         * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
849         * testsuite/ld-x86-64/pr20830a.d: Likewise.
850         * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
851         * testsuite/ld-x86-64/pr20830b.d: Likewise.
852         * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
853         * testsuite/ld-x86-64/pr21038a.d: Likewise.
854         * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
855         * testsuite/ld-x86-64/pr21038b.d: Likewise.
856         * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
857         * testsuite/ld-x86-64/pr21038c.d: Likewise.
858
859 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
860
861         * testsuite/ld-x86-64/bnd-ifunc-1.d: Updated.
862         * testsuite/ld-x86-64/ilp32-4.d: Likewise.
863
864 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
865
866         * testsuite/ld-x86-64/mpx.exp: Add -z max-page-size=0x200000
867         -z noseparate-code.
868
869 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
870
871         * testsuite/ld-x86-64/x86-64.exp: Add -z noseparate-code
872         -z max-page-size=0x200000, excluding NaCl target.
873
874 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
875
876         * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
877         * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
878         * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
879         * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
880         * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
881         * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
882         * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
883
884 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
885
886         * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Add
887          -z max-page-size=0x200000 -z noseparate-code.
888         * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
889         * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
890         * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
891         * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
892         * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
893         * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
894
895 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
896
897         * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated for i386.
898         * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
899         * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
900
901 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
902
903         * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
904         * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
905         * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
906
907 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
908
909         * testsuite/ld-i386/ibt-plt-1.d: Add -z noseparate-code.
910         * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
911         * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
912         * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
913         * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
914         * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
915         * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
916         * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
917         * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
918         * testsuite/ld-i386/load1.d: Likewise.
919         * testsuite/ld-i386/pie1.d: Likewise.
920         * testsuite/ld-i386/pr20244-1a.d: Likewise.
921         * testsuite/ld-i386/pr20244-1b.d: Likewise.
922         * testsuite/ld-i386/pr20244-2a.d: Likewise.
923         * testsuite/ld-i386/pr20244-2b.d: Likewise.
924         * testsuite/ld-i386/pr20244-2c.d: Likewise.
925         * testsuite/ld-i386/pr20244-4a.d: Likewise.
926         * testsuite/ld-i386/pr20244-4b.d: Likewise.
927         * testsuite/ld-i386/pr20830.d: Likewise.
928
929 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
930
931         * testsuite/ld-i386/pr19636-1a.d: Updated.
932         * testsuite/ld-i386/pr19636-1b.d: Likewise.
933         * testsuite/ld-i386/pr19636-1j.d: Likewise.
934         * testsuite/ld-i386/pr19636-1k.d: Likewise.
935         * testsuite/ld-i386/pr19636-2a.d: Likewise.
936         * testsuite/ld-i386/pr19636-2b.d: Likewise.
937
938 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
939
940         * testsuite/ld-i386/i386.exp: Add -z noseparate-code.
941
942 2018-02-16  H.J. Lu  <hongjiu.lu@intel.com>
943
944         * testsuite/ld-elf/pr19162.d: Add -z noseparate-code.
945         * testsuite/ld-elf/textaddr1.d: Likewise.
946         * testsuite/ld-elf/textaddr2.d: Likewise.
947         * testsuite/ld-elf/textaddr4.d: Likewise.
948         * testsuite/ld-elf/textaddr6.d: Likewise.
949
950 2018-02-15  Jim Wilson  <jimw@sifive.com>
951
952         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run pcrel-lo-addend test.
953         * testsuite/ld-riscv-elf/pcrel-lo-addend.d: New.
954         * testsuite/ld-riscv-elf/pcrel-lo-addend.s: New.
955
956 2018-02-14  H.J. Lu  <hongjiu.lu@intel.com>
957
958         PR ld/22842
959         * testsuite/ld-i386/i386.exp: Run PR ld/22842 tests.
960         * testsuite/ld-x86-64/x86-64.exp: Likewise.
961         * testsuite/ld-i386/pr22842a.c: New file.
962         * testsuite/ld-i386/pr22842b.S: Likewise.
963         * testsuite/ld-x86-64/pr22842a.c: Likewise.
964         * testsuite/ld-x86-64/pr22842a.rd: Likewise.
965         * testsuite/ld-x86-64/pr22842b.S: Likewise.
966         * testsuite/ld-x86-64/pr22842b.rd: Likewise.
967
968 2018-02-14  Maciej W. Rozycki  <macro@mips.com>
969
970         * ldlex.h (ldlex_command): Remove prototype.
971
972 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
973
974         * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
975         pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so.
976
977 2018-02-14  H.J. Lu  <hongjiu.lu@intel.com>
978
979         PR 22836
980         * testsuite/ld-elf/pr22836-1.s: New file.
981         * testsuite/ld-elf/pr22836-1a.d: Likewise.
982         * testsuite/ld-elf/pr22836-1b.d: Likewise.
983
984 2018-02-13  H.J. Lu  <hongjiu.lu@intel.com>
985
986         PR gas/22791
987         * testsuite/ld-x86-64/mpx1c.rd: Updated.
988         * testsuite/ld-x86-64/pr22791-1.err: New file.
989         * testsuite/ld-x86-64/pr22791-1a.c: Likewise.
990         * testsuite/ld-x86-64/pr22791-1b.s: Likewise.
991         * testsuite/ld-x86-64/pr22791-2.rd: Likewise.
992         * testsuite/ld-x86-64/pr22791-2a.s: Likewise.
993         * testsuite/ld-x86-64/pr22791-2b.c: Likewise.
994         * testsuite/ld-x86-64/pr22791-2c.s: Likewise.
995         * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests.
996
997 2018-02-13  Alan Modra  <amodra@gmail.com>
998
999         PR 22836
1000         * testsuite/ld-elf/pr22836-2.d,
1001         * testsuite/ld-elf/pr22836-2.s: New test.
1002
1003 2018-02-13  Alan Modra  <amodra@gmail.com>
1004
1005         * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
1006
1007 2018-02-07  Alan Modra  <amodra@gmail.com>
1008
1009         Revert 2018-01-17  Alan Modra  <amodra@gmail.com>
1010         * emultempl/ppc32elf.em: Remove --speculate-indirect-jumps support.
1011         * emultempl/ppc64elf.em: Likesize
1012         * ld.texinfo: Likewise
1013         * testsuite/ld-powerpc/elfv2exe.d,
1014         * testsuite/ld-powerpc/elfv2so.d,
1015         * testsuite/ld-powerpc/relbrlt.d,
1016         * testsuite/ld-powerpc/powerpc.exp: Likewise.
1017
1018 2018-02-06  Eric Botcazou  <ebotcazou@adacore.com>
1019
1020         * testsuite/ld-elf/tls.exp (AFLAGS_PIC): Define on SPARC.
1021         (pr22263-1): Pass AFLAGS_PIC to the assembler.
1022         * testsuite/ld-sparc/tlspie32.s: Add test for other 3 transitions.
1023         * testsuite/ld-sparc/tlspie32.dd: Adjust to above.
1024         * testsuite/ld-sparc/tlspie64.s: Add test for other 3 transitions.
1025         * testsuite/ld-sparc/tlspie64.dd: Adjust to above.
1026
1027 2018-02-05  Renlin Li  <renlin.li@arm.com>
1028
1029         PR ld/22764
1030         * testsuite/ld-aarch64/emit-relocs-258.s: Define symbol as an address.
1031         * testsuite/ld-aarch64/emit-relocs-259.s: Likewise.
1032         * testsuite/ld-aarch64/pr22764.s: New.
1033         * testsuite/ld-aarch64/pr22764.d: New.
1034
1035 2018-02-05  H.J. Lu  <hongjiu.lu@intel.com>
1036
1037         PR ld/22782
1038         * testsuite/ld-i386/discarded1.s: Replace mov with div.
1039         * testsuite/ld-x86-64/discarded1.s: Likewise.
1040         * testsuite/ld-i386/i386.exp: Run pr22782.
1041         * testsuite/ld-i386/load1-nacl.d: Updated for removing
1042         _GLOBAL_OFFSET_TABLE_ from output.
1043         * testsuite/ld-i386/load1.d: Likewise.
1044         * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
1045         * testsuite/ld-x86-64/load1a.d: Likewise.
1046         * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
1047         * testsuite/ld-x86-64/load1b.d: Likewise.
1048         * testsuite/ld-i386/pr22782.d: New file.
1049         * testsuite/ld-i386/pr22782.s: Likewise.
1050         * testsuite/ld-x86-64/pr22782.s: Likewise.
1051         * testsuite/ld-x86-64/pr22782a.d: Likewise.
1052         * testsuite/ld-x86-64/pr22782b.d: Likewise.
1053         * testsuite/ld-x86-64/x86-64.exp: Run pr22782a and pr22782b.
1054
1055 2018-02-05  Nick Clifton  <nickc@redhat.com>
1056
1057         * po/pt_BR.po: Updated Brazilian Portuguese translation.
1058
1059 2018-02-04  H.J. Lu  <hongjiu.lu@intel.com>
1060
1061         * testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
1062         * testsuite/ld-i386/lea1e.d: Likewise.
1063         * testsuite/ld-i386/lea1f.d: Likewise.
1064         * testsuite/ld-x86-64/lea1g.d: Likewise.
1065         * testsuite/ld-x86-64/lea1h.d: Likewise.
1066         * testsuite/ld-x86-64/lea1i.d: Likewise.
1067         * testsuite/ld-x86-64/lea1j.d: Likewise.
1068         * testsuite/ld-x86-64/lea1k.d: Likewise.
1069         * testsuite/ld-x86-64/lea1l.d: Likewise.
1070
1071 2018-02-03  Nick Clifton  <nickc@redhat.com>
1072
1073         PR 22762
1074         * scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and
1075         __DTOR_LIST__ symbols.  Add a comment explaining why this is
1076         necessary.
1077         * scripttemp/pep.sc: Likewise.
1078         * ld.texinfo (PROVIDE): Add a note about the effect of common
1079         symbols.
1080
1081 2018-02-03  Sandra Loosemore  <sandra@codesourcery.com>
1082
1083         * emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
1084
1085 2018-02-02  Maciej W. Rozycki  <macro@mips.com>
1086
1087         * testsuite/ld-elf/shared.exp: Add $AFLAGS_PIC throughout to PIC
1088         assembly builds where missing and remove `tic6x-*-*' XFAIL
1089         markings accordingly.
1090
1091 2018-02-01  Simon Marchi  <simon.marchi@ericsson.com>
1092
1093         * ldexp.c (fold_name, exp_fold_tree_1): Avoid pointer arithmetic
1094         on NULL pointer.
1095
1096 2018-01-31  H.J. Lu  <hongjiu.lu@intel.com>
1097
1098         * testsuite/ld-elf/pr21964-5.c (my_var): Mark as used.
1099
1100 2018-01-31  Maciej W. Rozycki  <macro@mips.com>
1101
1102         * testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
1103
1104 2018-01-31  Maciej W. Rozycki  <macro@mips.com>
1105
1106         * testsuite/ld-elf/comm-data.exp: Pass `-call_shared' to links
1107         involving a shared library for `mips*vr4100*-*-elf*',
1108         `mips*vr4300*-*-elf*' and `mips*vr5000*-*-elf*' targets.
1109         * testsuite/ld-elf/provide-hidden.exp: Likewise.
1110         * testsuite/ld-elf/shared.exp: Likewise.
1111         * testsuite/ld-gc/gc.exp: Likewise.
1112         * testsuite/ld-mips-elf/comm-data.exp: Likewise.
1113
1114 2018-01-31  Maciej W. Rozycki  <macro@mips.com>
1115
1116         * testsuite/ld-elf/elf.exp: Move shared library tests over to...
1117         * testsuite/ld-elf/shared.exp: ... here.
1118
1119 2018-01-31  Michael Matz  <matz@suse.de>
1120
1121         * testsuite/ld-elf/pr21964-5.c: New test.
1122         * testsuite/ld-elf/shared.exp: Run it.
1123
1124 2018-01-31  H.J. Lu  <hongjiu.lu@intel.com>
1125
1126         PR ld/21964
1127         * testsuite/ld-elf/pr21964-4.c: New file.
1128         * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
1129
1130 2018-01-30  Alan Modra  <amodra@gmail.com>
1131
1132         * testsuite/ld-gc/stop.d,
1133         * testsuite/ld-gc/stop.s: New test.
1134         * testsuite/ld-gc/gc.exp: Run it.
1135
1136 2018-01-30  Maciej W. Rozycki  <macro@mips.com>
1137
1138         PR ld/22649
1139         * testsuite/ld-elf/pr22649-2ab-mips.msg: New stderr output.
1140         * testsuite/ld-elf/pr22649-2cd-mips.msg: New stderr output.
1141         * testsuite/ld-elf/shared.exp: Use the new outputs with
1142         `mips*-*-*' targets.
1143
1144 2018-01-30  Maciej W. Rozycki  <macro@mips.com>
1145
1146         * testsuite/ld-elf/comm-data1.sd: Alternatively accept
1147         `PRC[0xff02]' in place of a regular section index.
1148         * testsuite/ld-elf/pr21703-shared.sd: Likewise `PRC[0xff01]'.
1149
1150 2018-01-29  Alan Modra  <amodra@gmail.com>
1151
1152         * testsuite/ld-elf/pr21964-3a.c: New file.
1153         * testsuite/ld-elf/pr21964-3c.c: New file.
1154         * testsuite/ld-elf/shared.exp: Run new __start/__stop testcase.
1155
1156 2018-01-29  Eric Botcazou  <ebotcazou@adacore.com>
1157
1158         * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Define on SPARC.
1159         (pr22269-1): Pass AFLAGS_PIC to the assembler.
1160
1161 2018-01-29  Eric Botcazou  <ebotcazou@adacore.com>
1162
1163         * testsuite/ld-elf/pr22450.d: Remove reference to SPARC64.
1164
1165 2018-01-29  Maciej W. Rozycki  <macro@mips.com>
1166
1167         * testsuite/ld-mips-elf/comm-data.exp: Correct support for
1168         targets using non-traditional MIPS emulation or having a limited
1169         selection of ABIs available.  Don't force big endianness, use
1170         defaults.
1171
1172 2018-01-29  H.J. Lu  <hongjiu.lu@intel.com>
1173
1174         PR ld/22732
1175         * testsuite/config/default.exp (STATIC_LDFLAGS): New.  Set to
1176         "-static" if target compiler supports it.
1177         * testsuite/ld-bootstrap/bootstrap.exp: Skip static executable
1178         tests if target compiler doesn't support it.
1179         * testsuite/ld-ifunc/ifunc.exp: Likewise.
1180         * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise.
1181         (run_cc_link_tests): Likewise.
1182
1183 2018-01-27  H.J. Lu  <hongjiu.lu@intel.com>
1184
1185         PR ld/22751
1186         * testsuite/config/default.exp (INT128_CFLAGS): New.
1187         * testsuite/ld-plugin/lto.exp (INT128_CFLAGS): New.
1188         Run ld/22751 tests.
1189         * testsuite/ld-plugin/pr22751.c: New file.
1190         * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Add
1191         ld trailing options.
1192
1193 2018-01-28  Alan Modra  <amodra@gmail.com>
1194
1195         PR 22751
1196         * ldlang.c (find_rescan_insertion): Look past bfds with claim_archive
1197         set.
1198
1199 2018-01-26  Maciej W. Rozycki  <macro@mips.com>
1200
1201         * emulparams/elf32mipswindiss.sh (EXTRA_EM_FILE): Set to
1202         `mipself'.
1203
1204 2018-01-25  Eric Botcazou  <ebotcazou@adacore.com>
1205
1206         * testsuite/ld-sparc/sparc.exp (32-bit: Helper shared library):
1207         Link with a version script.
1208         (32-bit: TLS -fpie): New test.
1209         (64-bit: Helper shared library): Link with a version script.
1210         (64-bit: TLS -fpie): New test.
1211         (64-bit: GOTDATA relocations): Pass -Av9 to the assembler.
1212         * testsuite/ld-sparc/tlslib.ver: New file.
1213         * testsuite/ld-sparc/tlspie32.dd: Likewise.
1214         * testsuite/ld-sparc/tlspie32.s: Likewise.
1215         * testsuite/ld-sparc/tlspie64.dd: Likewise.
1216         * testsuite/ld-sparc/tlspie64.s: Likewise.
1217         * testsuite/ld-sparc/tlssunbin32.dd: Adjust for versioned symbol.
1218         * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
1219         * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
1220         * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
1221         * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
1222         * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
1223
1224 2018-01-24  Renlin Li  <renlin.li@arm.com>
1225
1226         * testsuite/ld-aarch64/aarch64-elf.exp: Run new testes.
1227         * testsuite/ld-aarch64/emit-relocs-287.s: Fix test case.
1228         * testsuite/ld-aarch64/emit-relocs-287.d: Fix expected output.
1229         * testsuite/ld-aarch64/emit-relocs-287-overflow.s: New.
1230         * testsuite/ld-aarch64/emit-relocs-287-overflow.d: New.
1231         * testsuite/ld-aarch64/emit-relocs-288.d: New.
1232         * testsuite/ld-aarch64/emit-relocs-288.s: New.
1233         * testsuite/ld-aarch64/emit-relocs-289.d: New.
1234         * testsuite/ld-aarch64/emit-relocs-289.s: New.
1235         * testsuite/ld-aarch64/emit-relocs-289-overflow.s: New.
1236         * testsuite/ld-aarch64/emit-relocs-289-overflow.d: New.
1237         * testsuite/ld-aarch64/emit-relocs-290.d: New.
1238         * testsuite/ld-aarch64/emit-relocs-290.s: New.
1239         * testsuite/ld-aarch64/emit-relocs-291.d: New.
1240         * testsuite/ld-aarch64/emit-relocs-291.s: New.
1241         * testsuite/ld-aarch64/emit-relocs-291-overflow.s: New.
1242         * testsuite/ld-aarch64/emit-relocs-291-overflow.d: New.
1243         * testsuite/ld-aarch64/emit-relocs-292.d: New.
1244         * testsuite/ld-aarch64/emit-relocs-292.s: New.
1245         * testsuite/ld-aarch64/emit-relocs-293.d: New.
1246         * testsuite/ld-aarch64/emit-relocs-293.s: New.
1247
1248 2018-01-20  H.J. Lu  <hongjiu.lu@intel.com>
1249
1250         PR ld/22721
1251         * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests.
1252         * testsuite/ld-plugin/pr22721.t: New file.
1253         * testsuite/ld-plugin/pr22721a.s: Likewise.
1254         * testsuite/ld-plugin/pr22721b.c: Likewise.
1255
1256 2018-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1257
1258         * testsuite/ld-elf/group1.d: Also xfail Solaris.
1259
1260 2018-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1261
1262         * testsuite/ld-elf/linkinfo1a.d: Updated for slightly different
1263         PLT/GOT order/layout for Solaris/x86 targets.
1264         * testsuite/ld-elf/linkinfo1b.d: Likewise.
1265
1266 2018-01-18  H.J. Lu  <hongjiu.lu@intel.com>
1267
1268         PR ld/22728
1269         * emultempl/solaris2.em (elf_solaris2_after_allocation): Fold
1270         into ...
1271         (elf_solaris2_before_allocation): This.
1272         (LDEMUL_AFTER_ALLOCATION): Removed.
1273
1274 2018-01-18  Alan Modra  <amodra@gmail.com>
1275
1276         * emultempl/ppc32elf.em: Support optional --plt-align arg.
1277         * emultempl/ppc64elf.em: Support negative --plt-align arg.
1278
1279 2018-01-17  Alan Modra  <amodra@gmail.com>
1280
1281         * emultempl/ppc32elf.em (params): Init new field.
1282         (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
1283         (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
1284         (PARSE_AND_LIST_LONGOPTS): Handle new options.
1285         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1286         (PARSE_AND_LIST_OPTIONS): Likewise.
1287         * emultempl/ppc64elf.em (params): Init new field.
1288         (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
1289         (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
1290         (PARSE_AND_LIST_LONGOPTS): Handle --speculate-indirect-jumps.
1291         (PARSE_AND_LIST_OPTIONS): Likewise.
1292         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1293         * ld.texinfo (--no-plt-thread-safe): Correct itemx.
1294         (--speculate-indirect-jumps): Document.
1295         * testsuite/ld-powerpc/elfv2exe.d,
1296         * testsuite/ld-powerpc/elfv2so.d,
1297         * testsuite/ld-powerpc/relbrlt.d,
1298         * testsuite/ld-powerpc/powerpc.exp: Disable plt alignment and
1299         speculation barriers on various tests.
1300
1301 2018-01-17  Alan Modra  <amodra@gmail.com>
1302
1303         * emultempl/ppc32elf.em (params): Init new field.
1304         (enum ppc32_opt): New enum to define OPTION_* values.  Add
1305         OPTION_PLT_ALIGN and OPTION_NO_PLT_ALIGN.
1306         (PARSE_AND_LIST_LONGOPTS): Handle new options.
1307         (PARSE_AND_LIST_ARGS_CASES): Likewise.
1308         (PARSE_AND_LIST_OPTIONS): Likewise.  Break up help output.
1309         * emultempl/ppc64elf.em (ppc_add_stub_section): Init alignment
1310         correctly for negative --plt-stub-align.
1311         * testsuite/ld-powerpc/elfv2exe.d,
1312         * testsuite/ld-powerpc/elfv2so.d,
1313         * testsuite/ld-powerpc/relbrlt.d,
1314         * testsuite/ld-powerpc/relbrlt.s,
1315         * testsuite/ld-powerpc/tlsexe.d,
1316         * testsuite/ld-powerpc/tlsexe.r,
1317         * testsuite/ld-powerpc/tlsexe32.d,
1318         * testsuite/ld-powerpc/tlsexe32.g,
1319         * testsuite/ld-powerpc/tlsexe32.r,
1320         * testsuite/ld-powerpc/tlsexetoc.d,
1321         * testsuite/ld-powerpc/tlsexetoc.r,
1322         * testsuite/ld-powerpc/tlsopt5_32.d,
1323         * testsuite/ld-powerpc/tlsso.d,
1324         * testsuite/ld-powerpc/tlstocso.d: Update for changed stub order.
1325
1326 2018-01-16  Nick Clifton  <nickc@redhat.com>
1327
1328         * po/pt_BR.po: Updated Brazilian Portuguese translation.
1329
1330 2018-01-15  Nick Clifton  <nickc@redhat.com>
1331
1332         * po/uk.po: Updated Ukranian translation.
1333
1334 2018-01-13  Nick Clifton  <nickc@redhat.com>
1335
1336         * po/ld.pot: Regenerated.
1337
1338 2018-01-13  Nick Clifton  <nickc@redhat.com>
1339
1340         * configure: Regenerate.
1341
1342 2018-01-13  Nick Clifton  <nickc@redhat.com>
1343
1344         2.30 branch created.
1345         * NEWS: Add marker for 2.30.
1346
1347 2018-01-12  Alan Modra  <amodra@gmail.com>
1348
1349         * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
1350         initialization" for currently failing targets.
1351
1352 2018-01-12  Alan Modra  <amodra@gmail.com>
1353
1354         PR ld/22649
1355         * testsuite/ld-elf/pr22649.msg: Allow other messages.
1356         * testsuite/ld-elf/shared.exp: Check that --gc-sections is
1357         supported before running ld/22649 tests.
1358
1359 2018-01-12  Nick Clifton  <nickc@redhat.com>
1360
1361         * emultempl/elf32.em (_handle_option): Add support for "-z undefs"
1362         as the opposite of "-z defs".
1363         * ld.texinfo: Document the new option.  Update the description of
1364         the -z defs option to make it clear that it does generate an error
1365         if an undefined symbol reference is found in an object file whilst
1366         creating a shared library.
1367         * NEWS: Document this new feature.
1368
1369 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1370
1371         * testsuite/ld-elf/pr22393-2a.rd: Replace "-z textonly" with
1372         "-z separate-code".
1373         * testsuite/ld-elf/pr22393-2b.rd: Likewise.
1374         * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
1375         * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
1376
1377 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1378
1379         PR ld/22393
1380         * testsuite/ld-x86-64/pr22393-3a.c: New file.
1381         * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
1382         * testsuite/ld-x86-64/pr22393-3b.c: Likewise.
1383         * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
1384         * testsuite/ld-x86-64/x86-64.exp: Run tests for -z separate-code
1385         -z max-page-size=0x1000.
1386
1387 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1388
1389         PR ld/22393
1390         * testsuite/ld-elf/pr16322.d: Add -z noseparate-code.
1391         * testsuite/ld-elf/pr22393-1.s: New file.
1392         * testsuite/ld-elf/pr22393-1a.d: Likewise.
1393         * testsuite/ld-elf/pr22393-1b.d: Likewise.
1394         * testsuite/ld-elf/pr22393-1c.d: Likewise.
1395         * testsuite/ld-elf/pr22393-1d.d: Likewise.
1396         * testsuite/ld-elf/pr22393-1e.d: Likewise.
1397         * testsuite/ld-elf/pr22393-1f.d: Likewise.
1398         * testsuite/ld-elf/pr22393-2a.c: Likewise.
1399         * testsuite/ld-elf/pr22393-2a.rd: Likewise.
1400         * testsuite/ld-elf/pr22393-2b.c: Likewise.
1401         * testsuite/ld-elf/pr22393-2b.rd: Likewise.
1402         * testsuite/ld-elf/shared.exp: Run tests for -z separate-code.
1403
1404 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1405
1406         PR ld/22393
1407         * NEWS: Mention "-z separate-code".
1408         * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Get
1409         builtin linker scripts and return linker scripts from disk for
1410         "-z separate-code".
1411         (gld${EMULATION_NAME}_handle_option): Handle "-z separate-code"
1412         and "-z noseparate-code".
1413         * genscripts.sh: Generate linker scripts for "-z separate-code".
1414         (LD_FLAG): Set to *textonly for "-z separate-code".
1415         * ld.texinfo: Document "-z separate-code".
1416         * lexsup.c (elf_shlib_list_options): Add linker help messsages
1417         for "-z separate-code" and "-z noseparate-code".
1418         * scripttempl/elf.sc (SEPARATE_TEXT): New
1419         (TEXT_SEGMENT_ALIGN): Likewise.
1420         Use ${TEXT_SEGMENT_ALIGN} to align and pad text segment to
1421         ${MAXPAGESIZE}.
1422
1423 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1424
1425         PR ld/22649
1426         * testsuite/ld-elf/pr22649-1.s: New file.
1427         * testsuite/ld-elf/pr22649-2a.s: Likewise.
1428         * testsuite/ld-elf/pr22649-2b.s: Likewise.
1429         * testsuite/ld-elf/pr22649.msg: Likewise.
1430         * testsuite/ld-elf/shared.exp: Run ld/22649 tests.
1431
1432 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1433
1434         PR ld/22677
1435         * scripttempl/elf.sc (PREINIT_ARRAY): New.
1436         Don't add .preinit_array for ld -r.
1437         * testsuite/ld-elf/pr22677.d: New file.
1438         * testsuite/ld-elf/pr22677.s: Likewise.
1439
1440 2018-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1441
1442         * ldexp.h (union etree_union): Remove defsym field.
1443         * ldexp.c (exp_assop): Remove defsym parameter, and use of defsym
1444         parameter.
1445         (exp_assign): Remove passing of defsym parameter.
1446         (exp_defsym): Likewise.
1447         (exp_provide): Likewise.
1448
1449 2018-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1450
1451         * ldexp.c (exp_fold_tree_1): Rework condition underwhich provide
1452         nodes are ignored in the tree walk, and move the location at which
1453         we change provide nodes into provided nodes.
1454         (exp_init_os): Add etree_provided.
1455         * testsuite/ld-scripts/provide-6.d: New file.
1456         * testsuite/ld-scripts/provide-6.t: New file.
1457         * testsuite/ld-scripts/provide-7.d: New file.
1458         * testsuite/ld-scripts/provide-7.t: New file.
1459         * testsuite/ld-scripts/provide-8.d: New file.
1460         * testsuite/ld-scripts/provide-8.t: New file.
1461
1462 2018-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1463
1464         * testsuite/ld-scripts/provide-3.d: Add xfail directive.
1465         * testsuite/ld-scripts/provide-4.d: Use new map file name.
1466         * testsuite/ld-scripts/provide-5.d: Use new map file name.
1467         * testsuite/ld-scripts/provide-4-map.d: Renamed to...
1468         * testsuite/ld-scripts/provide-4.map: ...this.
1469         * testsuite/ld-scripts/provide-5-map.d: Renamed to...
1470         * testsuite/ld-scripts/provide-5.map: ...this.
1471         * testsuite/ld-scripts/provide.exp: Move xfail into provide-3.d
1472         file, and run tests in a loop.
1473
1474 2018-01-11  Andrew Burgess  <andrew.burgess@embecosm.com>
1475
1476         * ldexp.c (exp_print_tree): Use '=' instead of ',' when printing
1477         PROVIDE statements.
1478         * testsuite/ld-scripts/provide-4.map: Update expected output.
1479         * testsuite/ld-scripts/provide-5.map: Likewise.
1480
1481 2018-01-11  H.J. Lu  <hongjiu.lu@intel.com>
1482
1483         PR ld/22696
1484         * scripttempl/elf.sc: Fix the order of SHLIB_RODATA_ADDR.
1485
1486 2018-01-09  Jim Wilson  <jimw@sifive.com>
1487
1488         * testsuite/ld-elf/eh-frame-hdr.d (#xfail): Delete
1489         (#alltargets): Renamed from #target.  Add shared.
1490         * testsuite/lib/ld-lib.exp (run_dump_test): Document shared target.
1491         Document alltargets option.  Add support for alltargets option.
1492         (istarget): Add support for shared target.
1493
1494 2018-01-08  Jim Wilson  <jimw@sifive.com>
1495
1496         * testsuite/ld-riscv-elf/c-lui.d: Don't use -shared.  Check for _start
1497         instead of .text.
1498         * testsuite/ld-riscv-elf/c-lui.s: Add _start label.
1499         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Before __global_pointer$
1500         tests, add call to check_shared_lib_support.
1501
1502 2018-01-05  Jim Wilson  <jimw@sifive.com>
1503
1504         * testsuite/ld-riscv-elf/disas-jalr.d: New.
1505         * testsuite/ld-riscv-elf/disas-jalr.s: New.
1506         * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
1507
1508         * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside
1509         case on $target, and don't set for riscv*-elf targets.
1510         (GENERATE_PIE_SCRIPT): Likewise.
1511
1512 2018-01-03  Alan Modra  <amodra@gmail.com>
1513
1514         Update year range in copyright notice of all files.
1515
1516 For older changes see ChangeLog-2017
1517 \f
1518 Copyright (C) 2018 Free Software Foundation, Inc.
1519
1520 Copying and distribution of this file, with or without modification,
1521 are permitted in any medium without royalty provided the copyright
1522 notice and this notice are preserved.
1523
1524 Local Variables:
1525 mode: change-log
1526 left-margin: 8
1527 fill-column: 74
1528 version-control: never
1529 End: