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