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