Automatic date update in version.in
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
493ffac5
DD
12018-05-09 2018-05-02 Dimitar Dimitrov <dimitar@dinux.eu>
2
3 * scripttempl/pru.sc: Add LD sections to allow linking TI
4 toolchain object files.
5 * scripttempl/pru.sc: Switch to init_array.
6 * testsuite/ld-pru/ldi32.d: Update LDI32 test to conform to TI ABI.
7 * testsuite/ld-pru/norelax_ldi32-data.d: Likewise.
8 * testsuite/ld-pru/norelax_ldi32-dis.d: Likewise.
9 * testsuite/ld-pru/relax_ldi32-data.d: Likewise.
10 * testsuite/ld-pru/relax_ldi32-dis.d: Likewise.
11
a7287b94
AM
122018-05-09 Alan Modra <amodra@gmail.com>
13
14 * po/BLD-POTFILES.in: Regenerate.
15
10d98088
JW
162018-05-08 Jim Wilson <jimw@sifive.com>
17
18 PR ld/22962
19 * Makefile.am (ALL_EMULATION_SOURCES): Add eelf32lriscv_ilp32f.c,
20 eelf32lriscv_ilp32.c, eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c.
21 (eelf32lriscv_ilp32f.c, eelf32lriscv_ilp32.c): New build rules.
22 (eelf64lriscv_lp64f.c, eelf64lriscv_lp64.c): New build rules.
23 * Makefile.in: Regenerated.
24 * configure.tgt (riscv32*-*-linux*, riscv64*-*-linux*): New.
25 * ld/emulparams/elf32lriscv.sh: Set LIBPATH_SUFFIX.
26 * ld/emulparams/elf32lriscv_ilp32.sh: New.
27 * ld/emulparams/elf32lriscv_ilp32f.sh: New.
28 * ld/emulparams/elf64lriscv-defs.sh: Don't set LIBPATH_SUFFIX here.
29 * ld/emulparams/elf64lriscv.sh: Set LIBPATH_SUFFIX.
30 * ld/emulparams/elf64lriscv_lp64.sh: New.
31 * ld/emulparams/elf64lriscv_lp64f.sh: New.
32 * ld/genscripts.sh (append_to_lib_path): Change LIBPATH_SUFFIX test to
33 a for. Inside loop, change LIBPATH_SUFFIX uses to libpath_suffix.
34 (LIB_PATH): In LIB_PATH if, add loop for LIBPATH_SUFFIX, changes uses
35 inside loop to libpath_suffix.
36
d1e9de16
JW
372018-05-03 Jim Wilson <jimw@sifive.com>
38
39 * Makefile.am (earmelfb_linux_fdpiceabi.c): Fix typo in dependencies.
40
3be08ea4
SA
412018-05-03 Simon Atanasyan <simon@atanasyan.com>
42
43 * testsuite/ld-mips-elf/gp-disp-sym.d: New test.
44 * testsuite/ld-mips-elf/gp-disp-sym.s: New test source.
45 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
46 * testsuite/ld-mips-elf/mips16-pic-2.ad: Update for _gp_disp
47 symbol removal.
48 * testsuite/ld-mips-elf/mips16-pic-2.nd: Likewise.
49 * testsuite/ld-mips-elf/pic-and-nonpic-3a.dd: Likewise.
50 * testsuite/ld-mips-elf/tlslib-o32-hidden.got: Likewise.
51 * testsuite/ld-mips-elf/tlslib-o32-ver.got: Likewise.
52 * testsuite/ld-mips-elf/tlslib-o32.got: Likewise.
53
197b262f
MR
542018-04-27 Maciej W. Rozycki <macro@mips.com>
55
56 * testsuite/ld-mips-elf/bal-jalx-pic.d: Only run for
57 `check_shared_lib_support' targets.
58 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: Likewise.
59 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: Likewise.
60 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d: Likewise.
61 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d: Likewise.
62 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d: Likewise.
63 * testsuite/ld-mips-elf/bal-jalx-pic-ignore.d: Likewise.
64 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n32.d: Likewise.
65 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-n64.d: Likewise.
66 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips.d:
67 Likewise.
68 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n32.d:
69 Likewise.
70 * testsuite/ld-mips-elf/bal-jalx-pic-ignore-micromips-n64.d:
71 Likewise.
72 * testsuite/ld-mips-elf/hash1a.d: Likewise.
73 * testsuite/ld-mips-elf/hash1b.d: Likewise.
74 * testsuite/ld-mips-elf/hash1c.d: Likewise.
75 * testsuite/ld-mips-elf/relax-jalr-n32-shared.d: Likewise.
76 * testsuite/ld-mips-elf/relax-jalr-n64-shared.d: Likewise.
77
6d9dabbb
MR
782018-04-27 Maciej W. Rozycki <macro@mips.com>
79
80 * testsuite/lib/ld-lib.exp (run_dump_test): Use `match_target'
81 in place of `istarget' for matching with `target', `alltargets'
82 and `notarget' options.
83
ffa389a3
AM
842018-04-27 Alan Modra <amodra@gmail.com>
85
86 * po/BLD-POTFILES.in: Regenerate.
87
aa684341
CL
882018-04-26 Christophe Lyon <christophe.lyon@linaro.org>
89
90 * testsuite/ld-elf/pr2404b.c (main): Adjust printf to account for
91 new variable name.
92 * testsuite/ld-elf/pr2404.out: Adjust expected output accordingly.
93
f1ac0afe
CL
942018-04-25 Christophe Lyon <christophe.lyon@st.com>
95
96 * testsuite/ld-arm/export-class.exp: Accept arm*-*-uclinuxfdpiceabi.
97 * testsuite/ld-discard/discard.exp: Likewise.
98 * testsuite/ld-elf/binutils.exp: Likewise.
99 * testsuite/ld-elf/commonpage1.d: Likewise.
100 * testsuite/ld-elf/compress1c.d: Likewise.
101 * testsuite/ld-elf/compressed1b.d: Likewise.
102 * testsuite/ld-elf/compressed1c.d: Likewise.
103 * testsuite/ld-elf/compressed1e.d: Likewise.
104 * testsuite/ld-elf/dynamic1.d: Likewise.
105 * testsuite/ld-elf/dynsym1.d: Likewise.
106 * testsuite/ld-elf/ehdr_start-missing.d: Likewise.
107 * testsuite/ld-elf/ehdr_start-shared.d: Likewise.
108 * testsuite/ld-elf/ehdr_start-userdef.d: Likewise.
109 * testsuite/ld-elf/ehdr_start-weak.d: Likewise.
110 * testsuite/ld-elf/ehdr_start.d: Likewise.
111 * testsuite/ld-elf/exclude3b.d: Likewise.
112 * testsuite/ld-elf/export-class.exp: Likewise.
113 * testsuite/ld-elf/global1.d: Likewise.
114 * testsuite/ld-elf/hash.d: Likewise.
115 * testsuite/ld-elf/header.d: Likewise.
116 * testsuite/ld-elf/loadaddr1.d: Likewise.
117 * testsuite/ld-elf/loadaddr2.d: Likewise.
118 * testsuite/ld-elf/loadaddr3a.d: Likewise.
119 * testsuite/ld-elf/loadaddr3b.d: Likewise.
120 * testsuite/ld-elf/local1.d: Likewise.
121 * testsuite/ld-elf/maxpage1.d: Likewise.
122 * testsuite/ld-elf/maxpage2.d: Likewise.
123 * testsuite/ld-elf/maxpage3a.d: Likewise.
124 * testsuite/ld-elf/mbind1a.d: Likewise.
125 * testsuite/ld-elf/mbind1b.d: Likewise.
126 * testsuite/ld-elf/mbind1c.d: Likewise.
127 * testsuite/ld-elf/multibss1.d: Likewise.
128 * testsuite/ld-elf/noload-2.d: Likewise.
129 * testsuite/ld-elf/now-1.d: Likewise.
130 * testsuite/ld-elf/now-2.d: Likewise.
131 * testsuite/ld-elf/now-3.d: Likewise.
132 * testsuite/ld-elf/now-4.d: Likewise.
133 * testsuite/ld-elf/pie.d: Likewise.
134 * testsuite/ld-elf/pr12975.d: Likewise.
135 * testsuite/ld-elf/pr13177.d: Likewise.
136 * testsuite/ld-elf/pr13195.d: Likewise.
137 * testsuite/ld-elf/pr16322.d: Likewise.
138 * testsuite/ld-elf/pr16498a.d: Likewise.
139 * testsuite/ld-elf/pr16498b.d: Likewise.
140 * testsuite/ld-elf/pr17615.d: Likewise.
141 * testsuite/ld-elf/pr19162.d: Likewise.
142 * testsuite/ld-elf/pr19539.d: Likewise.
143 * testsuite/ld-elf/pr19617a.d: Likewise.
144 * testsuite/ld-elf/pr19617b.d: Likewise.
145 * testsuite/ld-elf/pr19617c.d: Likewise.
146 * testsuite/ld-elf/pr19698.d: Likewise.
147 * testsuite/ld-elf/pr19789.d: Likewise.
148 * testsuite/ld-elf/pr20513c.d: Likewise.
149 * testsuite/ld-elf/pr20513d.d: Likewise.
150 * testsuite/ld-elf/pr21384.d: Likewise.
151 * testsuite/ld-elf/pr21389a.d: Likewise.
152 * testsuite/ld-elf/pr21389b.d: Likewise.
153 * testsuite/ld-elf/pr21389c.d: Likewise.
154 * testsuite/ld-elf/pr21562a.d: Likewise.
155 * testsuite/ld-elf/pr21562b.d: Likewise.
156 * testsuite/ld-elf/pr21562c.d: Likewise.
157 * testsuite/ld-elf/pr21562d.d: Likewise.
158 * testsuite/ld-elf/pr21562e.d: Likewise.
159 * testsuite/ld-elf/pr21562f.d: Likewise.
160 * testsuite/ld-elf/pr21562g.d: Likewise.
161 * testsuite/ld-elf/pr21562h.d: Likewise.
162 * testsuite/ld-elf/pr21562i.d: Likewise.
163 * testsuite/ld-elf/pr21562j.d: Likewise.
164 * testsuite/ld-elf/pr21562k.d: Likewise.
165 * testsuite/ld-elf/pr21562l.d: Likewise.
166 * testsuite/ld-elf/pr21562m.d: Likewise.
167 * testsuite/ld-elf/pr21562n.d: Likewise.
168 * testsuite/ld-elf/pr21903a.d: Likewise.
169 * testsuite/ld-elf/pr21903b.d: Likewise.
170 * testsuite/ld-elf/pr21903d.d: Likewise.
171 * testsuite/ld-elf/pr22269a.d: Likewise.
172 * testsuite/ld-elf/pr22269b.d: Likewise.
173 * testsuite/ld-elf/pr22393-1a.d: Likewise.
174 * testsuite/ld-elf/pr22393-1b.d: Likewise.
175 * testsuite/ld-elf/pr22393-1c.d: Likewise.
176 * testsuite/ld-elf/pr22393-1d.d: Likewise.
177 * testsuite/ld-elf/pr22393-1e.d: Likewise.
178 * testsuite/ld-elf/pr22393-1f.d: Likewise.
179 * testsuite/ld-elf/pr22423.d: Likewise.
180 * testsuite/ld-elf/rpath-1.d: Likewise.
181 * testsuite/ld-elf/rpath-2.d: Likewise.
182 * testsuite/ld-elf/runpath-1.d: Likewise.
183 * testsuite/ld-elf/runpath-2.d: Likewise.
184 * testsuite/ld-elf/seg.d: Likewise.
185 * testsuite/ld-elf/sizeofb.d: Likewise.
186 * testsuite/ld-elf/startofb.d: Likewise.
187 * testsuite/ld-elf/strtab.d: Likewise.
188 * testsuite/ld-elf/textaddr1.d: Likewise.
189 * testsuite/ld-elf/textaddr2.d: Likewise.
190 * testsuite/ld-elf/textaddr3.d: Likewise.
191 * testsuite/ld-elf/textaddr4.d: Likewise.
192 * testsuite/ld-elf/textaddr5.d: Likewise.
193 * testsuite/ld-elf/textaddr6.d: Likewise.
194 * testsuite/ld-elf/textaddr7.d: Likewise.
195 * testsuite/ld-elf/tls.exp: Likewise.
196 * testsuite/ld-elf/tls_common.exp: Likewise.
197 * testsuite/ld-elf/unknown2.d: Likewise.
198 * testsuite/ld-gc/abi-note.d: Likewise.
199 * testsuite/ld-gc/pr11218.d: Likewise.
200 * testsuite/ld-gc/pr19167.d: Likewise.
201 * testsuite/ld-gc/pr20022.d: Likewise.
202 * testsuite/ld-gc/start.d: Likewise.
203 * testsuite/ld-gc/stop.d: Likewise.
204 * testsuite/ld-scripts/phdrs2.exp: Likewise.
205 * testsuite/ld-scripts/rgn-at5.d: Likewise.
206 * testsuite/ld-undefined/entry-3.d: Likewise.
207 * testsuite/ld-undefined/entry-4.d: Likewise.
208
59029f57
CL
2092018-04-25 Christophe Lyon <christophe.lyon@st.com>
210 Mickaël Guêné <mickael.guene@st.com>
211
212 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC Thumb-only tests.
213 * testsuite/ld-arm/fdpic-main-m.d: New test.
214 * testsuite/ld-arm/fdpic-main-m.s: New.
215 * testsuite/ld-arm/fdpic-main-m.sym: New.
216 * testsuite/ld-arm/fdpic-shared-m.d: New test.
217 * testsuite/ld-arm/fdpic-shared-m.s: New.
218 * testsuite/ld-arm/fdpic-shared-m.sym: New.
219
4b86cbe9
CL
2202018-04-25 Christophe Lyon <christophe.lyon@st.com>
221 Mickaël Guêné <mickael.guene@st.com>
222
223 * testsuite/ld-arm/arm-elf.exp: Execute the new FDPIC tests.
224 * testsuite/ld-arm/fdpic-main.d: New test.
225 * testsuite/ld-arm/fdpic-main.ld: New.
226 * testsuite/ld-arm/fdpic-main.r: New.
227 * testsuite/ld-arm/fdpic-main.s: New.
228 * testsuite/ld-arm/fdpic-main.sym: New.
229 * testsuite/ld-arm/fdpic-shared.d: New test.
230 * testsuite/ld-arm/fdpic-shared.ld: New.
231 * testsuite/ld-arm/fdpic-shared.r: New.
232 * testsuite/ld-arm/fdpic-shared.s: New.
233 * testsuite/ld-arm/fdpic-shared.sym: New.
234
f350fc2e
CL
2352018-04-25 Christophe Lyon <christophe.lyon@st.com>
236 Mickaël Guêné <mickael.guene@st.com>
237
238 * testsuite/ld-elf/pr2404b.c (main): Rename time variable into
239 time1.
240
5c5a4843
CL
2412018-04-25 Christophe Lyon <christophe.lyon@st.com>
242 Mickaël Guêné <mickael.guene@st.com>
243
244 * scripttempl/elf.sc: Define __tdata_start for .tdata section.
245
e8b09b87
CL
2462018-04-25 Christophe Lyon <christophe.lyon@st.com>
247 Mickaël Guêné <mickael.guene@st.com>
248
249 * emulparams/armelf_linux_fdpiceabi.sh: Add .rofixup section.
250
617a5ada
CL
2512018-04-25 Christophe Lyon <christophe.lyon@st.com>
252 Mickaël Guêné <mickael.guene@st.com>
253
254 * Makefile.am (ALL_EMULATION_SOURCES): Add
255 earmelf_linux_fdpiceabi.c and earmelfb_linux_fdpiceabi.c.
256 (earmelf_linux_fdpiceabi.c, earmelfb_linux_fdpiceabi.c): New rules.
257 * Makefile.in: Regenerate.
258 * configure.tgt (arm*-*-uclinuxfdpiceabi): Handle new target.
259 * emulparams/armelf_linux_fdpiceabi.sh: New.
260 * emulparams/armelfb_linux_fdpiceabi.sh: New.
261
2ac93be7
AM
2622018-04-25 Alan Modra <amodra@gmail.com>
263
264 * Makefile.am: Remove arm-aout and arm-coff support.
265 * configure.tgt: Likewise.
266 * testsuite/ld-arm/attr-merge-div-00.d: Likewise.
267 * testsuite/ld-arm/attr-merge-div-01-m3.d: Likewise.
268 * testsuite/ld-arm/attr-merge-div-01.d: Likewise.
269 * testsuite/ld-arm/attr-merge-div-02.d: Likewise.
270 * testsuite/ld-arm/attr-merge-div-10-m3.d: Likewise.
271 * testsuite/ld-arm/attr-merge-div-10.d: Likewise.
272 * testsuite/ld-arm/attr-merge-div-11.d: Likewise.
273 * testsuite/ld-arm/attr-merge-div-12.d: Likewise.
274 * testsuite/ld-arm/attr-merge-div-120.d: Likewise.
275 * testsuite/ld-arm/attr-merge-div-20.d: Likewise.
276 * testsuite/ld-arm/attr-merge-div-21.d: Likewise.
277 * testsuite/ld-arm/attr-merge-div-22.d: Likewise.
278 * testsuite/ld-arm/attr-merge-hardfp-use-1.d: Likewise.
279 * testsuite/ld-arm/attr-merge-hardfp-use-2.d: Likewise.
280 * testsuite/ld-arm/attr-merge-nosection-1.d: Likewise.
281 * testsuite/ld-arm/attr-merge-unknown-2.d: Likewise.
282 * testsuite/ld-arm/attr-merge-unknown-2r.d: Likewise.
283 * testsuite/ld-arm/attr-merge-unknown-3.d: Likewise.
284 * testsuite/ld-arm/attr-merge-vfp-1.d: Likewise.
285 * testsuite/ld-arm/attr-merge-vfp-10.d: Likewise.
286 * testsuite/ld-arm/attr-merge-vfp-10r.d: Likewise.
287 * testsuite/ld-arm/attr-merge-vfp-11.d: Likewise.
288 * testsuite/ld-arm/attr-merge-vfp-11r.d: Likewise.
289 * testsuite/ld-arm/attr-merge-vfp-12.d: Likewise.
290 * testsuite/ld-arm/attr-merge-vfp-12r.d: Likewise.
291 * testsuite/ld-arm/attr-merge-vfp-13.d: Likewise.
292 * testsuite/ld-arm/attr-merge-vfp-13r.d: Likewise.
293 * testsuite/ld-arm/attr-merge-vfp-14.d: Likewise.
294 * testsuite/ld-arm/attr-merge-vfp-14r.d: Likewise.
295 * testsuite/ld-arm/attr-merge-vfp-1r.d: Likewise.
296 * testsuite/ld-arm/attr-merge-vfp-2.d: Likewise.
297 * testsuite/ld-arm/attr-merge-vfp-2r.d: Likewise.
298 * testsuite/ld-arm/attr-merge-vfp-3.d: Likewise.
299 * testsuite/ld-arm/attr-merge-vfp-3r.d: Likewise.
300 * testsuite/ld-arm/attr-merge-vfp-4.d: Likewise.
301 * testsuite/ld-arm/attr-merge-vfp-4r.d: Likewise.
302 * testsuite/ld-arm/attr-merge-vfp-5.d: Likewise.
303 * testsuite/ld-arm/attr-merge-vfp-5r.d: Likewise.
304 * testsuite/ld-arm/attr-merge-vfp-6.d: Likewise.
305 * testsuite/ld-arm/attr-merge-vfp-6r.d: Likewise.
306 * testsuite/ld-arm/attr-merge-vfp-7.d: Likewise.
307 * testsuite/ld-arm/attr-merge-vfp-7r.d: Likewise.
308 * testsuite/ld-arm/attr-merge-vfp-8.d: Likewise.
309 * testsuite/ld-arm/attr-merge-vfp-8r.d: Likewise.
310 * testsuite/ld-arm/attr-merge-vfp-9.d: Likewise.
311 * testsuite/ld-arm/attr-merge-vfp-9r.d: Likewise.
312 * testsuite/ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
313 * testsuite/ld-arm/attr-merge-wchar-00.d: Likewise.
314 * testsuite/ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
315 * testsuite/ld-arm/attr-merge-wchar-02.d: Likewise.
316 * testsuite/ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
317 * testsuite/ld-arm/attr-merge-wchar-04.d: Likewise.
318 * testsuite/ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
319 * testsuite/ld-arm/attr-merge-wchar-20.d: Likewise.
320 * testsuite/ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
321 * testsuite/ld-arm/attr-merge-wchar-22.d: Likewise.
322 * testsuite/ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
323 * testsuite/ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
324 * testsuite/ld-arm/attr-merge-wchar-40.d: Likewise.
325 * testsuite/ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
326 * testsuite/ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
327 * testsuite/ld-arm/attr-merge-wchar-44.d: Likewise.
328 * testsuite/ld-arm/eabi-hard-float.d: Likewise.
329 * testsuite/ld-arm/eabi-soft-float-ABI4.d: Likewise.
330 * testsuite/ld-arm/eabi-soft-float-r.d: Likewise.
331 * testsuite/ld-arm/eabi-soft-float.d: Likewise.
332 * testsuite/ld-arm/gc-hidden-1.d: Likewise.
333 * emulparams/armaoutb.sh: Delete.
334 * emulparams/armaoutl.sh: Delete.
335 * emulparams/armcoff.sh: Delete.
336 * emulparams/armnbsd.sh: Delete.
337 * emulparams/riscix.sh: Delete.
338 * scripttempl/armaout.sc: Delete.
339 * scripttempl/armcoff.sc: Delete.
340 * scripttempl/riscix.sc: Delete.
341 * Makefile.in: Regenerate.
342 * po/BLD-POTFILES.in: Regenerate.
343
5a8edf8e
AM
3442018-04-21 Alan Modra <amodra@gmail.com>
345
346 * testsuite/lib/ld-lib.exp (run_host_cmd): Check that gcc -B
347 works.
348
c65c21e1
AM
3492018-04-18 Alan Modra <amodra@gmail.com>
350
351 * Makefile.am: Remove support for assorted i386 aout and coff targets.
352 * configure.tgt: Likewise.
353 * testsuite/ld-discard/discard.exp: Likewise.
354 * testsuite/ld-elf/binutils.exp: Likewise.
355 * testsuite/ld-elf/tls.exp: Likewise.
356 * testsuite/ld-elf/tls_common.exp: Likewise.
357 * testsuite/ld-elfvers/vers.exp: Likewise.
358 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
359 * testsuite/ld-elfweak/elfweak.exp: Likewise.
360 * testsuite/ld-gc/abi-note.d: Likewise.
361 * testsuite/ld-gc/pr19167.d: Likewise.
362 * testsuite/ld-gc/pr20022.d: Likewise.
363 * testsuite/ld-gc/start.d: Likewise.
364 * testsuite/ld-gc/stop.d: Likewise.
365 * testsuite/ld-i386/i386.exp: Likewise.
366 * testsuite/ld-ifunc/binutils.exp: Likewise.
367 * testsuite/ld-ifunc/ifunc.exp: Likewise.
368 * testsuite/ld-linkonce/linkonce.exp: Likewise.
369 * testsuite/ld-plugin/lto.exp: Likewise.
370 * testsuite/ld-scripts/empty-address-2a.d: Likewise.
371 * testsuite/ld-scripts/empty-address-2b.d: Likewise.
372 * testsuite/ld-scripts/phdrs2.exp: Likewise.
373 * testsuite/ld-scripts/section-match-1.d: Likewise.
374 * testsuite/ld-shared/shared.exp: Likewise.
375 * testsuite/ld-size/size.exp: Likewise.
376 * testsuite/ld-sparc/sparc.exp: Likewise.
377 * emulparams/i386coff.sh: Delete.
378 * emulparams/i386linux.sh: Delete.
379 * emulparams/i386mach.sh: Delete.
380 * emulparams/i386nbsd.sh: Delete.
381 * emulparams/vsta.sh: Delete.
382 * scripttempl/i386coff.sc: Delete.
383 * Makefile.in: Regenerate.
384 * po/BLD-POTFILES.in: Regenerate.
385
884d4d8a 3862018-04-17 Andrew Sadek <andrew.sadek.se@gmail.com>
3f0a5f17
ME
387
388 Microblaze Target: PIC data text relative
389
390 * ld/lexsup.c (Add 2 ld options):
391 (ld_options): add disable-multiple-abs-defs @ 'ld_options' array
392 (parse_args): parse new option and pass flag to 'link_info' struct.
393 * ld/ldlex.h (Add enum): add new enum @ 'option_values' enum.
394 * ld/ld.texinfo (Add new option): Add description for
395 'disable-multiple-abs-defs'
396 * ld/main.c: Initialize flags with false @ 'main'. Handle
397 disable-multiple-abs-defs @ 'mutiple_definition'.
398
fc7aa874
AM
3992018-04-16 Alan Modra <amodra@gmail.com>
400
401 * emultempl/sunos.em: Delete.
402
ddb00039
AM
4032018-04-16 Alan Modra <amodra@gmail.com>
404
405 * Makefile.am: Remove arm-epoc-pe support.
406 * configure.tgt: Likewise.
407 * emultempl/pe.em: Likewise.
408 * pe-dll.c: Likewise.
409 * testsuite/ld-scripts/fill.d: Likewise.
410 * testsuite/ld-scripts/fill16.d: Likewise.
411 * emulparams/arm_epoc_pe.sh: Delete.
412 * scripttempl/epocpe.sc: Delete.
413 * Makefile.in: Regenerate.
414 * po/BLD-POTFILES.in: Regenerate.
415
c9098af4
AM
4162018-04-16 Alan Modra <amodra@gmail.com>
417
418 * Makefile.am: Remove sparc-aout and sparc-coff support.
419 * configure.tgt: Likewise.
420 * testsuite/ld-elfvers/vers.exp: Likewise.
421 * testsuite/ld-elfvsb/elfvsb.exp: Likewise.
422 * testsuite/ld-elfweak/elfweak.exp: Likewise.
423 * testsuite/ld-shared/shared.exp: Likewise.
424 * emulparams/coff_sparc.sh: Delete.
425 * emulparams/sparcaout.sh: Delete.
426 * emulparams/sparclinux.sh: Delete.
427 * emulparams/sparcnbsd.sh: Delete.
428 * emulparams/sun4.sh: Delete.
429 * scripttempl/sparccoff.sc: Delete.
430 * Makefile.in: Regenerate.
431 * po/BLD-POTFILES.in: Regenerate.
432
dc12032b
AM
4332018-04-16 Alan Modra <amodra@gmail.com>
434
435 * Makefile.am: Remove m68k-aout and m68k-coff support.
436 * configure.tgt: Likewise.
437 * emultempl/m68kelf.em: Likewise.
438 * ld.texinfo: Likewise.
439 * mri.c: Likewise.
440 * emulparams/delta68.sh: Delete.
441 * emulparams/hp300bsd.sh: Delete.
442 * emulparams/hp3hpux.sh: Delete.
443 * emulparams/m68k4knbsd.sh: Delete.
444 * emulparams/m68kaout.sh: Delete.
445 * emulparams/m68kaux.sh: Delete.
446 * emulparams/m68kcoff.sh: Delete.
447 * emulparams/m68klinux.sh: Delete.
448 * emulparams/m68knbsd.sh: Delete.
449 * emulparams/m68kpsos.sh: Delete.
450 * emulparams/sun3.sh: Delete.
451 * emultempl/m68kcoff.em: Delete.
452 * scripttempl/delta68.sc: Delete.
453 * scripttempl/m68kaux.sc: Delete.
454 * scripttempl/m68kcoff.sc: Delete.
455 * scripttempl/psos.sc: Delete.
456 * testsuite/ld-versados/t1-1.ro: Delete.
457 * testsuite/ld-versados/t1-2.ro: Delete.
458 * testsuite/ld-versados/t1.ld: Delete.
459 * testsuite/ld-versados/t1.ook: Delete.
460 * testsuite/ld-versados/t2-1.ro: Delete.
461 * testsuite/ld-versados/t2-2.ro: Delete.
462 * testsuite/ld-versados/t2-3.ro: Delete.
463 * testsuite/ld-versados/t2.ld: Delete.
464 * testsuite/ld-versados/t2.ook: Delete.
465 * testsuite/ld-versados/versados.exp: Delete.
466 * Makefile.in: Regenerate.
467 * po/BLD-POTFILES.in: Regenerate.
468
211dc24b
AM
4692018-04-16 Alan Modra <amodra@gmail.com>
470
471 * Makefile.am: Remove sh5 and sh64 support.
472 * configure.tgt: Likewise.
473 * ldlang.c: Likewise.
474 * testsuite/ld-elfcomm/elfcomm.exp: Likewise.
475 * testsuite/ld-gc/gc.exp: Likewise.
476 * testsuite/ld-gc/pr13683.d: Likewise.
477 * testsuite/ld-scripts/crossref.exp: Likewise.
478 * testsuite/ld-selective/selective.exp: Likewise.
479 * testsuite/ld-sh/ld-r-1.d: Likewise.
480 * testsuite/ld-sh/rd-sh.exp: Likewise.
481 * testsuite/ld-sh/sh.exp: Likewise.
482 * testsuite/ld-srec/srec.exp: Likewise.
483 * testsuite/ld-undefined/undefined.exp: Likewise.
484 * emulparams/shelf32.sh: Delete.
485 * emulparams/shelf32_linux.sh: Delete.
486 * emulparams/shelf32_nbsd.sh: Delete.
487 * emulparams/shelf64.sh: Delete.
488 * emulparams/shelf64_nbsd.sh: Delete.
489 * emulparams/shlelf32.sh: Delete.
490 * emulparams/shlelf32_linux.sh: Delete.
491 * emulparams/shlelf32_nbsd.sh: Delete.
492 * emulparams/shlelf64.sh: Delete.
493 * emulparams/shlelf64_nbsd.sh: Delete.
494 * emultempl/sh64elf.em: Delete.
495 * testsuite/ld-sh/sh64/abi32.sd: Delete.
496 * testsuite/ld-sh/sh64/abi32.xd: Delete.
497 * testsuite/ld-sh/sh64/abi64.sd: Delete.
498 * testsuite/ld-sh/sh64/abi64.xd: Delete.
499 * testsuite/ld-sh/sh64/abixx-noexp.sd: Delete.
500 * testsuite/ld-sh/sh64/cmpct1.sd: Delete.
501 * testsuite/ld-sh/sh64/cmpct1.xd: Delete.
502 * testsuite/ld-sh/sh64/crange-1.s: Delete.
503 * testsuite/ld-sh/sh64/crange-2a.s: Delete.
504 * testsuite/ld-sh/sh64/crange-2b.s: Delete.
505 * testsuite/ld-sh/sh64/crange-2c.s: Delete.
506 * testsuite/ld-sh/sh64/crange-2d.s: Delete.
507 * testsuite/ld-sh/sh64/crange-2e.s: Delete.
508 * testsuite/ld-sh/sh64/crange-2f.s: Delete.
509 * testsuite/ld-sh/sh64/crange-2g.s: Delete.
510 * testsuite/ld-sh/sh64/crange-2h.s: Delete.
511 * testsuite/ld-sh/sh64/crange-2i.s: Delete.
512 * testsuite/ld-sh/sh64/crange1.rd: Delete.
513 * testsuite/ld-sh/sh64/crange2.rd: Delete.
514 * testsuite/ld-sh/sh64/crange3-cmpct.rd: Delete.
515 * testsuite/ld-sh/sh64/crange3-media.rd: Delete.
516 * testsuite/ld-sh/sh64/crange3.dd: Delete.
517 * testsuite/ld-sh/sh64/crange3.rd: Delete.
518 * testsuite/ld-sh/sh64/crangerel1.rd: Delete.
519 * testsuite/ld-sh/sh64/crangerel2.rd: Delete.
520 * testsuite/ld-sh/sh64/dlsection-1.s: Delete.
521 * testsuite/ld-sh/sh64/dlsection.sd: Delete.
522 * testsuite/ld-sh/sh64/endian.dbd: Delete.
523 * testsuite/ld-sh/sh64/endian.dld: Delete.
524 * testsuite/ld-sh/sh64/endian.ld: Delete.
525 * testsuite/ld-sh/sh64/endian.s: Delete.
526 * testsuite/ld-sh/sh64/endian.sbd: Delete.
527 * testsuite/ld-sh/sh64/endian.sld: Delete.
528 * testsuite/ld-sh/sh64/gotplt.d: Delete.
529 * testsuite/ld-sh/sh64/gotplt.map: Delete.
530 * testsuite/ld-sh/sh64/gotplt.s: Delete.
531 * testsuite/ld-sh/sh64/init-cmpct.d: Delete.
532 * testsuite/ld-sh/sh64/init-media.d: Delete.
533 * testsuite/ld-sh/sh64/init.s: Delete.
534 * testsuite/ld-sh/sh64/init64.d: Delete.
535 * testsuite/ld-sh/sh64/mix1-noexp.sd: Delete.
536 * testsuite/ld-sh/sh64/mix1.sd: Delete.
537 * testsuite/ld-sh/sh64/mix1.xd: Delete.
538 * testsuite/ld-sh/sh64/mix2-noexp.sd: Delete.
539 * testsuite/ld-sh/sh64/mix2.sd: Delete.
540 * testsuite/ld-sh/sh64/mix2.xd: Delete.
541 * testsuite/ld-sh/sh64/rd-sh64.exp: Delete.
542 * testsuite/ld-sh/sh64/rel-1.s: Delete.
543 * testsuite/ld-sh/sh64/rel-2.s: Delete.
544 * testsuite/ld-sh/sh64/rel32.xd: Delete.
545 * testsuite/ld-sh/sh64/rel64.xd: Delete.
546 * testsuite/ld-sh/sh64/relax.exp: Delete.
547 * testsuite/ld-sh/sh64/relax1.s: Delete.
548 * testsuite/ld-sh/sh64/relax2.s: Delete.
549 * testsuite/ld-sh/sh64/relax3.s: Delete.
550 * testsuite/ld-sh/sh64/relax4.s: Delete.
551 * testsuite/ld-sh/sh64/reldl-1.s: Delete.
552 * testsuite/ld-sh/sh64/reldl-2.s: Delete.
553 * testsuite/ld-sh/sh64/reldl32.rd: Delete.
554 * testsuite/ld-sh/sh64/reldl64.rd: Delete.
555 * testsuite/ld-sh/sh64/relfail.exp: Delete.
556 * testsuite/ld-sh/sh64/relfail.s: Delete.
557 * testsuite/ld-sh/sh64/sh64-1.s: Delete.
558 * testsuite/ld-sh/sh64/sh64-2.s: Delete.
559 * testsuite/ld-sh/sh64/sh64.exp: Delete.
560 * testsuite/ld-sh/sh64/shcmp-1.s: Delete.
561 * testsuite/ld-sh/sh64/shdl-1.s: Delete.
562 * testsuite/ld-sh/sh64/shdl-2.s: Delete.
563 * testsuite/ld-sh/sh64/shdl32.xd: Delete.
564 * testsuite/ld-sh/sh64/shdl64.sd: Delete.
565 * testsuite/ld-sh/sh64/shdl64.xd: Delete.
566 * testsuite/ld-sh/sh64/shmix-1.s: Delete.
567 * testsuite/ld-sh/sh64/shmix-2.s: Delete.
568 * testsuite/ld-sh/sh64/shmix-3.s: Delete.
569 * testsuite/ld-sh/sh64/stobin-0-dso.d: Delete.
570 * testsuite/ld-sh/sh64/stobin-1.d: Delete.
571 * testsuite/ld-sh/sh64/stobin.s: Delete.
572 * testsuite/ld-sh/sh64/stolib.s: Delete.
573 * Makefile.in: Regenerate.
574 * po/BLD-POTFILES.in: Regenerate.
575
4db9937a
AM
5762018-04-16 Alan Modra <amodra@gmail.com>
577
578 * Makefile.am: Remove sh-symbianelf support.
579 * configure.tgt: Likewise.
580 * emulparams/shlsymbian.sh: Delete.
581 * scripttempl/elf32sh-symbian.sc: Delete.
582 * Makefile.in: Regenerate.
583 * po/BLD-POTFILES.in: Regenerate.
584
9f5d1593
AM
5852018-04-16 Alan Modra <amodra@gmail.com>
586
587 * Makefile.am: Remove vax-bsd and vax-ultrix support.
588 * configure.tgt: Likewise.
589 * emulparams/vax.sh: Delete.
590 * Makefile.in: Regenerate.
591 * po/BLD-POTFILES.in: Regenerate.
592
a9a4b302
AM
5932018-04-16 Alan Modra <amodra@gmail.com>
594
595 * Makefile.am: Remove w65 support.
596 * configure.tgt: Likewise.
597 * emulparams/w65.sh: Delete.
598 * scripttempl/w65.sc: Delete.
599 * Makefile.in: Regenerate.
600 * po/BLD-POTFILES.in: Regenerate.
601
c2bf1eec
AM
6022018-04-16 Alan Modra <amodra@gmail.com>
603
604 * Makefile.am: Remove m88k support.
605 * configure.host: Likewise.
606 * configure.tgt: Likewise.
607 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
608 * emulparams/m88kbcs.sh: Delete.
609 * scripttempl/m88kbcs.sc: Delete.
610 * Makefile.in: Regenerate.
611 * po/BLD-POTFILES.in: Regenerate.
612
6793974d
AM
6132018-04-16 Alan Modra <amodra@gmail.com>
614
615 * Makefile.am: Remove i370 support.
616 * configure.tgt: Likewise.
617 * testsuite/ld-elf/compressed1d.d: Likewise.
618 * testsuite/ld-elf/group8a.d: Likewise.
619 * testsuite/ld-elf/group8b.d: Likewise.
620 * testsuite/ld-elf/group9a.d: Likewise.
621 * testsuite/ld-elf/group9b.d: Likewise.
622 * testsuite/ld-elf/merge.d: Likewise.
623 * testsuite/ld-elf/pr12851.d: Likewise.
624 * testsuite/ld-elf/pr12975.d: Likewise.
625 * testsuite/ld-elf/pr13177.d: Likewise.
626 * testsuite/ld-elf/pr13195.d: Likewise.
627 * testsuite/ld-elf/pr17615.d: Likewise.
628 * testsuite/ld-elf/pr21562a.d: Likewise.
629 * testsuite/ld-elf/pr21562b.d: Likewise.
630 * testsuite/ld-elf/pr21562c.d: Likewise.
631 * testsuite/ld-elf/pr21562d.d: Likewise.
632 * testsuite/ld-elf/pr21562i.d: Likewise.
633 * testsuite/ld-elf/pr21562j.d: Likewise.
634 * testsuite/ld-elf/pr21562k.d: Likewise.
635 * testsuite/ld-elf/pr21562l.d: Likewise.
636 * testsuite/ld-elf/pr21562m.d: Likewise.
637 * testsuite/ld-elf/pr21562n.d: Likewise.
638 * testsuite/ld-elf/pr22677.d: Likewise.
639 * testsuite/lib/ld-lib.exp: Likewise.
640 * emulparams/elf32i370.sh: Delete.
641 * scripttempl/elfi370.sc: Delete.
642 * Makefile.in: Regenerate.
643 * po/BLD-POTFILES.in: Regenerate.
644
e82aa794
AM
6452018-04-16 Alan Modra <amodra@gmail.com>
646
647 * Makefile.am: Remove h8500 support.
648 * configure.tgt: Likewise.
649 * emulparams/h8500.sh: Delete.
650 * emulparams/h8500b.sh: Delete.
651 * emulparams/h8500c.sh: Delete.
652 * emulparams/h8500m.sh: Delete.
653 * emulparams/h8500s.sh: Delete.
654 * scripttempl/h8500.sc: Delete.
655 * scripttempl/h8500b.sc: Delete.
656 * scripttempl/h8500c.sc: Delete.
657 * scripttempl/h8500m.sc: Delete.
658 * scripttempl/h8500s.sc: Delete.
659 * Makefile.in: Regenerate.
660 * po/BLD-POTFILES.in: Regenerate.
661
fe0bf0fd
AM
6622018-04-16 Alan Modra <amodra@gmail.com>
663
664 * Makefile.am: Remove h8300-coff support.
665 * configure.tgt: Likewise.
666 * testsuite/ld-h8300/h8300.exp: Likewise.
667 * emulparams/h8300.sh: Delete.
668 * emulparams/h8300h.sh: Delete.
669 * emulparams/h8300hn.sh: Delete.
670 * emulparams/h8300s.sh: Delete.
671 * emulparams/h8300sn.sh: Delete.
672 * emulparams/h8300sx.sh: Delete.
673 * emulparams/h8300sxn.sh: Delete.
674 * scripttempl/h8300.sc: Delete.
675 * scripttempl/h8300h.sc: Delete.
676 * scripttempl/h8300hn.sc: Delete.
677 * scripttempl/h8300s.sc: Delete.
678 * scripttempl/h8300sn.sc: Delete.
679 * scripttempl/h8300sx.sc: Delete.
680 * scripttempl/h8300sxn.sc: Delete.
681 * testsuite/ld-h8300/relax-3-coff.d: Delete.
682 * testsuite/ld-h8300/relax-4-coff.d: Delete.
683 * testsuite/ld-h8300/relax-5-coff.d: Delete.
684 * testsuite/ld-h8300/relax-6-coff.d: Delete.
685 * Makefile.in: Regenerate.
686 * po/BLD-POTFILES.in: Regenerate.
687
fdef3943
AM
6882018-04-16 Alan Modra <amodra@gmail.com>
689
690 * ld.texinfo: Remove IEEE 695 support.
691 * mri.c: Likewise.
692
de96689e
AM
6932018-04-16 Alan Modra <amodra@gmail.com>
694
695 * Makefile.am: Remove tandem support.
696 * configure.tgt: Likewise.
697 * emulparams/st2000.sh: Delete.
698 * scripttempl/st2000.sc: Delete.
699 * Makefile.in: Regenerate.
700 * po/BLD-POTFILES.in: Regenerate.
701
5972ac73
AM
7022018-04-16 Alan Modra <amodra@gmail.com>
703
704 * Makefile.am: Remove newsos3 support.
705 * configure.tgt: Likewise.
706 * emulparams/news.sh: Delete.
707 * Makefile.in: Regenerate.
708 * po/BLD-POTFILES.in: Regenerate.
709
b4b594e3
AM
7102018-04-16 Alan Modra <amodra@gmail.com>
711
712 * Makefile.am: Remove netware support.
713 * configure.tgt: Likewise.
714 * testsuite/ld-powerpc/powerpc.exp: Likewise.
715 * emulparams/i386nw.sh: Delete.
716 * emulparams/ppcnw.sh: Delete.
717 * scripttempl/nw.sc: Delete.
718 * Makefile.in: Regenerate.
719 * po/BLD-POTFILES.in: Regenerate.
720
702d1671
AM
7212018-04-14 Alan Modra <amodra@gmail.com>
722
723 * ldmain.c (main): Move config.maxpagesize and
724 config.commonpagesize initialization to..
725 * ldemul.c (after_parse_default): ..here.
726 * testsuite/ld-powerpc/ppc476-shared.d: Pass -z common-page-size.
727 * testsuite/ld-powerpc/ppc476-shared2.d: Likewise.
728
24acfe5e
AM
7292018-04-14 Alan Modra <amodra@gmail.com>
730
731 * emulparams/elf32ppcwindiss.sh: Rewrite to use elf32ppc.sh.
732 * emulparams/ppclynx.sh: Likewise.
733
a8eb42a8
AM
7342018-04-11 Alan Modra <amodra@gmail.com>
735
736 * emulparams/coff_i860.sh: Delete.
737 * emulparams/elf32_i860.sh: Delete.
738 * emulparams/elf32_i960.sh: Delete.
739 * emulparams/gld960.sh: Delete.
740 * emulparams/gld960coff.sh: Delete.
741 * emulparams/lnk960.sh: Delete.
742 * emultempl/gld960.em: Delete.
743 * emultempl/gld960c.em: Delete.
744 * emultempl/lnk960.em: Delete.
745 * scripttempl/i860coff.sc: Delete.
746 * scripttempl/i960.sc: Delete.
747 * ld.texinfo: Remove i960 support.
748 * Makefile.am: Remove i860 and i960 support.
749 * configure.tgt: Likewise.
750 * testsuite/ld-discard/extern.d: Likewise.
751 * testsuite/ld-discard/start.d: Likewise.
752 * testsuite/ld-discard/static.d: Likewise.
753 * testsuite/ld-elf/compressed1d.d: Likewise.
754 * testsuite/ld-elf/group1.d: Likewise.
755 * testsuite/ld-elf/group3b.d: Likewise.
756 * testsuite/ld-elf/group8a.d: Likewise.
757 * testsuite/ld-elf/group8b.d: Likewise.
758 * testsuite/ld-elf/group9a.d: Likewise.
759 * testsuite/ld-elf/group9b.d: Likewise.
760 * testsuite/ld-elf/linkonce2.d: Likewise.
761 * testsuite/ld-elf/merge.d: Likewise.
762 * testsuite/ld-elf/merge2.d: Likewise.
763 * testsuite/ld-elf/merge3.d: Likewise.
764 * testsuite/ld-elf/orphan-10.d: Likewise.
765 * testsuite/ld-elf/orphan-11.d: Likewise.
766 * testsuite/ld-elf/orphan-12.d: Likewise.
767 * testsuite/ld-elf/orphan-9.d: Likewise.
768 * testsuite/ld-elf/orphan-region.d: Likewise.
769 * testsuite/ld-elf/orphan.d: Likewise.
770 * testsuite/ld-elf/orphan3.d: Likewise.
771 * testsuite/ld-elf/pr12851.d: Likewise.
772 * testsuite/ld-elf/pr12975.d: Likewise.
773 * testsuite/ld-elf/pr13177.d: Likewise.
774 * testsuite/ld-elf/pr13195.d: Likewise.
775 * testsuite/ld-elf/pr17550a.d: Likewise.
776 * testsuite/ld-elf/pr17550b.d: Likewise.
777 * testsuite/ld-elf/pr17550c.d: Likewise.
778 * testsuite/ld-elf/pr17550d.d: Likewise.
779 * testsuite/ld-elf/pr17615.d: Likewise.
780 * testsuite/ld-elf/pr20528a.d: Likewise.
781 * testsuite/ld-elf/pr20528b.d: Likewise.
782 * testsuite/ld-elf/pr21562a.d: Likewise.
783 * testsuite/ld-elf/pr21562b.d: Likewise.
784 * testsuite/ld-elf/pr21562c.d: Likewise.
785 * testsuite/ld-elf/pr21562d.d: Likewise.
786 * testsuite/ld-elf/pr21562i.d: Likewise.
787 * testsuite/ld-elf/pr21562j.d: Likewise.
788 * testsuite/ld-elf/pr21562k.d: Likewise.
789 * testsuite/ld-elf/pr21562l.d: Likewise.
790 * testsuite/ld-elf/pr21562m.d: Likewise.
791 * testsuite/ld-elf/pr21562n.d: Likewise.
792 * testsuite/ld-elf/pr22677.d: Likewise.
793 * testsuite/ld-elf/pr22836-1a.d: Likewise.
794 * testsuite/ld-elf/pr22836-1b.d: Likewise.
795 * testsuite/ld-elf/pr349.d: Likewise.
796 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
797 * testsuite/ld-elf/sec64k.exp: Likewise.
798 * testsuite/ld-elf/warn1.d: Likewise.
799 * testsuite/ld-elf/warn2.d: Likewise.
800 * testsuite/ld-elf/warn3.d: Likewise.
801 * testsuite/lib/ld-lib.exp: Likewise.
802 * Makefile.in: Regenerate.
803 * po/BLD-POTFILES.in: Regenerate.
804
18e404c4
AM
8052018-04-11 Alan Modra <amodra@gmail.com>
806
807 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Add -mpic for nds32.
808
c4a614e2
AM
8092018-04-09 Alan Modra <amodra@gmail.com>
810
811 * po/BLD-POTFILES.in: Regenerate.
812
3e04d765
AM
8132018-04-09 Alan Modra <amodra@gmail.com>
814
815 * emultempl/ppc64elf.em (no_inline_plt): New var.
816 (ppc_before_allocation): Call ppc64_elf_inline_plt.
817 (enum ppc64_opt): Add OPTION_NO_INLINE_OPT.
818 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
819 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
820 * emultemps/ppc32elf.em (no_inline_opt): New var.
821 (prelim_size_sections): New function, extracted from..
822 (ppc_before_allocation): ..here. Call ppc_elf_inline_plt.
823 (enum ppc32_opt): Add OPTION_NO_INLINE_OPT.
824 (PARSE_AND_LIST_LONGOPTS, PARSE_AND_LIST_OPTIONS,
825 PARSE_AND_LIST_ARGS_CASES): Handle --no-inline-optimize.
826
2d7ad24e
AM
8272018-04-09 Alan Modra <amodra@gmail.com>
828
829 * emulparams/elf32ppc.sh (OTHER_RELRO_SECTIONS_2): Add .branch_lt.
830 (OTHER_GOT_RELOC_SECTIONS): Add .rela.branch_lt.
831 * testsuite/ld-powerpc/elfv2so.d: Update for symbol/stub reordering.
832 * testsuite/ld-powerpc/relbrlt.d: Likewise.
833 * testsuite/ld-powerpc/relbrlt.s: Likewise.
834 * testsuite/ld-powerpc/tlsso.r: Likewise.
835 * testsuite/ld-powerpc/tlstocso.r: Likewise.
836
49c09209
AM
8372018-04-09 Alan Modra <amodra@gmail.com>
838
839 * ppc32elf.em (ppc_finish): Call ppc_finish_symbols.
840
3cba8b6c
L
8412018-04-05 H.J. Lu <hongjiu.lu@intel.com>
842
843 PR gas/22318
844 * configure: Regenerated.
845
043e9508
NC
8462018-04-05 Nick Clifton <nickc@redhat.com>
847
848 PR 23030
849 * emulparams/elf64_ia64.sh (OTHER_READONLY_SECTIONS): Make sure
850 that the .IA_64.unwind_info and .IA_64.unwind sections are not
851 subject to garbage collection.
852
9d8e8f44
EB
8532018-04-04 Eric Botcazou <ebotcazou@adacore.com>
854
855 * deffile.h (def_file_add_import_from): Declare.
856 (def_file_add_import_at): Likewise.
857 * deffilep.y (fill_in_import): New function extracted from...
858 (def_file_add_import): ...here. Call it.
859 (def_file_add_import_from): New function.
860 (def_file_add_import_at): Likewise.
861 * pe-dll.c (pe_implied_import_dll): Use an optimized version of the
862 insertion loop for imported symbols if possible.
863
317ff008
EB
8642018-04-04 Eric Botcazou <ebotcazou@adacore.com>
865
866 * emultempl/pe.em (U_SIZE): Delete.
867 (pe_data_import_dll): Likewise.
868 (make_import_fixup): Return void, take 4th parameter and pass it down
869 in call to pe_create_import_fixup.
870 (pe_find_data_imports): Move to...
871 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
872 the auto-import pass and add a guard before running the latter.
873 * emultempl/pep.em (U_SIZE): Delete.
874 (pep_data_import_dll): Likewise.
875 (make_import_fixup): Return void, take 4th parameter and pass it down
876 in call to pe_create_import_fixup.
877 (pep_find_data_imports): Move to...
878 (gld_${EMULATION_NAME}_after_open): Run the stdcall fixup pass after
879 the auto-import pass and add a guard before running the latter.
880 * pe-dll.c (runtime_pseudp_reloc_v2_init): Change type to bfd_boolean.
881 (pe_walk_relocs_of_symbol): Rename into...
882 (pe_walk_relocs): ...this. Add 2 more parameters,4th parameter to the
883 callback prototype and pass 4th parameter in calls to the callback.
884 If the import hash table is present, invoke the callback on the reloc
885 if the symbol name is in the table.
886 (pe_find_data_imports): ...here. Take 2 parameters. Build an import
887 hash table for the pseudo-relocation support version 2. When it is
888 built, walk the relocations only once at the end; when it is not, do
889 not build a fixup when the symbol isn't part of an import table.
890 Issue the associated warning only after a first fixup is built.
891 (tmp_seq2): Delete.
892 (make_singleton_name_imp): Likewise.
893 (make_import_fixup_mark): Return const char * and a stable string.
894 (make_import_fixup_entry): Do not deal with the pseudo-relocation
895 support version 2.
896 (make_runtime_pseudo_reloc): Factor out code and fix formatting.
897 (pe_create_import_fixup): Add 5th parameter. Clearly separate the
898 pseudo-relocation support version 2 from the rest. Fix formatting.
899 * pe-dll.h (pe_walk_relocs_of_symbol): Delete.
900 (pe_find_data_imports): Declare.
901 (pe_create_import_fixup): Add 5th parameter.
902 * pep-dll.c (pe_data_import_dll): Delete.
903 (pe_find_data_imports): Define.
904 (pe_walk_relocs_of_symbol): Delete.
905 * pep-dll.h (pep_walk_relocs_of_symbol): Delete.
906 (pep_find_data_imports): Declare.
907 (pep_create_import_fixup): Add 5th parameter.
908 * ld.texinfo (--enable-auto-import): Adjust to new implementation.
909
4fb0d2b9
NC
9102018-04-04 Nick Clifton <nickc@redhat.com>
911
912 * po/es.po: Updated Spanish translation.
913
dfdad367
MR
9142018-04-03 Maciej W. Rozycki <macro@mips.com>
915
916 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
917 `mips*-*-kfreebsd*-gnu' targets.
918
e04ef022
RL
9192018-03-23 Renlin Li <renlin.li@arm.com>
920
921 PR ld/22970
922 * testsuite/ld-aarch64/aarch64-elf.exp: Update to run new tests.
923 * testsuite/ld-aarch64/emit-relocs-552-overflow.d: New.
924 * testsuite/ld-aarch64/emit-relocs-552-overflow.s: New.
925 * testsuite/ld-aarch64/emit-relocs-552.d: New.
926 * testsuite/ld-aarch64/emit-relocs-552.s: New.
927 * testsuite/ld-aarch64/emit-relocs-553.d: New.
928 * testsuite/ld-aarch64/emit-relocs-553.s: New.
929 * testsuite/ld-aarch64/emit-relocs-554-overflow.d: New.
930 * testsuite/ld-aarch64/emit-relocs-554-overflow.s: New.
931 * testsuite/ld-aarch64/emit-relocs-554.d: New.
932 * testsuite/ld-aarch64/emit-relocs-554.s: New.
933 * testsuite/ld-aarch64/emit-relocs-555.d: New.
934 * testsuite/ld-aarch64/emit-relocs-555.s: New.
935 * testsuite/ld-aarch64/emit-relocs-556-overflow.d: New.
936 * testsuite/ld-aarch64/emit-relocs-556-overflow.s: New.
937 * testsuite/ld-aarch64/emit-relocs-556.d: New.
938 * testsuite/ld-aarch64/emit-relocs-556.s: New.
939 * testsuite/ld-aarch64/emit-relocs-557.d: New.
940 * testsuite/ld-aarch64/emit-relocs-557.s: New.
941 * testsuite/ld-aarch64/emit-relocs-558-overflow.d: New.
942 * testsuite/ld-aarch64/emit-relocs-558-overflow.s: New.
943 * testsuite/ld-aarch64/emit-relocs-558.d: New.
944 * testsuite/ld-aarch64/emit-relocs-558.s: New.
945 * testsuite/ld-aarch64/emit-relocs-559.d: New.
946 * testsuite/ld-aarch64/emit-relocs-559.s: New.
947 * testsuite/ld-aarch64/emit-relocs-112-overflow.d: New.
948 * testsuite/ld-aarch64/emit-relocs-112-overflow.s: New.
949 * testsuite/ld-aarch64/emit-relocs-112.d: New.
950 * testsuite/ld-aarch64/emit-relocs-112.s: New.
951 * testsuite/ld-aarch64/emit-relocs-113.d: New.
952 * testsuite/ld-aarch64/emit-relocs-113.s: New.
953 * testsuite/ld-aarch64/emit-relocs-114-overflow.d: New.
954 * testsuite/ld-aarch64/emit-relocs-114-overflow.s: New.
955 * testsuite/ld-aarch64/emit-relocs-114.d: New.
956 * testsuite/ld-aarch64/emit-relocs-114.s: New.
957 * testsuite/ld-aarch64/emit-relocs-115.d: New.
958 * testsuite/ld-aarch64/emit-relocs-115.s: New.
959 * testsuite/ld-aarch64/emit-relocs-116-overflow.d: New.
960 * testsuite/ld-aarch64/emit-relocs-116-overflow.s: New.
961 * testsuite/ld-aarch64/emit-relocs-116.d: New.
962 * testsuite/ld-aarch64/emit-relocs-116.s: New.
963 * testsuite/ld-aarch64/emit-relocs-117.d: New.
964 * testsuite/ld-aarch64/emit-relocs-117.s: New.
965 * testsuite/ld-aarch64/emit-relocs-118-overflow.d: New.
966 * testsuite/ld-aarch64/emit-relocs-118-overflow.s: New.
967 * testsuite/ld-aarch64/emit-relocs-118.d: New.
968 * testsuite/ld-aarch64/emit-relocs-118.s: New.
969 * testsuite/ld-aarch64/emit-relocs-119.d: New.
970 * testsuite/ld-aarch64/emit-relocs-119.s: New.
971
f8745e1c
EB
9722018-03-28 Eric Botcazou <ebotcazou@adacore.com>
973
974 PR ld/22972
975 * testsuite/ld-sparc/sparc.exp: Add test for mixed GOTDATA/GOT relocs.
976 * testsuite/ld-sparc/gotop-hidden.c: New file.
977 * testsuite/ld-sparc/got-hidden32.s: Likewise.
978 * testsuite/ld-sparc/got-hidden64.s: Likewise.
979 * testsuite/ld-sparc/pass.out: Likewise.
980
bf54968b
L
9812018-03-25 H.J. Lu <hongjiu.lu@intel.com>
982
983 PR ld/23000
984 * testsuite/ld-x86-64/tlsdesc.pd: Updated.
985
f6c4d4b1
NC
9862018-03-23 Nick Clifton <nickc@redhat.com>
987
988 PR 22948
989 * emultempl/pe.em (open_dynamic_archive): Add libXXX.lib template
990 to library name list.
991 * emultempl/pep.em (open_dynamic_archive): Likewise.
992 * ld.texinfo (WIN32): Update documentation.
993
cbac2231
RM
9942018-03-20 Roland McGrath <mcgrathr@google.com>
995
996 * testsuite/ld-elf/shared.exp (pr20995-2): XFAIL on aarch64*-*-elf*,
997 another target without RELRO.
998
8c5b71ad
L
9992018-03-20 H.J. Lu <hongjiu.lu@intel.com>
1000
1001 * testsuite/ld-plugin/pr22983.d: Allow leading underscore as
1002 well as extra lines between symbols.
1003
ed381877
MR
10042018-03-20 Maciej W. Rozycki <macro@mips.com>
1005
1006 * testsuite/ld-gc/gc.exp: Remove extraneous LD flags from the
1007 personality test.
1008
416c34d6
L
10092018-03-20 H.J. Lu <hongjiu.lu@intel.com>
1010
1011 PR ld/22983
1012 * testsuite/ld-plugin/lto.exp: Run PR ld/22983 test.
1013 * testsuite/ld-plugin/pr22983.d: New file.
1014 * testsuite/ld-plugin/pr22983.t: Likewise.
1015 * testsuite/ld-plugin/pr22983a.c: Likewise.
1016 * testsuite/ld-plugin/pr22983b.c: Likewise.
1017
202d116e
AS
10182018-03-15 Andreas Schwab <schwab@suse.de>
1019
1020 PR ld/22949
1021 * emultempl/riscvelf.em (riscv_elf_before_allocation): Don't
1022 enable relaxation in relocatable link.
1023
f9671640
KLC
10242018-03-15 Kuan-Lin Chen <kuanlinchentw@gmail.com>
1025
1026 * emultempl/nds32elf.em (nds32_elf_after_allocation): Remove
1027 unsupported target feature.
1028
9e223787
L
10292018-03-14 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 PR ld/20882
1032 * testsuite/ld-gc/pr20882.d: Also dump and check .debug_abbrev
1033 section.
1034 * testsuite/ld-gc/pr20882b.s: Add .debug_abbrev section.
1035
bf485201
L
10362018-03-14 H.J. Lu <hongjiu.lu@intel.com>
1037
1038 * testsuite/ld-gc/gc.exp: Fix a typo: $LFLAGS -> $LDFLAGS.
1039
b4a3689a
NC
10402018-03-13 Nick Clifton <nickc@redhat.com>
1041
1042 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1043
f657f8c4
NC
10442018-03-09 Nick Clifton <nickc@redhat.com>
1045
1046 * testsuite/ld-ifunc/ifuncmod5.s: New test. Checks that targets
1047 that support IFUNC symbols can handle relocations against those
1048 symbols in NOTE sections.
1049 * testsuite/ld-ifunc/ifuncmod5.d: New file: Driver for the new
1050 test.
1051 * testsuite/ld-ifunc/ifunc.exp: Run the new test.
1052
347a8774
L
10532018-03-08 H.J. Lu <hongjiu.lu@intel.com>
1054
1055 PR ld/22929
1056 * testsuite/ld-i386/i386.exp: Run PR ld/22929 test.
1057 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1058 * testsuite/ld-i386/pr22929.d: New file.
1059 * testsuite/ld-i386/pr22929.s: Likewise.
1060 * testsuite/ld-x86-64/pr22929.d: Likewise.
1061 * testsuite/ld-x86-64/pr22929.s: Likewise.
1062
d6ab6481
MF
10632018-03-07 Max Filippov <jcmvbkbc@gmail.com>
1064
1065 * emulparams/elf32xtensa.sh (COMMONPAGESIZE): Define.
1066
0c1ded8d
RL
10672018-03-07 Renlin Li <renlin.li@arm.com>
1068
1069 PR ld/20402
1070 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
1071 * testsuite/ld-aarch64/pr20402.s: New.
1072 * testsuite/ld-aarch64/pr20402.d: New.
1073
770aa8a3
JW
10742018-03-06 Jim Wilson <jimw@sifive.com>
1075
1076 PR 22920
1077 * emultempl/riscvelf.em (riscv_create_output_section_statements): New.
1078 (LDEMUL_CREATE_OUTPUT_SECTION_STATEMENTS): New.
1079 * testsuite/ld-elf/pr21884.d (#notarget): Add riscv*-*-*.
1080 * testsuite/ld-unique/pr21529.d (#notarget): Likewise.
1081 * testsuite/ld-srec/srec.exp (run_srec_test): For riscv*-*-* target,
1082 call setup_xfail.
1083
dfb93f11
JC
10842018-03-03 James Cowgill <james.cowgill@mips.com>
1085 Maciej W. Rozycki <macro@mips.com>
1086
1087 PR ld/21900
1088 * testsuite/ld-mips-elf/undefined-warn.d: New test.
1089 * testsuite/ld-mips-elf/undefined.s: Add padding at the end.
1090 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1091
9a2ebffd
JW
10922018-03-02 Jim Wilson <jimw@sifive.com>
1093
1094 PR 22903
1095 * emultempl/aarch64elf.em (elf${ELFSIZE}_aarch64_add_stub_section):
1096 Give stub_sec 8 byte alignment.
1097 * emulparams/aarch64cloudabi.sh (NOP): Set to 0x1f2003d5.
1098 * emulparams/aarch64elf.sh (NOP): Likewise.
1099 * emulparams/aarch64elf32.sh (NOP): Likewise.
1100 * emulparams/aarch64fbsd.sh (NOP): Likewise.
1101 * emulparams/aarch64linux.sh (NOP): Likewise.
1102 * emulparams/aarch64linux32.sh (NOP): Likewise.
1103 * testsuite/ld-aarch64/erratum835769.d: Adjust for added nop.
1104 * testsuite/ld-aarch64/erratum843419.d: Likewise.
1105 * testsuite/ld-aarch64/farcall-b-defsym.d: Likewise.
1106 * testsuite/ld-aarch64/farcall-b-none-function.d: Likewise.
1107 * testsuite/ld-aarch64/farcall-b-plt.d: Likewise.
1108 * testsuite/ld-aarch64/farcall-b-section.d: Likewise.
1109 * testsuite/ld-aarch64/farcall-b.d: Likewise.
1110 * testsuite/ld-aarch64/farcall-back.d: Likewise.
1111 * testsuite/ld-aarch64/farcall-bl-defsym.d: Likewise.
1112 * testsuite/ld-aarch64/farcall-bl-none-function.d: Likewise.
1113 * testsuite/ld-aarch64/farcall-bl-plt.d: Likewise.
1114 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1115 * testsuite/ld-aarch64/farcall-bl.d: Likewise.
1116
e184813f
AM
11172018-03-01 Alan Modra <amodra@gmail.com>
1118
1119 * configure.ac (ALL_LINGUAS): Add ja. Sort.
1120 * configure: Regenerate.
1121
889be5db
DR
11222018-02-28 Douglas B Rupp <rupp@adacore.com>
1123
1124 * ldmain.c (main): Remove directory separator, if any, from the
1125 end of the canonicalized sysroot.
1126
f6aec96d
L
11272018-02-27 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 * NEWS: Mention --enable-separate-code.
1130 * configure.ac: Add --enable-separate-code.
1131 (DEFAULT_LD_Z_SEPARATE_CODE): New AC_DEFINE_UNQUOTED.
1132 * configure.tgt: Default ac_default_ld_z_separate_code to 1 for
1133 Linux/x86 targets.
1134 * config.in: Regenerated.
1135 * configure: Likewise.
1136 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
1137 link_info.separate_code DEFAULT_LD_Z_SEPARATE_CODE.
1138
df5f2391
AM
11392018-02-26 Alan Modra <amodra@gmail.com>
1140
1141 * emulparams/call_nop.sh, * emulparams/cet.sh,
1142 * emulparams/elf32mcore.sh, * emultempl/aarch64elf.em
1143 * emultempl/aix.em, * emultempl/alphaelf.em, * emultempl/armcoff.em,
1144 * emultempl/armelf.em, * emultempl/avrelf.em, * emultempl/beos.em,
1145 * emultempl/bfin.em, * emultempl/cr16elf.em, * emultempl/elf32.em,
1146 * emultempl/elf-generic.em, * emultempl/hppaelf.em,
1147 * emultempl/linux.em, * emultempl/lnk960.em,
1148 * emultempl/m68hc1xelf.em, * emultempl/m68kcoff.em,
1149 * emultempl/m68kelf.em, * emultempl/metagelf.em,
1150 * emultempl/mipself.em, * emultempl/mmix-elfnmmo.em,
1151 * emultempl/mmo.em, * emultempl/msp430.em, * emultempl/nds32elf.em,
1152 * emultempl/nios2elf.em, * emultempl/pe.em, * emultempl/pep.em,
1153 * emultempl/ppc32elf.em, * emultempl/ppc64elf.em,
1154 * emultempl/scoreelf.em, * emultempl/sh64elf.em,
1155 * emultempl/spuelf.em, * emultempl/sunos.em, * emultempl/tic6xdsbt.em,
1156 * emultempl/ticoff.em, * emultempl/v850elf.em, * emultempl/vms.em,
1157 * emultempl/vxworks.em, * emultempl/xtensaelf.em, * ldcref.c,
1158 * ldctor.c, * ldexp.c, * ldfile.c, * ldgram.y, * ldlang.c,
1159 * ldmain.c, * ldmisc.c, * ldwrite.c, * lexsup.c, * mri.c, * pe-dll.c,
1160 * plugin.c: Standardize error/warning messages.
1161 * testsuite/ld-arc/jli-overflow.err,
1162 * testsuite/ld-arm/cmse-implib-errors.out,
1163 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
1164 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
1165 * testsuite/ld-arm/cmse-new-wrong-implib.out,
1166 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
1167 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
1168 * testsuite/ld-arm/vxworks1-static.d,
1169 * testsuite/ld-cris/tls-err-20x.d, * testsuite/ld-cris/tls-err-29.d,
1170 * testsuite/ld-cris/tls-err-31.d, * testsuite/ld-cris/tls-err-33.d,
1171 * testsuite/ld-cris/tls-err-35.d, * testsuite/ld-cris/tls-err-37.d,
1172 * testsuite/ld-cris/tls-err-39.d, * testsuite/ld-cris/tls-err-41.d,
1173 * testsuite/ld-cris/tls-err-43.d, * testsuite/ld-cris/tls-err-45.d,
1174 * testsuite/ld-cris/tls-err-47.d, * testsuite/ld-cris/tls-err-49.d,
1175 * testsuite/ld-cris/tls-err-51.d, * testsuite/ld-cris/tls-err-67.d,
1176 * testsuite/ld-elf/dwarf2.err, * testsuite/ld-elf/dwarf3.err,
1177 * testsuite/ld-elf/orphan-5.l, * testsuite/ld-elf/orphan-6.l,
1178 * testsuite/ld-i386/vxworks1-static.d,
1179 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
1180 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
1181 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
1182 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
1183 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
1184 * testsuite/ld-mips-elf/bal-jalx-pic.d,
1185 * testsuite/ld-mips-elf/jal-global-overflow-1.d,
1186 * testsuite/ld-mips-elf/jal-local-overflow-1.d,
1187 * testsuite/ld-mips-elf/mode-change-error-1.d,
1188 * testsuite/ld-mips-elf/unaligned-branch-2.d,
1189 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
1190 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
1191 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
1192 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
1193 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
1194 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
1195 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
1196 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
1197 * testsuite/ld-mips-elf/unaligned-branch.d,
1198 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
1199 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
1200 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
1201 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
1202 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
1203 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
1204 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
1205 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
1206 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
1207 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
1208 * testsuite/ld-mips-elf/unaligned-jump.d,
1209 * testsuite/ld-mips-elf/unaligned-ldpc-1.d,
1210 * testsuite/ld-mips-elf/unaligned-lwpc-1.d,
1211 * testsuite/ld-mips-elf/undefined.d,
1212 * testsuite/ld-mips-elf/vxworks1-static.d,
1213 * testsuite/ld-mmix/bpo-20.d, * testsuite/ld-mmix/bpo-20m.d,
1214 * testsuite/ld-mmix/bpo-7.d, * testsuite/ld-mmix/bpo-7m.d,
1215 * testsuite/ld-mmix/bpo-8.d, * testsuite/ld-mmix/bpo-8m.d,
1216 * testsuite/ld-mmix/greg-17.d, * testsuite/ld-mmix/greg-18.d,
1217 * testsuite/ld-mmix/greg-8.d, * testsuite/ld-mmix/greg-9.d,
1218 * testsuite/ld-plugin/plugin-14.d, * testsuite/ld-plugin/plugin-15.d,
1219 * testsuite/ld-plugin/plugin-16.d, * testsuite/ld-plugin/plugin-20.d,
1220 * testsuite/ld-plugin/plugin-21.d, * testsuite/ld-plugin/plugin-22.d,
1221 * testsuite/ld-plugin/plugin-23.d, * testsuite/ld-plugin/plugin-6.d,
1222 * testsuite/ld-plugin/plugin-7.d, * testsuite/ld-plugin/plugin-8.d,
1223 * testsuite/ld-powerpc/aix-weak-3-32.d,
1224 * testsuite/ld-powerpc/aix-weak-3-64.d,
1225 * testsuite/ld-powerpc/vxworks1-static.d,
1226 * testsuite/ld-sh/vxworks1-static.d,
1227 * testsuite/ld-sparc/vxworks1-static.d,
1228 * testsuite/ld-undefined/undefined.exp,
1229 * testsuite/ld-x86-64/pie1.d: Update for changed errors and warnings.
1230 * testsuite/ld-elf/warn1.d, * testsuite/ld-elf/warn2.d: Correct regex.
1231
33589acb
AM
12322018-02-26 Alan Modra <amodra@gmail.com>
1233
1234 * Makefile.am (EMULATION_FILES, POTFILES): Delete.
1235 (SRC_POTFILES, BLD_POTFILES): Define.
1236 (po/POTFILES.in): Delete rule.
1237 (po/SRC-POTFILES.in, po/BLD-POTFILES.in): New rules.
1238 * configure.ac: Add AC_CONFIG_COMMANDS to create po/Makefile.
1239 * po/Make-in (DISTFILES): Remove POTFILES.in, add SRC-POTFILES.in
1240 and BLD-POTFILES.in.
1241 (POTFILES): Delete.
1242 (SRC-POTFILES, BLD-POTFILES): Define place marker.
1243 (ld.pot): Build from SRC-POTFILES plus BLD-POTFILES.
1244 (distclean, maintainer-clean): Tidy up new files.
1245 (POTFILES, POTFILES.in): Delete rules.
1246 (SRC-POTFILES, BLD-POTFILES, SRC-POTFILES.in, BLD-POTFILES.in):
1247 New rules.
1248 (Makefile): Depend on SRC-POTFILES and BLD-POTFILES.
1249 * po/SRC-POTFILES.in: Rename from po/POTFILES.in.
1250 * po/BLD-POTFILES.in: New file.
1251 * Makefile.in: Regenerate.
1252 * configure: Regenerate.
1253
38f14ab8
AM
12542018-02-26 Alan Modra <amodra@gmail.com>
1255
1256 * testsuite/ld-cris/pcrelcp-1.d,
1257 * testsuite/ld-mmix/start-2.d: Update.
1258
6e05870c
AM
12592018-02-26 Alan Modra <amodra@gmail.com>
1260
1261 * testsuite/ld-arm/cmse-implib-errors.out,
1262 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
1263 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
1264 * testsuite/ld-arm/cmse-new-wrong-implib.out,
1265 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
1266 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
1267 * testsuite/ld-cris/badgotr1.d,
1268 * testsuite/ld-cris/tls-err-24.d,
1269 * testsuite/ld-cris/tls-err-25.d,
1270 * testsuite/ld-cris/tls-err-26.d,
1271 * testsuite/ld-cris/tls-err-27.d,
1272 * testsuite/ld-cris/tls-err-28.d,
1273 * testsuite/ld-cris/tls-err-40.d,
1274 * testsuite/ld-cris/tls-err-44.d,
1275 * testsuite/ld-cris/tls-err-48.d,
1276 * testsuite/ld-cris/tls-err-52.d,
1277 * testsuite/ld-cris/tls-err-53.d,
1278 * testsuite/ld-cris/tls-err-55.d,
1279 * testsuite/ld-cris/tls-err-56.d,
1280 * testsuite/ld-cris/tls-err-62.d,
1281 * testsuite/ld-cris/tls-err-65.d,
1282 * testsuite/ld-cris/tls-err-77.d,
1283 * testsuite/ld-elf/empty-implib.out,
1284 * testsuite/ld-elf/indirect.exp: Update.
1285
90b6238f
AM
12862018-02-26 Alan Modra <amodra@gmail.com>
1287
1288 * testsuite/ld-aarch64/reloc-overflow-bad.d,
1289 * testsuite/ld-arm/attr-merge-9.out,
1290 * testsuite/ld-arm/attr-merge-arch-2.d,
1291 * testsuite/ld-arm/attr-merge-unknown-1.d,
1292 * testsuite/ld-arm/attr-merge-unknown-2.d,
1293 * testsuite/ld-arm/attr-merge-unknown-2r.d,
1294 * testsuite/ld-arm/attr-merge-unknown-3.d,
1295 * testsuite/ld-arm/cmse-implib-errors.out,
1296 * testsuite/ld-arm/cmse-new-earlier-later-implib.out,
1297 * testsuite/ld-arm/cmse-new-implib-no-output.out,
1298 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out,
1299 * testsuite/ld-arm/cmse-new-implib.out,
1300 * testsuite/ld-arm/cmse-new-wrong-implib.out,
1301 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out,
1302 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out,
1303 * testsuite/ld-arm/group-relocs-alu-bad-2.d,
1304 * testsuite/ld-arm/group-relocs-alu-bad.d,
1305 * testsuite/ld-arm/group-relocs-ldc-bad-2.d,
1306 * testsuite/ld-arm/group-relocs-ldc-bad.d,
1307 * testsuite/ld-arm/group-relocs-ldr-bad-2.d,
1308 * testsuite/ld-arm/group-relocs-ldr-bad.d,
1309 * testsuite/ld-arm/group-relocs-ldrs-bad-2.d,
1310 * testsuite/ld-arm/group-relocs-ldrs-bad.d,
1311 * testsuite/ld-arm/stm32l4xx-cannot-fix-far-ldm.d: Update.
1312
2c1c9679
AM
13132018-02-26 Alan Modra <amodra@gmail.com>
1314
1315 * testsuite/ld-mips-elf/attr-gnu-4-12.d,
1316 * testsuite/ld-mips-elf/attr-gnu-4-13.d,
1317 * testsuite/ld-mips-elf/attr-gnu-4-14.d,
1318 * testsuite/ld-mips-elf/attr-gnu-4-16.d,
1319 * testsuite/ld-mips-elf/attr-gnu-4-17.d,
1320 * testsuite/ld-mips-elf/attr-gnu-4-18.d,
1321 * testsuite/ld-mips-elf/attr-gnu-4-19.d,
1322 * testsuite/ld-mips-elf/attr-gnu-4-21.d,
1323 * testsuite/ld-mips-elf/attr-gnu-4-23.d,
1324 * testsuite/ld-mips-elf/attr-gnu-4-24.d,
1325 * testsuite/ld-mips-elf/attr-gnu-4-25.d,
1326 * testsuite/ld-mips-elf/attr-gnu-4-26.d,
1327 * testsuite/ld-mips-elf/attr-gnu-4-27.d,
1328 * testsuite/ld-mips-elf/attr-gnu-4-28.d,
1329 * testsuite/ld-mips-elf/attr-gnu-4-29.d,
1330 * testsuite/ld-mips-elf/attr-gnu-4-31.d,
1331 * testsuite/ld-mips-elf/attr-gnu-4-32.d,
1332 * testsuite/ld-mips-elf/attr-gnu-4-34.d,
1333 * testsuite/ld-mips-elf/attr-gnu-4-35.d,
1334 * testsuite/ld-mips-elf/attr-gnu-4-36.d,
1335 * testsuite/ld-mips-elf/attr-gnu-4-37.d,
1336 * testsuite/ld-mips-elf/attr-gnu-4-38.d,
1337 * testsuite/ld-mips-elf/attr-gnu-4-39.d,
1338 * testsuite/ld-mips-elf/attr-gnu-4-41.d,
1339 * testsuite/ld-mips-elf/attr-gnu-4-42.d,
1340 * testsuite/ld-mips-elf/attr-gnu-4-43.d,
1341 * testsuite/ld-mips-elf/attr-gnu-4-45.d,
1342 * testsuite/ld-mips-elf/attr-gnu-4-46.d,
1343 * testsuite/ld-mips-elf/attr-gnu-4-47.d,
1344 * testsuite/ld-mips-elf/attr-gnu-4-48.d,
1345 * testsuite/ld-mips-elf/attr-gnu-4-49.d,
1346 * testsuite/ld-mips-elf/attr-gnu-4-52.d,
1347 * testsuite/ld-mips-elf/attr-gnu-4-53.d,
1348 * testsuite/ld-mips-elf/attr-gnu-4-54.d,
1349 * testsuite/ld-mips-elf/attr-gnu-4-58.d,
1350 * testsuite/ld-mips-elf/attr-gnu-4-59.d,
1351 * testsuite/ld-mips-elf/attr-gnu-4-61.d,
1352 * testsuite/ld-mips-elf/attr-gnu-4-62.d,
1353 * testsuite/ld-mips-elf/attr-gnu-4-63.d,
1354 * testsuite/ld-mips-elf/attr-gnu-4-64.d,
1355 * testsuite/ld-mips-elf/attr-gnu-4-68.d,
1356 * testsuite/ld-mips-elf/attr-gnu-4-69.d,
1357 * testsuite/ld-mips-elf/attr-gnu-4-71.d,
1358 * testsuite/ld-mips-elf/attr-gnu-4-72.d,
1359 * testsuite/ld-mips-elf/attr-gnu-4-73.d,
1360 * testsuite/ld-mips-elf/attr-gnu-4-74.d,
1361 * testsuite/ld-mips-elf/attr-gnu-4-78.d,
1362 * testsuite/ld-mips-elf/attr-gnu-4-79.d,
1363 * testsuite/ld-mips-elf/attr-gnu-4-81.d,
1364 * testsuite/ld-mips-elf/attr-gnu-4-89.d,
1365 * testsuite/ld-mips-elf/attr-gnu-8-12.d,
1366 * testsuite/ld-mips-elf/attr-gnu-8-21.d,
1367 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n32.d,
1368 * testsuite/ld-mips-elf/bal-jalx-pic-micromips-n64.d,
1369 * testsuite/ld-mips-elf/bal-jalx-pic-micromips.d,
1370 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d,
1371 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d,
1372 * testsuite/ld-mips-elf/bal-jalx-pic.d,
1373 * testsuite/ld-mips-elf/mode-change-error-1.d,
1374 * testsuite/ld-mips-elf/unaligned-branch-2.d,
1375 * testsuite/ld-mips-elf/unaligned-branch-ignore-2.d,
1376 * testsuite/ld-mips-elf/unaligned-branch-ignore-micromips.d,
1377 * testsuite/ld-mips-elf/unaligned-branch-ignore-mips16.d,
1378 * testsuite/ld-mips-elf/unaligned-branch-ignore-r6-1.d,
1379 * testsuite/ld-mips-elf/unaligned-branch-micromips.d,
1380 * testsuite/ld-mips-elf/unaligned-branch-mips16.d,
1381 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d,
1382 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d,
1383 * testsuite/ld-mips-elf/unaligned-branch.d,
1384 * testsuite/ld-mips-elf/unaligned-jalx-1.d,
1385 * testsuite/ld-mips-elf/unaligned-jalx-3.d,
1386 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d,
1387 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d,
1388 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d,
1389 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d,
1390 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d,
1391 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d,
1392 * testsuite/ld-mips-elf/unaligned-jump-micromips.d,
1393 * testsuite/ld-mips-elf/unaligned-jump-mips16.d,
1394 * testsuite/ld-mips-elf/unaligned-jump.d: Update.
1395
9793eb77
AM
13962018-02-26 Alan Modra <amodra@gmail.com>
1397
1398 * testsuite/ld-elf/indirect.exp,
1399 * testsuite/ld-elf/pr22649-2ab-mips.msg,
1400 * testsuite/ld-elf/pr22649-2cd-mips.msg,
1401 * testsuite/ld-elf/pr22649.msg,
1402 * testsuite/ld-elf/tls_common.exp,
1403 * testsuite/ld-elfcomm/elfcomm.exp,
1404 * testsuite/ld-arm/attr-merge-incompatible.d,
1405 * testsuite/ld-tic6x/attr-compatibility-gnu-other.d,
1406 * testsuite/ld-tic6x/attr-compatibility-other-gnu.d,
1407 * testsuite/ld-tic6x/attr-compatibility-other-other.d,
1408 * testsuite/ld-i386/warn1.d: Update expected error/warning messages.
1409
cf97bcb0
AM
14102018-02-26 Alan Modra <amodra@gmail.com>
1411
1412 * testsuite/ld-powerpc/attr-gnu-12-21.d,
1413 * testsuite/ld-powerpc/attr-gnu-4-12.d,
1414 * testsuite/ld-powerpc/attr-gnu-4-13.d,
1415 * testsuite/ld-powerpc/attr-gnu-4-21.d,
1416 * testsuite/ld-powerpc/attr-gnu-4-23.d,
1417 * testsuite/ld-powerpc/attr-gnu-4-31.d,
1418 * testsuite/ld-powerpc/attr-gnu-4-32.d,
1419 * testsuite/ld-powerpc/attr-gnu-8-23.d: Update.
1420
bbad9962
AM
14212018-02-21 Alan Modra <amodra@gmail.com>
1422
1423 * testsuite/ld-elf/group8b.d: Run test on ia64. Use xfail rather
1424 than notarget.
1425 * testsuite/ld-elf/pr12851.d: Likewise.
1426 * testsuite/ld-elf/pr12975.d: Likewise.
1427 * testsuite/ld-elf/pr13177.d: Likewise.
1428 * testsuite/ld-elf/pr13195.d: Likewise.
1429 * testsuite/ld-elf/pr17615.d: Likewise.
1430 * testsuite/ld-elf/pr21562a.d: Likewise.
1431 * testsuite/ld-elf/pr21562b.d: Likewise.
1432 * testsuite/ld-elf/pr21562c.d: Likewise.
1433 * testsuite/ld-elf/pr21562d.d: Likewise.
1434 * testsuite/ld-elf/pr21562i.d: Likewise.
1435 * testsuite/ld-elf/pr21562j.d: Likewise.
1436 * testsuite/ld-elf/pr21562k.d: Likewise.
1437 * testsuite/ld-elf/pr21562l.d: Likewise.
1438 * testsuite/ld-elf/pr21562m.d: Likewise.
1439 * testsuite/ld-elf/pr21562n.d: Likewise.
1440 * testsuite/ld-elf/group9a.d: Run test on ia64 and alpha. Use xfail
1441 rather than notarget.
1442 * testsuite/ld-elf/group9b.d: Likewise.
1443 * testsuite/ld-elf/pr22677.d: Likewise.
1444
6798f8bf
MR
14452018-02-19 Maciej W. Rozycki <macro@mips.com>
1446
1447 * testsuite/ld-mips-elf/reginfo-0.d: New test.
1448 * testsuite/ld-mips-elf/reginfo-0r.d: New test.
1449 * testsuite/ld-mips-elf/reginfo-1.d: New test.
1450 * testsuite/ld-mips-elf/reginfo-1r.d: New test.
1451 * testsuite/ld-mips-elf/reginfo-2.d: New test.
1452 * testsuite/ld-mips-elf/reginfo-2r.d: New test.
1453 * testsuite/ld-mips-elf/mips-abiflags-0.d: New test.
1454 * testsuite/ld-mips-elf/mips-abiflags-0r.d: New test.
1455 * testsuite/ld-mips-elf/mips-abiflags-1.d: New test.
1456 * testsuite/ld-mips-elf/mips-abiflags-1r.d: New test.
1457 * testsuite/ld-mips-elf/mips-abiflags-2.d: New test.
1458 * testsuite/ld-mips-elf/mips-abiflags-2r.d: New test.
1459 * testsuite/ld-mips-elf/reginfo-0.ld: New test linker script.
1460 * testsuite/ld-mips-elf/reginfo-1.ld: New test linker script.
1461 * testsuite/ld-mips-elf/mips-abiflags-0.ld: New test linker
1462 script.
1463 * testsuite/ld-mips-elf/mips-abiflags-1.ld: New test linker
1464 script.
1465 * testsuite/ld-mips-elf/reginfo-1.s: New test source.
1466 * testsuite/ld-mips-elf/reginfo-2.s: New test source.
1467 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1468
8772de11
MR
14692018-02-19 Maciej W. Rozycki <macro@mips.com>
1470
1471 * ldlang.c (insert_pad): Do not change output section's size if
1472 SEC_FIXED_SIZE is set in the flags.
1473 (size_input_section): Likewise.
1474 (lang_size_sections_1): Likewise.
1475 (lang_reset_memory_regions): Likewise.
1476
c1c8c1ef
AM
14772018-02-19 Alan Modra <amodra@gmail.com>
1478
1479 * ldmisc.c (vfinfo) Handle %pI, %pR, %pS and %pT in place of
1480 %I, %R, %S and %T.
1481 * ldcref.c, * ldctor.c, * ldemul.c, * ldexp.c, * ldgram.y,
1482 * ldlang.c, * ldlex.l, * ldmain.c, * ldmisc.c, * pe-dll.c,
1483 * emultempl/sh64elf.em: Replace use of of %I, %R, %S and %T in
1484 format strings passed to einfo and friends by %pI, %pR, %pS and %pT.
1485
871b3ab2
AM
14862018-02-19 Alan Modra <amodra@gmail.com>
1487
1488 * ldmisc.c (vfinfo): Handle %pA and %pB in place of %A and %B.
1489 * ldcref.c: Update all messages using %A and %B.
1490 * ldexp.c: Likewise.
1491 * ldlang.c: Likewise.
1492 * ldmain.c: Likewise.
1493 * ldmisc.c: Likewise.
1494 * pe-dll.c: Likewise.
1495 * plugin.c: Likewise.
1496 * emultempl/beos.em: Likewise.
1497 * emultempl/cr16elf.em: Likewise.
1498 * emultempl/elf32.em: Likewise.
1499 * emultempl/m68kcoff.em: Likewise.
1500 * emultempl/m68kelf.em: Likewise.
1501 * emultempl/mmo.em: Likewise.
1502 * emultempl/nds32elf.em: Likewise.
1503 * emultempl/pe.em: Likewise.
1504 * emultempl/pep.em: Likewise.
1505 * emultempl/spuelf.em: Likewise.
1506 * emultempl/sunos.em: Likewise.
1507 * emultempl/xtensaelf.em: Likewise.
1508
f61f94ec
L
15092018-02-19 H.J. Lu <hongjiu.lu@intel.com>
1510
1511 PR ld/22845
1512 * testsuite/ld-elf/frame.exp: Skip if -shared isn't supported.
1513 Add tests for "-z noseparate-code" and "-z separate-code".
1514 Remove unsupported -shared check.
1515
d85502cf
L
15162018-02-17 H.J. Lu <hongjiu.lu@intel.com>
1517
1518 PR ld/22845
1519 * testsuite/ld-elf/ehdr_start.d: Pass --build-id to ld.
1520
34b00afa
L
15212018-02-17 H.J. Lu <hongjiu.lu@intel.com>
1522
1523 PR ld/22845
1524 * testsuite/ld-elf/binutils.exp (tls_opts): Add tests for
1525 "-z noseparate-code" and "-z separate-code".
1526
92d9e363
L
15272018-02-17 H.J. Lu <hongjiu.lu@intel.com>
1528
1529 PR ld/22845
1530 * ld-elf/eh4.d: Pass -z max-page-size=0x200000 -z noseparate-code
1531 to ld.
1532
c2596c4a
L
15332018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1534
1535 * testsuite/ld-x86-64/bnd-branch-1-now.d: Add -z
1536 max-page-size=0x200000 -z noseparate-code.
1537 * testsuite/ld-x86-64/bnd-ifunc-1-now.d: Likewise.
1538 * testsuite/ld-x86-64/bnd-ifunc-2-now.d: Likewise.
1539 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1540 * testsuite/ld-x86-64/bnd-plt-1-now.d: Likewise.
1541 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
1542 * testsuite/ld-x86-64/ibt-plt-1-x32.d: Likewise.
1543 * testsuite/ld-x86-64/ibt-plt-1.d: Likewise.
1544 * testsuite/ld-x86-64/ibt-plt-2a-x32.d: Likewise.
1545 * testsuite/ld-x86-64/ibt-plt-2a.d: Likewise.
1546 * testsuite/ld-x86-64/ibt-plt-2b-x32.d: Likewise.
1547 * testsuite/ld-x86-64/ibt-plt-2b.d: Likewise.
1548 * testsuite/ld-x86-64/ibt-plt-2c-x32.d: Likewise.
1549 * testsuite/ld-x86-64/ibt-plt-2c.d: Likewise.
1550 * testsuite/ld-x86-64/ibt-plt-2d-x32.d: Likewise.
1551 * testsuite/ld-x86-64/ibt-plt-2d.d: Likewise.
1552 * testsuite/ld-x86-64/ibt-plt-3a-x32.d: Likewise.
1553 * testsuite/ld-x86-64/ibt-plt-3a.d: Likewise.
1554 * testsuite/ld-x86-64/ibt-plt-3b-x32.d: Likewise.
1555 * testsuite/ld-x86-64/ibt-plt-3b.d: Likewise.
1556 * testsuite/ld-x86-64/ibt-plt-3c-x32.d: Likewise.
1557 * testsuite/ld-x86-64/ibt-plt-3c.d: Likewise.
1558 * testsuite/ld-x86-64/ibt-plt-3d-x32.d: Likewise.
1559 * testsuite/ld-x86-64/ibt-plt-3d.d: Likewise.
1560 * testsuite/ld-x86-64/load1a.d: Likewise.
1561 * testsuite/ld-x86-64/load1b.d: Likewise.
1562 * testsuite/ld-x86-64/load1c.d: Likewise.
1563 * testsuite/ld-x86-64/load1d.d: Likewise.
1564 * testsuite/ld-x86-64/pie3.d: Likewise.
1565 * testsuite/ld-x86-64/pr14207.d: Likewise.
1566 * testsuite/ld-x86-64/pr17618.d: Likewise.
1567 * testsuite/ld-x86-64/pr19162.d: Likewise.
1568 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
1569 * testsuite/ld-x86-64/pr19636-2l.d: Likewise.
1570 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
1571 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
1572 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
1573 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
1574 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
1575 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
1576 * testsuite/ld-x86-64/pr20830a-now.d: Likewise.
1577 * testsuite/ld-x86-64/pr20830a.d: Likewise.
1578 * testsuite/ld-x86-64/pr20830b-now.d: Likewise.
1579 * testsuite/ld-x86-64/pr20830b.d: Likewise.
1580 * testsuite/ld-x86-64/pr21038a-now.d: Likewise.
1581 * testsuite/ld-x86-64/pr21038a.d: Likewise.
1582 * testsuite/ld-x86-64/pr21038b-now.d: Likewise.
1583 * testsuite/ld-x86-64/pr21038b.d: Likewise.
1584 * testsuite/ld-x86-64/pr21038c-now.d: Likewise.
1585 * testsuite/ld-x86-64/pr21038c.d: Likewise.
1586
c441b623
L
15872018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1588
1589 * testsuite/ld-x86-64/bnd-ifunc-1.d: Updated.
1590 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
1591
197741f1
L
15922018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1593
1594 * testsuite/ld-x86-64/mpx.exp: Add -z max-page-size=0x200000
1595 -z noseparate-code.
1596
7c9f387a
L
15972018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1598
1599 * testsuite/ld-x86-64/x86-64.exp: Add -z noseparate-code
1600 -z max-page-size=0x200000, excluding NaCl target.
1601
c9d3eb5f
L
16022018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1603
1604 * testsuite/ld-ifunc/ifunc-2-i386-now.d: Likewise.
1605 * testsuite/ld-ifunc/ifunc-2-local-i386-now.d: Likewise.
1606 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
1607 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
1608 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
1609 * testsuite/ld-ifunc/pr17154-i386-now.d: Likewise.
1610 * testsuite/ld-ifunc/pr17154-i386.d: Likewise.
1611
679a5bc8
L
16122018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1613
1614 * testsuite/ld-ifunc/ifunc-2-local-x86-64-now.d: Add
1615 -z max-page-size=0x200000 -z noseparate-code.
1616 * testsuite/ld-ifunc/ifunc-2-x86-64-now.d: Likewise.
1617 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
1618 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1619 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1620 * testsuite/ld-ifunc/pr17154-x86-64-now.d: Likewise.
1621 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1622
62e2b91b
L
16232018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1624
1625 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated for i386.
1626 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
1627 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
1628
9f4aec8d
L
16292018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1630
1631 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
1632 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
1633 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
1634
410a69a0
L
16352018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1636
1637 * testsuite/ld-i386/ibt-plt-1.d: Add -z noseparate-code.
1638 * testsuite/ld-i386/ibt-plt-2a.d: Likewise.
1639 * testsuite/ld-i386/ibt-plt-2b.d: Likewise.
1640 * testsuite/ld-i386/ibt-plt-2c.d: Likewise.
1641 * testsuite/ld-i386/ibt-plt-2d.d: Likewise.
1642 * testsuite/ld-i386/ibt-plt-3a.d: Likewise.
1643 * testsuite/ld-i386/ibt-plt-3b.d: Likewise.
1644 * testsuite/ld-i386/ibt-plt-3c.d: Likewise.
1645 * testsuite/ld-i386/ibt-plt-3d.d: Likewise.
1646 * testsuite/ld-i386/load1.d: Likewise.
1647 * testsuite/ld-i386/pie1.d: Likewise.
1648 * testsuite/ld-i386/pr20244-1a.d: Likewise.
1649 * testsuite/ld-i386/pr20244-1b.d: Likewise.
1650 * testsuite/ld-i386/pr20244-2a.d: Likewise.
1651 * testsuite/ld-i386/pr20244-2b.d: Likewise.
1652 * testsuite/ld-i386/pr20244-2c.d: Likewise.
1653 * testsuite/ld-i386/pr20244-4a.d: Likewise.
1654 * testsuite/ld-i386/pr20244-4b.d: Likewise.
1655 * testsuite/ld-i386/pr20830.d: Likewise.
1656
75bd00e8
L
16572018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1658
1659 * testsuite/ld-i386/pr19636-1a.d: Updated.
1660 * testsuite/ld-i386/pr19636-1b.d: Likewise.
1661 * testsuite/ld-i386/pr19636-1j.d: Likewise.
1662 * testsuite/ld-i386/pr19636-1k.d: Likewise.
1663 * testsuite/ld-i386/pr19636-2a.d: Likewise.
1664 * testsuite/ld-i386/pr19636-2b.d: Likewise.
1665
760b2893
L
16662018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1667
1668 * testsuite/ld-i386/i386.exp: Add -z noseparate-code.
1669
75cdede0
L
16702018-02-16 H.J. Lu <hongjiu.lu@intel.com>
1671
1672 * testsuite/ld-elf/pr19162.d: Add -z noseparate-code.
1673 * testsuite/ld-elf/textaddr1.d: Likewise.
1674 * testsuite/ld-elf/textaddr2.d: Likewise.
1675 * testsuite/ld-elf/textaddr4.d: Likewise.
1676 * testsuite/ld-elf/textaddr6.d: Likewise.
1677
2a0d9853
JW
16782018-02-15 Jim Wilson <jimw@sifive.com>
1679
1680 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run pcrel-lo-addend test.
1681 * testsuite/ld-riscv-elf/pcrel-lo-addend.d: New.
1682 * testsuite/ld-riscv-elf/pcrel-lo-addend.s: New.
1683
451875b4
L
16842018-02-14 H.J. Lu <hongjiu.lu@intel.com>
1685
1686 PR ld/22842
1687 * testsuite/ld-i386/i386.exp: Run PR ld/22842 tests.
1688 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1689 * testsuite/ld-i386/pr22842a.c: New file.
1690 * testsuite/ld-i386/pr22842b.S: Likewise.
1691 * testsuite/ld-x86-64/pr22842a.c: Likewise.
1692 * testsuite/ld-x86-64/pr22842a.rd: Likewise.
1693 * testsuite/ld-x86-64/pr22842b.S: Likewise.
1694 * testsuite/ld-x86-64/pr22842b.rd: Likewise.
1695
d4dd94f8
MR
16962018-02-14 Maciej W. Rozycki <macro@mips.com>
1697
1698 * ldlex.h (ldlex_command): Remove prototype.
1699
85f2093d
L
17002018-02-13 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * testsuite/ld-x86-64/x86-64.exp: Replace pr22393-2a.so and
1703 pr22393-2a-now.so with pr22393-3a.so and pr22393-3a-now.so.
1704
60f763ee
AM
17052018-02-14 H.J. Lu <hongjiu.lu@intel.com>
1706
1707 PR 22836
1708 * testsuite/ld-elf/pr22836-1.s: New file.
1709 * testsuite/ld-elf/pr22836-1a.d: Likewise.
1710 * testsuite/ld-elf/pr22836-1b.d: Likewise.
1711
bd7ab16b
L
17122018-02-13 H.J. Lu <hongjiu.lu@intel.com>
1713
1714 PR gas/22791
1715 * testsuite/ld-x86-64/mpx1c.rd: Updated.
1716 * testsuite/ld-x86-64/pr22791-1.err: New file.
1717 * testsuite/ld-x86-64/pr22791-1a.c: Likewise.
1718 * testsuite/ld-x86-64/pr22791-1b.s: Likewise.
1719 * testsuite/ld-x86-64/pr22791-2.rd: Likewise.
1720 * testsuite/ld-x86-64/pr22791-2a.s: Likewise.
1721 * testsuite/ld-x86-64/pr22791-2b.c: Likewise.
1722 * testsuite/ld-x86-64/pr22791-2c.s: Likewise.
1723 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/22791 tests.
1724
6e5e9d58
AM
17252018-02-13 Alan Modra <amodra@gmail.com>
1726
1727 PR 22836
1728 * testsuite/ld-elf/pr22836-2.d,
1729 * testsuite/ld-elf/pr22836-2.s: New test.
1730
f2731e0c
AM
17312018-02-13 Alan Modra <amodra@gmail.com>
1732
1733 * testsuite/ld-x86-64/pr14207.d: Adjust relro p_filesz.
1734
407aa07c
AM
17352018-02-07 Alan Modra <amodra@gmail.com>
1736
1737 Revert 2018-01-17 Alan Modra <amodra@gmail.com>
1738 * emultempl/ppc32elf.em: Remove --speculate-indirect-jumps support.
1739 * emultempl/ppc64elf.em: Likesize
1740 * ld.texinfo: Likewise
1741 * testsuite/ld-powerpc/elfv2exe.d,
1742 * testsuite/ld-powerpc/elfv2so.d,
1743 * testsuite/ld-powerpc/relbrlt.d,
1744 * testsuite/ld-powerpc/powerpc.exp: Likewise.
1745
c20c30f6
EB
17462018-02-06 Eric Botcazou <ebotcazou@adacore.com>
1747
1748 * testsuite/ld-elf/tls.exp (AFLAGS_PIC): Define on SPARC.
1749 (pr22263-1): Pass AFLAGS_PIC to the assembler.
1750 * testsuite/ld-sparc/tlspie32.s: Add test for other 3 transitions.
1751 * testsuite/ld-sparc/tlspie32.dd: Adjust to above.
1752 * testsuite/ld-sparc/tlspie64.s: Add test for other 3 transitions.
1753 * testsuite/ld-sparc/tlspie64.dd: Adjust to above.
1754
279b2f94
RL
17552018-02-05 Renlin Li <renlin.li@arm.com>
1756
1757 PR ld/22764
1758 * testsuite/ld-aarch64/emit-relocs-258.s: Define symbol as an address.
1759 * testsuite/ld-aarch64/emit-relocs-259.s: Likewise.
1760 * testsuite/ld-aarch64/pr22764.s: New.
1761 * testsuite/ld-aarch64/pr22764.d: New.
1762
cd048363
L
17632018-02-05 H.J. Lu <hongjiu.lu@intel.com>
1764
1765 PR ld/22782
1766 * testsuite/ld-i386/discarded1.s: Replace mov with div.
1767 * testsuite/ld-x86-64/discarded1.s: Likewise.
1768 * testsuite/ld-i386/i386.exp: Run pr22782.
1769 * testsuite/ld-i386/load1-nacl.d: Updated for removing
1770 _GLOBAL_OFFSET_TABLE_ from output.
1771 * testsuite/ld-i386/load1.d: Likewise.
1772 * testsuite/ld-x86-64/load1a-nacl.d: Likewise.
1773 * testsuite/ld-x86-64/load1a.d: Likewise.
1774 * testsuite/ld-x86-64/load1b-nacl.d: Likewise.
1775 * testsuite/ld-x86-64/load1b.d: Likewise.
1776 * testsuite/ld-i386/pr22782.d: New file.
1777 * testsuite/ld-i386/pr22782.s: Likewise.
1778 * testsuite/ld-x86-64/pr22782.s: Likewise.
1779 * testsuite/ld-x86-64/pr22782a.d: Likewise.
1780 * testsuite/ld-x86-64/pr22782b.d: Likewise.
1781 * testsuite/ld-x86-64/x86-64.exp: Run pr22782a and pr22782b.
1782
f174ef9f
NC
17832018-02-05 Nick Clifton <nickc@redhat.com>
1784
1785 * po/pt_BR.po: Updated Brazilian Portuguese translation.
1786
9f7393d8
L
17872018-02-04 H.J. Lu <hongjiu.lu@intel.com>
1788
1789 * testsuite/ld-i386/lea1d.d: Replace -Sw with -SW.
1790 * testsuite/ld-i386/lea1e.d: Likewise.
1791 * testsuite/ld-i386/lea1f.d: Likewise.
1792 * testsuite/ld-x86-64/lea1g.d: Likewise.
1793 * testsuite/ld-x86-64/lea1h.d: Likewise.
1794 * testsuite/ld-x86-64/lea1i.d: Likewise.
1795 * testsuite/ld-x86-64/lea1j.d: Likewise.
1796 * testsuite/ld-x86-64/lea1k.d: Likewise.
1797 * testsuite/ld-x86-64/lea1l.d: Likewise.
1798
b0daac83
NC
17992018-02-03 Nick Clifton <nickc@redhat.com>
1800
1801 PR 22762
1802 * scripttempl/pe.sc: Remove PROVIDE()s from __CTOR_LIST__ and
1803 __DTOR_LIST__ symbols. Add a comment explaining why this is
1804 necessary.
1805 * scripttemp/pep.sc: Likewise.
1806 * ld.texinfo (PROVIDE): Add a note about the effect of common
1807 symbols.
1808
138a158f
SL
18092018-02-03 Sandra Loosemore <sandra@codesourcery.com>
1810
1811 * emulparams/nios2elf.sh (GENERATE_SHLIB_SCRIPT): Don't set.
1812
e54d3c94
MR
18132018-02-02 Maciej W. Rozycki <macro@mips.com>
1814
1815 * testsuite/ld-elf/shared.exp: Add $AFLAGS_PIC throughout to PIC
1816 assembly builds where missing and remove `tic6x-*-*' XFAIL
1817 markings accordingly.
1818
e99955cd
SM
18192018-02-01 Simon Marchi <simon.marchi@ericsson.com>
1820
1821 * ldexp.c (fold_name, exp_fold_tree_1): Avoid pointer arithmetic
1822 on NULL pointer.
1823
f000c2b9
L
18242018-01-31 H.J. Lu <hongjiu.lu@intel.com>
1825
1826 * testsuite/ld-elf/pr21964-5.c (my_var): Mark as used.
1827
450b6317
MR
18282018-01-31 Maciej W. Rozycki <macro@mips.com>
1829
1830 * testsuite/ld-elf/shared.exp: Fix a typo s/scrip/script/.
1831
8988502d
MR
18322018-01-31 Maciej W. Rozycki <macro@mips.com>
1833
1834 * testsuite/ld-elf/comm-data.exp: Pass `-call_shared' to links
1835 involving a shared library for `mips*vr4100*-*-elf*',
1836 `mips*vr4300*-*-elf*' and `mips*vr5000*-*-elf*' targets.
1837 * testsuite/ld-elf/provide-hidden.exp: Likewise.
1838 * testsuite/ld-elf/shared.exp: Likewise.
1839 * testsuite/ld-gc/gc.exp: Likewise.
1840 * testsuite/ld-mips-elf/comm-data.exp: Likewise.
1841
f3a9baf1
MR
18422018-01-31 Maciej W. Rozycki <macro@mips.com>
1843
1844 * testsuite/ld-elf/elf.exp: Move shared library tests over to...
1845 * testsuite/ld-elf/shared.exp: ... here.
1846
bf3077a6
MM
18472018-01-31 Michael Matz <matz@suse.de>
1848
1849 * testsuite/ld-elf/pr21964-5.c: New test.
1850 * testsuite/ld-elf/shared.exp: Run it.
1851
823143c6
L
18522018-01-31 H.J. Lu <hongjiu.lu@intel.com>
1853
1854 PR ld/21964
1855 * testsuite/ld-elf/pr21964-4.c: New file.
1856 * testsuite/ld-elf/shared.exp: Run pr21964-4 test on Linux.
1857
040b4a9e
AM
18582018-01-30 Alan Modra <amodra@gmail.com>
1859
1860 * testsuite/ld-gc/stop.d,
1861 * testsuite/ld-gc/stop.s: New test.
1862 * testsuite/ld-gc/gc.exp: Run it.
1863
af667f22
MR
18642018-01-30 Maciej W. Rozycki <macro@mips.com>
1865
1866 PR ld/22649
1867 * testsuite/ld-elf/pr22649-2ab-mips.msg: New stderr output.
1868 * testsuite/ld-elf/pr22649-2cd-mips.msg: New stderr output.
1869 * testsuite/ld-elf/shared.exp: Use the new outputs with
1870 `mips*-*-*' targets.
1871
82252033
MR
18722018-01-30 Maciej W. Rozycki <macro@mips.com>
1873
1874 * testsuite/ld-elf/comm-data1.sd: Alternatively accept
1875 `PRC[0xff02]' in place of a regular section index.
1876 * testsuite/ld-elf/pr21703-shared.sd: Likewise `PRC[0xff01]'.
1877
36b8fda5
AM
18782018-01-29 Alan Modra <amodra@gmail.com>
1879
1880 * testsuite/ld-elf/pr21964-3a.c: New file.
1881 * testsuite/ld-elf/pr21964-3c.c: New file.
1882 * testsuite/ld-elf/shared.exp: Run new __start/__stop testcase.
1883
185cdb8c
EB
18842018-01-29 Eric Botcazou <ebotcazou@adacore.com>
1885
1886 * testsuite/ld-elf/shared.exp (AFLAGS_PIC): Define on SPARC.
1887 (pr22269-1): Pass AFLAGS_PIC to the assembler.
1888
d85815e2
EB
18892018-01-29 Eric Botcazou <ebotcazou@adacore.com>
1890
1891 * testsuite/ld-elf/pr22450.d: Remove reference to SPARC64.
1892
86b24e15
MR
18932018-01-29 Maciej W. Rozycki <macro@mips.com>
1894
1895 * testsuite/ld-mips-elf/comm-data.exp: Correct support for
1896 targets using non-traditional MIPS emulation or having a limited
1897 selection of ABIs available. Don't force big endianness, use
1898 defaults.
1899
98d72909
L
19002018-01-29 H.J. Lu <hongjiu.lu@intel.com>
1901
1902 PR ld/22732
1903 * testsuite/config/default.exp (STATIC_LDFLAGS): New. Set to
1904 "-static" if target compiler supports it.
1905 * testsuite/ld-bootstrap/bootstrap.exp: Skip static executable
1906 tests if target compiler doesn't support it.
1907 * testsuite/ld-ifunc/ifunc.exp: Likewise.
1908 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Likewise.
1909 (run_cc_link_tests): Likewise.
1910
fef75122
L
19112018-01-27 H.J. Lu <hongjiu.lu@intel.com>
1912
1913 PR ld/22751
1914 * testsuite/config/default.exp (INT128_CFLAGS): New.
1915 * testsuite/ld-plugin/lto.exp (INT128_CFLAGS): New.
1916 Run ld/22751 tests.
1917 * testsuite/ld-plugin/pr22751.c: New file.
1918 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Add
1919 ld trailing options.
1920
d580dcc7
AM
19212018-01-28 Alan Modra <amodra@gmail.com>
1922
1923 PR 22751
1924 * ldlang.c (find_rescan_insertion): Look past bfds with claim_archive
1925 set.
1926
2ebd05b8
MR
19272018-01-26 Maciej W. Rozycki <macro@mips.com>
1928
1929 * emulparams/elf32mipswindiss.sh (EXTRA_EM_FILE): Set to
1930 `mipself'.
1931
bb363086
EB
19322018-01-25 Eric Botcazou <ebotcazou@adacore.com>
1933
1934 * testsuite/ld-sparc/sparc.exp (32-bit: Helper shared library):
1935 Link with a version script.
1936 (32-bit: TLS -fpie): New test.
1937 (64-bit: Helper shared library): Link with a version script.
1938 (64-bit: TLS -fpie): New test.
1939 (64-bit: GOTDATA relocations): Pass -Av9 to the assembler.
1940 * testsuite/ld-sparc/tlslib.ver: New file.
1941 * testsuite/ld-sparc/tlspie32.dd: Likewise.
1942 * testsuite/ld-sparc/tlspie32.s: Likewise.
1943 * testsuite/ld-sparc/tlspie64.dd: Likewise.
1944 * testsuite/ld-sparc/tlspie64.s: Likewise.
1945 * testsuite/ld-sparc/tlssunbin32.dd: Adjust for versioned symbol.
1946 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
1947 * testsuite/ld-sparc/tlssunbin32.sd: Likewise.
1948 * testsuite/ld-sparc/tlssunbin64.dd: Likewise.
1949 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
1950 * testsuite/ld-sparc/tlssunbin64.sd: Likewise.
1951
1daf502a
RL
19522018-01-24 Renlin Li <renlin.li@arm.com>
1953
1954 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testes.
1955 * testsuite/ld-aarch64/emit-relocs-287.s: Fix test case.
1956 * testsuite/ld-aarch64/emit-relocs-287.d: Fix expected output.
1957 * testsuite/ld-aarch64/emit-relocs-287-overflow.s: New.
1958 * testsuite/ld-aarch64/emit-relocs-287-overflow.d: New.
1959 * testsuite/ld-aarch64/emit-relocs-288.d: New.
1960 * testsuite/ld-aarch64/emit-relocs-288.s: New.
1961 * testsuite/ld-aarch64/emit-relocs-289.d: New.
1962 * testsuite/ld-aarch64/emit-relocs-289.s: New.
1963 * testsuite/ld-aarch64/emit-relocs-289-overflow.s: New.
1964 * testsuite/ld-aarch64/emit-relocs-289-overflow.d: New.
1965 * testsuite/ld-aarch64/emit-relocs-290.d: New.
1966 * testsuite/ld-aarch64/emit-relocs-290.s: New.
1967 * testsuite/ld-aarch64/emit-relocs-291.d: New.
1968 * testsuite/ld-aarch64/emit-relocs-291.s: New.
1969 * testsuite/ld-aarch64/emit-relocs-291-overflow.s: New.
1970 * testsuite/ld-aarch64/emit-relocs-291-overflow.d: New.
1971 * testsuite/ld-aarch64/emit-relocs-292.d: New.
1972 * testsuite/ld-aarch64/emit-relocs-292.s: New.
1973 * testsuite/ld-aarch64/emit-relocs-293.d: New.
1974 * testsuite/ld-aarch64/emit-relocs-293.s: New.
1975
8a1b824a
L
19762018-01-20 H.J. Lu <hongjiu.lu@intel.com>
1977
1978 PR ld/22721
1979 * testsuite/ld-plugin/lto.exp: Run PR ld/22721 tests.
1980 * testsuite/ld-plugin/pr22721.t: New file.
1981 * testsuite/ld-plugin/pr22721a.s: Likewise.
1982 * testsuite/ld-plugin/pr22721b.c: Likewise.
1983
1ebfa86a
L
19842018-01-18 H.J. Lu <hongjiu.lu@intel.com>
1985
1986 * testsuite/ld-elf/group1.d: Also xfail Solaris.
1987
f7968f08
L
19882018-01-18 H.J. Lu <hongjiu.lu@intel.com>
1989
1990 * testsuite/ld-elf/linkinfo1a.d: Updated for slightly different
1991 PLT/GOT order/layout for Solaris/x86 targets.
1992 * testsuite/ld-elf/linkinfo1b.d: Likewise.
1993
c5bdb022
L
19942018-01-18 H.J. Lu <hongjiu.lu@intel.com>
1995
1996 PR ld/22728
1997 * emultempl/solaris2.em (elf_solaris2_after_allocation): Fold
1998 into ...
1999 (elf_solaris2_before_allocation): This.
2000 (LDEMUL_AFTER_ALLOCATION): Removed.
2001
691d2e9a
AM
20022018-01-18 Alan Modra <amodra@gmail.com>
2003
2004 * emultempl/ppc32elf.em: Support optional --plt-align arg.
2005 * emultempl/ppc64elf.em: Support negative --plt-align arg.
2006
1be5d8d3
AM
20072018-01-17 Alan Modra <amodra@gmail.com>
2008
2009 * emultempl/ppc32elf.em (params): Init new field.
2010 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
2011 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
2012 (PARSE_AND_LIST_LONGOPTS): Handle new options.
2013 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2014 (PARSE_AND_LIST_OPTIONS): Likewise.
2015 * emultempl/ppc64elf.em (params): Init new field.
2016 (OPTION_SPECULATE_INDIRECT_JUMPS): Define.
2017 (OPTION_NO_SPECULATE_INDIRECT_JUMPS): Define.
2018 (PARSE_AND_LIST_LONGOPTS): Handle --speculate-indirect-jumps.
2019 (PARSE_AND_LIST_OPTIONS): Likewise.
2020 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2021 * ld.texinfo (--no-plt-thread-safe): Correct itemx.
2022 (--speculate-indirect-jumps): Document.
2023 * testsuite/ld-powerpc/elfv2exe.d,
2024 * testsuite/ld-powerpc/elfv2so.d,
2025 * testsuite/ld-powerpc/relbrlt.d,
2026 * testsuite/ld-powerpc/powerpc.exp: Disable plt alignment and
2027 speculation barriers on various tests.
2028
9e390558
AM
20292018-01-17 Alan Modra <amodra@gmail.com>
2030
2031 * emultempl/ppc32elf.em (params): Init new field.
2032 (enum ppc32_opt): New enum to define OPTION_* values. Add
2033 OPTION_PLT_ALIGN and OPTION_NO_PLT_ALIGN.
2034 (PARSE_AND_LIST_LONGOPTS): Handle new options.
2035 (PARSE_AND_LIST_ARGS_CASES): Likewise.
2036 (PARSE_AND_LIST_OPTIONS): Likewise. Break up help output.
2037 * emultempl/ppc64elf.em (ppc_add_stub_section): Init alignment
2038 correctly for negative --plt-stub-align.
2039 * testsuite/ld-powerpc/elfv2exe.d,
2040 * testsuite/ld-powerpc/elfv2so.d,
2041 * testsuite/ld-powerpc/relbrlt.d,
2042 * testsuite/ld-powerpc/relbrlt.s,
2043 * testsuite/ld-powerpc/tlsexe.d,
2044 * testsuite/ld-powerpc/tlsexe.r,
2045 * testsuite/ld-powerpc/tlsexe32.d,
2046 * testsuite/ld-powerpc/tlsexe32.g,
2047 * testsuite/ld-powerpc/tlsexe32.r,
2048 * testsuite/ld-powerpc/tlsexetoc.d,
2049 * testsuite/ld-powerpc/tlsexetoc.r,
2050 * testsuite/ld-powerpc/tlsopt5_32.d,
2051 * testsuite/ld-powerpc/tlsso.d,
2052 * testsuite/ld-powerpc/tlstocso.d: Update for changed stub order.
2053
f6efed01
NC
20542018-01-16 Nick Clifton <nickc@redhat.com>
2055
f174ef9f 2056 * po/pt_BR.po: Updated Brazilian Portuguese translation.
f6efed01 2057
616dcb87
NC
20582018-01-15 Nick Clifton <nickc@redhat.com>
2059
2060 * po/uk.po: Updated Ukranian translation.
2061
3957a496
NC
20622018-01-13 Nick Clifton <nickc@redhat.com>
2063
2064 * po/ld.pot: Regenerated.
2065
769c7ea5
NC
20662018-01-13 Nick Clifton <nickc@redhat.com>
2067
2068 * configure: Regenerate.
2069
9176ac5b
NC
20702018-01-13 Nick Clifton <nickc@redhat.com>
2071
faf766e3 2072 2.30 branch created.
9176ac5b
NC
2073 * NEWS: Add marker for 2.30.
2074
5ae5d3fd
AM
20752018-01-12 Alan Modra <amodra@gmail.com>
2076
2077 * testsuite/ld-elf/elf.exp: xfail "pr22374 function pointer
2078 initialization" for currently failing targets.
2079
87e79a65
AM
20802018-01-12 Alan Modra <amodra@gmail.com>
2081
2082 PR ld/22649
2083 * testsuite/ld-elf/pr22649.msg: Allow other messages.
2084 * testsuite/ld-elf/shared.exp: Check that --gc-sections is
2085 supported before running ld/22649 tests.
2086
97a232d7
NC
20872018-01-12 Nick Clifton <nickc@redhat.com>
2088
2089 * emultempl/elf32.em (_handle_option): Add support for "-z undefs"
2090 as the opposite of "-z defs".
2091 * ld.texinfo: Document the new option. Update the description of
2092 the -z defs option to make it clear that it does generate an error
2093 if an undefined symbol reference is found in an object file whilst
2094 creating a shared library.
2095 * NEWS: Document this new feature.
2096
33eff4ce
L
20972018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2098
2099 * testsuite/ld-elf/pr22393-2a.rd: Replace "-z textonly" with
2100 "-z separate-code".
2101 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
2102 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
2103 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
2104
cf9e7f1f
L
21052018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2106
2107 PR ld/22393
2108 * testsuite/ld-x86-64/pr22393-3a.c: New file.
2109 * testsuite/ld-x86-64/pr22393-3a.rd: Likewise.
2110 * testsuite/ld-x86-64/pr22393-3b.c: Likewise.
2111 * testsuite/ld-x86-64/pr22393-3b.rd: Likewise.
2112 * testsuite/ld-x86-64/x86-64.exp: Run tests for -z separate-code
2113 -z max-page-size=0x1000.
2114
d346bb27
L
21152018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2116
2117 PR ld/22393
2118 * testsuite/ld-elf/pr16322.d: Add -z noseparate-code.
2119 * testsuite/ld-elf/pr22393-1.s: New file.
2120 * testsuite/ld-elf/pr22393-1a.d: Likewise.
2121 * testsuite/ld-elf/pr22393-1b.d: Likewise.
2122 * testsuite/ld-elf/pr22393-1c.d: Likewise.
2123 * testsuite/ld-elf/pr22393-1d.d: Likewise.
2124 * testsuite/ld-elf/pr22393-1e.d: Likewise.
2125 * testsuite/ld-elf/pr22393-1f.d: Likewise.
2126 * testsuite/ld-elf/pr22393-2a.c: Likewise.
2127 * testsuite/ld-elf/pr22393-2a.rd: Likewise.
2128 * testsuite/ld-elf/pr22393-2b.c: Likewise.
2129 * testsuite/ld-elf/pr22393-2b.rd: Likewise.
2130 * testsuite/ld-elf/shared.exp: Run tests for -z separate-code.
2131
47acac12
L
21322018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2133
2134 PR ld/22393
2135 * NEWS: Mention "-z separate-code".
2136 * emultempl/elf32.em (gld${EMULATION_NAME}_get_script): Get
2137 builtin linker scripts and return linker scripts from disk for
2138 "-z separate-code".
2139 (gld${EMULATION_NAME}_handle_option): Handle "-z separate-code"
2140 and "-z noseparate-code".
2141 * genscripts.sh: Generate linker scripts for "-z separate-code".
2142 (LD_FLAG): Set to *textonly for "-z separate-code".
2143 * ld.texinfo: Document "-z separate-code".
2144 * lexsup.c (elf_shlib_list_options): Add linker help messsages
2145 for "-z separate-code" and "-z noseparate-code".
2146 * scripttempl/elf.sc (SEPARATE_TEXT): New
2147 (TEXT_SEGMENT_ALIGN): Likewise.
2148 Use ${TEXT_SEGMENT_ALIGN} to align and pad text segment to
2149 ${MAXPAGESIZE}.
2150
d664fd41
L
21512018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2152
2153 PR ld/22649
2154 * testsuite/ld-elf/pr22649-1.s: New file.
2155 * testsuite/ld-elf/pr22649-2a.s: Likewise.
2156 * testsuite/ld-elf/pr22649-2b.s: Likewise.
2157 * testsuite/ld-elf/pr22649.msg: Likewise.
2158 * testsuite/ld-elf/shared.exp: Run ld/22649 tests.
2159
8b6f4cd3
L
21602018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2161
2162 PR ld/22677
2163 * scripttempl/elf.sc (PREINIT_ARRAY): New.
2164 Don't add .preinit_array for ld -r.
2165 * testsuite/ld-elf/pr22677.d: New file.
2166 * testsuite/ld-elf/pr22677.s: Likewise.
2167
65f14869
AB
21682018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2169
2170 * ldexp.h (union etree_union): Remove defsym field.
2171 * ldexp.c (exp_assop): Remove defsym parameter, and use of defsym
2172 parameter.
2173 (exp_assign): Remove passing of defsym parameter.
2174 (exp_defsym): Likewise.
2175 (exp_provide): Likewise.
2176
eab62f2f
AB
21772018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2178
2179 * ldexp.c (exp_fold_tree_1): Rework condition underwhich provide
2180 nodes are ignored in the tree walk, and move the location at which
2181 we change provide nodes into provided nodes.
2182 (exp_init_os): Add etree_provided.
2183 * testsuite/ld-scripts/provide-6.d: New file.
2184 * testsuite/ld-scripts/provide-6.t: New file.
2185 * testsuite/ld-scripts/provide-7.d: New file.
2186 * testsuite/ld-scripts/provide-7.t: New file.
2187 * testsuite/ld-scripts/provide-8.d: New file.
2188 * testsuite/ld-scripts/provide-8.t: New file.
2189
8be965c5
AB
21902018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2191
2192 * testsuite/ld-scripts/provide-3.d: Add xfail directive.
2193 * testsuite/ld-scripts/provide-4.d: Use new map file name.
2194 * testsuite/ld-scripts/provide-5.d: Use new map file name.
2195 * testsuite/ld-scripts/provide-4-map.d: Renamed to...
2196 * testsuite/ld-scripts/provide-4.map: ...this.
2197 * testsuite/ld-scripts/provide-5-map.d: Renamed to...
2198 * testsuite/ld-scripts/provide-5.map: ...this.
2199 * testsuite/ld-scripts/provide.exp: Move xfail into provide-3.d
2200 file, and run tests in a loop.
2201
b3b9f8d3
AB
22022018-01-11 Andrew Burgess <andrew.burgess@embecosm.com>
2203
2204 * ldexp.c (exp_print_tree): Use '=' instead of ',' when printing
2205 PROVIDE statements.
2206 * testsuite/ld-scripts/provide-4.map: Update expected output.
2207 * testsuite/ld-scripts/provide-5.map: Likewise.
2208
6bd0a312
L
22092018-01-11 H.J. Lu <hongjiu.lu@intel.com>
2210
2211 PR ld/22696
2212 * scripttempl/elf.sc: Fix the order of SHLIB_RODATA_ADDR.
2213
74ccf6db
JW
22142018-01-09 Jim Wilson <jimw@sifive.com>
2215
2216 * testsuite/ld-elf/eh-frame-hdr.d (#xfail): Delete
2217 (#alltargets): Renamed from #target. Add shared.
2218 * testsuite/lib/ld-lib.exp (run_dump_test): Document shared target.
2219 Document alltargets option. Add support for alltargets option.
2220 (istarget): Add support for shared target.
2221
7615ca1d
JW
22222018-01-08 Jim Wilson <jimw@sifive.com>
2223
2224 * testsuite/ld-riscv-elf/c-lui.d: Don't use -shared. Check for _start
2225 instead of .text.
2226 * testsuite/ld-riscv-elf/c-lui.s: Add _start label.
2227 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Before __global_pointer$
2228 tests, add call to check_shared_lib_support.
2229
be1dce26
JW
22302018-01-05 Jim Wilson <jimw@sifive.com>
2231
35eeb78f
JW
2232 * testsuite/ld-riscv-elf/disas-jalr.d: New.
2233 * testsuite/ld-riscv-elf/disas-jalr.s: New.
2234 * testsuite/ld-riscv-elf/ld-riscv-elf.exp: Run new testcase.
2235
be1dce26
JW
2236 * emulparams/elf32lriscv-defs.sh (GENERATE_SHLIB_SCRIPT): Move inside
2237 case on $target, and don't set for riscv*-elf targets.
2238 (GENERATE_PIE_SCRIPT): Likewise.
2239
219d1afa
AM
22402018-01-03 Alan Modra <amodra@gmail.com>
2241
2242 Update year range in copyright notice of all files.
2243
1e563868 2244For older changes see ChangeLog-2017
3499769a 2245\f
1e563868 2246Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
2247
2248Copying and distribution of this file, with or without modification,
2249are permitted in any medium without royalty provided the copyright
2250notice and this notice are preserved.
2251
2252Local Variables:
2253mode: change-log
2254left-margin: 8
2255fill-column: 74
2256version-control: never
2257End:
This page took 0.230229 seconds and 4 git commands to generate.