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