]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/ChangeLog
[ARM] Purecode compatible long branch veneer for M-profile targets with MOVW.
[thirdparty/binutils-gdb.git] / ld / ChangeLog
1 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
2
3 * testsuite/ld-arm/farcall-thumb2-purecode.d: New test result.
4 * testsuite/ld-arm/farcall-thumb2-purecode.s: New test.
5 * testsuite/ld-arm/arm-elf.exp: Run it.
6
7 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
8
9 * testsuite/ld-arm/arm_noread.ld: Renamed to ...
10 testsuite/ld-arm/arm_purecode.ld: ... this, and replaced
11 all noread's by purecode.
12
13 2016-07-05 Jan Beulich <jbeulich@suse.com>
14
15 * ldexp.c (exp_fold_tree_1): Set linker_def field based on
16 assignment line number.
17 * ldlex.l (lineno): Drop initializer.
18 (<<EOF>>): Set lineno to zero after reaching top of stack.
19
20 2016-07-04 H.J. Lu <hongjiu.lu@intel.com>
21
22 PR ld/20321
23 * plugin.c (plugin_opt_plugin): Warn and return if plugin has
24 been loaded already.
25 * testsuite/ld-plugin/lto.exp: Run PR ld/20321 test.
26 * testsuite/ld-plugin/pr20321.c: New file.
27
28 2016-07-04 Nick Clifton <nickc@redhat.com>
29
30 * scripttempl/ft32.sc (__PMSIZE_): If not defined, set to 256K.
31 (__RAMSIZE): If not defined, set to 64K.
32 (MEMORY): Set the flash region size to __PMSIZE and the ram region
33 size to __RAMSIZE.
34
35 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
36
37 * testsuite/ld-mips-elf/branch-misc-2.d: New test.
38 * testsuite/ld-mips-elf/mips-elf.exp: Run it.
39
40 2016-07-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
41
42 * testsuite/ld-arm/arm-elf.exp (Thumb-2 BL): Assemble for ARMv7.
43 (Thumb-2 BL on ARMv6-M): New testcase.
44 * testsuite/ld-arm/thumb2-bl.d: Do not try to match testcase filename.
45 * testsuite/ld-arm/thumb2-bl.s: Do not select architecture.
46
47 2016-07-01 Tristan Gingold <gingold@adacore.com>
48
49 * NEWS: Add marker for 2.27.
50
51 2016-06-28 H.J. Lu <hongjiu.lu@intel.com>
52
53 * testsuite/ld-gc/gc.exp: Run pr20306 test.
54 * ld-gc/pr20306.c: New file.
55 * ld-gc/pr20306.d: Likewise.
56
57 2016-06-28 Nick Clifton <nickc@redhat.com>
58
59 * testsuite/ld-elf/comm-data.exp: Expect comm-data2 test to fail
60 for bfin.
61 * testsuite/ld-elf/elf.exp: Expect pr14170 and symbolic function
62 tests to fail for bfin.
63 * testsuite/ld-elf/endsym.d: Expect to fail with cr16, crx, dlx,
64 nds32 and visium.
65 * testsuite/ld-elf/var1.d: Expect to fail with d30v, dlx, ft32 and
66 microblaze.
67 * testsuite/ld-pe/pe.exp: Expect foreign symbol test to fail for
68 mcore-pe.
69
70 2016-06-28 Nick Clifton <nickc@redhat.com>
71
72 * testsuite/ld-elf/merge.d: Add m68hc11 to list of targets that
73 expect to fail this test.
74 * testsuite/ld-scripts/overlay-size.d: Skip the entire test for
75 RX.
76 * testsuite/ld-scripts/rgn-at10.d: No longer expect this test to
77 fail for the RX.
78 * testsuite/ld-scripts/rgn-at11.d: Likewise.
79 * testsuite/ld-scripts/rgn-at2.d: Likewise.
80 * testsuite/ld-scripts/rgn-at6.d: Likewise.
81 * testsuite/ld-scripts/rgn-at7.d: Likewise.
82 * testsuite/ld-scripts/rgn-at8.d: Likewise.
83
84 2016-06-28 James Clarke <jrtc27@jrtc27.com>
85
86 * testsuite/ld-elf/symbolic-func.r: Allow non-zero offsets from
87 .text.
88
89 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
90
91 * testsuite/ld-mips-elf/attr-gnu-4-10.d: Match any UNIX OS/ABI.
92 * testsuite/ld-mips-elf/attr-gnu-4-50.d: Likewise.
93 * testsuite/ld-mips-elf/attr-gnu-4-60.d: Likewise.
94 * testsuite/ld-mips-elf/attr-gnu-4-70.d: Likewise.
95
96 2016-06-28 Alan Modra <amodra@gmail.com>
97
98 PR ld/20302
99 * testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.
100
101 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
102
103 * testsuite/ld-mips-elf/mips16-branch-2.d: New test.
104 * testsuite/ld-mips-elf/mips16-branch-3.d: New test.
105 * testsuite/ld-mips-elf/mips16-branch-addend-2.d: New test.
106 * testsuite/ld-mips-elf/mips16-branch-addend-3.d: New test.
107 * testsuite/ld-mips-elf/mips16-branch.s: New test source.
108 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
109
110 2016-06-27 Nick Clifton <nickc@redhat.com>
111
112 PR ld/20302
113 * lexsup.c (set_segment_start): If resetting the start address of
114 a section, remember to generate a new script element as well.
115 * testsuite/ld-scripts/pr20302.d: New test.
116 * testsuite/ld-scripts/scripts.exp: Run the new test.
117
118 2016-06-24 Alan Modra <amodra@gmail.com>
119
120 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul):
121 Don't error out, always return an emulation.
122
123 2016-06-24 Dilyan Palauzov <dilyan.palauzov@aegee.org>
124 H.J. Lu <hongjiu.lu@intel.com>
125
126 * lexsup.c (elf_shlib_list_options): Check DEFAULT_LD_Z_RELRO
127 for -z relro help message.
128
129 2016-06-22 Maciej W. Rozycki <macro@imgtec.com>
130
131 * testsuite/ld-mips-elf/undefweak-overflow.d: Use wildcard
132 address matching.
133
134 2016-06-22 Maciej W. Rozycki <macro@imgtec.com>
135
136 * testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
137 `undefweak-overflow' tests.
138
139 2016-06-22 H.J. Lu <hongjiu.lu@intel.com>
140
141 PR ld/20283
142 * NEWS: Mention --enable-relro.
143 * configure.ac: Add --enable-relro.
144 (DEFAULT_LD_Z_RELRO): New. Set by --enable-relro.
145 * configure.tgt (ac_default_ld_z_relro): Default it to 1 for
146 some Linux targets.
147 * config.in: Regenerated.
148 * configure: Likewise.
149 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
150 link_info.relro to DEFAULT_LD_Z_RELRO.
151 * testsuite/config/default.exp (ld_elf_shared_opt): New.
152 * testsuite/lib/ld-lib.exp (run_dump_test): Pass
153 $ld_elf_shared_opt to ld for ELF targets with shared object
154 support.
155 (run_ld_link_tests): Likewise.
156
157 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
158
159 * testsuite/ld-mips-elf/mode-change-error-1a.s: Trigger an error
160 twice rather than once.
161 * testsuite/ld-mips-elf/mode-change-error-1.d: Adjust
162 accordingly. Remove the full stop from the end of the message.
163
164 2016-06-21 Graham Markall <graham.markall@embecosm.com>
165
166 * testsuite/ld-arc/nps-1a.d: Use -mcpu=arc700 -mnps400.
167 * testsuite/ld-arc/nps-1b.d: Likewise.
168
169 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
170
171 PR ld/20267
172 * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
173 PR ld/20267.
174 (lto_run_tests): Likewise.
175 * testsuite/ld-plugin/pr20267a.c: New file.
176 * testsuite/ld-plugin/pr20267b.c: Likewise.
177
178 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
179 Alan Modra <amodra@gmail.com>
180
181 PR ld/20276
182 * plugin.c (plugin_notice): Set non_ir_ref on common symbols.
183 * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
184 PR ld/20276.
185 (lto_run_tests): Likewise.
186 * testsuite/ld-plugin/pass.out: New file.
187 * testsuite/ld-plugin/pr20276a.c: Likewise.
188 * testsuite/ld-plugin/pr20276b.c: Likewise.
189
190 2016-06-18 H.J. Lu <hongjiu.lu@intel.com>
191
192 * plugin.c (plugin_object_p): Replace bfd_plugin_uknown
193 with bfd_plugin_unknown.
194
195 2016-06-18 H.J. Lu <hongjiu.lu@intel.com>
196
197 PR ld/20253
198 * testsuite/ld-i386/i386.exp: Run PR ld/20253 tests.
199 * testsuite/ld-i386/no-plt.exp: Likewise.
200 * testsuite/ld-x86-64/no-plt.exp: Likewise.
201 * testsuite/ld-i386/pr13302.d: Remove .rel.plt section.
202 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
203 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
204 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
205 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
206 * testsuite/ld-x86-64/pr13082-5a.d: Likewise.
207 * testsuite/ld-x86-64/pr13082-5b.d: Likewise.
208 * testsuite/ld-x86-64/pr13082-6a.d: Likewise.
209 * testsuite/ld-x86-64/pr13082-6b.d: Likewise.
210 * testsuite/ld-i386/pr20244-2a.d: Remove .plt section.
211 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
212 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
213 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
214 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
215 * testsuite/ld-i386/pr20244-2b.d: Updated.
216 * testsuite/ld-i386/pr20244-2c.d: Likewise.
217 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
218 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
219 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
220 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
221 * testsuite/ld-i386/pr20253-1a.c: New file.
222 * testsuite/ld-i386/pr20253-1b.S: Likewise.
223 * testsuite/ld-i386/pr20253-1c.S: Likewise.
224 * testsuite/ld-i386/pr20253-1d.S: Likewise.
225 * testsuite/ld-i386/pr20253-2a.c: Likewise.
226 * testsuite/ld-i386/pr20253-2b.S: Likewise.
227 * testsuite/ld-i386/pr20253-2c.S: Likewise.
228 * testsuite/ld-i386/pr20253-2d.S: Likewise.
229 * testsuite/ld-i386/pr20253-3.d: Likewise.
230 * testsuite/ld-i386/pr20253-3.s: Likewise.
231 * testsuite/ld-i386/pr20253-4.s: Likewise.
232 * testsuite/ld-i386/pr20253-4a.d: Likewise.
233 * testsuite/ld-i386/pr20253-4b.d: Likewise.
234 * testsuite/ld-i386/pr20253-4c.d: Likewise.
235 * testsuite/ld-i386/pr20253-5.d: Likewise.
236 * testsuite/ld-i386/pr20253-5.s: Likewise.
237 * testsuite/ld-ifunc/ifunc-23-x86.s: Likewise.
238 * testsuite/ld-ifunc/ifunc-23a-x86.d: Likewise.
239 * testsuite/ld-ifunc/ifunc-23b-x86.d: Likewise.
240 * testsuite/ld-ifunc/ifunc-23c-x86.d: Likewise.
241 * testsuite/ld-ifunc/ifunc-24-x86.s: Likewise.
242 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
243 * testsuite/ld-ifunc/ifunc-24b-x86.d: Likewise.
244 * testsuite/ld-ifunc/ifunc-24c-x86.d: Likewise.
245 * testsuite/ld-ifunc/ifunc-25-x86.s: Likewise.
246 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
247 * testsuite/ld-ifunc/ifunc-25b-x86.d: Likewise.
248 * testsuite/ld-ifunc/ifunc-25c-x86.d: Likewise.
249 * testsuite/ld-x86-64/pr20253-1.s: Likewise.
250 * testsuite/ld-x86-64/pr20253-1a.d: Likewise.
251 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
252 * testsuite/ld-x86-64/pr20253-1c.d: Likewise.
253 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
254 * testsuite/ld-x86-64/pr20253-1e.d: Likewise.
255 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
256 * testsuite/ld-x86-64/pr20253-1g.d: Likewise.
257 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
258 * testsuite/ld-x86-64/pr20253-1i.d: Likewise.
259 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
260 * testsuite/ld-x86-64/pr20253-1k.d: Likewise.
261 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
262 * testsuite/ld-x86-64/pr20253-2a.c: Likewise.
263 * testsuite/ld-x86-64/pr20253-2b.S: Likewise.
264 * testsuite/ld-x86-64/pr20253-2c.S: Likewise.
265 * testsuite/ld-x86-64/pr20253-2d.S: Likewise.
266 * testsuite/ld-x86-64/pr20253-3.d: Likewise.
267 * testsuite/ld-x86-64/pr20253-3.s: Likewise.
268 * testsuite/ld-x86-64/pr20253-4.s: Likewise.
269 * testsuite/ld-x86-64/pr20253-4a.d: Likewise.
270 * testsuite/ld-x86-64/pr20253-4b.d: Likewise.
271 * testsuite/ld-x86-64/pr20253-4c.d: Likewise.
272 * testsuite/ld-x86-64/pr20253-4d.d: Likewise.
273 * testsuite/ld-x86-64/pr20253-4e.d: Likewise.
274 * testsuite/ld-x86-64/pr20253-4f.d: Likewise.
275 * testsuite/ld-x86-64/pr20253-5.s: Likewise.
276 * testsuite/ld-x86-64/pr20253-5a.d: Likewise.
277 * testsuite/ld-x86-64/pr20253-5b.d: Likewise.
278 * testsuite/ld-ifunc/ifunc-18a-i386.d: Remove extra IRELATIVE
279 relocation.
280 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
281 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
282 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
283 * testsuite/ld-ifunc/ifunc-18a.s: Fix a typo.
284 * testsuite/ld-x86-64/x86-64.exp: Run pr20253-1 tests.
285
286 2016-06-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
287 Tony Wang <tony.wang@arm.com>
288
289 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall M profile):
290 Assemble for ARMv6-M.
291 (Thumb2-Thumb2 farcall M profile): New testcase.
292 * testsuite/ld-arm/farcall-thumb2-thumb2-m.d: New file.
293 * testsuite/ld-arm/jump-reloc-veneers-cond-long-backward.d: Update to
294 reflect the use of Thumb-2 veneers for Thumb-2 capable targets.
295 * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Likewise.
296
297 2016-06-16 H.J. Lu <hongjiu.lu@intel.com>
298
299 * testsuite/ld-i386/i386.exp: Run pr19636-2e-nacl.
300 * testsuite/ld-i386/pr19636-2e.d: Skip for NaCl targets.
301 Remove .rel.plt section.
302 * testsuite/ld-i386/pr19636-2e-nacl.d: New file.
303
304 2016-06-15 H.J. Lu <hongjiu.lu@intel.com>
305
306 * testsuite/ld-i386/no-plt-check1a.S (check): Test static
307 function pointer.
308 * testsuite/ld-i386/no-plt-check1b.S (check): Likewise.
309 * testsuite/ld-x86-64/no-plt-check1.S (check): Likewise.
310 * testsuite/ld-i386/no-plt-extern1a.S (func_p): New. Static
311 function pointer.
312 * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise.
313 * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise.
314 * testsuite/ld-i386/no-plt-1a.dd: Updated.
315 * testsuite/ld-i386/no-plt-1b.dd: Likewise.
316 * testsuite/ld-i386/no-plt-1c.dd: Likewise.
317 * testsuite/ld-i386/no-plt-1d.dd: Likewise.
318 * testsuite/ld-i386/no-plt-1e.dd: Likewise.
319 * testsuite/ld-i386/no-plt-1f.dd: Likewise.
320 * testsuite/ld-i386/no-plt-1g.dd: Likewise.
321 * testsuite/ld-i386/no-plt-1h.dd: Likewise.
322 * testsuite/ld-i386/no-plt-1i.dd: Likewise.
323 * testsuite/ld-i386/no-plt-1j.dd: Likewise.
324 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
325 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
326 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
327 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
328 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
329 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
330 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
331
332 2016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
333
334 PR ld/20254
335 * testsuite/ld-avr/avr-prop-6.d: New test.
336 * testsuite/ld-avr/avr-prop-6.s: New test.
337
338 2016-06-14 Alan Modra <amodra@gmail.com>
339
340 * ldbuildid.c: Formatting.
341 * ldcref.c: Formatting.
342 * ldctor.c: Formatting.
343 * ldemul.c: Formatting.
344 * ldexp.c: Formatting.
345 * ldfile.c: Formatting.
346 * ldlang.c: Formatting.
347 * ldmain.c: Formatting.
348 * ldwrite.c: Formatting.
349
350 2016-06-14 Alan Modra <amodra@gmail.com>
351
352 * ldlang.c: Expand uses of bfd_my_archive.
353 * ldmain.c: Likewise.
354 * ldmisc.c: Likewise.
355 * plugin.c: Likewise.
356
357 2016-06-14 Alan Modra <amodra@gmail.com>
358
359 PR ld/20241
360 * ldmain.c (add_archive_element): Just print file name of file within
361 thin archives.
362 * ldmisc.c (vfinfo): Likewise.
363 * plugin.c (plugin_object_p): Open file within thin archives.
364 (plugin_maybe_claim): Expand comment.
365
366 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
367
368 PR ld/20244
369 * testsuite/ld-i386/i386.exp: Run pr20244-2a, pr20244-2b,
370 pr20244-2c and pr20244-2d.
371 * testsuite/ld-i386/no-plt.exp: Run pr20244-3a and pr20244-3b.
372 * testsuite/ld-i386/pr20244-2.s: New file.
373 * testsuite/ld-i386/pr20244-2a.d: Likewise.
374 * testsuite/ld-i386/pr20244-2b.d: Likewise.
375 * testsuite/ld-i386/pr20244-2c.d: Likewise.
376 * testsuite/ld-i386/pr20244-2d.d: Likewise.
377 * testsuite/ld-i386/pr20244-3a.c: Likewise.
378 * testsuite/ld-i386/pr20244-3b.S: Likewise.
379 * testsuite/ld-i386/pr20244-3c.S: Likewise.
380 * testsuite/ld-i386/pr20244-3d.S: Likewise.
381
382 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
383
384 * testsuite/ld-i386/i386.exp: Run ifunc-1a and ifunc-1b.
385 * testsuite/ld-i386/ifunc-1a.c: New file.
386 * testsuite/ld-i386/ifunc-1b.S: Likewise.
387 * testsuite/ld-i386/ifunc-1c.S: Likewise.
388 * testsuite/ld-i386/ifunc-1d.S: Likewise.
389
390 2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
391
392 * testsuite/ld-srec/srec.exp: Changed to XFAIL on both little and
393 big endian ARC targets.
394
395 2016-06-12 H.J. Lu <hongjiu.lu@intel.com>
396
397 * testsuite/ld-x86-64/libno-plt-1b.dd: Updated for x32.
398 * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
399 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
400 * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
401 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
402 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
403 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
404 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
405 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
406 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
407 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
408 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
409 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
410 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
411 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
412
413 2016-06-11 H.J. Lu <hongjiu.lu@intel.com>
414
415 PR ld/20244
416 * testsuite/ld-i386/i386.exp: Run pr20244-1a and pr20244-1b.
417 * testsuite/ld-i386/pr20244-1.s: New file.
418 * testsuite/ld-i386/pr20244-1a.d: Likewise.
419 * testsuite/ld-i386/pr20244-1b.d: Likewise.
420 * testsuite/ld-i386/pr20244-1c.d: Likewise.
421
422 2016-06-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
423
424 PR ld/20221
425 * testsuite/ld-avr/avr-prop-5.d: New.
426 * testsuite/ld-avr/avr-prop-5.s: New.
427
428 2016-06-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
429
430 * testsuite/ld-avr/lds-mega.d: New test.
431 * testsuite/ld-avr/lds-mega.s: New test source.
432 * testsuite/ld-avr/lds-tiny.d: New test.
433 * testsuite/ld-avr/lds-tiny.s: New test source.
434
435 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
436
437 * testsuite/ld-i386/libno-plt-1b.dd: New file.
438 * testsuite/ld-i386/libno-plt-1b.rd: Likewise.
439 * testsuite/ld-i386/no-plt-1a.dd: Likewise.
440 * testsuite/ld-i386/no-plt-1a.rd: Likewise.
441 * testsuite/ld-i386/no-plt-1b.dd: Likewise.
442 * testsuite/ld-i386/no-plt-1b.rd: Likewise.
443 * testsuite/ld-i386/no-plt-1c.dd: Likewise.
444 * testsuite/ld-i386/no-plt-1c.rd: Likewise.
445 * testsuite/ld-i386/no-plt-1d.dd: Likewise.
446 * testsuite/ld-i386/no-plt-1d.rd: Likewise.
447 * testsuite/ld-i386/no-plt-1e.dd: Likewise.
448 * testsuite/ld-i386/no-plt-1e.rd: Likewise.
449 * testsuite/ld-i386/no-plt-1f.dd: Likewise.
450 * testsuite/ld-i386/no-plt-1f.rd: Likewise.
451 * testsuite/ld-i386/no-plt-1g.dd: Likewise.
452 * testsuite/ld-i386/no-plt-1g.rd: Likewise.
453 * testsuite/ld-i386/no-plt-1h.dd: Likewise.
454 * testsuite/ld-i386/no-plt-1h.rd: Likewise.
455 * testsuite/ld-i386/no-plt-1i.dd: Likewise.
456 * testsuite/ld-i386/no-plt-1i.rd: Likewise.
457 * testsuite/ld-i386/no-plt-1j.dd: Likewise.
458 * testsuite/ld-i386/no-plt-1j.rd: Likewise.
459 * testsuite/ld-i386/no-plt-check1a.S: Likewise.
460 * testsuite/ld-i386/no-plt-check1b.S: Likewise.
461 * testsuite/ld-i386/no-plt-extern1a.S: Likewise.
462 * testsuite/ld-i386/no-plt-extern1b.S: Likewise.
463 * testsuite/ld-i386/no-plt-func1.c: Likewise.
464 * testsuite/ld-i386/no-plt-main1.c: Likewise.
465 * testsuite/ld-i386/no-plt.exp: Likewise.
466
467 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
468
469 * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test
470 name.
471
472 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
473
474 * testsuite/ld-i386/i386.exp: Run libtlspic2.so, tlsbin2,
475 tlsgd3, tlsld2, tlsgd4, tlspie3a, tlspie3b and tlspie3c.
476 * testsuite/ld-i386/pass.out: New file.
477 * testsuite/ld-i386/tls-def1.c: Likewise.
478 * testsuite/ld-i386/tls-gd1.S: Likewise.
479 * testsuite/ld-i386/tls-ld1.S: Likewise.
480 * testsuite/ld-i386/tls-main1.c: Likewise.
481 * testsuite/ld-i386/tls.exp: Likewise.
482 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
483 * testsuite/ld-i386/tlsbin2.dd: Likewise.
484 * testsuite/ld-i386/tlsbin2.rd: Likewise.
485 * testsuite/ld-i386/tlsbin2.sd: Likewise.
486 * testsuite/ld-i386/tlsbin2.td: Likewise.
487 * testsuite/ld-i386/tlsbinpic2.s: Likewise.
488 * testsuite/ld-i386/tlsgd3.dd: Likewise.
489 * testsuite/ld-i386/tlsgd3.s: Likewise.
490 * testsuite/ld-i386/tlsgd4.d: Likewise.
491 * testsuite/ld-i386/tlsgd4.s: Likewise.
492 * testsuite/ld-i386/tlsld2.s: Likewise.
493 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
494 * testsuite/ld-i386/tlspic2.dd: Likewise.
495 * testsuite/ld-i386/tlspic2.rd: Likewise.
496 * testsuite/ld-i386/tlspic2.sd: Likewise.
497 * testsuite/ld-i386/tlspic2.td: Likewise.
498 * testsuite/ld-i386/tlspic3.s: Likewise.
499 * testsuite/ld-i386/tlspie3.s: Likewise.
500 * testsuite/ld-i386/tlspie3a.d: Likewise.
501 * testsuite/ld-i386/tlspie3b.d: Likewise.
502 * testsuite/ld-i386/tlspie3c.d: Likewise.
503
504 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
505
506 * testsuite/ld-x86-64/no-plt-1a.rd: Support any relocation order.
507 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
508 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
509 * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
510 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
511 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
512 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
513 * testsuite/ld-x86-64/no-plt.exp: Fix a typo.
514
515 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
516
517 * testsuite/ld-x86-64/libno-plt-1b.dd: Likewise.
518 * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
519 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
520 * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
521 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
522 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
523 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
524 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
525 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
526 * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
527 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
528 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
529 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
530 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
531 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
532 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
533 * testsuite/ld-x86-64/no-plt-check1.S: Likewise.
534 * testsuite/ld-x86-64/no-plt.exp: Likewise.
535 * testsuite/ld-x86-64/no-plt-extern1.S: Likewise.
536 * testsuite/ld-x86-64/no-plt-func1.c: Likewise.
537 * testsuite/ld-x86-64/no-plt-main1.c: Likewise.
538
539 2016-06-07 Maciej W. Rozycki <macro@imgtec.com>
540
541 * testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail.
542
543 2016-06-07 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
544
545 * testsuite/ld-s390/pltoffset-1.dd: New test.
546 * testsuite/ld-s390/pltoffset-1.ld: New test.
547 * testsuite/ld-s390/pltoffset-1.s: New test.
548 * testsuite/ld-s390/s390.exp: Run new test.
549
550 2016-06-07 Alan Modra <amodra@gmail.com>
551
552 * testsuite/ld-powerpc/apuinfo1.s: Delete nop.
553 * testsuite/ld-powerpc/apuinfo-vle2.s: New.
554 * testsuite/ld-powerpc/powerpc.exp: Use apuinfo-vle2.s.
555
556 2016-06-06 H.J. Lu <hongjiu.lu@intel.com>
557
558 * testsuite/ld-x86-64/pass.out: New file.
559 * testsuite/ld-x86-64/tls-def1.c: Likewise.
560 * testsuite/ld-x86-64/tls-gd1.S: Likewise.
561 * testsuite/ld-x86-64/tls-ld1.S: Likewise.
562 * testsuite/ld-x86-64/tls-main1.c: Likewise.
563 * testsuite/ld-x86-64/tls.exp: Likewise.
564 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
565 * testsuite/ld-x86-64/tlsbin2.dd: Likewise.
566 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
567 * testsuite/ld-x86-64/tlsbin2.sd: Likewise.
568 * testsuite/ld-x86-64/tlsbin2.td: Likewise.
569 * testsuite/ld-x86-64/tlsbinpic2.s: Likewise.
570 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
571 * testsuite/ld-x86-64/tlsgd10.s: Likewise.
572 * testsuite/ld-x86-64/tlsgd11.dd: Likewise.
573 * testsuite/ld-x86-64/tlsgd11.s: Likewise.
574 * testsuite/ld-x86-64/tlsgd12.d: Likewise.
575 * testsuite/ld-x86-64/tlsgd12.s: Likewise.
576 * testsuite/ld-x86-64/tlsgd13.d: Likewise.
577 * testsuite/ld-x86-64/tlsgd13.s: Likewise.
578 * testsuite/ld-x86-64/tlsgd14.dd: Likewise.
579 * testsuite/ld-x86-64/tlsgd14.s: Likewise.
580 * testsuite/ld-x86-64/tlsgd5c.s: Likewise.
581 * testsuite/ld-x86-64/tlsgd6c.s: Likewise.
582 * testsuite/ld-x86-64/tlsgd9.dd: Likewise.
583 * testsuite/ld-x86-64/tlsgd9.s: Likewise.
584 * testsuite/ld-x86-64/tlsld4.dd: Likewise.
585 * testsuite/ld-x86-64/tlsld4.s: Likewise.
586 * testsuite/ld-x86-64/tlsld5.dd: Likewise.
587 * testsuite/ld-x86-64/tlsld5.s: Likewise.
588 * testsuite/ld-x86-64/tlsld6.dd: Likewise.
589 * testsuite/ld-x86-64/tlsld6.s: Likewise.
590 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
591 * testsuite/ld-x86-64/tlspic2.dd: Likewise.
592 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
593 * testsuite/ld-x86-64/tlspic2.sd: Likewise.
594 * testsuite/ld-x86-64/tlspic2.td: Likewise.
595 * testsuite/ld-x86-64/tlspic3.s: Likewise.
596 * testsuite/ld-x86-64/tlspie2.s: Likewise.
597 * testsuite/ld-x86-64/tlspie2a.d: Likewise.
598 * testsuite/ld-x86-64/tlspie2b.d: Likewise.
599 * testsuite/ld-x86-64/tlspie2c.d: Likewise.
600 * testsuite/ld-x86-64/tlsgd5.dd: Updated.
601 * testsuite/ld-x86-64/tlsgd6.dd: Likewise.
602 * testsuite/ld-x86-64/x86-64.exp: Run libtlspic2.so, tlsbin2,
603 tlsgd5b, tlsgd6b, tlsld4, tlsld5, tlsld6, tlsgd9, tlsgd10,
604 tlsgd11, tlsgd14, tlsgd12, tlsgd13, tlspie2a, tlspie2b and
605 tlspie2c.
606
607 2016-06-04 Christian Groessler <chris@groessler.org>
608
609 * testsuite/ld-z8k/0filler.s: New file.
610 * testsuite/ld-z8k/branch-target.s: New file.
611 * testsuite/ld-z8k/branch-target2.s: New file.
612 * testsuite/ld-z8k/calr-back-8001.d: New file.
613 * testsuite/ld-z8k/calr-back-8002.d: New file.
614 * testsuite/ld-z8k/calr-back-fail-8001.d: New file.
615 * testsuite/ld-z8k/calr-back-fail-8002.d: New file.
616 * testsuite/ld-z8k/calr-forw-8001.d: New file.
617 * testsuite/ld-z8k/calr-forw-8002.d: New file.
618 * testsuite/ld-z8k/calr-forw-fail-8001.d: New file.
619 * testsuite/ld-z8k/calr-forw-fail-8002.d: New file.
620 * testsuite/ld-z8k/calr-opcode.s: New file.
621 * testsuite/ld-z8k/dbjnz-forw-8001.d: New file.
622 * testsuite/ld-z8k/dbjnz-forw-8002.d: New file.
623 * testsuite/ld-z8k/dbjnz-forw-fail-8001.d: New file.
624 * testsuite/ld-z8k/dbjnz-forw-fail-8002.d: New file.
625 * testsuite/ld-z8k/dbjnz-opcode.s: New file.
626 * testsuite/ld-z8k/djnz-back-8001.d: New file.
627 * testsuite/ld-z8k/djnz-back-8002.d: New file.
628 * testsuite/ld-z8k/djnz-back-fail-8001.d: New file.
629 * testsuite/ld-z8k/djnz-back-fail-8002.d: New file.
630 * testsuite/ld-z8k/djnz-forw-8001.d: New file.
631 * testsuite/ld-z8k/djnz-forw-8002.d: New file.
632 * testsuite/ld-z8k/djnz-forw-fail-8001.d: New file.
633 * testsuite/ld-z8k/djnz-forw-fail-8002.d: New file.
634 * testsuite/ld-z8k/djnz-opcode.s: New file.
635 * testsuite/ld-z8k/filler.s: New file.
636 * testsuite/ld-z8k/jr-back-8001.d: New file.
637 * testsuite/ld-z8k/jr-back-8002.d: New file.
638 * testsuite/ld-z8k/jr-back-fail-8001.d: New file.
639 * testsuite/ld-z8k/jr-back-fail-8002.d: New file.
640 * testsuite/ld-z8k/jr-forw-8001.d: New file.
641 * testsuite/ld-z8k/jr-forw-8002.d: New file.
642 * testsuite/ld-z8k/jr-forw-fail-8001.d: New file.
643 * testsuite/ld-z8k/jr-forw-fail-8002.d: New file.
644 * testsuite/ld-z8k/jr-opcode.s: New file.
645 * testsuite/ld-z8k/ldr-back-8001.d: New file.
646 * testsuite/ld-z8k/ldr-back-8002.d: New file.
647 * testsuite/ld-z8k/ldr-back-fail-8001.d: New file.
648 * testsuite/ld-z8k/ldr-back-fail-8002.d: New file.
649 * testsuite/ld-z8k/ldr-forw-8001.d: New file.
650 * testsuite/ld-z8k/ldr-forw-8002.d: New file.
651 * testsuite/ld-z8k/ldr-forw-fail-8001.d: New file.
652 * testsuite/ld-z8k/ldr-forw-fail-8002.d: New file.
653 * testsuite/ld-z8k/ldr-opcode.s: New file.
654 * testsuite/ld-z8k/ldrb-forw-8001.d: New file.
655 * testsuite/ld-z8k/ldrb-forw-8002.d: New file.
656 * testsuite/ld-z8k/ldrb-forw-fail-8001.d: New file.
657 * testsuite/ld-z8k/ldrb-forw-fail-8002.d: New file.
658 * testsuite/ld-z8k/ldrb-opcode.s: New file.
659 * testsuite/ld-z8k/ldrb-opcode2.s: New file.
660 * testsuite/ld-z8k/other-file.s: New file.
661 * testsuite/ld-z8k/reloc.dd: New file.
662 * testsuite/ld-z8k/reloc.ld: New file.
663 * testsuite/ld-z8k/relocseg.dd: New file.
664 * testsuite/ld-z8k/relocseg.ld: New file.
665 * testsuite/ld-z8k/relocseg1.dd: New file.
666 * testsuite/ld-z8k/this-file.s: New file.
667 * testsuite/ld-z8k/z8k.exp: New file.
668
669 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
670
671 * testsuite/ld-i386/i386.exp: Assemble gotpc1.o and pr19319b.o
672 with -mrelax-relocations=yes.
673 * testsuite/ld-i386/lea1a.d (as): Add -mrelax-relocations=yes.
674 * testsuite/ld-i386/lea1b.d (as): Likewise.
675 * testsuite/ld-i386/lea1d.d (as): Likewise.
676 * testsuite/ld-i386/lea1e.d (as): Likewise.
677 * testsuite/ld-i386/lea1f.d (as): Likewise.
678 * testsuite/ld-i386/load7.d (as): Likewise.
679 * testsuite/ld-i386/mov1b.d (as): Likewise.
680 * testsuite/ld-i386/pr19175.d (as): Likewise.
681 * testsuite/ld-ifunc/ifunc-13-i386.d (as): Likewise.
682 * testsuite/ld-ifunc/ifunc-21-i386.d (as): Likewise.
683 * testsuite/ld-ifunc/ifunc-22-i386.d (as): Likewise.
684 * testsuite/ld-x86-64/x86-64.exp: Assemble gotpcrel1a.o,
685 gotpcrel1b.o and gotpcrel1c.o with -mrelax-relocations=yes.
686
687 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
688
689 * configure.tgt: Replace -uclibc with *.
690
691 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
692
693 * testsuite/ld-mips-elf/unaligned-branch.d: New test.
694 * testsuite/ld-mips-elf/unaligned-branch.s: New test source.
695 * testsuite/ld-mips-elf/unaligned-text.s: New test source.
696 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
697
698 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
699
700 * testsuite/ld-mips-elf/unaligned-syms.s: Rename to...
701 * testsuite/ld-mips-elf/unaligned-data.s: ... this.
702 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Adjust accordingly.
703 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
704 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise.
705 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
706
707 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
708
709 * testsuite/ld-mips-elf/jal-global-overflow-0.d: New test.
710 * testsuite/ld-mips-elf/jal-global-overflow-1.d: New test.
711 * testsuite/ld-mips-elf/jal-local-overflow-0.d: New test.
712 * testsuite/ld-mips-elf/jal-local-overflow-1.d: New test.
713 * testsuite/ld-mips-elf/jal-global-overflow.s: New test source.
714 * testsuite/ld-mips-elf/jal-local-overflow.s: New test source.
715 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
716
717 2016-05-28 Alan Modra <amodra@gmail.com>
718
719 * ldmain.c (multiple_definition, multiple_common, add_to_set,
720 constructor_callback, warning_callback, undefined_symbol,
721 reloc_overflow, reloc_dangerous, unattached_reloc): Return void.
722 * emultempl/elf32.em: Adjust callback calls.
723
724 2016-05-27 Maciej W. Rozycki <macro@imgtec.com>
725
726 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.d: New test.
727 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: New test.
728 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-0.d: New
729 test.
730 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d: New
731 test.
732 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-0.d: New
733 test.
734 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d: New
735 test.
736 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.s: New test
737 source.
738 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.s: New test
739 source.
740 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
741
742 2016-05-27 Maciej W. Rozycki <macro@imgtec.com>
743
744 * testsuite/ld-mips-elf/reloc-local-overflow.d: New test.
745 * testsuite/ld-mips-elf/reloc-local-overflow.s: Source for the
746 new test.
747 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
748
749 2016-05-26 Maciej W. Rozycki <macro@imgtec.com>
750
751 * testsuite/ld-mips-elf/unaligned-jalx-0.d: Fold
752 `unaligned-jalx-2' here.
753 * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: Fold
754 `unaligned-jalx-mips16-2' here.
755 * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: Fold
756 `unaligned-jalx-micromips-2' here.
757 * testsuite/ld-mips-elf/unaligned-jalx-0.s: Update accordingly.
758 * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error
759 message.
760 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
761 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
762 * testsuite/ld-mips-elf/unaligned-jalx-2.d: Remove test.
763 * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: Remove test.
764 * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: Remove
765 test.
766 * testsuite/ld-mips-elf/unaligned-jalx-2.s: Remove test source.
767 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Fold
768 `unaligned-lwpc-3' here.
769 * testsuite/ld-mips-elf/unaligned-lwpc-0.s: Update accordingly.
770 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Fold
771 `unaligned-lwpc-2' here.
772 * testsuite/ld-mips-elf/unaligned-lwpc-1.s: Update accordingly.
773 * testsuite/ld-mips-elf/unaligned-lwpc-2.d: Remove test.
774 * testsuite/ld-mips-elf/unaligned-lwpc-2.s: Remove test source.
775 * testsuite/ld-mips-elf/unaligned-lwpc-3.d: Remove test.
776 * testsuite/ld-mips-elf/unaligned-lwpc-3.s: Remove test source.
777 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Fold
778 `unaligned-ldpc-4' here.
779 * testsuite/ld-mips-elf/unaligned-ldpc-0.s: Update accordingly.
780 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Update error
781 message. Fold `unaligned-ldpc-2' and `unaligned-ldpc-3' here.
782 * testsuite/ld-mips-elf/unaligned-ldpc-1.s: Update accordingly.
783 * testsuite/ld-mips-elf/unaligned-ldpc-2.d: Remove test.
784 * testsuite/ld-mips-elf/unaligned-ldpc-2.s: Remove test source.
785 * testsuite/ld-mips-elf/unaligned-ldpc-3.d: Remove test.
786 * testsuite/ld-mips-elf/unaligned-ldpc-3.s: Remove test source.
787 * testsuite/ld-mips-elf/unaligned-ldpc-4.d: Remove test.
788 * testsuite/ld-mips-elf/unaligned-ldpc-4.s: Remove test source.
789 * testsuite/ld-mips-elf/mips-elf.exp: Delete removed tests.
790
791 2016-05-26 Nick Clifton <nickc@redhat.com>
792
793 PR target/20134
794 * scripttempl/elf32msp430.sc (.bss): Provide __bssstart and
795 __bsssize.
796 * scripttempl/elf32msp430_3.sc (.bss): Likewise.
797
798 2016-05-25 Maciej W. Rozycki <macro@imgtec.com>
799
800 * testsuite/ld-mips-elf/unaligned-jalx-0.d: New test.
801 * testsuite/ld-mips-elf/unaligned-jalx-1.d: New test.
802 * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test.
803 * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: New test.
804 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: New test.
805 * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: New test.
806 * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: New test.
807 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: New test.
808 * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: New test.
809 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: New test.
810 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: New test.
811 * testsuite/ld-mips-elf/unaligned-lwpc-2.d: New test.
812 * testsuite/ld-mips-elf/unaligned-lwpc-3.d: New test.
813 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: New test.
814 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: New test.
815 * testsuite/ld-mips-elf/unaligned-ldpc-2.d: New test.
816 * testsuite/ld-mips-elf/unaligned-ldpc-3.d: New test.
817 * testsuite/ld-mips-elf/unaligned-ldpc-4.d: New test.
818 * testsuite/ld-mips-elf/unaligned-jalx-0.s: New test source.
819 * testsuite/ld-mips-elf/unaligned-jalx-1.s: New test source.
820 * testsuite/ld-mips-elf/unaligned-jalx-2.s: New test source.
821 * testsuite/ld-mips-elf/unaligned-insn.s: New test source.
822 * testsuite/ld-mips-elf/unaligned-lwpc-0.s: New test source.
823 * testsuite/ld-mips-elf/unaligned-lwpc-1.s: New test source.
824 * testsuite/ld-mips-elf/unaligned-lwpc-2.s: New test source.
825 * testsuite/ld-mips-elf/unaligned-lwpc-3.s: New test source.
826 * testsuite/ld-mips-elf/unaligned-ldpc-0.s: New test source.
827 * testsuite/ld-mips-elf/unaligned-ldpc-1.s: New test source.
828 * testsuite/ld-mips-elf/unaligned-ldpc-2.s: New test source.
829 * testsuite/ld-mips-elf/unaligned-ldpc-3.s: New test source.
830 * testsuite/ld-mips-elf/unaligned-ldpc-4.s: New test source.
831 * testsuite/ld-mips-elf/unaligned-syms.s: New test source.
832 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
833
834 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
835
836 PR ld/20103
837 * ldmain.c (add_archive_element): Don't claim new IR symbols
838 after all IR symbols have been claimed.
839 * plugin.c (plugin_call_claim_file): Remove no_more_claiming
840 check.
841 * testsuite/ld-plugin/lto.exp (pr20103): New proc.
842 Run PR ld/20103 tests.
843 * testsuite/ld-plugin/pr20103a.c: New file.
844 * testsuite/ld-plugin/pr20103b.c: Likewise.
845 * testsuite/ld-plugin/pr20103c.c: Likewise.
846
847 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
848
849 * testsuite/ld-mips-elf/jalx-local.d: New test.
850 * testsuite/ld-mips-elf/jalx-local-n32.d: New test.
851 * testsuite/ld-mips-elf/jalx-local-n64.d: New test.
852 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
853
854 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
855
856 * Makefile.am: Add earmelf_phoenix.c.
857 * Makefile.in: Regenerate.
858 * configure.tgt: Add entry for arm-phoenix.
859 * emulparams/armelf_phoenix.sh: New file.
860
861 2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
862
863 * emultempl/armelf.em (arm_elf_before_allocation): Call
864 bfd_elf32_arm_keep_private_stub_output_sections before generic
865 before_allocation function.
866
867 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
868
869 * testsuite/ld-mips-elf/jalx-addend.d: New test.
870 * testsuite/ld-mips-elf/jalx-addend-n32.d: New test.
871 * testsuite/ld-mips-elf/jalx-addend-n64.d: New test.
872 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
873
874 2016-05-19 H.J. Lu <hongjiu.lu@intel.com>
875
876 PR ld/20117
877 * testsuite/ld-i386/i386.exp: Run pr20117.
878 * testsuite/ld-i386/pr19609-1i.d: Updated.
879 * testsuite/ld-i386/pr20117.d: New file.
880 * testsuite/ld-i386/pr20117.s: Likewise.
881
882 2016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
883
884 * testsuite/ld-elf/compressed1d.d: Removed from notarget.
885 * testsuite/ld-elf/group8a.d: Likewise.
886 * testsuite/ld-elf/group8b.d: Likewise.
887 * testsuite/ld-elf/group9a.d: Likewise.
888 * testsuite/ld-elf/group9b.d: Likewise.
889 * testsuite/ld-elf/pr12851.d: Likewise.
890 * testsuite/ld-elf/pr12975.d: Likewise.
891 * testsuite/ld-elf/pr13177.d: Likewise.
892 * testsuite/ld-elf/pr13195.d: Likewise.
893 * testsuite/ld-elf/pr17615.d: Likewise.
894 * testsuite/ld-elf/eh-frame-hdr.d: Removed from xfail.
895 * testsuite/ld-elf/group3b.d: Likewise.
896 * testsuite/ld-srec/srec.exp: Likewise.
897 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark ARC
898 as supporting gc.
899 (check_shared_lib_support): Mark ARC as supporting.
900
901 2016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
902
903 * emulparams/arcelf.sh: Changed.
904 * emulparams/arclinux.sh: Likewise.
905 * scripttempl/arclinux.sc: Moved to a more standard implementation
906 similar to elf.sc.
907
908 2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
909
910 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
911 `ft32-*-*' behind `frv-*-*'.
912
913 2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
914
915 * configure.tgt: Remove `am34-*-linux*' support.
916
917 2016-05-19 Alan Modra <amodra@gmail.com>
918
919 * testsuite/ld-scripts/crossref.exp: Remove -mcall-aixdesc hack.
920 * testsuite/ld-scripts/cross2.t: Tweak .opd and .toc placement.
921 * testsuite/ld-scripts/cross3.t: Likewise.
922 * testsuite/ld-scripts/cross4.t: Likewise.
923 * testsuite/ld-scripts/cross5.t: Likewise.
924 * testsuite/ld-scripts/cross6.t: Likewise.
925 * testsuite/ld-scripts/cross7.t: Likewise.
926
927 2016-05-19 Alan Modra <amodra@gmail.com>
928
929 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Pass in
930 exe name rather than constructing testname. Fix typo in
931 sub-test name. Log copying. Use -rpath rather than -R.
932
933 2016-05-18 Nick Clifton <nickc@redhat.com>
934
935 * scripttempl/ft32.sc: Use fixed constants for memory region
936 lengths. Include DWARF debug sections.
937 (.data .bss): Do not assign locations during relocatable links.
938 * testsuite/ld-elf/compressed1d.d: Skip for FT32.
939 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
940 * testsuite/ld-elf/sec64k.exp: Likewise.
941 * testsuite/ld-elf/init-fini-array.d: XFail for FT32.
942 * testsuite/ld-elf/merge.d: Likewise.
943 * testsuite/ld-elf/orphan-region.d: Likewise.
944 * testsuite/ld-elf/orphan.s: Likewise.
945 * testsuite/ld-elf/orphan3.d: Likewise.
946 * testsuite/ld-elf/pr349.d: Likewise.
947 * testsuite/ld-elf/warn2.d: Likewise.
948 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Note
949 that the FT32 does not support shared libraries.
950
951 2016-05-17 H.J. Lu <hongjiu.lu@intel.com>
952
953 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Check
954 global CC.
955
956 2016-05-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
957
958 * scripttempl/avr.sc (text): Place .progmem.data from avr-libc
959 above .progmem*.
960 * scripttempl/avrtiny.sc (text): Likewise.
961
962 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
963
964 * testsuite/ld-unique/unique.exp: Use `is_elf_format' and
965 `supports_gnu_unique' to qualify testing.
966
967 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
968
969 * testsuite/ld-elf/flags1.d: Update the xfail list.
970
971 2016-05-15 Maciej W. Rozycki <macro@imgtec.com>
972
973 * testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail
974 removal.
975
976 2016-05-14 H.J. Lu <hongjiu.lu@intel.com>
977
978 PR ld/20097
979 * testplug2.c (onall_symbols_read): Remove redundant sizeof
980 on EXPECTED_VIEW_LENGTH.
981 * testplug4.c (onall_symbols_read): Likewise.
982
983 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
984
985 PR ld/20093
986 * testsuite/ld-x86-64/pr20093-1.d: New file.
987 * testsuite/ld-x86-64/pr20093-1.s: Likewise.
988 * testsuite/ld-x86-64/pr20093-2.d: Likewise.
989 * testsuite/ld-x86-64/pr20093-2.s: Likewise.
990 * testsuite/ld-x86-64/x86-64.exp: Run pr20093-1 and pr20093-2.
991
992 2016-05-13 Alan Modra <amodra@gmail.com>
993
994 * testsuite/ld-arm/arm-elf.exp: Adjust for arm-no-rel-plt now passing.
995 Use different output file name for static app without .rel.plt.
996 * testsuite/ld-arm/arm-no-rel-plt.ld: Align .rel.dyn and .rela.dyn.
997 * testsuite/ld-arm/arm-no-rel-plt.out: Delete.
998 * testsuite/ld-arm/arm-no-rel-plt.r: New.
999 * testsuite/ld-arm/arm-static-app.d: Don't check file name.
1000 * testsuite/ld-arm/arm-static-app.r: Likewise.
1001
1002 2016-05-12 H.J. Lu <hongjiu.lu@intel.com>
1003
1004 PR ld/20070
1005 * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug4.la.
1006 (libldtestplug4_la_SOURCES): New.
1007 (libldtestplug4_la_CFLAGS): Likewise.
1008 (libldtestplug4_la_LDFLAGS): Likewise.
1009 * Makefile.in: Regenerated.
1010 * plugin.c (get_symbols): Return resolution based on IR symbol
1011 kinds for symbols defined/referenced only within IR.
1012 * testplug4.c: New file.
1013 * ld/testsuite/ld-plugin/pr20070.d: Likewise.
1014 * ld/testsuite/ld-plugin/pr20070a.c: Likewise.
1015 * ld/testsuite/ld-plugin/pr20070b.c: Likewise.
1016 * testsuite/ld-plugin/plugin.exp (plugin4_name): New.
1017 (plugin4_path): Likewise.
1018 Add a test for ld/20070.
1019
1020 2016-05-11 Alan Modra <amodra@gmail.com>
1021
1022 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1023 Call elf32_hppa_init_stub_bfd.
1024
1025 2016-05-11 Alan Modra <amodra@gmail.com>
1026
1027 PR 20060
1028 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1029 * testsuite/ld-powerpc/tlsdll.s: New.
1030 * testsuite/ld-powerpc/tlsdll.ver: New.
1031 * testsuite/ld-powerpc/tlsdll_32.s: New.
1032 * testsuite/ld-powerpc/tlsopt5.d: New.
1033 * testsuite/ld-powerpc/tlsopt5.s: New.
1034 * testsuite/ld-powerpc/tlsopt5_32.d: New.
1035 * testsuite/ld-powerpc/tlsopt5_32.s: New.
1036
1037 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1038
1039 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use
1040 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
1041
1042 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1043
1044 * emultempl/armelf.em (elf32_arm_add_stub_section): Add output_section
1045 parameter and rename input_section parameter to after_input_section.
1046 Append input stub section to the output section if after_input_section
1047 is NULL.
1048
1049 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1050
1051 * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 10 (DSP)): New
1052 test.
1053 * testsuite/ld-arm/attr-merge-10b-dsp.s: New file.
1054 * testsuite/ld-arm/attr-merge-10-dsp.attr: Likewise.
1055
1056 2016-05-10 Christophe Lyon <christophe.lyon@linaro.org>
1057
1058 * ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*".
1059
1060 2016-05-09 Christophe Monat <christophe.monat@st.com>
1061
1062 PR ld/20030
1063 * testsuite/ld-arm/arm-elf.exp: Run new stm32l4xx-fix-vldm-dp
1064 tests. Fix misnamed stm32l4xx-fix-all.
1065 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.s: New tests for multiple
1066 loads with DP registers.
1067 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.d: New reference file.
1068 * testsuite/ld-arm/stm32l4xx-fix-vldm.s: Add missing comment.
1069 * testsuite/ld-arm/stm32l4xx-fix-all.s: Add tests for multiple
1070 loads with DP registers.
1071 * testsuite/ld-arm/stm32l4xx-fix-all.d: Update reference.
1072
1073 2016-05-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1074
1075 * testsuite/ld-elf/flags1.d (readelf): Dump section header instead
1076 program headers.
1077 (xfail): Remove avr-*-*.
1078 Update regex to check the section flags.
1079 * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
1080
1081 2016-05-09 Alan Modra <amodra@gmail.com>
1082
1083 * Makefile.am (ealphavms.c, eelf64_ia64_vms): Correct .em deps.
1084 * Makefile.in: Regenerate.
1085
1086 2016-05-09 Alan Modra <amodra@gmail.com>
1087
1088 * testsuite/ld-scripts/pr14962-2.t: Match .text, not *.text.
1089 * testsuite/ld-scripts/rgn-at5.t: Similarly, .sec not *.sec.
1090 * testsuite/ld-scripts/section-match-1.t: Likewise.
1091
1092 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
1093
1094 PR ld/17550
1095 * testsuite/ld-elf/pr17550-1.s: New file.
1096 * testsuite/ld-elf/pr17550-2.s: Likewise.
1097 * testsuite/ld-elf/pr17550-3.s: Likewise.
1098 * testsuite/ld-elf/pr17550-4.s: Likewise.
1099 * testsuite/ld-elf/pr17550a.d: Likewise.
1100 * testsuite/ld-elf/pr17550b.d: Likewise.
1101 * testsuite/ld-elf/pr17550c.d: Likewise.
1102 * testsuite/ld-elf/pr17550d.d: Likewise.
1103
1104 2016-05-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1105
1106 * ld/testsuite/ld-srec/srec.exp: Mark test as XFAIL for AVR.
1107
1108 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
1109
1110 * testsuite/ld-i386/i386.exp: Run load7.
1111 * testsuite/ld-i386/load7.d: New file.
1112 * testsuite/ld-i386/load7.map: Likewise.
1113 * testsuite/ld-i386/load7.s: Likewise.
1114 * testsuite/ld-x86-64/load2.d: Likewise.
1115 * testsuite/ld-x86-64/load2.map: Likewise.
1116 * testsuite/ld-x86-64/load2.s: Likewise.
1117 * testsuite/ld-x86-64/x86-64.exp: Run load2.
1118
1119 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
1120
1121 * emulparams/elf_iamcu.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): New.
1122 * emulparams/elf_k1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1123 Likewise.
1124 * emulparams/elf_l1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1125 Likewise.
1126
1127 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
1128
1129 * testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
1130
1131 2016-05-04 H.J. Lu <hongjiu.lu@intel.com>
1132
1133 * ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
1134
1135 2016-05-04 Maciej W. Rozycki <macro@imgtec.com>
1136
1137 * testsuite/ld-unique/unique.d: New test.
1138 * testsuite/ld-unique/unique.exp: Run the new test. Adjust
1139 messages for compiled tests.
1140
1141 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1142
1143 * testsuite/ld-elf/pr18735.d: Allow other symbols.
1144 * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr.
1145 * testsuite/ld-gc/pr14265.d: Allow other symbols.
1146 * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to
1147 plugin_tests only if check_shared_lib_support is true.
1148 * testsuite/ld-selective/selective.exp: Add --section-start
1149 flag for avr.
1150
1151 2016-05-03 Maciej W. Rozycki <macro@imgtec.com>
1152
1153 PR 10549
1154 * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'.
1155
1156 2016-05-03 Jiong Wang <jiong.wang@arm.com>
1157
1158 * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option.
1159 * NEWS: Mention --no-apply-dynamic-relocs.
1160 * ld.texinfo (ld and the ARM family): Document
1161 --no-apply-dynamic-relocs.
1162 * testsuite/ld-aarch64/rela-abs-relative.s: New test source.
1163 * testsuite/ld-aarch64/rela-abs-relative.d: New expected result.
1164 * testsuite/ld-aarch64/rela-abs-relative-be.d: Likewise for big-endian.
1165 * estsuite/ld-aarch64/rela-abs-relative-opt.d: Likewise, but enable new
1166 option.
1167
1168 2016-05-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1169
1170 * testsuite/ld-elfcomm/elfcomm.exp: Check for shared lib support
1171 before running STT_COMMON tests.
1172
1173 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
1174
1175 * config/default.exp (NOPIE_CFLAGS): Download source only on
1176 remote host.
1177 (NOPIE_LDFLAGS): Likewise.
1178 * testsuite/lib/ld-lib.exp (check_lto_available): Likewise.
1179 (check_lto_fat_available): Likewise.
1180 (check_lto_shared_available): Likewise.
1181 (check_ifunc_available): Likewise.
1182 (check_ifunc_attribute_available): Likewise.
1183
1184 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1185
1186 * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
1187
1188 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1189
1190 PR ld/20006
1191 * testsuite/ld-elfvsb/elfvsb.exp (COMPRESS_LDFLAG): New.
1192 (visibility_run): Pass COMPRESS_LDFLAG to visibility_test on
1193 ELF targets.
1194
1195 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1196
1197 * testsuite/ld-elf/compressed1b.d: Pass
1198 --compress-debug-sections=none to ld.
1199 * testsuite/ld-elf/compressed1c.d: Likewise.
1200
1201 2016-04-27 Alan Modra <amodra@gmail.com>
1202
1203 PR target/19985
1204 * configure.tgt: Don't use var+=.
1205
1206 2016-04-25 Nick Clifton <nickc@redhat.com>
1207
1208 PR target/19985
1209 * configure.tgt: Include big endian PPC64 emulations with little
1210 endian PPC64 targets.
1211
1212 2016-04-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1213
1214 * scripttempl/avrtiny.sc (.text): Do not set LMA to zero.
1215
1216 2016-04-21 Nick Clifton <nickc@redhat.com>
1217
1218 * ldlang.c (lang_check_relocs): Use bfd_link_check_relocs in
1219 prefernce to _bfd_elf_link_check_relocs. Drop test for ELF
1220 targets. Do not stop the checks when problems are encountered.
1221
1222 2016-04-21 Alan Modra <amodra@gmail.com>
1223
1224 * testsuite/ld-scripts/cross3.t: Add commonly used data
1225 and text section names to output section statements.
1226 * testsuite/ld-scripts/cross4.t: Likewise.
1227 * testsuite/ld-scripts/cross5.t: Likewise.
1228 * testsuite/ld-scripts/cross6.t: Likewise.
1229 * testsuite/ld-scripts/cross7.t: Likewise.
1230
1231 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1232
1233 * ldlang.c (lang_check_relocs): New function.
1234 (lang_process): Call lang_check_relocs after lang_gc_sections.
1235 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
1236 call _bfd_elf_link_check_relocs here.
1237
1238 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1239
1240 PR ld/19972
1241 * testsuite/ld-elf/eh6.d: Pass -rW to readelf and check for
1242 R_386_NONE or R_X86_64_NONE.
1243
1244 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1245
1246 * testsuite/ld-x86-64/pic1.d: New file.
1247 * testsuite/ld-x86-64/pic1.s: Likewise.
1248 * testsuite/ld-x86-64/x86-64.exp: Run pic1.
1249
1250 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1251
1252 * testsuite/ld-x86-64/pie2.d: New file.
1253 * testsuite/ld-x86-64/pie2.s: Likewise.
1254 * testsuite/ld-x86-64/x86-64.exp: Run pie2.
1255
1256 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1257
1258 PR ld/19969
1259 * testsuite/ld-x86-64/pr19969.d: New file.
1260 * testsuite/ld-x86-64/pr19969a.S: Likewise.
1261 * testsuite/ld-x86-64/pr19969b.S: Likewise.
1262 * testsuite/ld-x86-64/x86-64.exp: Run pr19969 tests.
1263
1264 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1265
1266 * emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1267 New.
1268 * emulparams/elf_i386.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1269 Likewise.
1270 * emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1271 Likewise.
1272 * emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1273 Likewise.
1274 * emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1275 Likewise.
1276 * emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1277 Likewise.
1278 * emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1279 Likewise.
1280 * emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1281 Likewise.
1282 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
1283 Set check_relocs_after_open_input to TRUE if
1284 CHECK_RELOCS_AFTER_OPEN_INPUT is yes.
1285 (gld${EMULATION_NAME}_after_open): Call
1286 _bfd_elf_link_check_relocs on all inputs if
1287 check_relocs_after_open_input is TRUE.
1288
1289 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1290
1291 * testsuite/ld-elf/eh6.s: Replace .long with .dc.a on
1292 my_personality_v0.
1293
1294 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1295
1296 * emultempl/scoreelf.em: Likewise.
1297
1298 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
1299
1300 PR ld/19719
1301 * testsuite/ld-x86-64/pr19719.d: New file.
1302 * testsuite/ld-x86-64/pr19719.s: Likewise.
1303 * testsuite/ld-x86-64/x86-64.exp: Run pr19719.
1304
1305 2016-04-18 Matthew Fortune <matthew.fortune@imgtec.com>
1306
1307 * ld.texinfo: Document NOCROSSREFS_TO script command.
1308 * ldlang.h (struct lang_nocrossrefs): Add onlyfirst field.
1309 (lang_add_nocrossref_to): New prototype.
1310 * ldcref.c (check_local_sym_xref): Use onlyfirst to only look for
1311 symbols defined in the first section.
1312 (check_nocrossref): Likewise.
1313 * ldgram.y (NOCROSSREFS_TO): New script command.
1314 * ldlang.c (lang_add_nocrossref): Set onlyfirst to FALSE.
1315 (lang_add_nocrossref_to): New function.
1316 * ldlex.l (NOCROSSREFS_TO): New token.
1317 * NEWS: Mention NOCROSSREFS_TO.
1318 * testsuite/ld-scripts/cross4.t: New file.
1319 * testsuite/ld-scripts/cross5.t: Likewise.
1320 * testsuite/ld-scripts/cross6.t: Likewise.
1321 * testsuite/ld-scripts/cross7.t: Likewise.
1322 * testsuite/ld-scripts/crossref.exp: Run 4 new NOCROSSREFS_TO
1323 tests.
1324
1325 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
1326
1327 * Makefile.in: Regenerated with automake 1.11.6.
1328 * aclocal.m4: Likewise.
1329
1330 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
1331
1332 * testsuite/ld-arc/arc.exp: New file.
1333 * testsuite/ld-arc/nps-1.s: New file.
1334 * testsuite/ld-arc/nps-1a.d: New file.
1335 * testsuite/ld-arc/nps-1b.d: New file.
1336 * testsuite/ld-arc/nps-1b.err: New file.
1337
1338 2016-04-14 Nick Clifton <nickc@redhat.com>
1339
1340 PR 19457
1341 * testsuite/ld-scripts/script.exp (extract_symbol_test): Add
1342 exceptions for Mingw and Cygwin.
1343
1344 2016-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
1345
1346 * testsuite/lib/ld-lib.exp (run_dump_test): Initialise
1347 check_ld(terminal).
1348
1349 2016-04-13 H.J. Lu <hongjiu.lu@intel.com>
1350
1351 PR ld/19774
1352 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
1353 tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
1354 tests.
1355
1356 2016-04-11 H.J. Lu <hongjiu.lu@intel.com>
1357
1358 PR ld/19939
1359 * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
1360 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1361 * testsuite/ld-i386/pr19939.s: New file.
1362 * testsuite/ld-i386/pr19939a.d: Likewise.
1363 * testsuite/ld-i386/pr19939b.d: Likewise.
1364 * testsuite/ld-x86-64/pr19939.s: Likewise.
1365 * testsuite/ld-x86-64/pr19939a.d: Likewise.
1366 * testsuite/ld-x86-64/pr19939b.d: Likewise.
1367
1368 2016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
1369
1370 * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
1371
1372 2016-04-08 Alan Modra <amodra@gmail.com>
1373
1374 PR 18452
1375 * ldlang.c (maybe_overlays): Delete.
1376 (lang_size_sections_1): Remove code setting maybe_overlays.
1377 (lang_check_section_addresses): Instead detect overlays by
1378 exact match of section VMAs here. Fix memory leak.
1379
1380 2016-04-08 Dan Gisselquist <dgisselq@ieee.org>
1381
1382 * ldlang.c (print_output_section_statement): Show minfo size
1383 in target machine address units.
1384 (print_reloc_statement): Likewise.
1385 (print_padding_statement): Likewise.
1386 (print_data_statement): Likewise. Ensure minimum print_dot
1387 increment of one address unit.
1388
1389 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
1390
1391 * emulparams/arc-endianness.sh: Make little endian default choice.
1392
1393 2016-04-07 Nick Clifton <nickc@redhat.com>
1394
1395 * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
1396 section name.
1397 * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
1398
1399 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
1400
1401 * emulparams/arc-endianness.sh: New file.
1402 * emulparams/arcebelf.sh: Deleted.
1403 * emulparams/arcebelf_prof.sh: Deleted.
1404 * emulparams/arceblinux.sh: Deleted.
1405 * emulparams/arceblinux_prof.sh: Deleted.
1406 * emulparams/arcelf.sh: Include arc-endinness.sh.
1407 * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
1408 * emulparams/arclinux.sh: Include arc-endinness.sh.
1409 * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
1410 * emulparams/arcv2elf.sh: Include arc-endinness.sh.
1411 * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
1412 * testsuite/ld-elf/compressed1d.d: Update pattern for big and
1413 little endian arc targets.
1414 * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
1415 * testsuite/ld-elf/group1.d: Likewise.
1416 * testsuite/ld-elf/group3b.d: Likewise.
1417 * testsuite/ld-elf/group8a.d: Likewise.
1418 * testsuite/ld-elf/group8b.d: Likewise.
1419 * testsuite/ld-elf/group9a.d: Likewise.
1420 * testsuite/ld-elf/group9b.d: Likewise.
1421 * testsuite/ld-elf/linkonce2.d: Likewise.
1422 * testsuite/ld-elf/pr12851.d: Likewise.
1423 * testsuite/ld-elf/pr12975.d: Likewise.
1424 * testsuite/ld-elf/pr13177.d: Likewise.
1425 * testsuite/ld-elf/pr13195.d: Likewise.
1426 * testsuite/ld-elf/pr17615.d: Likewise.
1427 * testsuite/ld-elf/pr19162.d: Likewise.
1428 * testsuite/ld-elf/sec64k.exp: Likewise.
1429 * testsuite/lib/ld-lib.exp: Likewise.
1430
1431 2016-04-05 Maciej W. Rozycki <macro@imgtec.com>
1432
1433 PR ld/19908
1434 * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
1435 handling fix.
1436 * testsuite/ld-cris/tls-e-20a.d: Likewise.
1437 * testsuite/ld-cris/tls-e-21.d: Likewise.
1438 * testsuite/ld-cris/tls-e-23.d: Likewise.
1439 * testsuite/ld-cris/tls-e-80.d: Likewise.
1440 * testsuite/ld-cris/tls-gd-3h.d: Likewise.
1441 * testsuite/ld-cris/tls-leie-19.d: Likewise.
1442 * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
1443 * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
1444 * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
1445 * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
1446 * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
1447 * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
1448 * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
1449 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1450
1451 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
1452
1453 * testsuite/ld-discard/extern.d: Removed xfail for ARC.
1454 * testsuite/ld-discard/start.d: Likewise.
1455 * testsuite/ld-discard/static.d: Likewise.
1456 * testsuite/ld-elf/group1.d: Likewise.
1457 * testsuite/ld-elf/group3b.d: Likewise.
1458 * testsuite/ld-elf/orphan-region.d: Likewise.
1459 * testsuite/ld-elf/orphan.d: Likewise.
1460 * testsuite/ld-elf/orphan3.d: Likewise.
1461 * testsuite/ld-elf/pr349.d: Likewise.
1462 * testsuite/ld-elf/warn1.d: Likewise.
1463 * testsuite/ld-elf/warn2.d: Likewise.
1464 * testsuite/ld-elf/warn3.d: Likewise.
1465 * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
1466 through linker flags.
1467 * testsuite/ld-srec/srec.exp: Set as xfail.
1468
1469 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
1470
1471 PR ld/19827
1472 * testsuite/ld-i386/pr19827-nacl.rd: New file.
1473 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
1474
1475 2016-04-04 Nick Clifton <nickc@redhat.com>
1476
1477 PR 19803
1478 * emultempl/pe.em (change_undef): New function. Encapsulates
1479 duplicated code in pe_fixup_stdcalls and adds the newly defined
1480 sym to the gc root list.
1481 (pe_fixup_stdcall): Use the new function.
1482 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
1483 symbol to gc root list.
1484
1485 2016-03-31 Alan Modra <amodra@gmail.com>
1486
1487 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
1488 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
1489 (print_input_section): Don't use TO_ADDR when printing section
1490 size.
1491 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
1492 (lang_size_sections): Use TO_ADDR in relro end calculation.
1493
1494 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
1495
1496 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
1497 value from regexp_diff.
1498 * testsuite/ld-elf/orphan-5.l: Fix expected output.
1499 * testsuite/ld-elf/orphan-6.l: Likewise.
1500
1501 2016-03-30 Alan Modra <amodra@gmail.com>
1502
1503 PR 18452
1504 * ldlang.c (maybe_overlays): New static var.
1505 (lang_size_sections_1): Set it here.
1506 (struct check_sec): New.
1507 (sort_sections_by_lma): Adjust for array of structs.
1508 (sort_sections_by_vma): New function.
1509 (lang_check_section_addresses): Check both LMA and VMA for overlap.
1510 * testsuite/ld-scripts/rgn-over7.d: Adjust.
1511
1512 2016-03-30 Alan Modra <amodra@gmail.com>
1513
1514 * ldlang.c (lang_size_sections_1): Correct code detecting a
1515 backward non-overlapping move.
1516
1517 2016-03-30 Alan Modra <amodra@gmail.com>
1518
1519 * ldlang.c (IS_TBSS): New macro, extracted from..
1520 (IGNORE_SECTION): ..here.
1521 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
1522 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
1523
1524 2016-03-22 Nick Clifton <nickc@redhat.com>
1525
1526 PR ld/19803
1527 * ldlang.c (lang_add_gc_name): New function. Adds the provided
1528 symbol name to the list of gc symbols.
1529 (lang_process): Call lang_add_gc_name with entry_symbol_default if
1530 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
1531 and fini function names.
1532 * pe-dll.c (process_def_file_and_drectve): Add exported names to
1533 the gc symbol list.
1534 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
1535 * testsuite/ld-pe/pr19803.d: Tweak expected output.
1536
1537 2016-03-22 Nick Clifton <nickc@redhat.com>
1538
1539 * configure: Regenerate.
1540
1541 2016-03-21 Nick Clifton <nickc@redhat.com>
1542
1543 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
1544 * plugin.c: Likewise.
1545 * pe-dll.c: Likewise.
1546
1547 2016-03-18 Awson <kyrab@mail.ru>
1548
1549 PR 19531
1550 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
1551 this section.
1552 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
1553
1554 2016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1555
1556 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
1557
1558 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
1559
1560 PR ld/19827
1561 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
1562 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1563 * testsuite/ld-i386/pr19827.rd: New file.
1564 * testsuite/ld-i386/pr19827a.S: Likewise.
1565 * testsuite/ld-i386/pr19827b.S: Likewise.
1566 * testsuite/ld-x86-64/pr19827.rd: Likewise.
1567 * testsuite/ld-x86-64/pr19827a.S: Likewise.
1568 * testsuite/ld-x86-64/pr19827b.S: Likewise.
1569
1570 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
1571
1572 PR ld/19807
1573 * Makefile.am (ELF_X86_DEPS): Add
1574 $(srcdir)/emulparams/reloc_overflow.sh.
1575 * Makefile.in: Regenerated.
1576 * NEWS: Mention -z noreloc-overflow.
1577 * ld.texinfo: Document -z noreloc-overflow.
1578 * emulparams/elf32_x86_64.sh: Source
1579 ${srcdir}/emulparams/reloc_overflow.sh.
1580 * emulparams/elf_x86_64.sh: Likewise.
1581 * emulparams/reloc_overflow.sh: New file.
1582 * testsuite/ld-x86-64/pr19807-1.s: New file.
1583 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
1584 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
1585 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
1586 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
1587 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
1588 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
1589 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
1590 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
1591 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
1592
1593 2016-03-13 H.J. Lu <hongjiu.lu@intel.com>
1594
1595 PR ld/19539
1596 * testsuite/ld-i386/i386.exp: Run pr19539.
1597 * testsuite/ld-i386/pr19539.d: New file.
1598 * testsuite/ld-i386/pr19539.s: Likewise.
1599 * testsuite/ld-i386/pr19539.t: Likewise.
1600 * testsuite/ld-x86-64/pr19539.s: Likewise.
1601 * testsuite/ld-x86-64/pr19539.t: Likewise.
1602 * testsuite/ld-x86-64/pr19539a.d: Likewise.
1603 * testsuite/ld-x86-64/pr19539b.d: Likewise.
1604 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
1605
1606 2016-03-10 Mickael Guene <mickael.guene@st.com>
1607
1608 PR gas/19744
1609 * testsuite/ld-arm/arm-elf.exp: New tests.
1610 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
1611 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
1612
1613 2016-03-10 Nick Clifton <nickc@redhat.com>
1614
1615 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
1616
1617 2016-03-09 Pedro Alves <palves@redhat.com>
1618
1619 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
1620 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
1621
1622 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
1623
1624 PR ld/19789
1625 * testsuite/ld-elf/pr19789.d: New file.
1626 * testsuite/ld-elf/pr19789.s: Likewise.
1627
1628 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
1629
1630 PR ld/19784
1631 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
1632 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
1633 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
1634 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
1635 * testsuite/ld-ifunc/pass.out: New file.
1636 * testsuite/ld-ifunc/pr19784a.c: Likewise.
1637 * testsuite/ld-ifunc/pr19784b.c: Likewise.
1638 * testsuite/ld-ifunc/pr19784c.c: Likewise.
1639
1640 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
1641
1642 PR ld/19774
1643 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
1644 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
1645 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
1646 --as-needed for pr18841c.
1647
1648 2016-03-07 H.J. Lu <hongjiu.lu@intel.com>
1649
1650 PR ld/19774
1651 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
1652 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
1653 before tmpdir/got1d.so and test --as-needed.
1654 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
1655 tmpdir/pr18900.so and test --as-needed.
1656
1657 2016-03-07 Jiong Wang <jiong.wang@arm.com>
1658
1659 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
1660 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
1661 result.
1662 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
1663
1664 2016-03-06 H.J. Lu <hongjiu.lu@intel.com>
1665
1666 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
1667 before tmpdir/copyreloc-lib.so and test --as-needed.
1668 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1669
1670 2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
1671
1672 PR ld/19579
1673 * testsuite/ld-elf/pr19579a.c: New file.
1674 * testsuite/ld-elf/pr19579b.c: Likewise.
1675 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
1676
1677 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
1678
1679 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
1680
1681 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
1682
1683 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
1684 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
1685
1686 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
1687
1688 PR ld/19739
1689 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
1690 input sections for relocatable link.
1691 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1692 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
1693
1694 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
1695
1696 PR ld/19739
1697 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
1698 merge flags of other input sections for relocatable link.
1699
1700 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
1701
1702 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
1703
1704 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
1705
1706 * testsuite/ld-elf/pr19162.d: Skip arc target.
1707
1708 2016-02-29 H.J. Lu <hongjiu.lu@intel.com>
1709
1710 PR ld/19162
1711 * testsuite/ld-elf/pr19162.d: New file.
1712 * testsuite/ld-elf/pr19162a.s: Likwise.
1713 * testsuite/ld-elf/pr19162b.s: Likwise.
1714
1715 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
1716
1717 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
1718 * testsuite/ld-elf/merge2.d: Likewise.
1719 * testsuite/ld-elf/merge3.d: Likewise.
1720
1721 2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
1722
1723 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
1724 generated.
1725
1726 2016-02-26 Renlin Li <renlin.li@arm.com>
1727
1728 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
1729 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
1730 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
1731 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
1732 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
1733 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
1734 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
1735 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
1736 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
1737 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
1738
1739 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1740
1741 PR ld/19609
1742 * testsuite/ld-i386/got1.dd: Updated.
1743 * testsuite/ld-i386/lea1c.d: Likewise.
1744 * testsuite/ld-i386/load1-nacl.d: Likewise.
1745 * testsuite/ld-i386/load1.d: Likewise.
1746 * testsuite/ld-i386/load4b.d: Likewise.
1747 * testsuite/ld-i386/load5b.d: Likewise.
1748 * testsuite/ld-i386/mov1b.d: Likewise.
1749 * testsuite/ld-x86-64/mov1b.d: Likewise.
1750 * testsuite/ld-x86-64/mov1d.d: Likewise.
1751 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
1752 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1753 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
1754 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1755 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
1756 * testsuite/ld-x86-64/lea1a.d: Likewise.
1757 * testsuite/ld-x86-64/lea1b.d: Likewise.
1758 * testsuite/ld-x86-64/lea1c.d: Likewise.
1759 * testsuite/ld-x86-64/lea1d.d: Likewise.
1760 * testsuite/ld-x86-64/lea1e.d: Likewise.
1761 * testsuite/ld-x86-64/lea1f.d: Likewise.
1762 * testsuite/ld-x86-64/mov1b.d: Likewise.
1763 * testsuite/ld-x86-64/mov1d.d: Likewise.
1764 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
1765 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
1766 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
1767 * testsuite/ld-i386/pr19609-1.s: New file.
1768 * testsuite/ld-i386/pr19609-1a.d: Likewise.
1769 * testsuite/ld-i386/pr19609-1b.d: Likewise.
1770 * testsuite/ld-i386/pr19609-1c.d: Likewise.
1771 * testsuite/ld-i386/pr19609-1d.d: Likewise.
1772 * testsuite/ld-i386/pr19609-1e.d: Likewise.
1773 * testsuite/ld-i386/pr19609-1f.d: Likewise.
1774 * testsuite/ld-i386/pr19609-1g.d: Likewise.
1775 * testsuite/ld-i386/pr19609-1h.d: Likewise.
1776 * testsuite/ld-i386/pr19609-1i.d: Likewise.
1777 * testsuite/ld-i386/pr19609-2.s: Likewise.
1778 * testsuite/ld-i386/pr19609-2a.d: Likewise.
1779 * testsuite/ld-i386/pr19609-2b.d: Likewise.
1780 * testsuite/ld-i386/pr19609-2c.d: Likewise.
1781 * testsuite/ld-i386/undefweak.s: Likewise.
1782 * testsuite/ld-i386/undefweaka.d: Likewise.
1783 * testsuite/ld-i386/undefweakb.d: Likewise.
1784 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
1785 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
1786 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
1787 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
1788 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
1789 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
1790 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
1791 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
1792 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
1793 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
1794 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
1795 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
1796 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
1797 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
1798 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
1799 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
1800 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
1801 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
1802 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
1803 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
1804 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
1805 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
1806 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
1807 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
1808 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
1809 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
1810 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
1811 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
1812 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
1813 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
1814 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
1815 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
1816 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
1817 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
1818 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
1819 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
1820 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
1821 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
1822 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
1823 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
1824 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
1825 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
1826 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
1827 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
1828 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
1829 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
1830 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
1831 PR ld/19609.
1832 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
1833 and tests for PR ld/19609.
1834
1835 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1836
1837 PR ld/19645
1838 * NEWS: Mention -z common/-z nocommon for ELF targets.
1839 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
1840 -z common and -z nocommon.
1841 * ld.texinfo: Document -z common/-z nocommon.
1842 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
1843 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
1844 --elf-stt-common=yes with assembler.
1845 * testsuite/ld-elfcomm/common-1.s: New file.
1846 * testsuite/ld-elfcomm/common-1a.d: Likewise.
1847 * testsuite/ld-elfcomm/common-1b.d: Likewise.
1848 * testsuite/ld-elfcomm/common-1c.d: Likewise.
1849 * testsuite/ld-elfcomm/common-1d.d: Likewise.
1850 * testsuite/ld-elfcomm/common-1e.d: Likewise.
1851 * testsuite/ld-elfcomm/common-1f.d: Likewise.
1852 * testsuite/ld-elfcomm/common-2.s: Likewise.
1853 * testsuite/ld-elfcomm/common-2a.d: Likewise.
1854 * testsuite/ld-elfcomm/common-2b.d: Likewise.
1855 * testsuite/ld-elfcomm/common-2c.d: Likewise.
1856 * testsuite/ld-elfcomm/common-2d.d: Likewise.
1857 * testsuite/ld-elfcomm/common-2e.d: Likewise.
1858 * testsuite/ld-elfcomm/common-2f.d: Likewise.
1859 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
1860 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
1861 * testsuite/ld-i386/pr19645.d: Likewise.
1862 * testsuite/ld-i386/pr19645.s: Likewise.
1863 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
1864 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
1865 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
1866 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
1867 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
1868 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
1869 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
1870 * testsuite/ld-x86-64/pr19645.d: Likewise.
1871 * testsuite/ld-x86-64/pr19645.s: Likewise.
1872 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
1873 with assembler.
1874 (assembler_generates_commons): Removed.
1875 Run -z common/-z nocommon tests. Run *.d tests.
1876 * testsuite/ld-i386/i386.exp: Run pr19645.
1877 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1878 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
1879 assembler. Test STT_COMMON with readelf.
1880
1881 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
1882
1883 PR ld/19636
1884 PR ld/19704
1885 PR ld/19719
1886 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
1887 * Makefile.in: Regenerated.
1888 * NEWS: Mention -z nodynamic-undefined-weak.
1889 * ld.texinfo: Document -z nodynamic-undefined-weak.
1890 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
1891 * emulparams/dynamic_undefined_weak.sh: New file.
1892 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
1893 * emulparams/elf_i386.sh: Likewise.
1894 * emulparams/elf_i386_be.sh: Likewise.
1895 * emulparams/elf_i386_chaos.sh: Likewise.
1896 * emulparams/elf_i386_ldso.sh: Likewise.
1897 * emulparams/elf_i386_vxworks.sh: Likewise.
1898 * emulparams/elf_iamcu.sh: Likewise.
1899 * emulparams/elf_k1om.sh: Likewise.
1900 * emulparams/elf_l1om.sh: Likewise.
1901 * emulparams/elf_x86_64.sh: Likewise.
1902 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
1903 Append.
1904 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
1905 * testsuite/ld-elf/pr19719a.c: New file.
1906 * testsuite/ld-elf/pr19719b.c: Likewise.
1907 * testsuite/ld-elf/pr19719c.c: Likewise.
1908 * testsuite/ld-elf/pr19719d.c: Likewise.
1909 * testsuite/ld-i386/pr19636-1.s: Likewise.
1910 * testsuite/ld-i386/pr19636-1a.d: Likewise.
1911 * testsuite/ld-i386/pr19636-1b.d: Likewise.
1912 * testsuite/ld-i386/pr19636-1c.d: Likewise.
1913 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
1914 * testsuite/ld-i386/pr19636-1d.d: Likewise.
1915 * testsuite/ld-i386/pr19636-1e.d: Likewise.
1916 * testsuite/ld-i386/pr19636-1f.d: Likewise.
1917 * testsuite/ld-i386/pr19636-1g.d: Likewise.
1918 * testsuite/ld-i386/pr19636-1h.d: Likewise.
1919 * testsuite/ld-i386/pr19636-1i.d: Likewise.
1920 * testsuite/ld-i386/pr19636-2.s: Likewise.
1921 * testsuite/ld-i386/pr19636-2a.d: Likewise.
1922 * testsuite/ld-i386/pr19636-2b.d: Likewise.
1923 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
1924 * testsuite/ld-i386/pr19636-2c.d: Likewise.
1925 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
1926 * testsuite/ld-i386/pr19636-2d.d: Likewise.
1927 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
1928 * testsuite/ld-i386/pr19636-2e.d: Likewise.
1929 * testsuite/ld-i386/pr19636-3.s: Likewise.
1930 * testsuite/ld-i386/pr19636-3a.d: Likewise.
1931 * testsuite/ld-i386/pr19636-3b.d: Likewise.
1932 * testsuite/ld-i386/pr19636-3c.d: Likewise.
1933 * testsuite/ld-i386/pr19636-3d.d: Likewise.
1934 * testsuite/ld-i386/pr19636-3e.d: Likewise.
1935 * testsuite/ld-i386/pr19636-3f.d: Likewise.
1936 * testsuite/ld-i386/pr19636-3g.d: Likewise.
1937 * testsuite/ld-i386/pr19636-4.s: Likewise.
1938 * testsuite/ld-i386/pr19636-4a.d: Likewise.
1939 * testsuite/ld-i386/pr19636-4b.d: Likewise.
1940 * testsuite/ld-i386/pr19636-4c.d: Likewise.
1941 * testsuite/ld-i386/pr19636-4d.d: Likewise.
1942 * testsuite/ld-i386/pr19704.out: Likewise.
1943 * testsuite/ld-i386/pr19704a.c: Likewise.
1944 * testsuite/ld-i386/pr19704b.c: Likewise.
1945 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
1946 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
1947 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
1948 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
1949 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
1950 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
1951 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
1952 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
1953 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
1954 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
1955 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
1956 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
1957 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
1958 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
1959 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
1960 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
1961 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
1962 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
1963 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
1964 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
1965 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
1966 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
1967 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
1968 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
1969 * testsuite/ld-x86-64/pr19704.out: Likewise.
1970 * testsuite/ld-x86-64/pr19704a.c: Likewise.
1971 * testsuite/ld-x86-64/pr19704b.c: Likewise.
1972 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
1973 Run mix_pic_and_non_pic.
1974 * testsuite/ld-i386/i386.exp (undefined_weak): New.
1975 Run undefined_weak and PR ld/19636 tests.
1976 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1977 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
1978 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
1979
1980 2016-02-25 Nick Clifton <nickc@redhat.com>
1981
1982 * ld.h (struct ld_config_type): Remove specified_data_size field.
1983
1984 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
1985
1986 PR ld/19698
1987 * testsuite/ld-elf/pr19698.d: New file.
1988 * testsuite/ld-elf/pr19698.s: Likewise.
1989 * testsuite/ld-elf/pr19698.t: Likewise.
1990
1991 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
1992
1993 * Makefile.am (ELF_X86_DEPS): New.
1994 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
1995 (eelf_i386_chaos.c): Likewise.
1996 (eelf_i386_fbsd.c): Likewise.
1997 (eelf_i386_ldso.c): Likewise.
1998 (eelf_i386_nacl.c): Likewise.
1999 (eelf_i386_sol2.c): Likewise.
2000 (eelf_iamcu.c): Likewise.
2001 (eelf32_x86_64.c): Likewise.
2002 (eelf32_x86_64_nacl.c): Likewise.
2003 (eelf_l1om.c): Likewise.
2004 (eelf_l1om_fbsd.c): Likewise.
2005 (eelf_k1om.c): Likewise.
2006 (eelf_k1om_fbsd.c): Likewise.
2007 (eelf_x86_64.c): Likewise.
2008 (eelf_x86_64_cloudabi.c): Likewise.
2009 (eelf_x86_64_fbsd.c): Likewise.
2010 (eelf_x86_64_sol2.c): Likewise.
2011 * Makefile.in: Regenerated.
2012
2013 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2014
2015 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
2016 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
2017 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
2018 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
2019
2020 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
2021
2022 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
2023
2024 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
2025
2026 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
2027 *-*-gnu* and *-*-solaris*.
2028 * testsuite/ld-elf/pr19617b.d: Likewise.
2029 * testsuite/ld-elf/pr19617c.d: Likewise.
2030
2031 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
2032
2033 PR ld/19617
2034 * testsuite/ld-elf/pr19617.s: New file.
2035 * testsuite/ld-elf/pr19617a.d: Likewise.
2036 * testsuite/ld-elf/pr19617b.d: Likewise.
2037 * testsuite/ld-elf/pr19617c.d: Likewise.
2038
2039 2016-02-18 Nick Clifton <nickc@redhat.com>
2040
2041 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
2042 in-tree xg++ executable after checking for the presence of an
2043 in-tree g++ executable.
2044 * Makefile.in: Regenerate.
2045
2046 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2047
2048 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2049 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2050 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2051
2052 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2053
2054 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2055 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2056 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
2057 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
2058 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2059 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2060 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
2061 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2062 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2063 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
2064 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2065 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
2066 * testsuite/ld-x86-64/load1c.d: Likewise.
2067 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
2068 * testsuite/ld-x86-64/load1d.d: Likewise.
2069 * testsuite/ld-x86-64/pr14207.d: Likewise.
2070 * testsuite/ld-x86-64/pr19162.d: Likewise.
2071 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
2072 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2073 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
2074 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
2075 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
2076 * testsuite/ld-x86-64/tlspic.rd: Likewise.
2077
2078 2016-02-17 Nick Clifton <nickc@redhat.com>
2079
2080 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
2081
2082 2016-02-15 Nick Clifton <nickc@redhat.com>
2083
2084 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
2085 description of the flags produced by readelf.
2086 * testsuite/ld-i386/pr12921.d: Likewise.
2087 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
2088 * testsuite/ld-i386/tlsbin.rd: Likewise.
2089 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
2090 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
2091 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
2092 * testsuite/ld-i386/tlsdesc.rd: Likewise.
2093 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
2094 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
2095 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
2096 * testsuite/ld-i386/tlsnopic.rd: Likewise.
2097 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
2098 * testsuite/ld-i386/tlspic.rd: Likewise.
2099 * testsuite/ld-s390/tlsbin.rd: Likewise.
2100 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
2101 * testsuite/ld-s390/tlspic.rd: Likewise.
2102 * testsuite/ld-s390/tlspic_64.rd: Likewise.
2103 * testsuite/ld-sh/tlsbin-2.d: Likewise.
2104 * testsuite/ld-sh/tlspic-2.d: Likewise.
2105 * testsuite/ld-tic6x/common.d: Likewise.
2106 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
2107 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
2108 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
2109 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
2110 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
2111 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
2112 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
2113 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
2114 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
2115 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
2116 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
2117 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
2118 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
2119 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
2120 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2121 * testsuite/ld-x86-64/pr12718.d: Likewise.
2122 * testsuite/ld-x86-64/pr12921.d: Likewise.
2123 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
2124 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
2125 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
2126 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
2127 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
2128 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
2129 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
2130 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2131 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
2132 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
2133 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
2134 * testsuite/ld-x86-64/tlspic.rd: Likewise.
2135 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
2136 * testsuite/ld-xtensa/tlspic.rd: Likewise.
2137
2138 2016-02-11 H.J. Lu <hongjiu.lu@intel.com>
2139
2140 PR ld/19615
2141 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
2142 PIE.
2143 * lexsup.c (parse_args): Enable -Bsymbolic and
2144 -Bsymbolic-functions for PIE.
2145 * testsuite/ld-i386/i386.exp: Run pr19615.
2146 * testsuite/ld-i386/pr19615.d: New file.
2147 * testsuite/ld-i386/pr19615.s: Likewise.
2148 * testsuite/ld-x86-64/pr19615.d: Likewise.
2149 * testsuite/ld-x86-64/pr19615.s: Likewise.
2150
2151 2016-02-09 Nick Clifton <nickc@redhat.com>
2152
2153 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
2154 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
2155 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
2156 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
2157
2158 2016-02-04 Nick Clifton <nickc@redhat.com>
2159
2160 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
2161 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
2162 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
2163 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
2164 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
2165 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
2166 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
2167 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
2168 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
2169
2170 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
2171
2172 PR gas/19520
2173 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
2174 * testsuite/ld-i386/call1.d: Likewise.
2175 * testsuite/ld-i386/call2.d: Likewise.
2176 * testsuite/ld-i386/call3a.d: Likewise.
2177 * testsuite/ld-i386/call3b.d: Likewise.
2178 * testsuite/ld-i386/call3c.d: Likewise.
2179 * testsuite/ld-i386/call3d.d: Likewise.
2180 * testsuite/ld-i386/call3e.d: Likewise.
2181 * testsuite/ld-i386/call3f.d: Likewise.
2182 * testsuite/ld-i386/call3g.d: Likewise.
2183 * testsuite/ld-i386/call3h.d: Likewise.
2184 * testsuite/ld-i386/jmp1.d: Likewise.
2185 * testsuite/ld-i386/jmp2.d: Likewise.
2186 * testsuite/ld-i386/lea1c.d: Likewise.
2187 * testsuite/ld-i386/load1.d: Likewise.
2188 * testsuite/ld-i386/load2.d: Likewise.
2189 * testsuite/ld-i386/load3.d: Likewise.
2190 * testsuite/ld-i386/load4a.d: Likewise.
2191 * testsuite/ld-i386/load5a.d: Likewise.
2192 * testsuite/ld-i386/mov2b.d: Likewise.
2193 * testsuite/ld-i386/mov3.d: Likewise.
2194 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2195 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2196 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
2197 * testsuite/ld-x86-64/call1a.d: Likewise.
2198 * testsuite/ld-x86-64/call1b.d: Likewise.
2199 * testsuite/ld-x86-64/call1c.d: Likewise.
2200 * testsuite/ld-x86-64/call1d.d: Likewise.
2201 * testsuite/ld-x86-64/call1e.d: Likewise.
2202 * testsuite/ld-x86-64/call1f.d: Likewise.
2203 * testsuite/ld-x86-64/call1h.d: Likewise.
2204 * testsuite/ld-x86-64/call1i.d: Likewise.
2205 * testsuite/ld-x86-64/load1a.d: Likewise.
2206 * testsuite/ld-x86-64/load1b.d: Likewise.
2207 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
2208 * testsuite/ld-i386/got1.dd: Updated.
2209 * testsuite/ld-i386/got1d.S (1): Removed.
2210 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
2211 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2212
2213 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
2214
2215 PR ld/18591
2216 * testsuite/ld-x86-64/pr18591.d: New file.
2217 * testsuite/ld-x86-64/pr18591.s: Likewise.
2218 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
2219
2220 2016-02-01 H.J. Lu <hongjiu.lu@intel.com>
2221
2222 PR ld/19553
2223 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
2224 * testsuite/ld-elf/pr19553.map: New file.
2225 * testsuite/ld-elf/pr19553.map: Likewise.
2226 * testsuite/ld-elf/pr19553a.c: Likewise.
2227 * testsuite/ld-elf/pr19553b.c: Likewise.
2228 * testsuite/ld-elf/pr19553b.out: Likewise.
2229 * testsuite/ld-elf/pr19553c.c: Likewise.
2230 * testsuite/ld-elf/pr19553c.out: Likewise.
2231 * testsuite/ld-elf/pr19553d.c: Likewise.
2232 * testsuite/ld-elf/pr19553d.out: Likewise.
2233
2234 2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
2235
2236 PR ld/19539
2237 * testsuite/ld-elf/pr19539.d: New file.
2238 * testsuite/ld-elf/pr19539.s: Likewise.
2239 * testsuite/ld-elf/pr19539.t: Likewise.
2240
2241 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
2242
2243 PR ld/19533
2244 * configure.ac (compressed_debug_sections): Replace == with =.
2245 * configure: Regenerated.
2246
2247 2016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2248
2249 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
2250 * scripttempl/avrtiny.sc (.noinit): Likewise.
2251
2252 2016-01-21 Nick Clifton <nickc@redhat.com>
2253
2254 PR ld/19453
2255 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
2256 the arm-netbsdelf target.
2257
2258 PR ld/19455
2259 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
2260 disassmebler output.
2261 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
2262 * testsuite/ld-arm/vxworks1.dd: Likewise.
2263 * testsuite/ld-arm/vxworks1.rd: Likewise.
2264 * testsuite/ld-arm/vxworks1.ld: Set the output format.
2265
2266 2016-01-20 Jiong Wang <jiong.wang@arm.com>
2267
2268 * testsuite/ld-aarch64/farcall-section.d: Delete.
2269 * testsuite/ld-aarch64/farcall-section.s: Delete.
2270 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
2271 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
2272 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
2273 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
2274 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
2275
2276 2016-01-20 Nick Clifton <nickc@redhat.com>
2277
2278 PR 19457
2279 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
2280 early for PE based targets.
2281 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
2282 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
2283
2284 2016-01-20 Mickael Guene <mickael.guene@st.com>
2285
2286 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
2287 Add 'y' attribute usage.
2288 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
2289 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
2290 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
2291
2292 2016-01-19 Nick Clifton <nickc@redhat.com>
2293
2294 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
2295 foo@FOO and bar@@FOO.
2296
2297 2016-01-18 Alan Modra <amodra@gmail.com>
2298
2299 * configure: Regenerate.
2300
2301 2016-01-18 Nick Clifton <nickc@redhat.com>
2302
2303 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
2304 is not configured to support plugins.
2305
2306 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
2307 but with 16 byte section alignment.
2308 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
2309 test for MIPS targets.
2310
2311 2016-01-17 Alan Modra <amodra@gmail.com>
2312
2313 * configure: Regenerate.
2314
2315 2016-01-17 Alan Modra <amodra@gmail.com>
2316
2317 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
2318 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
2319 * testsuite/ld-elf/pr14156a.d: Likewise.
2320 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
2321 * testsuite/ld-elf/sec64k.exp: Likewise.
2322
2323 2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
2324
2325 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
2326 Set address of .foo section when linking.
2327 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
2328 in .foo section.
2329 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
2330 output to the above changes.
2331
2332 2016-01-13 Nick Clifton <nickc@redhat.com>
2333
2334 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
2335 for MIPS targets.
2336
2337 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
2338 fail for MIPS targets.
2339
2340 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
2341 MIPS targets.
2342
2343 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
2344
2345 * testsuite/ld-arm/arm-elf.exp: New test.
2346 * testsuite/ld-arm/unwind-mix.d: New file.
2347 * testsuite/ld-arm/unwind-mix1.s: New file.
2348 * testsuite/ld-arm/unwind-mix2.s: New file.
2349
2350 2016-01-08 Jiong Wang <jiong.wang@arm.com>
2351
2352 PR ld/19368
2353 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
2354 * testsuite/ld-arm/ifunc-4.rd: Likewise.
2355 * testsuite/ld-arm/ifunc-9.rd: Likewise.
2356 * testsuite/ld-arm/ifunc-10.rd: Likewise.
2357 * testsuite/ld-arm/ifunc-12.rd: Likewise.
2358 * testsuite/ld-arm/ifunc-13.rd: Likewise.
2359
2360 2016-01-05 Nick Clifton <nickc@redhat.com>
2361
2362 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
2363 MSP430 hardware multiply address range.
2364 * scripttempl/elf32msp430.sc (__romdatastart): Define.
2365 (__romdatacopysize): Define.
2366 * scripttempl/elf32msp430_3.sc: Likewise.
2367
2368 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2369
2370 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
2371 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
2372
2373 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
2374
2375 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
2376 messages expected according to MIPS BFD private data merge
2377 changes.
2378 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
2379 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
2380 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
2381 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
2382 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
2383 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
2384 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
2385 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
2386 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
2387 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
2388 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
2389 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
2390 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
2391
2392 2016-01-01 Alan Modra <amodra@gmail.com>
2393
2394 Update year range in copyright notice of all files.
2395
2396 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
2397 \f
2398 Copyright (C) 2016 Free Software Foundation, Inc.
2399
2400 Copying and distribution of this file, with or without modification,
2401 are permitted in any medium without royalty provided the copyright
2402 notice and this notice are preserved.
2403
2404 Local Variables:
2405 mode: change-log
2406 left-margin: 8
2407 fill-column: 74
2408 version-control: never
2409 End: