Made tests to XFAIL for arc*-*-elf*.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2016-08-30 Cupertino Miranda <cmiranda@synopsys.com>
2
3 * testsuite/ld-arc/tls_gs-01.d: Set to XFAIL on arc*-*-elf*.
4 * testsuite/ld-arc/tls_ie-01.d: Likewise.
5
6 2016-08-29 H.J. Lu <hongjiu.lu@intel.com>
7
8 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19784 tests only
9 if ifunc attribute works.
10
11 2016-08-29 H.J. Lu <hongjiu.lu@intel.com>
12
13 PR ld/14961
14 PR ld/20515
15 * testsuite/ld-i386/i386.exp: Run pr20515.
16 * testsuite/ld-i386/pr20515.d: New file.
17 * testsuite/ld-i386/pr20515.s: Likewise.
18 * testsuite/ld-ifunc/ifunc-14a.s: Use R_386_PLT32 to call IFUNC
19 function.
20 * testsuite/ld-ifunc/ifunc-14c.s: Likewise.
21 * testsuite/ld-ifunc/ifunc-2-i386.s: Likewise.
22 * testsuite/ld-ifunc/ifunc-2-local-i386.s: Likewise.
23 * testsuite/ld-ifunc/ifunc.exp: Move PR ld/19784 tests to ...
24 * testsuite/ld-x86-64/x86-64.exp: Here.
25 * testsuite/ld-ifunc/pr19784a.c: Moved to ...
26 * testsuite/ld-x86-64/pr19784a.c: Here.
27 * testsuite/ld-ifunc/pr19784b.c: Moved to ...
28 * testsuite/ld-x86-64/pr19784b.c: Here.
29 * testsuite/ld-ifunc/pr19784c.c: Moved to ...
30 * testsuite/ld-x86-64/pr19784c.c: Here.
31
32 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
33
34 * emultempl/armelf.em (params): New static variable.
35 (thumb_entry_symbol, byteswap_code, target1_is_rel, target2_type,
36 fix_v4bx, use_blx, vfp11_denorm_fix, stm32l4xx_fix, fix_cortex_a8,
37 no_enum_size_warning, no_wchar_size_warning, pic_veneer,
38 merge_exidx_entries, fix_arm1176, cmse_implib): move as part of the
39 above new structure.
40 (arm_elf_before_allocation): Access static variable from the params
41 structure.
42 (gld${EMULATION_NAME}_finish): Likewise.
43 (arm_elf_create_output_section_statements): Likewise and pass the
44 address of that structure to bfd_elf32_arm_set_target_relocs instead
45 of the static variables.
46 (PARSE_AND_LIST_ARGS_CASES): Access static variable from the params
47 structure.
48
49 2016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
50
51 * ld/testsuite/ld-arc/tls_gd-01.s: Added a testcase for this patch.
52 * ld/testsuite/ld-arc/tls_gd-01.d: Likewise.
53
54 2016-08-26 Cupertino Miranda <cmiranda@synopsys.com>
55
56 * testsuite/ld-arc/tls_ie-01.s: Added to verify associated fix.
57 * testsuite/ld-arc/tls_ie-01.d: Likewise
58
59 2016-08-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
60
61 * emultempl/armelf.em (in_implib_filename): Declare and initialize new
62 variable.
63 (arm_elf_create_output_section_statements): Open import input library
64 file for writing and pass resulting in_implib_bfd to
65 bfd_elf32_arm_set_target_relocs.
66 (PARSE_AND_LIST_PROLOGUE): Define OPTION_IN_IMPLIB option.
67 (PARSE_AND_LIST_LONGOPTS): Define --in-implib option.
68 (PARSE_AND_LIST_OPTIONS): Add help message for --in-implib option.
69 (PARSE_AND_LIST_ARGS_CASES): Handle new OPTION_IN_IMPLIB case.
70 * ld.texinfo (--cmse-implib): Update to mention --in-implib.
71 (--in-implib): Document new option.
72 * NEWS: Likewise.
73 * testsuite/ld-arm/arm-elf.exp
74 (Secure gateway import library generation): add --defsym VER=1 to gas
75 CLI.
76 (Secure gateway import library generation: errors): Likewise.
77 (Input secure gateway import library): New test.
78 (Input secure gateway import library: no output import library):
79 Likewise.
80 (Input secure gateway import library: not an SG input import library):
81 Likewise.
82 (Input secure gateway import library: earlier stub section base):
83 Likewise.
84 (Input secure gateway import library: later stub section base):
85 Likewise.
86 (Input secure gateway import library: veneer comeback): Likewise.
87 (Input secure gateway import library: entry function change):
88 Likewise.
89 * testsuite/ld-arm/cmse-implib.s: Add input import library testing.
90 * testsuite/ld-arm/cmse-implib.rd: Update accordingly.
91 * testsuite/ld-arm/cmse-new-implib.out: New file.
92 * testsuite/ld-arm/cmse-new-implib.rd: Likewise.
93 * testsuite/ld-arm/cmse-new-implib-no-output.out: Likewise.
94 * testsuite/ld-arm/cmse-new-implib-not-sg-in-implib.out: Likewise.
95 * testsuite/ld-arm/cmse-new-earlier-later-implib.out: Likewise.
96 * testsuite/ld-arm/cmse-new-comeback-implib.rd: Likewise.
97 * testsuite/ld-arm/cmse-new-wrong-implib.out: Likewise.
98
99 2016-08-25 Alan Modra <amodra@gmail.com>
100
101 * configure.tgt (powerpc*-*-linux* et al): Rewrite, adding LE
102 support for BE. First output all target endian configury
103 values, then opposite endian. Handle more tooldirs. Fix
104 bogus matches with strings in MANUF-OS part of target triple.
105
106 2016-08-23 Alan Modra <amodra@gmail.com>
107
108 * testsuite/lib/ld-lib.exp (run_cc_link_tests): Don't fail tests
109 twice.
110
111 2016-08-19 Nick Clifton <nickc@redhat.com>
112
113 * emultempl/aarch64elf.em (before_parse): Initialise the relro
114 field in the link_info structure.
115 * emultempl/armelf.em (before_parse): Likewise.
116 * emultempl/linux.em (before_parse): Likewise.
117 * emultempl/scoreelf.em (before_parse): Likewise.
118
119 * testsuite/ld-alpha/tlsbin.rd: Adjust expected ordering of sections.
120 * testsuite/ld-alpha/tlsbinr.rd: Likewise.
121 * testsuite/ld-alpha/tlspic.rd: Likewise.
122 * testsuite/ld-cris/libdso-2.d: Likewise.
123 * testsuite/ld-i386/nogot1.d: Likewise.
124 * testsuite/ld-i386/pr12718.d: Likewise.
125 * testsuite/ld-i386/pr12921.d: Likewise.
126 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
127 * testsuite/ld-i386/tlsbin.rd: Likewise.
128 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
129 * testsuite/ld-i386/tlsbin2.rd: Likewise.
130 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
131 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
132 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
133 * testsuite/ld-i386/tlsdesc.rd: Likewise.
134 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
135 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
136 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
137 * testsuite/ld-i386/tlsnopic.rd: Likewise.
138 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
139 * testsuite/ld-i386/tlspic.rd: Likewise.
140 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
141 * testsuite/ld-i386/tlspic2.rd: Likewise.
142 * testsuite/ld-ia64/tlsbin.rd: Likewise.
143 * testsuite/ld-ia64/tlspic.rd: Likewise.
144 * testsuite/ld-mips-elf/attr-gnu-4-10.d: Likewise.
145 * testsuite/ld-mips-elf/attr-gnu-4-50.d: Likewise.
146 * testsuite/ld-mips-elf/attr-gnu-4-60.d: Likewise.
147 * testsuite/ld-mips-elf/attr-gnu-4-70.d: Likewise.
148 * testsuite/ld-mmix/bspec1.d: Likewise.
149 * testsuite/ld-mmix/bspec2.d: Likewise.
150 * testsuite/ld-mmix/local1.d: Likewise.
151 * testsuite/ld-mmix/local3.d: Likewise.
152 * testsuite/ld-mmix/local5.d: Likewise.
153 * testsuite/ld-mmix/local7.d: Likewise.
154 * testsuite/ld-mmix/undef-3.d: Likewise.
155 * testsuite/ld-powerpc/tlsexe.r: Likewise.
156 * testsuite/ld-powerpc/tlsexe32.r: Likewise.
157 * testsuite/ld-powerpc/tlsexetoc.r: Likewise.
158 * testsuite/ld-powerpc/tlsso.r: Likewise.
159 * testsuite/ld-powerpc/tlsso32.r: Likewise.
160 * testsuite/ld-powerpc/tlstocso.r: Likewise.
161 * testsuite/ld-s390/tlsbin.rd: Likewise.
162 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
163 * testsuite/ld-s390/tlspic.rd: Likewise.
164 * testsuite/ld-s390/tlspic_64.rd: Likewise.
165 * testsuite/ld-sh/sh64/crange1.rd: Likewise.
166 * testsuite/ld-sh/sh64/crange2.rd: Likewise.
167 * testsuite/ld-sh/sh64/crange3-cmpct.rd: Likewise.
168 * testsuite/ld-sh/sh64/crange3-media.rd: Likewise.
169 * testsuite/ld-sh/sh64/crange3.rd: Likewise.
170 * testsuite/ld-sh/sh64/crangerel1.rd: Likewise.
171 * testsuite/ld-sh/sh64/crangerel2.rd: Likewise.
172 * testsuite/ld-sh/tlsbin-2.d: Likewise.
173 * testsuite/ld-sh/tlspic-2.d: Likewise.
174 * testsuite/ld-sparc/gotop32.rd: Likewise.
175 * testsuite/ld-sparc/gotop64.rd: Likewise.
176 * testsuite/ld-sparc/tlssunbin32.rd: Likewise.
177 * testsuite/ld-sparc/tlssunbin64.rd: Likewise.
178 * testsuite/ld-sparc/tlssunnopic32.rd: Likewise.
179 * testsuite/ld-sparc/tlssunnopic64.rd: Likewise.
180 * testsuite/ld-sparc/tlssunpic32.rd: Likewise.
181 * testsuite/ld-sparc/tlssunpic64.rd: Likewise.
182 * testsuite/ld-tic6x/common.d: Likewise.
183 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
184 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
185 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
186 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
187 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
188 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
189 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
190 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
191 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
192 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
193 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
194 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
195 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
196 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
197 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
198 * testsuite/ld-x86-64/nogot1.d: Likewise.
199 * testsuite/ld-x86-64/pr12718.d: Likewise.
200 * testsuite/ld-x86-64/pr12921.d: Likewise.
201 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
202 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
203 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
204 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
205 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
206 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
207 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
208 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
209 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
210 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
211 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
212 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
213 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
214 * testsuite/ld-x86-64/tlspic.rd: Likewise.
215 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
216 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
217 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
218 * testsuite/ld-xtensa/tlspic.rd: Likewise.
219
220 2016-08-18 Alan Modra <amodra@gmail.com>
221
222 * testsuite/ld-undefined/weak-undef.exp: Use unsupported not
223 unresolved.
224
225 2016-08-12 Alan Modra <amodra@gmail.com>
226
227 * testsuite/ld-tic6x/shlib-1.rd: Correct expected .dynsym sh_info.
228 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
229 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
230 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
231 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
232 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
233 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
234 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
235 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
236 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
237 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
238 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
239 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
240
241 2016-08-12 Alan Modra <amodra@gmail.com>
242
243 * testsuite/ld-undefined/weak-fundef.s: New.
244 * testsuite/ld-undefined/weak-undef.t: Don't specify filename.
245 * testsuite/ld-undefined/weak-undef.exp: Run new tests. Rearrange
246 much of old code. Use is_elf_format to select targets.
247
248 2016-08-11 Alan Modra <amodra@gmail.com>
249
250 PR ld/20436
251 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Don't ignore
252 remote_exec status.
253 (check_gcc_plugin_enabled): Likewise. Revert previous patch.
254
255 2016-08-11 Nick Clifton <nickc@redhat.com>
256
257 PR ld/20436
258 * testsuite/lib/ld-lib.exp (check_gcc_plugin_enabled): When not
259 testing remotely, check to see if target compiler is installed
260 before trying to run it.
261
262 2016-08-10 Maciej W. Rozycki <macro@imgtec.com>
263
264 PR ld/15428
265 * testsuite/ld-mips-elf/mips-elf.exp: Un-KFAIL `__ehdr_start'
266 test 2.
267
268 2016-08-10 Maciej W. Rozycki <macro@imgtec.com>
269
270 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.dd: New
271 test.
272 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips-rel.nd: New
273 test.
274 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.dd: New test.
275 * testsuite/ld-mips-elf/pic-and-nonpic-1-micromips.nd: New test.
276 * testsuite/ld-mips-elf/pic-and-nonpic-1a-micromips.s: New test
277 source.
278 * testsuite/ld-mips-elf/pic-and-nonpic-1b-micromips.s: New test
279 source.
280 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
281
282 2016-08-09 H.J. Lu <hongjiu.lu@intel.com>
283
284 PR ld/20436
285 * testsuite/lib/ld-lib.exp (check_gcc_plugin_enabled): New
286 proc.
287 (check_lto_available): Return 0 if check_gcc_plugin_enabled
288 returns 0.
289 (check_lto_fat_available): Likewise.
290 (check_lto_shared_available): Likewise.
291
292 2016-08-09 Roland McGrath <roland@hack.frob.com>
293
294 * emulparams/armelf.sh (GENERATE_PIE_SCRIPT): Set to yes.
295
296 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
297
298 * emultempl/armelf.em (cmse_implib): Declare and define this new
299 static variable.
300 (arm_elf_create_output_section_statements): Add new cmse_implib
301 parameter.
302 (OPTION_CMSE_IMPLIB): Define macro.
303 (PARSE_AND_LIST_LONGOPTS): Add entry for new --cmse-implib switch.
304 (PARSE_AND_LIST_OPTIONS): Likewise.
305 (PARSE_AND_LIST_ARGS_CASES): Handle OPTION_CMSE_IMPLIB case.
306 * ld.texinfo (--cmse-implib): Document new option.
307 * testsuite/ld-arm/arm-elf.exp
308 (Secure gateway import library generation): New test.
309 (Secure gateway import library generation: errors): Likewise.
310 * testsuite/ld-arm/cmse-implib.s: New file.
311 * testsuite/ld-arm/cmse-implib-errors.out: Likewise.
312 * testsuite/ld-arm/cmse-implib.rd: Likewise.
313
314 2016-08-04 Thomas Preud'homme <thomas.preudhomme@arm.com>
315
316 * ld.texinfo (Placement of SG veneers): New concept entry.
317 * testsuite/ld-arm/arm-elf.exp
318 (Secure gateway veneers: no .gnu.sgstubs section): New test.
319 (Secure gateway veneers: wrong entry functions): Likewise.
320 (Secure gateway veneers (ARMv8-M Baseline)): Likewise.
321 (Secure gateway veneers (ARMv8-M Mainline)): Likewise.
322 * testsuite/ld-arm/cmse-veneers.s: New file.
323 * testsuite/ld-arm/cmse-veneers.d: Likewise.
324 * testsuite/ld-arm/cmse-veneers.rd: Likewise.
325 * testsuite/ld-arm/cmse-veneers.sd: Likewise.
326 * testsuite/ld-arm/cmse-veneers-no-gnu_sgstubs.out: Likewise.
327 * testsuite/ld-arm/cmse-veneers-wrong-entryfct.out: Likewise.
328
329 2016-08-02 Nick Clifton <nickc@redhat.com>
330
331 PR ld/17739
332 * emulparams/shelf.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): Define with
333 valye 'yes'.
334 * emulparams/shelf32.sh: Likewise.
335 * emulparams/shelf32.sh: Likewise.
336 * emulparams/shelf_nto.sh: Likewise.
337 * emulparams/shelf_nto.sh: Likewise.
338 * emulparams/shelf_vxworks.sh: Likewise.
339 * emulparams/shelf_vxworks.sh: Likewise.
340 * emulparams/shlelf32_linux.sh: Likewise.
341 * emulparams/shlelf32_linux.sh: Likewise.
342 * emulparams/shlelf_linux.sh: Likewise.
343 * emulparams/shlelf_linux.sh: Likewise.
344 * emulparams/shlelf_nto.sh: Likewise.
345 * emulparams/shlelf_nto.sh: Likewise.
346
347 2016-07-27 Maciej W. Rozycki <macro@imgtec.com>
348
349 * testsuite/ld-mips-elf/micromips-branch-absolute.d: Update
350 patterns for branch compaction.
351 * testsuite/ld-mips-elf/micromips-branch-absolute-addend.d:
352 Likewise.
353
354 2016-07-27 Nick Clifton <nickc@redhat.com>
355
356 * testsuite/ld-gc/personality.d: Use "target cfi" to restrict the
357 test to targets which support cfi.
358
359 2016-07-27 Igor Kudrin <ikudrin@accesssoftek.com>
360
361 * ldbuildid.c (generate_build_id): Warning fix.
362
363 2016-07-26 Maciej W. Rozycki <macro@imgtec.com>
364
365 * testsuite/ld-mips-elf/compressed-plt-1.s: Add branch support.
366 * testsuite/ld-mips-elf/compressed-plt-1a.s: Likewise.
367 * testsuite/ld-mips-elf/compressed-plt-1b.s: Likewise.
368 * testsuite/ld-mips-elf/compressed-plt-1-o32-branch.od: New
369 test.
370 * testsuite/ld-mips-elf/compressed-plt-1-o32-branch.rd: New
371 test.
372 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-bronly.od:
373 New test.
374 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-bronly.rd:
375 New test.
376 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-branch.od:
377 New test.
378 * testsuite/ld-mips-elf/compressed-plt-1-o32-mips16-branch.rd:
379 New test.
380 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-bronly.od:
381 New test.
382 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-bronly.rd:
383 New test.
384 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-branch.od:
385 New test.
386 * testsuite/ld-mips-elf/compressed-plt-1-o32-umips-branch.rd:
387 New test.
388 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
389
390 2016-07-26 Igor Kudrin <ikudrin@accesssoftek.com>
391
392 * ldbuildid.c: Changes for MinGW32:
393 Include windows.h and rpcdce.h.
394 (validate_build_id_style): Allow "uuid" style.
395 (generate_build_id): Fill in id_bits using UuidCreate().
396
397 2016-07-25 Alan Modra <amodra@gmail.com>
398
399 * testsuite/ld-elf/sec64k.exp: Run test for arc, msp430, or1k
400 and m32r. Correct comment. Relax ld -r match to account for
401 msp increased number of default sections.
402
403 2016-07-22 Cupertino Miranda <cmiranda@synopsys.com>
404
405 * testsuite/ld-arc/got-01.d: New file.
406 * testsuite/ld-arc/got-01.s: New file.
407
408 2016-07-21 H.J. Lu <hongjiu.lu@intel.com>
409
410 * configure: Regenerated.
411
412 2016-07-21 Alan Modra <amodra@gmail.com>
413
414 * testsuite/lib/ld-lib.exp (run_ld_link_exec_tests): Replace
415 "targets_to_xfail" parameter with "args".
416 * testsuite/ld-elf/compress.exp: Remove empty list of xfails on
417 all calls to run_ld_link_exec_tests.
418 * testsuite/ld-elf/dwarf.exp: Likewise.
419 * testsuite/ld-elf/indirect.exp: Likewise.
420 * testsuite/ld-elf/wrap.exp: Likewise.
421 * testsuite/ld-i386/i386.exp: Likewise.
422 * testsuite/ld-i386/no-plt.exp: Likewise.
423 * testsuite/ld-i386/tls.exp: Likewise.
424 * testsuite/ld-ifunc/ifunc.exp: Likewise.
425 * testsuite/ld-pie/pie.exp: Likewise.
426 * testsuite/ld-plugin/lto.exp: Likewise.
427 * testsuite/ld-size/size.exp: Likewise.
428 * testsuite/ld-x86-64/mpx.exp: Likewise.
429 * testsuite/ld-x86-64/no-plt.exp: Likewise.
430 * testsuite/ld-x86-64/tls.exp: Likewise.
431 * testsuite/ld-x86-64/x86-64.exp: Likewise.
432 * testsuite/ld-elf/elf.exp: Likewise. Reorder args when providing
433 xfails and simplify lists.
434 * testsuite/ld-elf/shared.exp: Likewise.
435
436 2016-07-21 Alan Modra <amodra@gmail.com>
437
438 * testsuite/lib/ld-lib.exp (run_ld_link_tests): Add optional
439 parameter to pass list of xfails.
440 * testsuite/ld-elf/elf.exp: Add xfails for implib tests. Tidy
441 implib test formatting. Don't set .data start address.
442 * testsuite/ld-elf/implib.s: Remove first .bss directive and
443 replace second one with equivalent .section directive.
444 * testsuite/ld-elf/empty-implib.out: Add expected final error.
445 * testsuite/ld-elf/implib.rd: Update.
446
447 2016-07-20 Alan Modra <amodra@gmail.com>
448
449 * ldexp.c (exp_unop, exp_binop, exp_trinop, exp_nameop): Don't
450 fold expression.
451 * testsuite/ld-elf/maxpage3b.d: Expect correct maxpagesize.
452
453 2016-07-19 Roland McGrath <roland@hack.frob.com>
454
455 * emulparams/aarch64elf.sh (GENERATE_PIE_SCRIPT): Set to yes.
456 * emulparams/aarch64elf32.sh: Likewise.
457
458 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
459
460 * testsuite/ld-mips-elf/unaligned-branch-2.d: Update error
461 messages expected.
462 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: Likewise.
463 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: Likewise.
464 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: Likewise.
465 * testsuite/ld-mips-elf/bal-jalx-addend.d: New test.
466 * testsuite/ld-mips-elf/bal-jalx-local.d: New test.
467 * testsuite/ld-mips-elf/bal-jalx-pic.d: New test.
468 * testsuite/ld-mips-elf/bal-jalx-addend-n32.d: New test.
469 * testsuite/ld-mips-elf/bal-jalx-local-n32.d: New test.
470 * testsuite/ld-mips-elf/bal-jalx-pic-n32.d: New test.
471 * testsuite/ld-mips-elf/bal-jalx-addend-n64.d: New test.
472 * testsuite/ld-mips-elf/bal-jalx-local-n64.d: New test.
473 * testsuite/ld-mips-elf/bal-jalx-pic-n64.d: New test.
474 * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test.
475 * testsuite/ld-mips-elf/unaligned-jalx-3.d: New test.
476 * testsuite/ld-mips-elf/unaligned-jalx-addend-2.d: New test.
477 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.d: New test.
478 * testsuite/ld-mips-elf/unaligned-jalx-2.s: New test source.
479 * testsuite/ld-mips-elf/unaligned-jalx-3.s: New test source.
480 * testsuite/ld-mips-elf/unaligned-jalx-addend-2.s: New test
481 source.
482 * testsuite/ld-mips-elf/unaligned-jalx-addend-3.s: New test
483 source.
484 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
485
486 2016-07-19 Maciej W. Rozycki <macro@imgtec.com>
487
488 * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error message
489 expected.
490 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: Likewise.
491 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d:
492 Likewise.
493 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d:
494 Likewise.
495 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
496 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
497 * testsuite/ld-mips-elf/undefweak-overflow.s: Add jumps,
498 microMIPS BAL and MIPS16 instructions.
499 * testsuite/ld-mips-elf/undefweak-overflow.d: Update
500 accordingly.
501 * testsuite/ld-mips-elf/unaligned-branch-2.d: New test.
502 * testsuite/ld-mips-elf/unaligned-branch-r6-1.d: New test.
503 * testsuite/ld-mips-elf/unaligned-branch-r6-2.d: New test.
504 * testsuite/ld-mips-elf/unaligned-branch-mips16.d: New test.
505 * testsuite/ld-mips-elf/unaligned-branch-micromips.d: New test.
506 * testsuite/ld-mips-elf/unaligned-jump-mips16.d: New test.
507 * testsuite/ld-mips-elf/unaligned-jump-micromips.d: New test.
508 * testsuite/ld-mips-elf/unaligned-jump.d: New test.
509 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
510
511 2016-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
512
513 * plugin.c (plugin_call_claim_file): Restore the file offset after
514 an unsuccessful attempt to claim a file.
515 * testplug.c (bytes_to_read_before_claim): New global.
516 (record_read_length): New function, sets new global
517 bytes_to_read_before_claim.
518 (parse_option): Handle 'read:<NUMBER>' option.
519 (onclaim_file): Read file content before checking for claim.
520 * testsuite/ld-plugin/plugin-30.d: New file.
521 * testsuite/ld-plugin/plugin.exp: Add new test.
522
523 2016-07-16 Alan Modra <amodra@gmail.com>
524
525 * plugin.c: Don't include libbfd.h. Include plugin-api.h
526 before bfd/plugin.h.
527 (plugin_object_p): Use bfd_plugin_open_input.
528
529 2016-07-16 Alan Modra <amodra@gmail.com>
530
531 * ldlang.c (open_output): Replace bfd_search_for_target with
532 bfd_iterate_over_targets. Localize vars.
533
534 2016-07-16 Alan Modra <amodra@gmail.com>
535
536 * ldlang.c: Don't include libbfd.h.
537 * emultempl/nds32elf.em: Likewise.
538 * emultempl/ppc64elf.em: Likewise.
539 * emultempl/ppc32elf.em: Likewise.
540 (pagesize): Delete.
541 (params): Update init.
542 (ppc_after_open_output): Use params.pagesize. Don't call bfd_log2.
543 (PARSE_AND_LIST_ARGS_CASES): Use params.pagesize.
544 * emultempl/sh64elf.em: Don't include libbfd.h.
545 (after_allocation): Use ASSERT, not BFD_ASSERT.
546 * emultempl/xtensaelf.em: Don't include libbfd.h.
547 (replace_insn_sec_with_prop_sec): Use xmalloc, not bfd_malloc.
548 * Makefile.am: Update dependencies.
549 * Makefile.in: Regenerate.
550
551 2016-07-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
552 Nick Clifton <nickc@redhat.com>
553
554 * emultempl/elf32.em (gld${EMULATION_NAME}_after_open): Open import
555 library file for writing and initialize implib_bfd field of link_info
556 structure.
557 * emultempl/pe.em (pe_implib_filename): Remove variable declaration.
558 (OPTION_IMPLIB_FILENAME): Remove macro definition.
559 (gld${EMULATION_NAME}_add_options): Remove --out-implib option.
560 (gld_${EMULATION_NAME}_list_options): Likewise.
561 (gld${EMULATION_NAME}_handle_option): Likewise.
562 (gld_${EMULATION_NAME}_finish): Use command_line.out_implib_filename
563 instead of pe_implib_filename.
564 * emultempl/pep.em (pep_implib_filename): Remove variable declaration.
565 (OPTION_IMPLIB_FILENAME): Remove enumerator.
566 (gld${EMULATION_NAME}_add_options): Remove --out-implib option.
567 (gld_${EMULATION_NAME}_list_options): Likewise.
568 (gld${EMULATION_NAME}_handle_option): Likewise.
569 (gld_${EMULATION_NAME}_finish): Use command_line.out_implib_filename
570 instead of pep_implib_filename.
571 * ld.h (args_type): Declare new out_implib_filename field.
572 * ld.texinfo (--out-implib): Move documentation to arch-independent
573 part and rephrase to apply to ELF targets.
574 * ldexp.c (exp_fold_tree_1): Set ldscript_def field to 1 for symbols
575 defined in linker scripts.
576 * ldlex.h (enum option_values): Declare new OPTION_OUT_IMPLIB
577 enumerator.
578 * lexsup.c (ld_options): Add entry for new --out-implib switch.
579 (parse_args): Handle OPTION_OUT_IMPLIB case.
580 * testsuite/ld-elf/elf.exp (Generate empty import library): New test.
581 (Generate import library): Likewise.
582 * testsuite/ld-elf/implib.s: Likewise.
583 * testsuite/ld-elf/implib.rd: New file.
584 * testsuite/ld-elf/empty-implib.out: Likewise
585
586 2016-07-15 Nick Clifton <nickc@redhat.com>
587
588 * testsuite/ld-arc/arc.exp: Always run the sda-relocs test in
589 little endian mode.
590
591 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
592
593 * testsuite/ld-mips-elf/mips-elf.exp: Run
594 `branch-absolute-addend', `mips16-branch-absolute',
595 `mips16-branch-absolute-addend' and
596 `micromips-branch-absolute-addend'.
597
598 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
599
600 * testsuite/ld-mips-elf/mips16-branch-absolute.d: New test.
601 * testsuite/ld-mips-elf/mips16-branch-absolute-n32.d: New test.
602 * testsuite/ld-mips-elf/mips16-branch-absolute-n64.d: New test.
603 * testsuite/ld-mips-elf/mips16-branch-absolute-addend.d: New
604 test.
605 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n32.d: New
606 test.
607 * testsuite/ld-mips-elf/mips16-branch-absolute-addend-n64.d: New
608 test.
609 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests, except
610 from `mips16-branch-absolute' and
611 `mips16-branch-absolute-addend', referred indirectly only.
612
613 2016-07-14 Maciej W. Rozycki <macro@imgtec.com>
614
615 * testsuite/ld-mips-elf/branch-absolute.d: New test.
616 * testsuite/ld-mips-elf/branch-absolute-n32.d: New test.
617 * testsuite/ld-mips-elf/branch-absolute-n64.d: New test.
618 * testsuite/ld-mips-elf/branch-absolute-addend.d: New test.
619 * testsuite/ld-mips-elf/branch-absolute-addend-n32.d: New test.
620 * testsuite/ld-mips-elf/branch-absolute-addend-n64.d: New test.
621 * testsuite/ld-mips-elf/micromips-branch-absolute.d: New test.
622 * testsuite/ld-mips-elf/micromips-branch-absolute-n32.d: New
623 test.
624 * testsuite/ld-mips-elf/micromips-branch-absolute-n64.d: New
625 test.
626 * testsuite/ld-mips-elf/micromips-branch-absolute-addend.d: New
627 test.
628 * testsuite/ld-mips-elf/micromips-branch-absolute-addend-n32.d:
629 New test.
630 * testsuite/ld-mips-elf/micromips-branch-absolute-addend-n64.d:
631 New test.
632 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests, except
633 from `branch-absolute-addend' and
634 `micromips-branch-absolute-addend', referred indirectly only.
635
636 2016-07-14 Claudiu Zissulescu <claziss@synopsys.com>
637
638 * emulparams/arcelf.sh (SDATA_START_SYMBOLS): Add offset.
639 * testsuite/ld-arc/sda-relocs.dd: New file.
640 * testsuite/ld-arc/sda-relocs.ld: Likewise.
641 * testsuite/ld-arc/sda-relocs.rd: Likewise.
642 * testsuite/ld-arc/sda-relocs.s: Likewise.
643 * testsuite/ld-arc/arc.exp: Add SDA tests.
644
645 2016-07-11 Claudiu Zissulescu <claziss@synopsys.com>
646
647 * testsuite/ld-arc/nps-1b.err: Update test to handle more
648 verbosity.
649
650 2016-07-09 Alan Modra <amodra@gmail.com>
651
652 * testsuite/ld-powerpc/elfv2exe.d: Update.
653
654 2016-07-06 James Bowman <james.bowman@ftdichip.com>
655
656 * scripttempl/ft32.sc (__PMSIZE): Correct __PMSIZE_.
657 (DATA): add ALIGN.
658 (BSS): add ALIGN
659
660 2016-07-05 H.J. Lu <hongjiu.lu@intel.com>
661
662 * testsuite/ld-plugin/lto.exp: Add -flto to PR ld/20321 test.
663
664 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
665
666 * testsuite/ld-arm/farcall-thumb2-purecode.d: New test result.
667 * testsuite/ld-arm/farcall-thumb2-purecode.s: New test.
668 * testsuite/ld-arm/arm-elf.exp: Run it.
669
670 2016-07-05 Andre Vieria <andre.simoesdiasvieira@arm.com>
671
672 * testsuite/ld-arm/arm_noread.ld: Renamed to ...
673 testsuite/ld-arm/arm_purecode.ld: ... this, and replaced
674 all noread's by purecode.
675
676 2016-07-05 Jan Beulich <jbeulich@suse.com>
677
678 * ldexp.c (exp_fold_tree_1): Set linker_def field based on
679 assignment line number.
680 * ldlex.l (lineno): Drop initializer.
681 (<<EOF>>): Set lineno to zero after reaching top of stack.
682
683 2016-07-04 H.J. Lu <hongjiu.lu@intel.com>
684
685 PR ld/20321
686 * plugin.c (plugin_opt_plugin): Warn and return if plugin has
687 been loaded already.
688 * testsuite/ld-plugin/lto.exp: Run PR ld/20321 test.
689 * testsuite/ld-plugin/pr20321.c: New file.
690
691 2016-07-04 Nick Clifton <nickc@redhat.com>
692
693 * scripttempl/ft32.sc (__PMSIZE_): If not defined, set to 256K.
694 (__RAMSIZE): If not defined, set to 64K.
695 (MEMORY): Set the flash region size to __PMSIZE and the ram region
696 size to __RAMSIZE.
697
698 2016-07-02 Maciej W. Rozycki <macro@imgtec.com>
699
700 * testsuite/ld-mips-elf/branch-misc-2.d: New test.
701 * testsuite/ld-mips-elf/mips-elf.exp: Run it.
702
703 2016-07-01 Thomas Preud'homme <thomas.preudhomme@arm.com>
704
705 * testsuite/ld-arm/arm-elf.exp (Thumb-2 BL): Assemble for ARMv7.
706 (Thumb-2 BL on ARMv6-M): New testcase.
707 * testsuite/ld-arm/thumb2-bl.d: Do not try to match testcase filename.
708 * testsuite/ld-arm/thumb2-bl.s: Do not select architecture.
709
710 2016-07-01 Tristan Gingold <gingold@adacore.com>
711
712 * NEWS: Add marker for 2.27.
713
714 2016-06-28 H.J. Lu <hongjiu.lu@intel.com>
715
716 * testsuite/ld-gc/gc.exp: Run pr20306 test.
717 * ld-gc/pr20306.c: New file.
718 * ld-gc/pr20306.d: Likewise.
719
720 2016-06-28 Nick Clifton <nickc@redhat.com>
721
722 * testsuite/ld-elf/comm-data.exp: Expect comm-data2 test to fail
723 for bfin.
724 * testsuite/ld-elf/elf.exp: Expect pr14170 and symbolic function
725 tests to fail for bfin.
726 * testsuite/ld-elf/endsym.d: Expect to fail with cr16, crx, dlx,
727 nds32 and visium.
728 * testsuite/ld-elf/var1.d: Expect to fail with d30v, dlx, ft32 and
729 microblaze.
730 * testsuite/ld-pe/pe.exp: Expect foreign symbol test to fail for
731 mcore-pe.
732
733 2016-06-28 Nick Clifton <nickc@redhat.com>
734
735 * testsuite/ld-elf/merge.d: Add m68hc11 to list of targets that
736 expect to fail this test.
737 * testsuite/ld-scripts/overlay-size.d: Skip the entire test for
738 RX.
739 * testsuite/ld-scripts/rgn-at10.d: No longer expect this test to
740 fail for the RX.
741 * testsuite/ld-scripts/rgn-at11.d: Likewise.
742 * testsuite/ld-scripts/rgn-at2.d: Likewise.
743 * testsuite/ld-scripts/rgn-at6.d: Likewise.
744 * testsuite/ld-scripts/rgn-at7.d: Likewise.
745 * testsuite/ld-scripts/rgn-at8.d: Likewise.
746
747 2016-06-28 James Clarke <jrtc27@jrtc27.com>
748
749 * testsuite/ld-elf/symbolic-func.r: Allow non-zero offsets from
750 .text.
751
752 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
753
754 * testsuite/ld-mips-elf/attr-gnu-4-10.d: Match any UNIX OS/ABI.
755 * testsuite/ld-mips-elf/attr-gnu-4-50.d: Likewise.
756 * testsuite/ld-mips-elf/attr-gnu-4-60.d: Likewise.
757 * testsuite/ld-mips-elf/attr-gnu-4-70.d: Likewise.
758
759 2016-06-28 Alan Modra <amodra@gmail.com>
760
761 PR ld/20302
762 * testsuite/ld-scripts/pr20302.d: Exclude *-*-*aout.
763
764 2016-06-28 Maciej W. Rozycki <macro@imgtec.com>
765
766 * testsuite/ld-mips-elf/mips16-branch-2.d: New test.
767 * testsuite/ld-mips-elf/mips16-branch-3.d: New test.
768 * testsuite/ld-mips-elf/mips16-branch-addend-2.d: New test.
769 * testsuite/ld-mips-elf/mips16-branch-addend-3.d: New test.
770 * testsuite/ld-mips-elf/mips16-branch.s: New test source.
771 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
772
773 2016-06-27 Nick Clifton <nickc@redhat.com>
774
775 PR ld/20302
776 * lexsup.c (set_segment_start): If resetting the start address of
777 a section, remember to generate a new script element as well.
778 * testsuite/ld-scripts/pr20302.d: New test.
779 * testsuite/ld-scripts/scripts.exp: Run the new test.
780
781 2016-06-24 Alan Modra <amodra@gmail.com>
782
783 * testsuite/ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul):
784 Don't error out, always return an emulation.
785
786 2016-06-24 Dilyan Palauzov <dilyan.palauzov@aegee.org>
787 H.J. Lu <hongjiu.lu@intel.com>
788
789 * lexsup.c (elf_shlib_list_options): Check DEFAULT_LD_Z_RELRO
790 for -z relro help message.
791
792 2016-06-22 Maciej W. Rozycki <macro@imgtec.com>
793
794 * testsuite/ld-mips-elf/undefweak-overflow.d: Use wildcard
795 address matching.
796
797 2016-06-22 Maciej W. Rozycki <macro@imgtec.com>
798
799 * testsuite/ld-mips-elf/mips-elf.exp: Uniquely identify
800 `undefweak-overflow' tests.
801
802 2016-06-22 H.J. Lu <hongjiu.lu@intel.com>
803
804 PR ld/20283
805 * NEWS: Mention --enable-relro.
806 * configure.ac: Add --enable-relro.
807 (DEFAULT_LD_Z_RELRO): New. Set by --enable-relro.
808 * configure.tgt (ac_default_ld_z_relro): Default it to 1 for
809 some Linux targets.
810 * config.in: Regenerated.
811 * configure: Likewise.
812 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Set
813 link_info.relro to DEFAULT_LD_Z_RELRO.
814 * testsuite/config/default.exp (ld_elf_shared_opt): New.
815 * testsuite/lib/ld-lib.exp (run_dump_test): Pass
816 $ld_elf_shared_opt to ld for ELF targets with shared object
817 support.
818 (run_ld_link_tests): Likewise.
819
820 2016-06-21 Maciej W. Rozycki <macro@imgtec.com>
821
822 * testsuite/ld-mips-elf/mode-change-error-1a.s: Trigger an error
823 twice rather than once.
824 * testsuite/ld-mips-elf/mode-change-error-1.d: Adjust
825 accordingly. Remove the full stop from the end of the message.
826
827 2016-06-21 Graham Markall <graham.markall@embecosm.com>
828
829 * testsuite/ld-arc/nps-1a.d: Use -mcpu=arc700 -mnps400.
830 * testsuite/ld-arc/nps-1b.d: Likewise.
831
832 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
833
834 PR ld/20267
835 * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
836 PR ld/20267.
837 (lto_run_tests): Likewise.
838 * testsuite/ld-plugin/pr20267a.c: New file.
839 * testsuite/ld-plugin/pr20267b.c: Likewise.
840
841 2016-06-20 H.J. Lu <hongjiu.lu@intel.com>
842 Alan Modra <amodra@gmail.com>
843
844 PR ld/20276
845 * plugin.c (plugin_notice): Set non_ir_ref on common symbols.
846 * testsuite/ld-plugin/lto.exp (lto_link_tests): Add test for
847 PR ld/20276.
848 (lto_run_tests): Likewise.
849 * testsuite/ld-plugin/pass.out: New file.
850 * testsuite/ld-plugin/pr20276a.c: Likewise.
851 * testsuite/ld-plugin/pr20276b.c: Likewise.
852
853 2016-06-18 H.J. Lu <hongjiu.lu@intel.com>
854
855 * plugin.c (plugin_object_p): Replace bfd_plugin_uknown
856 with bfd_plugin_unknown.
857
858 2016-06-18 H.J. Lu <hongjiu.lu@intel.com>
859
860 PR ld/20253
861 * testsuite/ld-i386/i386.exp: Run PR ld/20253 tests.
862 * testsuite/ld-i386/no-plt.exp: Likewise.
863 * testsuite/ld-x86-64/no-plt.exp: Likewise.
864 * testsuite/ld-i386/pr13302.d: Remove .rel.plt section.
865 * testsuite/ld-ifunc/ifunc-13-i386.d: Likewise.
866 * testsuite/ld-ifunc/ifunc-13-x86-64.d: Likewise.
867 * testsuite/ld-ifunc/ifunc-15-i386.d: Likewise.
868 * testsuite/ld-ifunc/ifunc-15-x86-64.d: Likewise.
869 * testsuite/ld-x86-64/pr13082-5a.d: Likewise.
870 * testsuite/ld-x86-64/pr13082-5b.d: Likewise.
871 * testsuite/ld-x86-64/pr13082-6a.d: Likewise.
872 * testsuite/ld-x86-64/pr13082-6b.d: Likewise.
873 * testsuite/ld-i386/pr20244-2a.d: Remove .plt section.
874 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
875 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
876 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
877 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
878 * testsuite/ld-i386/pr20244-2b.d: Updated.
879 * testsuite/ld-i386/pr20244-2c.d: Likewise.
880 * testsuite/ld-ifunc/ifunc-18a-i386.d: Likewise.
881 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
882 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
883 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
884 * testsuite/ld-i386/pr20253-1a.c: New file.
885 * testsuite/ld-i386/pr20253-1b.S: Likewise.
886 * testsuite/ld-i386/pr20253-1c.S: Likewise.
887 * testsuite/ld-i386/pr20253-1d.S: Likewise.
888 * testsuite/ld-i386/pr20253-2a.c: Likewise.
889 * testsuite/ld-i386/pr20253-2b.S: Likewise.
890 * testsuite/ld-i386/pr20253-2c.S: Likewise.
891 * testsuite/ld-i386/pr20253-2d.S: Likewise.
892 * testsuite/ld-i386/pr20253-3.d: Likewise.
893 * testsuite/ld-i386/pr20253-3.s: Likewise.
894 * testsuite/ld-i386/pr20253-4.s: Likewise.
895 * testsuite/ld-i386/pr20253-4a.d: Likewise.
896 * testsuite/ld-i386/pr20253-4b.d: Likewise.
897 * testsuite/ld-i386/pr20253-4c.d: Likewise.
898 * testsuite/ld-i386/pr20253-5.d: Likewise.
899 * testsuite/ld-i386/pr20253-5.s: Likewise.
900 * testsuite/ld-ifunc/ifunc-23-x86.s: Likewise.
901 * testsuite/ld-ifunc/ifunc-23a-x86.d: Likewise.
902 * testsuite/ld-ifunc/ifunc-23b-x86.d: Likewise.
903 * testsuite/ld-ifunc/ifunc-23c-x86.d: Likewise.
904 * testsuite/ld-ifunc/ifunc-24-x86.s: Likewise.
905 * testsuite/ld-ifunc/ifunc-24a-x86.d: Likewise.
906 * testsuite/ld-ifunc/ifunc-24b-x86.d: Likewise.
907 * testsuite/ld-ifunc/ifunc-24c-x86.d: Likewise.
908 * testsuite/ld-ifunc/ifunc-25-x86.s: Likewise.
909 * testsuite/ld-ifunc/ifunc-25a-x86.d: Likewise.
910 * testsuite/ld-ifunc/ifunc-25b-x86.d: Likewise.
911 * testsuite/ld-ifunc/ifunc-25c-x86.d: Likewise.
912 * testsuite/ld-x86-64/pr20253-1.s: Likewise.
913 * testsuite/ld-x86-64/pr20253-1a.d: Likewise.
914 * testsuite/ld-x86-64/pr20253-1b.d: Likewise.
915 * testsuite/ld-x86-64/pr20253-1c.d: Likewise.
916 * testsuite/ld-x86-64/pr20253-1d.d: Likewise.
917 * testsuite/ld-x86-64/pr20253-1e.d: Likewise.
918 * testsuite/ld-x86-64/pr20253-1f.d: Likewise.
919 * testsuite/ld-x86-64/pr20253-1g.d: Likewise.
920 * testsuite/ld-x86-64/pr20253-1h.d: Likewise.
921 * testsuite/ld-x86-64/pr20253-1i.d: Likewise.
922 * testsuite/ld-x86-64/pr20253-1j.d: Likewise.
923 * testsuite/ld-x86-64/pr20253-1k.d: Likewise.
924 * testsuite/ld-x86-64/pr20253-1l.d: Likewise.
925 * testsuite/ld-x86-64/pr20253-2a.c: Likewise.
926 * testsuite/ld-x86-64/pr20253-2b.S: Likewise.
927 * testsuite/ld-x86-64/pr20253-2c.S: Likewise.
928 * testsuite/ld-x86-64/pr20253-2d.S: Likewise.
929 * testsuite/ld-x86-64/pr20253-3.d: Likewise.
930 * testsuite/ld-x86-64/pr20253-3.s: Likewise.
931 * testsuite/ld-x86-64/pr20253-4.s: Likewise.
932 * testsuite/ld-x86-64/pr20253-4a.d: Likewise.
933 * testsuite/ld-x86-64/pr20253-4b.d: Likewise.
934 * testsuite/ld-x86-64/pr20253-4c.d: Likewise.
935 * testsuite/ld-x86-64/pr20253-4d.d: Likewise.
936 * testsuite/ld-x86-64/pr20253-4e.d: Likewise.
937 * testsuite/ld-x86-64/pr20253-4f.d: Likewise.
938 * testsuite/ld-x86-64/pr20253-5.s: Likewise.
939 * testsuite/ld-x86-64/pr20253-5a.d: Likewise.
940 * testsuite/ld-x86-64/pr20253-5b.d: Likewise.
941 * testsuite/ld-ifunc/ifunc-18a-i386.d: Remove extra IRELATIVE
942 relocation.
943 * testsuite/ld-ifunc/ifunc-18a-x86-64.d: Likewise.
944 * testsuite/ld-ifunc/ifunc-18b-i386.d: Likewise.
945 * testsuite/ld-ifunc/ifunc-18b-x86-64.d: Likewise.
946 * testsuite/ld-ifunc/ifunc-18a.s: Fix a typo.
947 * testsuite/ld-x86-64/x86-64.exp: Run pr20253-1 tests.
948
949 2016-06-17 Thomas Preud'homme <thomas.preudhomme@arm.com>
950 Tony Wang <tony.wang@arm.com>
951
952 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall M profile):
953 Assemble for ARMv6-M.
954 (Thumb2-Thumb2 farcall M profile): New testcase.
955 * testsuite/ld-arm/farcall-thumb2-thumb2-m.d: New file.
956 * testsuite/ld-arm/jump-reloc-veneers-cond-long-backward.d: Update to
957 reflect the use of Thumb-2 veneers for Thumb-2 capable targets.
958 * testsuite/ld-arm/jump-reloc-veneers-cond-long.d: Likewise.
959
960 2016-06-16 H.J. Lu <hongjiu.lu@intel.com>
961
962 * testsuite/ld-i386/i386.exp: Run pr19636-2e-nacl.
963 * testsuite/ld-i386/pr19636-2e.d: Skip for NaCl targets.
964 Remove .rel.plt section.
965 * testsuite/ld-i386/pr19636-2e-nacl.d: New file.
966
967 2016-06-15 H.J. Lu <hongjiu.lu@intel.com>
968
969 * testsuite/ld-i386/no-plt-check1a.S (check): Test static
970 function pointer.
971 * testsuite/ld-i386/no-plt-check1b.S (check): Likewise.
972 * testsuite/ld-x86-64/no-plt-check1.S (check): Likewise.
973 * testsuite/ld-i386/no-plt-extern1a.S (func_p): New. Static
974 function pointer.
975 * testsuite/ld-i386/no-plt-extern1b.S (func_p): Likewise.
976 * testsuite/ld-x86-64/no-plt-extern1.S (func_p): Likewise.
977 * testsuite/ld-i386/no-plt-1a.dd: Updated.
978 * testsuite/ld-i386/no-plt-1b.dd: Likewise.
979 * testsuite/ld-i386/no-plt-1c.dd: Likewise.
980 * testsuite/ld-i386/no-plt-1d.dd: Likewise.
981 * testsuite/ld-i386/no-plt-1e.dd: Likewise.
982 * testsuite/ld-i386/no-plt-1f.dd: Likewise.
983 * testsuite/ld-i386/no-plt-1g.dd: Likewise.
984 * testsuite/ld-i386/no-plt-1h.dd: Likewise.
985 * testsuite/ld-i386/no-plt-1i.dd: Likewise.
986 * testsuite/ld-i386/no-plt-1j.dd: Likewise.
987 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
988 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
989 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
990 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
991 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
992 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
993 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
994
995 2016-06-14 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
996
997 PR ld/20254
998 * testsuite/ld-avr/avr-prop-6.d: New test.
999 * testsuite/ld-avr/avr-prop-6.s: New test.
1000
1001 2016-06-14 Alan Modra <amodra@gmail.com>
1002
1003 * ldbuildid.c: Formatting.
1004 * ldcref.c: Formatting.
1005 * ldctor.c: Formatting.
1006 * ldemul.c: Formatting.
1007 * ldexp.c: Formatting.
1008 * ldfile.c: Formatting.
1009 * ldlang.c: Formatting.
1010 * ldmain.c: Formatting.
1011 * ldwrite.c: Formatting.
1012
1013 2016-06-14 Alan Modra <amodra@gmail.com>
1014
1015 * ldlang.c: Expand uses of bfd_my_archive.
1016 * ldmain.c: Likewise.
1017 * ldmisc.c: Likewise.
1018 * plugin.c: Likewise.
1019
1020 2016-06-14 Alan Modra <amodra@gmail.com>
1021
1022 PR ld/20241
1023 * ldmain.c (add_archive_element): Just print file name of file within
1024 thin archives.
1025 * ldmisc.c (vfinfo): Likewise.
1026 * plugin.c (plugin_object_p): Open file within thin archives.
1027 (plugin_maybe_claim): Expand comment.
1028
1029 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
1030
1031 PR ld/20244
1032 * testsuite/ld-i386/i386.exp: Run pr20244-2a, pr20244-2b,
1033 pr20244-2c and pr20244-2d.
1034 * testsuite/ld-i386/no-plt.exp: Run pr20244-3a and pr20244-3b.
1035 * testsuite/ld-i386/pr20244-2.s: New file.
1036 * testsuite/ld-i386/pr20244-2a.d: Likewise.
1037 * testsuite/ld-i386/pr20244-2b.d: Likewise.
1038 * testsuite/ld-i386/pr20244-2c.d: Likewise.
1039 * testsuite/ld-i386/pr20244-2d.d: Likewise.
1040 * testsuite/ld-i386/pr20244-3a.c: Likewise.
1041 * testsuite/ld-i386/pr20244-3b.S: Likewise.
1042 * testsuite/ld-i386/pr20244-3c.S: Likewise.
1043 * testsuite/ld-i386/pr20244-3d.S: Likewise.
1044
1045 2016-06-13 H.J. Lu <hongjiu.lu@intel.com>
1046
1047 * testsuite/ld-i386/i386.exp: Run ifunc-1a and ifunc-1b.
1048 * testsuite/ld-i386/ifunc-1a.c: New file.
1049 * testsuite/ld-i386/ifunc-1b.S: Likewise.
1050 * testsuite/ld-i386/ifunc-1c.S: Likewise.
1051 * testsuite/ld-i386/ifunc-1d.S: Likewise.
1052
1053 2016-06-13 Cupertino Miranda <cmiranda@synospsy.com>
1054
1055 * testsuite/ld-srec/srec.exp: Changed to XFAIL on both little and
1056 big endian ARC targets.
1057
1058 2016-06-12 H.J. Lu <hongjiu.lu@intel.com>
1059
1060 * testsuite/ld-x86-64/libno-plt-1b.dd: Updated for x32.
1061 * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
1062 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
1063 * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
1064 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
1065 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
1066 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
1067 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
1068 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
1069 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
1070 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
1071 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
1072 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
1073 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
1074 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
1075
1076 2016-06-11 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 PR ld/20244
1079 * testsuite/ld-i386/i386.exp: Run pr20244-1a and pr20244-1b.
1080 * testsuite/ld-i386/pr20244-1.s: New file.
1081 * testsuite/ld-i386/pr20244-1a.d: Likewise.
1082 * testsuite/ld-i386/pr20244-1b.d: Likewise.
1083 * testsuite/ld-i386/pr20244-1c.d: Likewise.
1084
1085 2016-06-08 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1086
1087 PR ld/20221
1088 * testsuite/ld-avr/avr-prop-5.d: New.
1089 * testsuite/ld-avr/avr-prop-5.s: New.
1090
1091 2016-06-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1092
1093 * testsuite/ld-avr/lds-mega.d: New test.
1094 * testsuite/ld-avr/lds-mega.s: New test source.
1095 * testsuite/ld-avr/lds-tiny.d: New test.
1096 * testsuite/ld-avr/lds-tiny.s: New test source.
1097
1098 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1099
1100 * testsuite/ld-i386/libno-plt-1b.dd: New file.
1101 * testsuite/ld-i386/libno-plt-1b.rd: Likewise.
1102 * testsuite/ld-i386/no-plt-1a.dd: Likewise.
1103 * testsuite/ld-i386/no-plt-1a.rd: Likewise.
1104 * testsuite/ld-i386/no-plt-1b.dd: Likewise.
1105 * testsuite/ld-i386/no-plt-1b.rd: Likewise.
1106 * testsuite/ld-i386/no-plt-1c.dd: Likewise.
1107 * testsuite/ld-i386/no-plt-1c.rd: Likewise.
1108 * testsuite/ld-i386/no-plt-1d.dd: Likewise.
1109 * testsuite/ld-i386/no-plt-1d.rd: Likewise.
1110 * testsuite/ld-i386/no-plt-1e.dd: Likewise.
1111 * testsuite/ld-i386/no-plt-1e.rd: Likewise.
1112 * testsuite/ld-i386/no-plt-1f.dd: Likewise.
1113 * testsuite/ld-i386/no-plt-1f.rd: Likewise.
1114 * testsuite/ld-i386/no-plt-1g.dd: Likewise.
1115 * testsuite/ld-i386/no-plt-1g.rd: Likewise.
1116 * testsuite/ld-i386/no-plt-1h.dd: Likewise.
1117 * testsuite/ld-i386/no-plt-1h.rd: Likewise.
1118 * testsuite/ld-i386/no-plt-1i.dd: Likewise.
1119 * testsuite/ld-i386/no-plt-1i.rd: Likewise.
1120 * testsuite/ld-i386/no-plt-1j.dd: Likewise.
1121 * testsuite/ld-i386/no-plt-1j.rd: Likewise.
1122 * testsuite/ld-i386/no-plt-check1a.S: Likewise.
1123 * testsuite/ld-i386/no-plt-check1b.S: Likewise.
1124 * testsuite/ld-i386/no-plt-extern1a.S: Likewise.
1125 * testsuite/ld-i386/no-plt-extern1b.S: Likewise.
1126 * testsuite/ld-i386/no-plt-func1.c: Likewise.
1127 * testsuite/ld-i386/no-plt-main1.c: Likewise.
1128 * testsuite/ld-i386/no-plt.exp: Likewise.
1129
1130 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1131
1132 * testsuite/ld-x86-64/tls.exp (run_cc_link_tests): Update test
1133 name.
1134
1135 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1136
1137 * testsuite/ld-i386/i386.exp: Run libtlspic2.so, tlsbin2,
1138 tlsgd3, tlsld2, tlsgd4, tlspie3a, tlspie3b and tlspie3c.
1139 * testsuite/ld-i386/pass.out: New file.
1140 * testsuite/ld-i386/tls-def1.c: Likewise.
1141 * testsuite/ld-i386/tls-gd1.S: Likewise.
1142 * testsuite/ld-i386/tls-ld1.S: Likewise.
1143 * testsuite/ld-i386/tls-main1.c: Likewise.
1144 * testsuite/ld-i386/tls.exp: Likewise.
1145 * testsuite/ld-i386/tlsbin2-nacl.rd: Likewise.
1146 * testsuite/ld-i386/tlsbin2.dd: Likewise.
1147 * testsuite/ld-i386/tlsbin2.rd: Likewise.
1148 * testsuite/ld-i386/tlsbin2.sd: Likewise.
1149 * testsuite/ld-i386/tlsbin2.td: Likewise.
1150 * testsuite/ld-i386/tlsbinpic2.s: Likewise.
1151 * testsuite/ld-i386/tlsgd3.dd: Likewise.
1152 * testsuite/ld-i386/tlsgd3.s: Likewise.
1153 * testsuite/ld-i386/tlsgd4.d: Likewise.
1154 * testsuite/ld-i386/tlsgd4.s: Likewise.
1155 * testsuite/ld-i386/tlsld2.s: Likewise.
1156 * testsuite/ld-i386/tlspic2-nacl.rd: Likewise.
1157 * testsuite/ld-i386/tlspic2.dd: Likewise.
1158 * testsuite/ld-i386/tlspic2.rd: Likewise.
1159 * testsuite/ld-i386/tlspic2.sd: Likewise.
1160 * testsuite/ld-i386/tlspic2.td: Likewise.
1161 * testsuite/ld-i386/tlspic3.s: Likewise.
1162 * testsuite/ld-i386/tlspie3.s: Likewise.
1163 * testsuite/ld-i386/tlspie3a.d: Likewise.
1164 * testsuite/ld-i386/tlspie3b.d: Likewise.
1165 * testsuite/ld-i386/tlspie3c.d: Likewise.
1166
1167 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1168
1169 * testsuite/ld-x86-64/no-plt-1a.rd: Support any relocation order.
1170 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
1171 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
1172 * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
1173 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
1174 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
1175 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
1176 * testsuite/ld-x86-64/no-plt.exp: Fix a typo.
1177
1178 2016-06-08 H.J. Lu <hongjiu.lu@intel.com>
1179
1180 * testsuite/ld-x86-64/libno-plt-1b.dd: Likewise.
1181 * testsuite/ld-x86-64/libno-plt-1b.rd: Likewise.
1182 * testsuite/ld-x86-64/no-plt-1a.dd: Likewise.
1183 * testsuite/ld-x86-64/no-plt-1a.rd: Likewise.
1184 * testsuite/ld-x86-64/no-plt-1b.dd: Likewise.
1185 * testsuite/ld-x86-64/no-plt-1b.rd: Likewise.
1186 * testsuite/ld-x86-64/no-plt-1c.dd: Likewise.
1187 * testsuite/ld-x86-64/no-plt-1c.rd: Likewise.
1188 * testsuite/ld-x86-64/no-plt-1d.dd: Likewise.
1189 * testsuite/ld-x86-64/no-plt-1d.rd: Likewise.
1190 * testsuite/ld-x86-64/no-plt-1e.dd: Likewise.
1191 * testsuite/ld-x86-64/no-plt-1e.rd: Likewise.
1192 * testsuite/ld-x86-64/no-plt-1f.dd: Likewise.
1193 * testsuite/ld-x86-64/no-plt-1f.rd: Likewise.
1194 * testsuite/ld-x86-64/no-plt-1g.dd: Likewise.
1195 * testsuite/ld-x86-64/no-plt-1g.rd: Likewise.
1196 * testsuite/ld-x86-64/no-plt-check1.S: Likewise.
1197 * testsuite/ld-x86-64/no-plt.exp: Likewise.
1198 * testsuite/ld-x86-64/no-plt-extern1.S: Likewise.
1199 * testsuite/ld-x86-64/no-plt-func1.c: Likewise.
1200 * testsuite/ld-x86-64/no-plt-main1.c: Likewise.
1201
1202 2016-06-07 Maciej W. Rozycki <macro@imgtec.com>
1203
1204 * testsuite/ld-elf/init-fini-arrays.d: Remove `ft32-*-*' xfail.
1205
1206 2016-06-07 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1207
1208 * testsuite/ld-s390/pltoffset-1.dd: New test.
1209 * testsuite/ld-s390/pltoffset-1.ld: New test.
1210 * testsuite/ld-s390/pltoffset-1.s: New test.
1211 * testsuite/ld-s390/s390.exp: Run new test.
1212
1213 2016-06-07 Alan Modra <amodra@gmail.com>
1214
1215 * testsuite/ld-powerpc/apuinfo1.s: Delete nop.
1216 * testsuite/ld-powerpc/apuinfo-vle2.s: New.
1217 * testsuite/ld-powerpc/powerpc.exp: Use apuinfo-vle2.s.
1218
1219 2016-06-06 H.J. Lu <hongjiu.lu@intel.com>
1220
1221 * testsuite/ld-x86-64/pass.out: New file.
1222 * testsuite/ld-x86-64/tls-def1.c: Likewise.
1223 * testsuite/ld-x86-64/tls-gd1.S: Likewise.
1224 * testsuite/ld-x86-64/tls-ld1.S: Likewise.
1225 * testsuite/ld-x86-64/tls-main1.c: Likewise.
1226 * testsuite/ld-x86-64/tls.exp: Likewise.
1227 * testsuite/ld-x86-64/tlsbin2-nacl.rd: Likewise.
1228 * testsuite/ld-x86-64/tlsbin2.dd: Likewise.
1229 * testsuite/ld-x86-64/tlsbin2.rd: Likewise.
1230 * testsuite/ld-x86-64/tlsbin2.sd: Likewise.
1231 * testsuite/ld-x86-64/tlsbin2.td: Likewise.
1232 * testsuite/ld-x86-64/tlsbinpic2.s: Likewise.
1233 * testsuite/ld-x86-64/tlsgd10.dd: Likewise.
1234 * testsuite/ld-x86-64/tlsgd10.s: Likewise.
1235 * testsuite/ld-x86-64/tlsgd11.dd: Likewise.
1236 * testsuite/ld-x86-64/tlsgd11.s: Likewise.
1237 * testsuite/ld-x86-64/tlsgd12.d: Likewise.
1238 * testsuite/ld-x86-64/tlsgd12.s: Likewise.
1239 * testsuite/ld-x86-64/tlsgd13.d: Likewise.
1240 * testsuite/ld-x86-64/tlsgd13.s: Likewise.
1241 * testsuite/ld-x86-64/tlsgd14.dd: Likewise.
1242 * testsuite/ld-x86-64/tlsgd14.s: Likewise.
1243 * testsuite/ld-x86-64/tlsgd5c.s: Likewise.
1244 * testsuite/ld-x86-64/tlsgd6c.s: Likewise.
1245 * testsuite/ld-x86-64/tlsgd9.dd: Likewise.
1246 * testsuite/ld-x86-64/tlsgd9.s: Likewise.
1247 * testsuite/ld-x86-64/tlsld4.dd: Likewise.
1248 * testsuite/ld-x86-64/tlsld4.s: Likewise.
1249 * testsuite/ld-x86-64/tlsld5.dd: Likewise.
1250 * testsuite/ld-x86-64/tlsld5.s: Likewise.
1251 * testsuite/ld-x86-64/tlsld6.dd: Likewise.
1252 * testsuite/ld-x86-64/tlsld6.s: Likewise.
1253 * testsuite/ld-x86-64/tlspic2-nacl.rd: Likewise.
1254 * testsuite/ld-x86-64/tlspic2.dd: Likewise.
1255 * testsuite/ld-x86-64/tlspic2.rd: Likewise.
1256 * testsuite/ld-x86-64/tlspic2.sd: Likewise.
1257 * testsuite/ld-x86-64/tlspic2.td: Likewise.
1258 * testsuite/ld-x86-64/tlspic3.s: Likewise.
1259 * testsuite/ld-x86-64/tlspie2.s: Likewise.
1260 * testsuite/ld-x86-64/tlspie2a.d: Likewise.
1261 * testsuite/ld-x86-64/tlspie2b.d: Likewise.
1262 * testsuite/ld-x86-64/tlspie2c.d: Likewise.
1263 * testsuite/ld-x86-64/tlsgd5.dd: Updated.
1264 * testsuite/ld-x86-64/tlsgd6.dd: Likewise.
1265 * testsuite/ld-x86-64/x86-64.exp: Run libtlspic2.so, tlsbin2,
1266 tlsgd5b, tlsgd6b, tlsld4, tlsld5, tlsld6, tlsgd9, tlsgd10,
1267 tlsgd11, tlsgd14, tlsgd12, tlsgd13, tlspie2a, tlspie2b and
1268 tlspie2c.
1269
1270 2016-06-04 Christian Groessler <chris@groessler.org>
1271
1272 * testsuite/ld-z8k/0filler.s: New file.
1273 * testsuite/ld-z8k/branch-target.s: New file.
1274 * testsuite/ld-z8k/branch-target2.s: New file.
1275 * testsuite/ld-z8k/calr-back-8001.d: New file.
1276 * testsuite/ld-z8k/calr-back-8002.d: New file.
1277 * testsuite/ld-z8k/calr-back-fail-8001.d: New file.
1278 * testsuite/ld-z8k/calr-back-fail-8002.d: New file.
1279 * testsuite/ld-z8k/calr-forw-8001.d: New file.
1280 * testsuite/ld-z8k/calr-forw-8002.d: New file.
1281 * testsuite/ld-z8k/calr-forw-fail-8001.d: New file.
1282 * testsuite/ld-z8k/calr-forw-fail-8002.d: New file.
1283 * testsuite/ld-z8k/calr-opcode.s: New file.
1284 * testsuite/ld-z8k/dbjnz-forw-8001.d: New file.
1285 * testsuite/ld-z8k/dbjnz-forw-8002.d: New file.
1286 * testsuite/ld-z8k/dbjnz-forw-fail-8001.d: New file.
1287 * testsuite/ld-z8k/dbjnz-forw-fail-8002.d: New file.
1288 * testsuite/ld-z8k/dbjnz-opcode.s: New file.
1289 * testsuite/ld-z8k/djnz-back-8001.d: New file.
1290 * testsuite/ld-z8k/djnz-back-8002.d: New file.
1291 * testsuite/ld-z8k/djnz-back-fail-8001.d: New file.
1292 * testsuite/ld-z8k/djnz-back-fail-8002.d: New file.
1293 * testsuite/ld-z8k/djnz-forw-8001.d: New file.
1294 * testsuite/ld-z8k/djnz-forw-8002.d: New file.
1295 * testsuite/ld-z8k/djnz-forw-fail-8001.d: New file.
1296 * testsuite/ld-z8k/djnz-forw-fail-8002.d: New file.
1297 * testsuite/ld-z8k/djnz-opcode.s: New file.
1298 * testsuite/ld-z8k/filler.s: New file.
1299 * testsuite/ld-z8k/jr-back-8001.d: New file.
1300 * testsuite/ld-z8k/jr-back-8002.d: New file.
1301 * testsuite/ld-z8k/jr-back-fail-8001.d: New file.
1302 * testsuite/ld-z8k/jr-back-fail-8002.d: New file.
1303 * testsuite/ld-z8k/jr-forw-8001.d: New file.
1304 * testsuite/ld-z8k/jr-forw-8002.d: New file.
1305 * testsuite/ld-z8k/jr-forw-fail-8001.d: New file.
1306 * testsuite/ld-z8k/jr-forw-fail-8002.d: New file.
1307 * testsuite/ld-z8k/jr-opcode.s: New file.
1308 * testsuite/ld-z8k/ldr-back-8001.d: New file.
1309 * testsuite/ld-z8k/ldr-back-8002.d: New file.
1310 * testsuite/ld-z8k/ldr-back-fail-8001.d: New file.
1311 * testsuite/ld-z8k/ldr-back-fail-8002.d: New file.
1312 * testsuite/ld-z8k/ldr-forw-8001.d: New file.
1313 * testsuite/ld-z8k/ldr-forw-8002.d: New file.
1314 * testsuite/ld-z8k/ldr-forw-fail-8001.d: New file.
1315 * testsuite/ld-z8k/ldr-forw-fail-8002.d: New file.
1316 * testsuite/ld-z8k/ldr-opcode.s: New file.
1317 * testsuite/ld-z8k/ldrb-forw-8001.d: New file.
1318 * testsuite/ld-z8k/ldrb-forw-8002.d: New file.
1319 * testsuite/ld-z8k/ldrb-forw-fail-8001.d: New file.
1320 * testsuite/ld-z8k/ldrb-forw-fail-8002.d: New file.
1321 * testsuite/ld-z8k/ldrb-opcode.s: New file.
1322 * testsuite/ld-z8k/ldrb-opcode2.s: New file.
1323 * testsuite/ld-z8k/other-file.s: New file.
1324 * testsuite/ld-z8k/reloc.dd: New file.
1325 * testsuite/ld-z8k/reloc.ld: New file.
1326 * testsuite/ld-z8k/relocseg.dd: New file.
1327 * testsuite/ld-z8k/relocseg.ld: New file.
1328 * testsuite/ld-z8k/relocseg1.dd: New file.
1329 * testsuite/ld-z8k/this-file.s: New file.
1330 * testsuite/ld-z8k/z8k.exp: New file.
1331
1332 2016-06-03 H.J. Lu <hongjiu.lu@intel.com>
1333
1334 * testsuite/ld-i386/i386.exp: Assemble gotpc1.o and pr19319b.o
1335 with -mrelax-relocations=yes.
1336 * testsuite/ld-i386/lea1a.d (as): Add -mrelax-relocations=yes.
1337 * testsuite/ld-i386/lea1b.d (as): Likewise.
1338 * testsuite/ld-i386/lea1d.d (as): Likewise.
1339 * testsuite/ld-i386/lea1e.d (as): Likewise.
1340 * testsuite/ld-i386/lea1f.d (as): Likewise.
1341 * testsuite/ld-i386/load7.d (as): Likewise.
1342 * testsuite/ld-i386/mov1b.d (as): Likewise.
1343 * testsuite/ld-i386/pr19175.d (as): Likewise.
1344 * testsuite/ld-ifunc/ifunc-13-i386.d (as): Likewise.
1345 * testsuite/ld-ifunc/ifunc-21-i386.d (as): Likewise.
1346 * testsuite/ld-ifunc/ifunc-22-i386.d (as): Likewise.
1347 * testsuite/ld-x86-64/x86-64.exp: Assemble gotpcrel1a.o,
1348 gotpcrel1b.o and gotpcrel1c.o with -mrelax-relocations=yes.
1349
1350 2016-06-02 Vineet Gupta <Vineet.Gupta1@synopsys.com>
1351
1352 * configure.tgt: Replace -uclibc with *.
1353
1354 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
1355
1356 * testsuite/ld-mips-elf/unaligned-branch.d: New test.
1357 * testsuite/ld-mips-elf/unaligned-branch.s: New test source.
1358 * testsuite/ld-mips-elf/unaligned-text.s: New test source.
1359 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1360
1361 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
1362
1363 * testsuite/ld-mips-elf/unaligned-syms.s: Rename to...
1364 * testsuite/ld-mips-elf/unaligned-data.s: ... this.
1365 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Adjust accordingly.
1366 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Likewise.
1367 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Likewise.
1368 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Likewise.
1369
1370 2016-05-28 Maciej W. Rozycki <macro@imgtec.com>
1371
1372 * testsuite/ld-mips-elf/jal-global-overflow-0.d: New test.
1373 * testsuite/ld-mips-elf/jal-global-overflow-1.d: New test.
1374 * testsuite/ld-mips-elf/jal-local-overflow-0.d: New test.
1375 * testsuite/ld-mips-elf/jal-local-overflow-1.d: New test.
1376 * testsuite/ld-mips-elf/jal-global-overflow.s: New test source.
1377 * testsuite/ld-mips-elf/jal-local-overflow.s: New test source.
1378 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1379
1380 2016-05-28 Alan Modra <amodra@gmail.com>
1381
1382 * ldmain.c (multiple_definition, multiple_common, add_to_set,
1383 constructor_callback, warning_callback, undefined_symbol,
1384 reloc_overflow, reloc_dangerous, unattached_reloc): Return void.
1385 * emultempl/elf32.em: Adjust callback calls.
1386
1387 2016-05-27 Maciej W. Rozycki <macro@imgtec.com>
1388
1389 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.d: New test.
1390 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.d: New test.
1391 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-0.d: New
1392 test.
1393 * testsuite/ld-mips-elf/unaligned-jalx-addend-mips16-1.d: New
1394 test.
1395 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-0.d: New
1396 test.
1397 * testsuite/ld-mips-elf/unaligned-jalx-addend-micromips-1.d: New
1398 test.
1399 * testsuite/ld-mips-elf/unaligned-jalx-addend-0.s: New test
1400 source.
1401 * testsuite/ld-mips-elf/unaligned-jalx-addend-1.s: New test
1402 source.
1403 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1404
1405 2016-05-27 Maciej W. Rozycki <macro@imgtec.com>
1406
1407 * testsuite/ld-mips-elf/reloc-local-overflow.d: New test.
1408 * testsuite/ld-mips-elf/reloc-local-overflow.s: Source for the
1409 new test.
1410 * testsuite/ld-mips-elf/mips-elf.exp: Run the new test.
1411
1412 2016-05-26 Maciej W. Rozycki <macro@imgtec.com>
1413
1414 * testsuite/ld-mips-elf/unaligned-jalx-0.d: Fold
1415 `unaligned-jalx-2' here.
1416 * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: Fold
1417 `unaligned-jalx-mips16-2' here.
1418 * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: Fold
1419 `unaligned-jalx-micromips-2' here.
1420 * testsuite/ld-mips-elf/unaligned-jalx-0.s: Update accordingly.
1421 * testsuite/ld-mips-elf/unaligned-jalx-1.d: Update error
1422 message.
1423 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: Likewise.
1424 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: Likewise.
1425 * testsuite/ld-mips-elf/unaligned-jalx-2.d: Remove test.
1426 * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: Remove test.
1427 * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: Remove
1428 test.
1429 * testsuite/ld-mips-elf/unaligned-jalx-2.s: Remove test source.
1430 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: Fold
1431 `unaligned-lwpc-3' here.
1432 * testsuite/ld-mips-elf/unaligned-lwpc-0.s: Update accordingly.
1433 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: Fold
1434 `unaligned-lwpc-2' here.
1435 * testsuite/ld-mips-elf/unaligned-lwpc-1.s: Update accordingly.
1436 * testsuite/ld-mips-elf/unaligned-lwpc-2.d: Remove test.
1437 * testsuite/ld-mips-elf/unaligned-lwpc-2.s: Remove test source.
1438 * testsuite/ld-mips-elf/unaligned-lwpc-3.d: Remove test.
1439 * testsuite/ld-mips-elf/unaligned-lwpc-3.s: Remove test source.
1440 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: Fold
1441 `unaligned-ldpc-4' here.
1442 * testsuite/ld-mips-elf/unaligned-ldpc-0.s: Update accordingly.
1443 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: Update error
1444 message. Fold `unaligned-ldpc-2' and `unaligned-ldpc-3' here.
1445 * testsuite/ld-mips-elf/unaligned-ldpc-1.s: Update accordingly.
1446 * testsuite/ld-mips-elf/unaligned-ldpc-2.d: Remove test.
1447 * testsuite/ld-mips-elf/unaligned-ldpc-2.s: Remove test source.
1448 * testsuite/ld-mips-elf/unaligned-ldpc-3.d: Remove test.
1449 * testsuite/ld-mips-elf/unaligned-ldpc-3.s: Remove test source.
1450 * testsuite/ld-mips-elf/unaligned-ldpc-4.d: Remove test.
1451 * testsuite/ld-mips-elf/unaligned-ldpc-4.s: Remove test source.
1452 * testsuite/ld-mips-elf/mips-elf.exp: Delete removed tests.
1453
1454 2016-05-26 Nick Clifton <nickc@redhat.com>
1455
1456 PR target/20134
1457 * scripttempl/elf32msp430.sc (.bss): Provide __bssstart and
1458 __bsssize.
1459 * scripttempl/elf32msp430_3.sc (.bss): Likewise.
1460
1461 2016-05-25 Maciej W. Rozycki <macro@imgtec.com>
1462
1463 * testsuite/ld-mips-elf/unaligned-jalx-0.d: New test.
1464 * testsuite/ld-mips-elf/unaligned-jalx-1.d: New test.
1465 * testsuite/ld-mips-elf/unaligned-jalx-2.d: New test.
1466 * testsuite/ld-mips-elf/unaligned-jalx-mips16-0.d: New test.
1467 * testsuite/ld-mips-elf/unaligned-jalx-mips16-1.d: New test.
1468 * testsuite/ld-mips-elf/unaligned-jalx-mips16-2.d: New test.
1469 * testsuite/ld-mips-elf/unaligned-jalx-micromips-0.d: New test.
1470 * testsuite/ld-mips-elf/unaligned-jalx-micromips-1.d: New test.
1471 * testsuite/ld-mips-elf/unaligned-jalx-micromips-2.d: New test.
1472 * testsuite/ld-mips-elf/unaligned-lwpc-0.d: New test.
1473 * testsuite/ld-mips-elf/unaligned-lwpc-1.d: New test.
1474 * testsuite/ld-mips-elf/unaligned-lwpc-2.d: New test.
1475 * testsuite/ld-mips-elf/unaligned-lwpc-3.d: New test.
1476 * testsuite/ld-mips-elf/unaligned-ldpc-0.d: New test.
1477 * testsuite/ld-mips-elf/unaligned-ldpc-1.d: New test.
1478 * testsuite/ld-mips-elf/unaligned-ldpc-2.d: New test.
1479 * testsuite/ld-mips-elf/unaligned-ldpc-3.d: New test.
1480 * testsuite/ld-mips-elf/unaligned-ldpc-4.d: New test.
1481 * testsuite/ld-mips-elf/unaligned-jalx-0.s: New test source.
1482 * testsuite/ld-mips-elf/unaligned-jalx-1.s: New test source.
1483 * testsuite/ld-mips-elf/unaligned-jalx-2.s: New test source.
1484 * testsuite/ld-mips-elf/unaligned-insn.s: New test source.
1485 * testsuite/ld-mips-elf/unaligned-lwpc-0.s: New test source.
1486 * testsuite/ld-mips-elf/unaligned-lwpc-1.s: New test source.
1487 * testsuite/ld-mips-elf/unaligned-lwpc-2.s: New test source.
1488 * testsuite/ld-mips-elf/unaligned-lwpc-3.s: New test source.
1489 * testsuite/ld-mips-elf/unaligned-ldpc-0.s: New test source.
1490 * testsuite/ld-mips-elf/unaligned-ldpc-1.s: New test source.
1491 * testsuite/ld-mips-elf/unaligned-ldpc-2.s: New test source.
1492 * testsuite/ld-mips-elf/unaligned-ldpc-3.s: New test source.
1493 * testsuite/ld-mips-elf/unaligned-ldpc-4.s: New test source.
1494 * testsuite/ld-mips-elf/unaligned-syms.s: New test source.
1495 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1496
1497 2016-05-25 H.J. Lu <hongjiu.lu@intel.com>
1498
1499 PR ld/20103
1500 * ldmain.c (add_archive_element): Don't claim new IR symbols
1501 after all IR symbols have been claimed.
1502 * plugin.c (plugin_call_claim_file): Remove no_more_claiming
1503 check.
1504 * testsuite/ld-plugin/lto.exp (pr20103): New proc.
1505 Run PR ld/20103 tests.
1506 * testsuite/ld-plugin/pr20103a.c: New file.
1507 * testsuite/ld-plugin/pr20103b.c: Likewise.
1508 * testsuite/ld-plugin/pr20103c.c: Likewise.
1509
1510 2016-05-24 Maciej W. Rozycki <macro@imgtec.com>
1511
1512 * testsuite/ld-mips-elf/jalx-local.d: New test.
1513 * testsuite/ld-mips-elf/jalx-local-n32.d: New test.
1514 * testsuite/ld-mips-elf/jalx-local-n64.d: New test.
1515 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1516
1517 2016-05-23 Kuba Sejdak <jakub.sejdak@phoesys.com>
1518
1519 * Makefile.am: Add earmelf_phoenix.c.
1520 * Makefile.in: Regenerate.
1521 * configure.tgt: Add entry for arm-phoenix.
1522 * emulparams/armelf_phoenix.sh: New file.
1523
1524 2016-05-23 Thomas Preud'homme <thomas.preudhomme@arm.com>
1525
1526 * emultempl/armelf.em (arm_elf_before_allocation): Call
1527 bfd_elf32_arm_keep_private_stub_output_sections before generic
1528 before_allocation function.
1529
1530 2016-05-20 Maciej W. Rozycki <macro@imgtec.com>
1531
1532 * testsuite/ld-mips-elf/jalx-addend.d: New test.
1533 * testsuite/ld-mips-elf/jalx-addend-n32.d: New test.
1534 * testsuite/ld-mips-elf/jalx-addend-n64.d: New test.
1535 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
1536
1537 2016-05-19 H.J. Lu <hongjiu.lu@intel.com>
1538
1539 PR ld/20117
1540 * testsuite/ld-i386/i386.exp: Run pr20117.
1541 * testsuite/ld-i386/pr19609-1i.d: Updated.
1542 * testsuite/ld-i386/pr20117.d: New file.
1543 * testsuite/ld-i386/pr20117.s: Likewise.
1544
1545 2016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
1546
1547 * testsuite/ld-elf/compressed1d.d: Removed from notarget.
1548 * testsuite/ld-elf/group8a.d: Likewise.
1549 * testsuite/ld-elf/group8b.d: Likewise.
1550 * testsuite/ld-elf/group9a.d: Likewise.
1551 * testsuite/ld-elf/group9b.d: Likewise.
1552 * testsuite/ld-elf/pr12851.d: Likewise.
1553 * testsuite/ld-elf/pr12975.d: Likewise.
1554 * testsuite/ld-elf/pr13177.d: Likewise.
1555 * testsuite/ld-elf/pr13195.d: Likewise.
1556 * testsuite/ld-elf/pr17615.d: Likewise.
1557 * testsuite/ld-elf/eh-frame-hdr.d: Removed from xfail.
1558 * testsuite/ld-elf/group3b.d: Likewise.
1559 * testsuite/ld-srec/srec.exp: Likewise.
1560 * testsuite/lib/ld-lib.exp (check_gc_sections_available): Mark ARC
1561 as supporting gc.
1562 (check_shared_lib_support): Mark ARC as supporting.
1563
1564 2016-05-19 Cupertino Miranda <cmiranda@synopsys.com>
1565
1566 * emulparams/arcelf.sh: Changed.
1567 * emulparams/arclinux.sh: Likewise.
1568 * scripttempl/arclinux.sc: Moved to a more standard implementation
1569 similar to elf.sc.
1570
1571 2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
1572
1573 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Reorder
1574 `ft32-*-*' behind `frv-*-*'.
1575
1576 2016-05-19 Maciej W. Rozycki <macro@imgtec.com>
1577
1578 * configure.tgt: Remove `am34-*-linux*' support.
1579
1580 2016-05-19 Alan Modra <amodra@gmail.com>
1581
1582 * testsuite/ld-scripts/crossref.exp: Remove -mcall-aixdesc hack.
1583 * testsuite/ld-scripts/cross2.t: Tweak .opd and .toc placement.
1584 * testsuite/ld-scripts/cross3.t: Likewise.
1585 * testsuite/ld-scripts/cross4.t: Likewise.
1586 * testsuite/ld-scripts/cross5.t: Likewise.
1587 * testsuite/ld-scripts/cross6.t: Likewise.
1588 * testsuite/ld-scripts/cross7.t: Likewise.
1589
1590 2016-05-19 Alan Modra <amodra@gmail.com>
1591
1592 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Pass in
1593 exe name rather than constructing testname. Fix typo in
1594 sub-test name. Log copying. Use -rpath rather than -R.
1595
1596 2016-05-18 Nick Clifton <nickc@redhat.com>
1597
1598 * scripttempl/ft32.sc: Use fixed constants for memory region
1599 lengths. Include DWARF debug sections.
1600 (.data .bss): Do not assign locations during relocatable links.
1601 * testsuite/ld-elf/compressed1d.d: Skip for FT32.
1602 * testsuite/ld-elf/sec-to-seg.exp: Likewise.
1603 * testsuite/ld-elf/sec64k.exp: Likewise.
1604 * testsuite/ld-elf/init-fini-array.d: XFail for FT32.
1605 * testsuite/ld-elf/merge.d: Likewise.
1606 * testsuite/ld-elf/orphan-region.d: Likewise.
1607 * testsuite/ld-elf/orphan.s: Likewise.
1608 * testsuite/ld-elf/orphan3.d: Likewise.
1609 * testsuite/ld-elf/pr349.d: Likewise.
1610 * testsuite/ld-elf/warn2.d: Likewise.
1611 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Note
1612 that the FT32 does not support shared libraries.
1613
1614 2016-05-17 H.J. Lu <hongjiu.lu@intel.com>
1615
1616 * testsuite/lib/ld-lib.exp (at_least_gcc_version): Check
1617 global CC.
1618
1619 2016-05-17 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1620
1621 * scripttempl/avr.sc (text): Place .progmem.data from avr-libc
1622 above .progmem*.
1623 * scripttempl/avrtiny.sc (text): Likewise.
1624
1625 2016-05-17 Maciej W. Rozycki <macro@imgtec.com>
1626
1627 * testsuite/ld-unique/unique.exp: Use `is_elf_format' and
1628 `supports_gnu_unique' to qualify testing.
1629
1630 2016-05-16 Maciej W. Rozycki <macro@imgtec.com>
1631
1632 * testsuite/ld-elf/flags1.d: Update the xfail list.
1633
1634 2016-05-15 Maciej W. Rozycki <macro@imgtec.com>
1635
1636 * testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail
1637 removal.
1638
1639 2016-05-14 H.J. Lu <hongjiu.lu@intel.com>
1640
1641 PR ld/20097
1642 * testplug2.c (onall_symbols_read): Remove redundant sizeof
1643 on EXPECTED_VIEW_LENGTH.
1644 * testplug4.c (onall_symbols_read): Likewise.
1645
1646 2016-05-13 H.J. Lu <hongjiu.lu@intel.com>
1647
1648 PR ld/20093
1649 * testsuite/ld-x86-64/pr20093-1.d: New file.
1650 * testsuite/ld-x86-64/pr20093-1.s: Likewise.
1651 * testsuite/ld-x86-64/pr20093-2.d: Likewise.
1652 * testsuite/ld-x86-64/pr20093-2.s: Likewise.
1653 * testsuite/ld-x86-64/x86-64.exp: Run pr20093-1 and pr20093-2.
1654
1655 2016-05-13 Alan Modra <amodra@gmail.com>
1656
1657 * testsuite/ld-arm/arm-elf.exp: Adjust for arm-no-rel-plt now passing.
1658 Use different output file name for static app without .rel.plt.
1659 * testsuite/ld-arm/arm-no-rel-plt.ld: Align .rel.dyn and .rela.dyn.
1660 * testsuite/ld-arm/arm-no-rel-plt.out: Delete.
1661 * testsuite/ld-arm/arm-no-rel-plt.r: New.
1662 * testsuite/ld-arm/arm-static-app.d: Don't check file name.
1663 * testsuite/ld-arm/arm-static-app.r: Likewise.
1664
1665 2016-05-12 H.J. Lu <hongjiu.lu@intel.com>
1666
1667 PR ld/20070
1668 * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug4.la.
1669 (libldtestplug4_la_SOURCES): New.
1670 (libldtestplug4_la_CFLAGS): Likewise.
1671 (libldtestplug4_la_LDFLAGS): Likewise.
1672 * Makefile.in: Regenerated.
1673 * plugin.c (get_symbols): Return resolution based on IR symbol
1674 kinds for symbols defined/referenced only within IR.
1675 * testplug4.c: New file.
1676 * ld/testsuite/ld-plugin/pr20070.d: Likewise.
1677 * ld/testsuite/ld-plugin/pr20070a.c: Likewise.
1678 * ld/testsuite/ld-plugin/pr20070b.c: Likewise.
1679 * testsuite/ld-plugin/plugin.exp (plugin4_name): New.
1680 (plugin4_path): Likewise.
1681 Add a test for ld/20070.
1682
1683 2016-05-11 Alan Modra <amodra@gmail.com>
1684
1685 * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
1686 Call elf32_hppa_init_stub_bfd.
1687
1688 2016-05-11 Alan Modra <amodra@gmail.com>
1689
1690 PR 20060
1691 * testsuite/ld-powerpc/powerpc.exp: Run new tests.
1692 * testsuite/ld-powerpc/tlsdll.s: New.
1693 * testsuite/ld-powerpc/tlsdll.ver: New.
1694 * testsuite/ld-powerpc/tlsdll_32.s: New.
1695 * testsuite/ld-powerpc/tlsopt5.d: New.
1696 * testsuite/ld-powerpc/tlsopt5.s: New.
1697 * testsuite/ld-powerpc/tlsopt5_32.d: New.
1698 * testsuite/ld-powerpc/tlsopt5_32.s: New.
1699
1700 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1701
1702 * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use
1703 ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
1704
1705 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1706
1707 * emultempl/armelf.em (elf32_arm_add_stub_section): Add output_section
1708 parameter and rename input_section parameter to after_input_section.
1709 Append input stub section to the output section if after_input_section
1710 is NULL.
1711
1712 2016-05-10 Thomas Preud'homme <thomas.preudhomme@arm.com>
1713
1714 * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 10 (DSP)): New
1715 test.
1716 * testsuite/ld-arm/attr-merge-10b-dsp.s: New file.
1717 * testsuite/ld-arm/attr-merge-10-dsp.attr: Likewise.
1718
1719 2016-05-10 Christophe Lyon <christophe.lyon@linaro.org>
1720
1721 * ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*".
1722
1723 2016-05-09 Christophe Monat <christophe.monat@st.com>
1724
1725 PR ld/20030
1726 * testsuite/ld-arm/arm-elf.exp: Run new stm32l4xx-fix-vldm-dp
1727 tests. Fix misnamed stm32l4xx-fix-all.
1728 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.s: New tests for multiple
1729 loads with DP registers.
1730 * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.d: New reference file.
1731 * testsuite/ld-arm/stm32l4xx-fix-vldm.s: Add missing comment.
1732 * testsuite/ld-arm/stm32l4xx-fix-all.s: Add tests for multiple
1733 loads with DP registers.
1734 * testsuite/ld-arm/stm32l4xx-fix-all.d: Update reference.
1735
1736 2016-05-09 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1737
1738 * testsuite/ld-elf/flags1.d (readelf): Dump section header instead
1739 program headers.
1740 (xfail): Remove avr-*-*.
1741 Update regex to check the section flags.
1742 * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
1743
1744 2016-05-09 Alan Modra <amodra@gmail.com>
1745
1746 * Makefile.am (ealphavms.c, eelf64_ia64_vms): Correct .em deps.
1747 * Makefile.in: Regenerate.
1748
1749 2016-05-09 Alan Modra <amodra@gmail.com>
1750
1751 * testsuite/ld-scripts/pr14962-2.t: Match .text, not *.text.
1752 * testsuite/ld-scripts/rgn-at5.t: Similarly, .sec not *.sec.
1753 * testsuite/ld-scripts/section-match-1.t: Likewise.
1754
1755 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
1756
1757 PR ld/17550
1758 * testsuite/ld-elf/pr17550-1.s: New file.
1759 * testsuite/ld-elf/pr17550-2.s: Likewise.
1760 * testsuite/ld-elf/pr17550-3.s: Likewise.
1761 * testsuite/ld-elf/pr17550-4.s: Likewise.
1762 * testsuite/ld-elf/pr17550a.d: Likewise.
1763 * testsuite/ld-elf/pr17550b.d: Likewise.
1764 * testsuite/ld-elf/pr17550c.d: Likewise.
1765 * testsuite/ld-elf/pr17550d.d: Likewise.
1766
1767 2016-05-06 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1768
1769 * ld/testsuite/ld-srec/srec.exp: Mark test as XFAIL for AVR.
1770
1771 2016-05-06 H.J. Lu <hongjiu.lu@intel.com>
1772
1773 * testsuite/ld-i386/i386.exp: Run load7.
1774 * testsuite/ld-i386/load7.d: New file.
1775 * testsuite/ld-i386/load7.map: Likewise.
1776 * testsuite/ld-i386/load7.s: Likewise.
1777 * testsuite/ld-x86-64/load2.d: Likewise.
1778 * testsuite/ld-x86-64/load2.map: Likewise.
1779 * testsuite/ld-x86-64/load2.s: Likewise.
1780 * testsuite/ld-x86-64/x86-64.exp: Run load2.
1781
1782 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
1783
1784 * emulparams/elf_iamcu.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): New.
1785 * emulparams/elf_k1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1786 Likewise.
1787 * emulparams/elf_l1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1788 Likewise.
1789
1790 2016-05-05 H.J. Lu <hongjiu.lu@intel.com>
1791
1792 * testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
1793
1794 2016-05-04 H.J. Lu <hongjiu.lu@intel.com>
1795
1796 * ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
1797
1798 2016-05-04 Maciej W. Rozycki <macro@imgtec.com>
1799
1800 * testsuite/ld-unique/unique.d: New test.
1801 * testsuite/ld-unique/unique.exp: Run the new test. Adjust
1802 messages for compiled tests.
1803
1804 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1805
1806 * testsuite/ld-elf/pr18735.d: Allow other symbols.
1807 * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr.
1808 * testsuite/ld-gc/pr14265.d: Allow other symbols.
1809 * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to
1810 plugin_tests only if check_shared_lib_support is true.
1811 * testsuite/ld-selective/selective.exp: Add --section-start
1812 flag for avr.
1813
1814 2016-05-03 Maciej W. Rozycki <macro@imgtec.com>
1815
1816 PR 10549
1817 * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'.
1818
1819 2016-05-03 Jiong Wang <jiong.wang@arm.com>
1820
1821 * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option.
1822 * NEWS: Mention --no-apply-dynamic-relocs.
1823 * ld.texinfo (ld and the ARM family): Document
1824 --no-apply-dynamic-relocs.
1825 * testsuite/ld-aarch64/rela-abs-relative.s: New test source.
1826 * testsuite/ld-aarch64/rela-abs-relative.d: New expected result.
1827 * testsuite/ld-aarch64/rela-abs-relative-be.d: Likewise for big-endian.
1828 * estsuite/ld-aarch64/rela-abs-relative-opt.d: Likewise, but enable new
1829 option.
1830
1831 2016-05-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1832
1833 * testsuite/ld-elfcomm/elfcomm.exp: Check for shared lib support
1834 before running STT_COMMON tests.
1835
1836 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
1837
1838 * config/default.exp (NOPIE_CFLAGS): Download source only on
1839 remote host.
1840 (NOPIE_LDFLAGS): Likewise.
1841 * testsuite/lib/ld-lib.exp (check_lto_available): Likewise.
1842 (check_lto_fat_available): Likewise.
1843 (check_lto_shared_available): Likewise.
1844 (check_ifunc_available): Likewise.
1845 (check_ifunc_attribute_available): Likewise.
1846
1847 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1848
1849 * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
1850
1851 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 PR ld/20006
1854 * testsuite/ld-elfvsb/elfvsb.exp (COMPRESS_LDFLAG): New.
1855 (visibility_run): Pass COMPRESS_LDFLAG to visibility_test on
1856 ELF targets.
1857
1858 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
1859
1860 * testsuite/ld-elf/compressed1b.d: Pass
1861 --compress-debug-sections=none to ld.
1862 * testsuite/ld-elf/compressed1c.d: Likewise.
1863
1864 2016-04-27 Alan Modra <amodra@gmail.com>
1865
1866 PR target/19985
1867 * configure.tgt: Don't use var+=.
1868
1869 2016-04-25 Nick Clifton <nickc@redhat.com>
1870
1871 PR target/19985
1872 * configure.tgt: Include big endian PPC64 emulations with little
1873 endian PPC64 targets.
1874
1875 2016-04-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1876
1877 * scripttempl/avrtiny.sc (.text): Do not set LMA to zero.
1878
1879 2016-04-21 H.J. Lu <hongjiu.lu@intel.com>
1880
1881 * testsuite/lib/ld-lib.exp (check_lto_available): Return 1 on
1882 Linux with GCC 4.9 or newer.
1883 (check_lto_fat_available): Likewise.
1884 (check_lto_shared_available): Likewise.
1885
1886 2016-04-21 Nick Clifton <nickc@redhat.com>
1887
1888 * ldlang.c (lang_check_relocs): Use bfd_link_check_relocs in
1889 prefernce to _bfd_elf_link_check_relocs. Drop test for ELF
1890 targets. Do not stop the checks when problems are encountered.
1891
1892 2016-04-21 Alan Modra <amodra@gmail.com>
1893
1894 * testsuite/ld-scripts/cross3.t: Add commonly used data
1895 and text section names to output section statements.
1896 * testsuite/ld-scripts/cross4.t: Likewise.
1897 * testsuite/ld-scripts/cross5.t: Likewise.
1898 * testsuite/ld-scripts/cross6.t: Likewise.
1899 * testsuite/ld-scripts/cross7.t: Likewise.
1900
1901 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1902
1903 * ldlang.c (lang_check_relocs): New function.
1904 (lang_process): Call lang_check_relocs after lang_gc_sections.
1905 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
1906 call _bfd_elf_link_check_relocs here.
1907
1908 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1909
1910 PR ld/19972
1911 * testsuite/ld-elf/eh6.d: Pass -rW to readelf and check for
1912 R_386_NONE or R_X86_64_NONE.
1913
1914 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1915
1916 * testsuite/ld-x86-64/pic1.d: New file.
1917 * testsuite/ld-x86-64/pic1.s: Likewise.
1918 * testsuite/ld-x86-64/x86-64.exp: Run pic1.
1919
1920 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1921
1922 * testsuite/ld-x86-64/pie2.d: New file.
1923 * testsuite/ld-x86-64/pie2.s: Likewise.
1924 * testsuite/ld-x86-64/x86-64.exp: Run pie2.
1925
1926 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1927
1928 PR ld/19969
1929 * testsuite/ld-x86-64/pr19969.d: New file.
1930 * testsuite/ld-x86-64/pr19969a.S: Likewise.
1931 * testsuite/ld-x86-64/pr19969b.S: Likewise.
1932 * testsuite/ld-x86-64/x86-64.exp: Run pr19969 tests.
1933
1934 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1935
1936 * emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1937 New.
1938 * emulparams/elf_i386.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1939 Likewise.
1940 * emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1941 Likewise.
1942 * emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1943 Likewise.
1944 * emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1945 Likewise.
1946 * emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1947 Likewise.
1948 * emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1949 Likewise.
1950 * emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
1951 Likewise.
1952 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
1953 Set check_relocs_after_open_input to TRUE if
1954 CHECK_RELOCS_AFTER_OPEN_INPUT is yes.
1955 (gld${EMULATION_NAME}_after_open): Call
1956 _bfd_elf_link_check_relocs on all inputs if
1957 check_relocs_after_open_input is TRUE.
1958
1959 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
1960
1961 * testsuite/ld-elf/eh6.s: Replace .long with .dc.a on
1962 my_personality_v0.
1963
1964 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
1965
1966 * emultempl/scoreelf.em: Likewise.
1967
1968 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
1969
1970 PR ld/19719
1971 * testsuite/ld-x86-64/pr19719.d: New file.
1972 * testsuite/ld-x86-64/pr19719.s: Likewise.
1973 * testsuite/ld-x86-64/x86-64.exp: Run pr19719.
1974
1975 2016-04-18 Matthew Fortune <matthew.fortune@imgtec.com>
1976
1977 * ld.texinfo: Document NOCROSSREFS_TO script command.
1978 * ldlang.h (struct lang_nocrossrefs): Add onlyfirst field.
1979 (lang_add_nocrossref_to): New prototype.
1980 * ldcref.c (check_local_sym_xref): Use onlyfirst to only look for
1981 symbols defined in the first section.
1982 (check_nocrossref): Likewise.
1983 * ldgram.y (NOCROSSREFS_TO): New script command.
1984 * ldlang.c (lang_add_nocrossref): Set onlyfirst to FALSE.
1985 (lang_add_nocrossref_to): New function.
1986 * ldlex.l (NOCROSSREFS_TO): New token.
1987 * NEWS: Mention NOCROSSREFS_TO.
1988 * testsuite/ld-scripts/cross4.t: New file.
1989 * testsuite/ld-scripts/cross5.t: Likewise.
1990 * testsuite/ld-scripts/cross6.t: Likewise.
1991 * testsuite/ld-scripts/cross7.t: Likewise.
1992 * testsuite/ld-scripts/crossref.exp: Run 4 new NOCROSSREFS_TO
1993 tests.
1994
1995 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
1996
1997 * Makefile.in: Regenerated with automake 1.11.6.
1998 * aclocal.m4: Likewise.
1999
2000 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2001
2002 * testsuite/ld-arc/arc.exp: New file.
2003 * testsuite/ld-arc/nps-1.s: New file.
2004 * testsuite/ld-arc/nps-1a.d: New file.
2005 * testsuite/ld-arc/nps-1b.d: New file.
2006 * testsuite/ld-arc/nps-1b.err: New file.
2007
2008 2016-04-14 Nick Clifton <nickc@redhat.com>
2009
2010 PR 19457
2011 * testsuite/ld-scripts/script.exp (extract_symbol_test): Add
2012 exceptions for Mingw and Cygwin.
2013
2014 2016-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
2015
2016 * testsuite/lib/ld-lib.exp (run_dump_test): Initialise
2017 check_ld(terminal).
2018
2019 2016-04-13 H.J. Lu <hongjiu.lu@intel.com>
2020
2021 PR ld/19774
2022 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
2023 tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
2024 tests.
2025
2026 2016-04-11 H.J. Lu <hongjiu.lu@intel.com>
2027
2028 PR ld/19939
2029 * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
2030 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2031 * testsuite/ld-i386/pr19939.s: New file.
2032 * testsuite/ld-i386/pr19939a.d: Likewise.
2033 * testsuite/ld-i386/pr19939b.d: Likewise.
2034 * testsuite/ld-x86-64/pr19939.s: Likewise.
2035 * testsuite/ld-x86-64/pr19939a.d: Likewise.
2036 * testsuite/ld-x86-64/pr19939b.d: Likewise.
2037
2038 2016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
2039
2040 * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
2041
2042 2016-04-08 Alan Modra <amodra@gmail.com>
2043
2044 PR 18452
2045 * ldlang.c (maybe_overlays): Delete.
2046 (lang_size_sections_1): Remove code setting maybe_overlays.
2047 (lang_check_section_addresses): Instead detect overlays by
2048 exact match of section VMAs here. Fix memory leak.
2049
2050 2016-04-08 Dan Gisselquist <dgisselq@ieee.org>
2051
2052 * ldlang.c (print_output_section_statement): Show minfo size
2053 in target machine address units.
2054 (print_reloc_statement): Likewise.
2055 (print_padding_statement): Likewise.
2056 (print_data_statement): Likewise. Ensure minimum print_dot
2057 increment of one address unit.
2058
2059 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
2060
2061 * emulparams/arc-endianness.sh: Make little endian default choice.
2062
2063 2016-04-07 Nick Clifton <nickc@redhat.com>
2064
2065 * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
2066 section name.
2067 * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
2068
2069 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
2070
2071 * emulparams/arc-endianness.sh: New file.
2072 * emulparams/arcebelf.sh: Deleted.
2073 * emulparams/arcebelf_prof.sh: Deleted.
2074 * emulparams/arceblinux.sh: Deleted.
2075 * emulparams/arceblinux_prof.sh: Deleted.
2076 * emulparams/arcelf.sh: Include arc-endinness.sh.
2077 * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
2078 * emulparams/arclinux.sh: Include arc-endinness.sh.
2079 * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
2080 * emulparams/arcv2elf.sh: Include arc-endinness.sh.
2081 * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
2082 * testsuite/ld-elf/compressed1d.d: Update pattern for big and
2083 little endian arc targets.
2084 * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
2085 * testsuite/ld-elf/group1.d: Likewise.
2086 * testsuite/ld-elf/group3b.d: Likewise.
2087 * testsuite/ld-elf/group8a.d: Likewise.
2088 * testsuite/ld-elf/group8b.d: Likewise.
2089 * testsuite/ld-elf/group9a.d: Likewise.
2090 * testsuite/ld-elf/group9b.d: Likewise.
2091 * testsuite/ld-elf/linkonce2.d: Likewise.
2092 * testsuite/ld-elf/pr12851.d: Likewise.
2093 * testsuite/ld-elf/pr12975.d: Likewise.
2094 * testsuite/ld-elf/pr13177.d: Likewise.
2095 * testsuite/ld-elf/pr13195.d: Likewise.
2096 * testsuite/ld-elf/pr17615.d: Likewise.
2097 * testsuite/ld-elf/pr19162.d: Likewise.
2098 * testsuite/ld-elf/sec64k.exp: Likewise.
2099 * testsuite/lib/ld-lib.exp: Likewise.
2100
2101 2016-04-05 Maciej W. Rozycki <macro@imgtec.com>
2102
2103 PR ld/19908
2104 * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
2105 handling fix.
2106 * testsuite/ld-cris/tls-e-20a.d: Likewise.
2107 * testsuite/ld-cris/tls-e-21.d: Likewise.
2108 * testsuite/ld-cris/tls-e-23.d: Likewise.
2109 * testsuite/ld-cris/tls-e-80.d: Likewise.
2110 * testsuite/ld-cris/tls-gd-3h.d: Likewise.
2111 * testsuite/ld-cris/tls-leie-19.d: Likewise.
2112 * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
2113 * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
2114 * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
2115 * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
2116 * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
2117 * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
2118 * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
2119 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
2120
2121 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
2122
2123 * testsuite/ld-discard/extern.d: Removed xfail for ARC.
2124 * testsuite/ld-discard/start.d: Likewise.
2125 * testsuite/ld-discard/static.d: Likewise.
2126 * testsuite/ld-elf/group1.d: Likewise.
2127 * testsuite/ld-elf/group3b.d: Likewise.
2128 * testsuite/ld-elf/orphan-region.d: Likewise.
2129 * testsuite/ld-elf/orphan.d: Likewise.
2130 * testsuite/ld-elf/orphan3.d: Likewise.
2131 * testsuite/ld-elf/pr349.d: Likewise.
2132 * testsuite/ld-elf/warn1.d: Likewise.
2133 * testsuite/ld-elf/warn2.d: Likewise.
2134 * testsuite/ld-elf/warn3.d: Likewise.
2135 * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
2136 through linker flags.
2137 * testsuite/ld-srec/srec.exp: Set as xfail.
2138
2139 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
2140
2141 PR ld/19827
2142 * testsuite/ld-i386/pr19827-nacl.rd: New file.
2143 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
2144
2145 2016-04-04 Nick Clifton <nickc@redhat.com>
2146
2147 PR 19803
2148 * emultempl/pe.em (change_undef): New function. Encapsulates
2149 duplicated code in pe_fixup_stdcalls and adds the newly defined
2150 sym to the gc root list.
2151 (pe_fixup_stdcall): Use the new function.
2152 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
2153 symbol to gc root list.
2154
2155 2016-03-31 Alan Modra <amodra@gmail.com>
2156
2157 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
2158 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
2159 (print_input_section): Don't use TO_ADDR when printing section
2160 size.
2161 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
2162 (lang_size_sections): Use TO_ADDR in relro end calculation.
2163
2164 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
2165
2166 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
2167 value from regexp_diff.
2168 * testsuite/ld-elf/orphan-5.l: Fix expected output.
2169 * testsuite/ld-elf/orphan-6.l: Likewise.
2170
2171 2016-03-30 Alan Modra <amodra@gmail.com>
2172
2173 PR 18452
2174 * ldlang.c (maybe_overlays): New static var.
2175 (lang_size_sections_1): Set it here.
2176 (struct check_sec): New.
2177 (sort_sections_by_lma): Adjust for array of structs.
2178 (sort_sections_by_vma): New function.
2179 (lang_check_section_addresses): Check both LMA and VMA for overlap.
2180 * testsuite/ld-scripts/rgn-over7.d: Adjust.
2181
2182 2016-03-30 Alan Modra <amodra@gmail.com>
2183
2184 * ldlang.c (lang_size_sections_1): Correct code detecting a
2185 backward non-overlapping move.
2186
2187 2016-03-30 Alan Modra <amodra@gmail.com>
2188
2189 * ldlang.c (IS_TBSS): New macro, extracted from..
2190 (IGNORE_SECTION): ..here.
2191 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
2192 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
2193
2194 2016-03-22 Nick Clifton <nickc@redhat.com>
2195
2196 PR ld/19803
2197 * ldlang.c (lang_add_gc_name): New function. Adds the provided
2198 symbol name to the list of gc symbols.
2199 (lang_process): Call lang_add_gc_name with entry_symbol_default if
2200 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
2201 and fini function names.
2202 * pe-dll.c (process_def_file_and_drectve): Add exported names to
2203 the gc symbol list.
2204 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
2205 * testsuite/ld-pe/pr19803.d: Tweak expected output.
2206
2207 2016-03-22 Nick Clifton <nickc@redhat.com>
2208
2209 * configure: Regenerate.
2210
2211 2016-03-21 Nick Clifton <nickc@redhat.com>
2212
2213 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
2214 * plugin.c: Likewise.
2215 * pe-dll.c: Likewise.
2216
2217 2016-03-18 Awson <kyrab@mail.ru>
2218
2219 PR 19531
2220 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
2221 this section.
2222 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
2223
2224 2016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
2225
2226 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
2227
2228 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
2229
2230 PR ld/19827
2231 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
2232 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2233 * testsuite/ld-i386/pr19827.rd: New file.
2234 * testsuite/ld-i386/pr19827a.S: Likewise.
2235 * testsuite/ld-i386/pr19827b.S: Likewise.
2236 * testsuite/ld-x86-64/pr19827.rd: Likewise.
2237 * testsuite/ld-x86-64/pr19827a.S: Likewise.
2238 * testsuite/ld-x86-64/pr19827b.S: Likewise.
2239
2240 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
2241
2242 PR ld/19807
2243 * Makefile.am (ELF_X86_DEPS): Add
2244 $(srcdir)/emulparams/reloc_overflow.sh.
2245 * Makefile.in: Regenerated.
2246 * NEWS: Mention -z noreloc-overflow.
2247 * ld.texinfo: Document -z noreloc-overflow.
2248 * emulparams/elf32_x86_64.sh: Source
2249 ${srcdir}/emulparams/reloc_overflow.sh.
2250 * emulparams/elf_x86_64.sh: Likewise.
2251 * emulparams/reloc_overflow.sh: New file.
2252 * testsuite/ld-x86-64/pr19807-1.s: New file.
2253 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
2254 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
2255 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
2256 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
2257 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
2258 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
2259 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
2260 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
2261 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
2262
2263 2016-03-13 H.J. Lu <hongjiu.lu@intel.com>
2264
2265 PR ld/19539
2266 * testsuite/ld-i386/i386.exp: Run pr19539.
2267 * testsuite/ld-i386/pr19539.d: New file.
2268 * testsuite/ld-i386/pr19539.s: Likewise.
2269 * testsuite/ld-i386/pr19539.t: Likewise.
2270 * testsuite/ld-x86-64/pr19539.s: Likewise.
2271 * testsuite/ld-x86-64/pr19539.t: Likewise.
2272 * testsuite/ld-x86-64/pr19539a.d: Likewise.
2273 * testsuite/ld-x86-64/pr19539b.d: Likewise.
2274 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
2275
2276 2016-03-10 Mickael Guene <mickael.guene@st.com>
2277
2278 PR gas/19744
2279 * testsuite/ld-arm/arm-elf.exp: New tests.
2280 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
2281 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
2282
2283 2016-03-10 Nick Clifton <nickc@redhat.com>
2284
2285 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
2286
2287 2016-03-09 Pedro Alves <palves@redhat.com>
2288
2289 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
2290 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
2291
2292 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
2293
2294 PR ld/19789
2295 * testsuite/ld-elf/pr19789.d: New file.
2296 * testsuite/ld-elf/pr19789.s: Likewise.
2297
2298 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
2299
2300 PR ld/19784
2301 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
2302 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
2303 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
2304 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
2305 * testsuite/ld-ifunc/pass.out: New file.
2306 * testsuite/ld-ifunc/pr19784a.c: Likewise.
2307 * testsuite/ld-ifunc/pr19784b.c: Likewise.
2308 * testsuite/ld-ifunc/pr19784c.c: Likewise.
2309
2310 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
2311
2312 PR ld/19774
2313 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
2314 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
2315 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
2316 --as-needed for pr18841c.
2317
2318 2016-03-07 H.J. Lu <hongjiu.lu@intel.com>
2319
2320 PR ld/19774
2321 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
2322 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
2323 before tmpdir/got1d.so and test --as-needed.
2324 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
2325 tmpdir/pr18900.so and test --as-needed.
2326
2327 2016-03-07 Jiong Wang <jiong.wang@arm.com>
2328
2329 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
2330 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
2331 result.
2332 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
2333
2334 2016-03-06 H.J. Lu <hongjiu.lu@intel.com>
2335
2336 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
2337 before tmpdir/copyreloc-lib.so and test --as-needed.
2338 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2339
2340 2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
2341
2342 PR ld/19579
2343 * testsuite/ld-elf/pr19579a.c: New file.
2344 * testsuite/ld-elf/pr19579b.c: Likewise.
2345 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
2346
2347 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2348
2349 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
2350
2351 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2352
2353 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
2354 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
2355
2356 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
2357
2358 PR ld/19739
2359 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
2360 input sections for relocatable link.
2361 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2362 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
2363
2364 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
2365
2366 PR ld/19739
2367 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
2368 merge flags of other input sections for relocatable link.
2369
2370 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
2371
2372 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
2373
2374 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
2375
2376 * testsuite/ld-elf/pr19162.d: Skip arc target.
2377
2378 2016-02-29 H.J. Lu <hongjiu.lu@intel.com>
2379
2380 PR ld/19162
2381 * testsuite/ld-elf/pr19162.d: New file.
2382 * testsuite/ld-elf/pr19162a.s: Likwise.
2383 * testsuite/ld-elf/pr19162b.s: Likwise.
2384
2385 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
2386
2387 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
2388 * testsuite/ld-elf/merge2.d: Likewise.
2389 * testsuite/ld-elf/merge3.d: Likewise.
2390
2391 2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
2392
2393 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
2394 generated.
2395
2396 2016-02-26 Renlin Li <renlin.li@arm.com>
2397
2398 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
2399 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
2400 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
2401 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
2402 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
2403 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
2404 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
2405 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
2406 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
2407 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
2408
2409 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2410
2411 PR ld/19609
2412 * testsuite/ld-i386/got1.dd: Updated.
2413 * testsuite/ld-i386/lea1c.d: Likewise.
2414 * testsuite/ld-i386/load1-nacl.d: Likewise.
2415 * testsuite/ld-i386/load1.d: Likewise.
2416 * testsuite/ld-i386/load4b.d: Likewise.
2417 * testsuite/ld-i386/load5b.d: Likewise.
2418 * testsuite/ld-i386/mov1b.d: Likewise.
2419 * testsuite/ld-x86-64/mov1b.d: Likewise.
2420 * testsuite/ld-x86-64/mov1d.d: Likewise.
2421 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
2422 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2423 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
2424 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2425 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
2426 * testsuite/ld-x86-64/lea1a.d: Likewise.
2427 * testsuite/ld-x86-64/lea1b.d: Likewise.
2428 * testsuite/ld-x86-64/lea1c.d: Likewise.
2429 * testsuite/ld-x86-64/lea1d.d: Likewise.
2430 * testsuite/ld-x86-64/lea1e.d: Likewise.
2431 * testsuite/ld-x86-64/lea1f.d: Likewise.
2432 * testsuite/ld-x86-64/mov1b.d: Likewise.
2433 * testsuite/ld-x86-64/mov1d.d: Likewise.
2434 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
2435 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
2436 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
2437 * testsuite/ld-i386/pr19609-1.s: New file.
2438 * testsuite/ld-i386/pr19609-1a.d: Likewise.
2439 * testsuite/ld-i386/pr19609-1b.d: Likewise.
2440 * testsuite/ld-i386/pr19609-1c.d: Likewise.
2441 * testsuite/ld-i386/pr19609-1d.d: Likewise.
2442 * testsuite/ld-i386/pr19609-1e.d: Likewise.
2443 * testsuite/ld-i386/pr19609-1f.d: Likewise.
2444 * testsuite/ld-i386/pr19609-1g.d: Likewise.
2445 * testsuite/ld-i386/pr19609-1h.d: Likewise.
2446 * testsuite/ld-i386/pr19609-1i.d: Likewise.
2447 * testsuite/ld-i386/pr19609-2.s: Likewise.
2448 * testsuite/ld-i386/pr19609-2a.d: Likewise.
2449 * testsuite/ld-i386/pr19609-2b.d: Likewise.
2450 * testsuite/ld-i386/pr19609-2c.d: Likewise.
2451 * testsuite/ld-i386/undefweak.s: Likewise.
2452 * testsuite/ld-i386/undefweaka.d: Likewise.
2453 * testsuite/ld-i386/undefweakb.d: Likewise.
2454 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
2455 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
2456 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
2457 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
2458 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
2459 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
2460 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
2461 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
2462 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
2463 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
2464 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
2465 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
2466 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
2467 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
2468 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
2469 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
2470 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
2471 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
2472 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
2473 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
2474 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
2475 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
2476 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
2477 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
2478 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
2479 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
2480 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
2481 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
2482 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
2483 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
2484 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
2485 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
2486 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
2487 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
2488 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
2489 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
2490 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
2491 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
2492 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
2493 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
2494 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
2495 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
2496 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
2497 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
2498 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
2499 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
2500 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
2501 PR ld/19609.
2502 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
2503 and tests for PR ld/19609.
2504
2505 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2506
2507 PR ld/19645
2508 * NEWS: Mention -z common/-z nocommon for ELF targets.
2509 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
2510 -z common and -z nocommon.
2511 * ld.texinfo: Document -z common/-z nocommon.
2512 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
2513 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
2514 --elf-stt-common=yes with assembler.
2515 * testsuite/ld-elfcomm/common-1.s: New file.
2516 * testsuite/ld-elfcomm/common-1a.d: Likewise.
2517 * testsuite/ld-elfcomm/common-1b.d: Likewise.
2518 * testsuite/ld-elfcomm/common-1c.d: Likewise.
2519 * testsuite/ld-elfcomm/common-1d.d: Likewise.
2520 * testsuite/ld-elfcomm/common-1e.d: Likewise.
2521 * testsuite/ld-elfcomm/common-1f.d: Likewise.
2522 * testsuite/ld-elfcomm/common-2.s: Likewise.
2523 * testsuite/ld-elfcomm/common-2a.d: Likewise.
2524 * testsuite/ld-elfcomm/common-2b.d: Likewise.
2525 * testsuite/ld-elfcomm/common-2c.d: Likewise.
2526 * testsuite/ld-elfcomm/common-2d.d: Likewise.
2527 * testsuite/ld-elfcomm/common-2e.d: Likewise.
2528 * testsuite/ld-elfcomm/common-2f.d: Likewise.
2529 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
2530 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
2531 * testsuite/ld-i386/pr19645.d: Likewise.
2532 * testsuite/ld-i386/pr19645.s: Likewise.
2533 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
2534 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
2535 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
2536 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
2537 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
2538 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
2539 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
2540 * testsuite/ld-x86-64/pr19645.d: Likewise.
2541 * testsuite/ld-x86-64/pr19645.s: Likewise.
2542 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
2543 with assembler.
2544 (assembler_generates_commons): Removed.
2545 Run -z common/-z nocommon tests. Run *.d tests.
2546 * testsuite/ld-i386/i386.exp: Run pr19645.
2547 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2548 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
2549 assembler. Test STT_COMMON with readelf.
2550
2551 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
2552
2553 PR ld/19636
2554 PR ld/19704
2555 PR ld/19719
2556 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
2557 * Makefile.in: Regenerated.
2558 * NEWS: Mention -z nodynamic-undefined-weak.
2559 * ld.texinfo: Document -z nodynamic-undefined-weak.
2560 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
2561 * emulparams/dynamic_undefined_weak.sh: New file.
2562 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
2563 * emulparams/elf_i386.sh: Likewise.
2564 * emulparams/elf_i386_be.sh: Likewise.
2565 * emulparams/elf_i386_chaos.sh: Likewise.
2566 * emulparams/elf_i386_ldso.sh: Likewise.
2567 * emulparams/elf_i386_vxworks.sh: Likewise.
2568 * emulparams/elf_iamcu.sh: Likewise.
2569 * emulparams/elf_k1om.sh: Likewise.
2570 * emulparams/elf_l1om.sh: Likewise.
2571 * emulparams/elf_x86_64.sh: Likewise.
2572 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
2573 Append.
2574 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
2575 * testsuite/ld-elf/pr19719a.c: New file.
2576 * testsuite/ld-elf/pr19719b.c: Likewise.
2577 * testsuite/ld-elf/pr19719c.c: Likewise.
2578 * testsuite/ld-elf/pr19719d.c: Likewise.
2579 * testsuite/ld-i386/pr19636-1.s: Likewise.
2580 * testsuite/ld-i386/pr19636-1a.d: Likewise.
2581 * testsuite/ld-i386/pr19636-1b.d: Likewise.
2582 * testsuite/ld-i386/pr19636-1c.d: Likewise.
2583 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
2584 * testsuite/ld-i386/pr19636-1d.d: Likewise.
2585 * testsuite/ld-i386/pr19636-1e.d: Likewise.
2586 * testsuite/ld-i386/pr19636-1f.d: Likewise.
2587 * testsuite/ld-i386/pr19636-1g.d: Likewise.
2588 * testsuite/ld-i386/pr19636-1h.d: Likewise.
2589 * testsuite/ld-i386/pr19636-1i.d: Likewise.
2590 * testsuite/ld-i386/pr19636-2.s: Likewise.
2591 * testsuite/ld-i386/pr19636-2a.d: Likewise.
2592 * testsuite/ld-i386/pr19636-2b.d: Likewise.
2593 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
2594 * testsuite/ld-i386/pr19636-2c.d: Likewise.
2595 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
2596 * testsuite/ld-i386/pr19636-2d.d: Likewise.
2597 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
2598 * testsuite/ld-i386/pr19636-2e.d: Likewise.
2599 * testsuite/ld-i386/pr19636-3.s: Likewise.
2600 * testsuite/ld-i386/pr19636-3a.d: Likewise.
2601 * testsuite/ld-i386/pr19636-3b.d: Likewise.
2602 * testsuite/ld-i386/pr19636-3c.d: Likewise.
2603 * testsuite/ld-i386/pr19636-3d.d: Likewise.
2604 * testsuite/ld-i386/pr19636-3e.d: Likewise.
2605 * testsuite/ld-i386/pr19636-3f.d: Likewise.
2606 * testsuite/ld-i386/pr19636-3g.d: Likewise.
2607 * testsuite/ld-i386/pr19636-4.s: Likewise.
2608 * testsuite/ld-i386/pr19636-4a.d: Likewise.
2609 * testsuite/ld-i386/pr19636-4b.d: Likewise.
2610 * testsuite/ld-i386/pr19636-4c.d: Likewise.
2611 * testsuite/ld-i386/pr19636-4d.d: Likewise.
2612 * testsuite/ld-i386/pr19704.out: Likewise.
2613 * testsuite/ld-i386/pr19704a.c: Likewise.
2614 * testsuite/ld-i386/pr19704b.c: Likewise.
2615 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
2616 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
2617 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
2618 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
2619 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
2620 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
2621 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
2622 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
2623 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
2624 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
2625 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
2626 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
2627 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
2628 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
2629 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
2630 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
2631 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
2632 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
2633 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
2634 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
2635 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
2636 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
2637 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
2638 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
2639 * testsuite/ld-x86-64/pr19704.out: Likewise.
2640 * testsuite/ld-x86-64/pr19704a.c: Likewise.
2641 * testsuite/ld-x86-64/pr19704b.c: Likewise.
2642 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
2643 Run mix_pic_and_non_pic.
2644 * testsuite/ld-i386/i386.exp (undefined_weak): New.
2645 Run undefined_weak and PR ld/19636 tests.
2646 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2647 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
2648 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
2649
2650 2016-02-25 Nick Clifton <nickc@redhat.com>
2651
2652 * ld.h (struct ld_config_type): Remove specified_data_size field.
2653
2654 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
2655
2656 PR ld/19698
2657 * testsuite/ld-elf/pr19698.d: New file.
2658 * testsuite/ld-elf/pr19698.s: Likewise.
2659 * testsuite/ld-elf/pr19698.t: Likewise.
2660
2661 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2662
2663 * Makefile.am (ELF_X86_DEPS): New.
2664 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
2665 (eelf_i386_chaos.c): Likewise.
2666 (eelf_i386_fbsd.c): Likewise.
2667 (eelf_i386_ldso.c): Likewise.
2668 (eelf_i386_nacl.c): Likewise.
2669 (eelf_i386_sol2.c): Likewise.
2670 (eelf_iamcu.c): Likewise.
2671 (eelf32_x86_64.c): Likewise.
2672 (eelf32_x86_64_nacl.c): Likewise.
2673 (eelf_l1om.c): Likewise.
2674 (eelf_l1om_fbsd.c): Likewise.
2675 (eelf_k1om.c): Likewise.
2676 (eelf_k1om_fbsd.c): Likewise.
2677 (eelf_x86_64.c): Likewise.
2678 (eelf_x86_64_cloudabi.c): Likewise.
2679 (eelf_x86_64_fbsd.c): Likewise.
2680 (eelf_x86_64_sol2.c): Likewise.
2681 * Makefile.in: Regenerated.
2682
2683 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
2684
2685 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
2686 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
2687 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
2688 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
2689
2690 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
2691
2692 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
2693
2694 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
2695
2696 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
2697 *-*-gnu* and *-*-solaris*.
2698 * testsuite/ld-elf/pr19617b.d: Likewise.
2699 * testsuite/ld-elf/pr19617c.d: Likewise.
2700
2701 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
2702
2703 PR ld/19617
2704 * testsuite/ld-elf/pr19617.s: New file.
2705 * testsuite/ld-elf/pr19617a.d: Likewise.
2706 * testsuite/ld-elf/pr19617b.d: Likewise.
2707 * testsuite/ld-elf/pr19617c.d: Likewise.
2708
2709 2016-02-18 Nick Clifton <nickc@redhat.com>
2710
2711 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
2712 in-tree xg++ executable after checking for the presence of an
2713 in-tree g++ executable.
2714 * Makefile.in: Regenerate.
2715
2716 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2717
2718 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2719 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2720 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2721
2722 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
2723
2724 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
2725 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
2726 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
2727 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
2728 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
2729 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
2730 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
2731 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
2732 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
2733 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
2734 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2735 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
2736 * testsuite/ld-x86-64/load1c.d: Likewise.
2737 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
2738 * testsuite/ld-x86-64/load1d.d: Likewise.
2739 * testsuite/ld-x86-64/pr14207.d: Likewise.
2740 * testsuite/ld-x86-64/pr19162.d: Likewise.
2741 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
2742 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2743 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
2744 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
2745 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
2746 * testsuite/ld-x86-64/tlspic.rd: Likewise.
2747
2748 2016-02-17 Nick Clifton <nickc@redhat.com>
2749
2750 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
2751
2752 2016-02-15 Nick Clifton <nickc@redhat.com>
2753
2754 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
2755 description of the flags produced by readelf.
2756 * testsuite/ld-i386/pr12921.d: Likewise.
2757 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
2758 * testsuite/ld-i386/tlsbin.rd: Likewise.
2759 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
2760 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
2761 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
2762 * testsuite/ld-i386/tlsdesc.rd: Likewise.
2763 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
2764 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
2765 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
2766 * testsuite/ld-i386/tlsnopic.rd: Likewise.
2767 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
2768 * testsuite/ld-i386/tlspic.rd: Likewise.
2769 * testsuite/ld-s390/tlsbin.rd: Likewise.
2770 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
2771 * testsuite/ld-s390/tlspic.rd: Likewise.
2772 * testsuite/ld-s390/tlspic_64.rd: Likewise.
2773 * testsuite/ld-sh/tlsbin-2.d: Likewise.
2774 * testsuite/ld-sh/tlspic-2.d: Likewise.
2775 * testsuite/ld-tic6x/common.d: Likewise.
2776 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
2777 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
2778 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
2779 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
2780 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
2781 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
2782 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
2783 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
2784 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
2785 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
2786 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
2787 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
2788 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
2789 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
2790 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
2791 * testsuite/ld-x86-64/pr12718.d: Likewise.
2792 * testsuite/ld-x86-64/pr12921.d: Likewise.
2793 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
2794 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
2795 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
2796 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
2797 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
2798 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
2799 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
2800 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
2801 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
2802 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
2803 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
2804 * testsuite/ld-x86-64/tlspic.rd: Likewise.
2805 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
2806 * testsuite/ld-xtensa/tlspic.rd: Likewise.
2807
2808 2016-02-11 H.J. Lu <hongjiu.lu@intel.com>
2809
2810 PR ld/19615
2811 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
2812 PIE.
2813 * lexsup.c (parse_args): Enable -Bsymbolic and
2814 -Bsymbolic-functions for PIE.
2815 * testsuite/ld-i386/i386.exp: Run pr19615.
2816 * testsuite/ld-i386/pr19615.d: New file.
2817 * testsuite/ld-i386/pr19615.s: Likewise.
2818 * testsuite/ld-x86-64/pr19615.d: Likewise.
2819 * testsuite/ld-x86-64/pr19615.s: Likewise.
2820
2821 2016-02-09 Nick Clifton <nickc@redhat.com>
2822
2823 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
2824 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
2825 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
2826 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
2827
2828 2016-02-04 Nick Clifton <nickc@redhat.com>
2829
2830 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
2831 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
2832 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
2833 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
2834 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
2835 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
2836 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
2837 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
2838 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
2839
2840 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
2841
2842 PR gas/19520
2843 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
2844 * testsuite/ld-i386/call1.d: Likewise.
2845 * testsuite/ld-i386/call2.d: Likewise.
2846 * testsuite/ld-i386/call3a.d: Likewise.
2847 * testsuite/ld-i386/call3b.d: Likewise.
2848 * testsuite/ld-i386/call3c.d: Likewise.
2849 * testsuite/ld-i386/call3d.d: Likewise.
2850 * testsuite/ld-i386/call3e.d: Likewise.
2851 * testsuite/ld-i386/call3f.d: Likewise.
2852 * testsuite/ld-i386/call3g.d: Likewise.
2853 * testsuite/ld-i386/call3h.d: Likewise.
2854 * testsuite/ld-i386/jmp1.d: Likewise.
2855 * testsuite/ld-i386/jmp2.d: Likewise.
2856 * testsuite/ld-i386/lea1c.d: Likewise.
2857 * testsuite/ld-i386/load1.d: Likewise.
2858 * testsuite/ld-i386/load2.d: Likewise.
2859 * testsuite/ld-i386/load3.d: Likewise.
2860 * testsuite/ld-i386/load4a.d: Likewise.
2861 * testsuite/ld-i386/load5a.d: Likewise.
2862 * testsuite/ld-i386/mov2b.d: Likewise.
2863 * testsuite/ld-i386/mov3.d: Likewise.
2864 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
2865 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
2866 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
2867 * testsuite/ld-x86-64/call1a.d: Likewise.
2868 * testsuite/ld-x86-64/call1b.d: Likewise.
2869 * testsuite/ld-x86-64/call1c.d: Likewise.
2870 * testsuite/ld-x86-64/call1d.d: Likewise.
2871 * testsuite/ld-x86-64/call1e.d: Likewise.
2872 * testsuite/ld-x86-64/call1f.d: Likewise.
2873 * testsuite/ld-x86-64/call1h.d: Likewise.
2874 * testsuite/ld-x86-64/call1i.d: Likewise.
2875 * testsuite/ld-x86-64/load1a.d: Likewise.
2876 * testsuite/ld-x86-64/load1b.d: Likewise.
2877 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
2878 * testsuite/ld-i386/got1.dd: Updated.
2879 * testsuite/ld-i386/got1d.S (1): Removed.
2880 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
2881 * testsuite/ld-x86-64/x86-64.exp: Likewise.
2882
2883 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
2884
2885 PR ld/18591
2886 * testsuite/ld-x86-64/pr18591.d: New file.
2887 * testsuite/ld-x86-64/pr18591.s: Likewise.
2888 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
2889
2890 2016-02-01 H.J. Lu <hongjiu.lu@intel.com>
2891
2892 PR ld/19553
2893 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
2894 * testsuite/ld-elf/pr19553.map: New file.
2895 * testsuite/ld-elf/pr19553.map: Likewise.
2896 * testsuite/ld-elf/pr19553a.c: Likewise.
2897 * testsuite/ld-elf/pr19553b.c: Likewise.
2898 * testsuite/ld-elf/pr19553b.out: Likewise.
2899 * testsuite/ld-elf/pr19553c.c: Likewise.
2900 * testsuite/ld-elf/pr19553c.out: Likewise.
2901 * testsuite/ld-elf/pr19553d.c: Likewise.
2902 * testsuite/ld-elf/pr19553d.out: Likewise.
2903
2904 2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
2905
2906 PR ld/19539
2907 * testsuite/ld-elf/pr19539.d: New file.
2908 * testsuite/ld-elf/pr19539.s: Likewise.
2909 * testsuite/ld-elf/pr19539.t: Likewise.
2910
2911 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
2912
2913 PR ld/19533
2914 * configure.ac (compressed_debug_sections): Replace == with =.
2915 * configure: Regenerated.
2916
2917 2016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
2918
2919 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
2920 * scripttempl/avrtiny.sc (.noinit): Likewise.
2921
2922 2016-01-21 Nick Clifton <nickc@redhat.com>
2923
2924 PR ld/19453
2925 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
2926 the arm-netbsdelf target.
2927
2928 PR ld/19455
2929 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
2930 disassmebler output.
2931 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
2932 * testsuite/ld-arm/vxworks1.dd: Likewise.
2933 * testsuite/ld-arm/vxworks1.rd: Likewise.
2934 * testsuite/ld-arm/vxworks1.ld: Set the output format.
2935
2936 2016-01-20 Jiong Wang <jiong.wang@arm.com>
2937
2938 * testsuite/ld-aarch64/farcall-section.d: Delete.
2939 * testsuite/ld-aarch64/farcall-section.s: Delete.
2940 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
2941 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
2942 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
2943 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
2944 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
2945
2946 2016-01-20 Nick Clifton <nickc@redhat.com>
2947
2948 PR 19457
2949 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
2950 early for PE based targets.
2951 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
2952 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
2953
2954 2016-01-20 Mickael Guene <mickael.guene@st.com>
2955
2956 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
2957 Add 'y' attribute usage.
2958 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
2959 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
2960 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
2961
2962 2016-01-19 Nick Clifton <nickc@redhat.com>
2963
2964 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
2965 foo@FOO and bar@@FOO.
2966
2967 2016-01-18 Alan Modra <amodra@gmail.com>
2968
2969 * configure: Regenerate.
2970
2971 2016-01-18 Nick Clifton <nickc@redhat.com>
2972
2973 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
2974 is not configured to support plugins.
2975
2976 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
2977 but with 16 byte section alignment.
2978 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
2979 test for MIPS targets.
2980
2981 2016-01-17 Alan Modra <amodra@gmail.com>
2982
2983 * configure: Regenerate.
2984
2985 2016-01-17 Alan Modra <amodra@gmail.com>
2986
2987 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
2988 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
2989 * testsuite/ld-elf/pr14156a.d: Likewise.
2990 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
2991 * testsuite/ld-elf/sec64k.exp: Likewise.
2992
2993 2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
2994
2995 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
2996 Set address of .foo section when linking.
2997 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
2998 in .foo section.
2999 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
3000 output to the above changes.
3001
3002 2016-01-13 Nick Clifton <nickc@redhat.com>
3003
3004 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
3005 for MIPS targets.
3006
3007 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
3008 fail for MIPS targets.
3009
3010 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
3011 MIPS targets.
3012
3013 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
3014
3015 * testsuite/ld-arm/arm-elf.exp: New test.
3016 * testsuite/ld-arm/unwind-mix.d: New file.
3017 * testsuite/ld-arm/unwind-mix1.s: New file.
3018 * testsuite/ld-arm/unwind-mix2.s: New file.
3019
3020 2016-01-08 Jiong Wang <jiong.wang@arm.com>
3021
3022 PR ld/19368
3023 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
3024 * testsuite/ld-arm/ifunc-4.rd: Likewise.
3025 * testsuite/ld-arm/ifunc-9.rd: Likewise.
3026 * testsuite/ld-arm/ifunc-10.rd: Likewise.
3027 * testsuite/ld-arm/ifunc-12.rd: Likewise.
3028 * testsuite/ld-arm/ifunc-13.rd: Likewise.
3029
3030 2016-01-05 Nick Clifton <nickc@redhat.com>
3031
3032 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
3033 MSP430 hardware multiply address range.
3034 * scripttempl/elf32msp430.sc (__romdatastart): Define.
3035 (__romdatacopysize): Define.
3036 * scripttempl/elf32msp430_3.sc: Likewise.
3037
3038 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3039
3040 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
3041 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
3042
3043 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
3044
3045 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
3046 messages expected according to MIPS BFD private data merge
3047 changes.
3048 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
3049 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
3050 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
3051 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
3052 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
3053 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
3054 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
3055 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
3056 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
3057 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
3058 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
3059 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
3060 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
3061
3062 2016-01-01 Alan Modra <amodra@gmail.com>
3063
3064 Update year range in copyright notice of all files.
3065
3066 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
3067 \f
3068 Copyright (C) 2016 Free Software Foundation, Inc.
3069
3070 Copying and distribution of this file, with or without modification,
3071 are permitted in any medium without royalty provided the copyright
3072 notice and this notice are preserved.
3073
3074 Local Variables:
3075 mode: change-log
3076 left-margin: 8
3077 fill-column: 74
3078 version-control: never
3079 End:
This page took 0.090524 seconds and 5 git commands to generate.