Fix lots of linker testsuite failures for the FT32 target.
[external/binutils.git] / ld / ChangeLog
1 2016-05-18  Nick Clifton  <nickc@redhat.com>
2
3         * scripttempl/ft32.sc: Use fixed constants for memory region
4         lengths.  Include DWARF debug sections.
5         (.data .bss): Do not assign locations during relocatable links.
6         * testsuite/ld-elf/compressed1d.d: Skip for FT32.
7         * testsuite/ld-elf/sec-to-seg.exp: Likewise.
8         * testsuite/ld-elf/sec64k.exp: Likewise.
9         * testsuite/ld-elf/init-fini-array.d: XFail for FT32.
10         * testsuite/ld-elf/merge.d: Likewise.
11         * testsuite/ld-elf/orphan-region.d: Likewise.
12         * testsuite/ld-elf/orphan.s: Likewise.
13         * testsuite/ld-elf/orphan3.d: Likewise.
14         * testsuite/ld-elf/pr349.d: Likewise.
15         * testsuite/ld-elf/warn2.d: Likewise.
16         * testsuite/lib/ld-lib.exp (check_shared_lib_support): Note
17         that the FT32 does not support shared libraries.
18
19 2016-05-17  H.J. Lu  <hongjiu.lu@intel.com>
20
21         * testsuite/lib/ld-lib.exp (at_least_gcc_version): Check
22         global CC.
23
24 2016-05-17  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
25
26         * scripttempl/avr.sc (text): Place .progmem.data from avr-libc
27         above .progmem*.
28         * scripttempl/avrtiny.sc (text): Likewise.
29
30 2016-05-17  Maciej W. Rozycki  <macro@imgtec.com>
31
32         * testsuite/ld-unique/unique.exp: Use `is_elf_format' and
33         `supports_gnu_unique' to qualify testing.
34
35 2016-05-16  Maciej W. Rozycki  <macro@imgtec.com>
36
37         * testsuite/ld-elf/flags1.d: Update the xfail list.
38
39 2016-05-15  Maciej W. Rozycki  <macro@imgtec.com>
40
41         * testsuite/ld-elf/flags1.d: Update for `*-*-nacl*' xfail
42         removal.
43
44 2016-05-14  H.J. Lu  <hongjiu.lu@intel.com>
45
46         PR ld/20097
47         * testplug2.c (onall_symbols_read): Remove redundant sizeof
48         on EXPECTED_VIEW_LENGTH.
49         * testplug4.c (onall_symbols_read): Likewise.
50
51 2016-05-13  H.J. Lu  <hongjiu.lu@intel.com>
52
53         PR ld/20093
54         * testsuite/ld-x86-64/pr20093-1.d: New file.
55         * testsuite/ld-x86-64/pr20093-1.s: Likewise.
56         * testsuite/ld-x86-64/pr20093-2.d: Likewise.
57         * testsuite/ld-x86-64/pr20093-2.s: Likewise.
58         * testsuite/ld-x86-64/x86-64.exp: Run pr20093-1 and pr20093-2.
59
60 2016-05-13  Alan Modra  <amodra@gmail.com>
61
62         * testsuite/ld-arm/arm-elf.exp: Adjust for arm-no-rel-plt now passing.
63         Use different output file name for static app without .rel.plt.
64         * testsuite/ld-arm/arm-no-rel-plt.ld: Align .rel.dyn and .rela.dyn.
65         * testsuite/ld-arm/arm-no-rel-plt.out: Delete.
66         * testsuite/ld-arm/arm-no-rel-plt.r: New.
67         * testsuite/ld-arm/arm-static-app.d: Don't check file name.
68         * testsuite/ld-arm/arm-static-app.r: Likewise.
69
70 2016-05-12  H.J. Lu  <hongjiu.lu@intel.com>
71
72         PR ld/20070
73         * Makefile.am (noinst_LTLIBRARIES): Add libldtestplug4.la.
74         (libldtestplug4_la_SOURCES): New.
75         (libldtestplug4_la_CFLAGS): Likewise.
76         (libldtestplug4_la_LDFLAGS): Likewise.
77         * Makefile.in: Regenerated.
78         * plugin.c (get_symbols): Return resolution based on IR symbol
79         kinds for symbols defined/referenced only within IR.
80         * testplug4.c: New file.
81         * ld/testsuite/ld-plugin/pr20070.d: Likewise.
82         * ld/testsuite/ld-plugin/pr20070a.c: Likewise.
83         * ld/testsuite/ld-plugin/pr20070b.c: Likewise.
84         * testsuite/ld-plugin/plugin.exp (plugin4_name): New.
85         (plugin4_path): Likewise.
86         Add a test for ld/20070.
87
88 2016-05-11  Alan Modra  <amodra@gmail.com>
89
90         * emultempl/hppaelf.em (hppaelf_create_output_section_statements):
91         Call elf32_hppa_init_stub_bfd.
92
93 2016-05-11  Alan Modra  <amodra@gmail.com>
94
95         PR 20060
96         * testsuite/ld-powerpc/powerpc.exp: Run new tests.
97         * testsuite/ld-powerpc/tlsdll.s: New.
98         * testsuite/ld-powerpc/tlsdll.ver: New.
99         * testsuite/ld-powerpc/tlsdll_32.s: New.
100         * testsuite/ld-powerpc/tlsopt5.d: New.
101         * testsuite/ld-powerpc/tlsopt5.s: New.
102         * testsuite/ld-powerpc/tlsopt5_32.d: New.
103         * testsuite/ld-powerpc/tlsopt5_32.s: New.
104
105 2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
106
107         * emultempl/armelf.em (gld${EMULATION_NAME}_finish): Use
108         ARM_GET_SYM_BRANCH_TYPE to get branch type of a symbol.
109
110 2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
111
112         * emultempl/armelf.em (elf32_arm_add_stub_section): Add output_section
113         parameter and rename input_section parameter to after_input_section.
114         Append input stub section to the output section if after_input_section
115         is NULL.
116
117 2016-05-10  Thomas Preud'homme  <thomas.preudhomme@arm.com>
118
119         * testsuite/ld-arm/arm-elf.exp (EABI attribute merging 10 (DSP)): New
120         test.
121         * testsuite/ld-arm/attr-merge-10b-dsp.s: New file.
122         * testsuite/ld-arm/attr-merge-10-dsp.attr: Likewise.
123
124 2016-05-10  Christophe Lyon  <christophe.lyon@linaro.org>
125
126         * ld/testsuite/ld-elf/flags1.d (xfail): Remove *-*-nacl*".
127
128 2016-05-09  Christophe Monat  <christophe.monat@st.com>
129
130         PR ld/20030
131         * testsuite/ld-arm/arm-elf.exp: Run new stm32l4xx-fix-vldm-dp
132         tests. Fix misnamed stm32l4xx-fix-all.
133         * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.s: New tests for multiple
134         loads with DP registers.
135         * testsuite/ld-arm/stm32l4xx-fix-vldm-dp.d: New reference file.
136         * testsuite/ld-arm/stm32l4xx-fix-vldm.s: Add missing comment.
137         * testsuite/ld-arm/stm32l4xx-fix-all.s: Add tests for multiple
138         loads with DP registers.
139         * testsuite/ld-arm/stm32l4xx-fix-all.d: Update reference.
140
141 2016-05-09  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
142
143         * testsuite/ld-elf/flags1.d (readelf): Dump section header instead
144         program headers.
145         (xfail): Remove avr-*-*.
146         Update regex to check the section flags.
147         * testsuite/ld-elf/merge.d (xfail): Remove avr-*-*.
148
149 2016-05-09  Alan Modra  <amodra@gmail.com>
150
151         * Makefile.am (ealphavms.c, eelf64_ia64_vms): Correct .em deps.
152         * Makefile.in: Regenerate.
153
154 2016-05-09  Alan Modra  <amodra@gmail.com>
155
156         * testsuite/ld-scripts/pr14962-2.t: Match .text, not *.text.
157         * testsuite/ld-scripts/rgn-at5.t: Similarly, .sec not *.sec.
158         * testsuite/ld-scripts/section-match-1.t: Likewise.
159
160 2016-05-06  H.J. Lu  <hongjiu.lu@intel.com>
161
162         PR ld/17550
163         * testsuite/ld-elf/pr17550-1.s: New file.
164         * testsuite/ld-elf/pr17550-2.s: Likewise.
165         * testsuite/ld-elf/pr17550-3.s: Likewise.
166         * testsuite/ld-elf/pr17550-4.s: Likewise.
167         * testsuite/ld-elf/pr17550a.d: Likewise.
168         * testsuite/ld-elf/pr17550b.d: Likewise.
169         * testsuite/ld-elf/pr17550c.d: Likewise.
170         * testsuite/ld-elf/pr17550d.d: Likewise.
171
172 2016-05-06  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
173
174         * ld/testsuite/ld-srec/srec.exp: Mark test as XFAIL for AVR.
175
176 2016-05-06  H.J. Lu  <hongjiu.lu@intel.com>
177
178         * testsuite/ld-i386/i386.exp: Run load7.
179         * testsuite/ld-i386/load7.d: New file.
180         * testsuite/ld-i386/load7.map: Likewise.
181         * testsuite/ld-i386/load7.s: Likewise.
182         * testsuite/ld-x86-64/load2.d: Likewise.
183         * testsuite/ld-x86-64/load2.map: Likewise.
184         * testsuite/ld-x86-64/load2.s: Likewise.
185         * testsuite/ld-x86-64/x86-64.exp: Run load2.
186
187 2016-05-05  H.J. Lu  <hongjiu.lu@intel.com>
188
189         * emulparams/elf_iamcu.sh (CHECK_RELOCS_AFTER_OPEN_INPUT): New.
190         * emulparams/elf_k1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
191         Likewise.
192         * emulparams/elf_l1om.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
193         Likewise.
194
195 2016-05-05  H.J. Lu  <hongjiu.lu@intel.com>
196
197         * testsuite/ld-x86-64/pr18591.d: Pass --no-relax to ld.
198
199 2016-05-04  H.J. Lu  <hongjiu.lu@intel.com>
200
201         * ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
202
203 2016-05-04  Maciej W. Rozycki  <macro@imgtec.com>
204
205         * testsuite/ld-unique/unique.d: New test.
206         * testsuite/ld-unique/unique.exp: Run the new test.  Adjust
207         messages for compiled tests.
208
209 2016-05-04  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
210
211         * testsuite/ld-elf/pr18735.d: Allow other symbols.
212         * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr.
213         * testsuite/ld-gc/pr14265.d: Allow other symbols.
214         * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to
215         plugin_tests only if check_shared_lib_support is true.
216         * testsuite/ld-selective/selective.exp: Add --section-start
217         flag for avr.
218
219 2016-05-03  Maciej W. Rozycki  <macro@imgtec.com>
220
221         PR 10549
222         * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'.
223
224 2016-05-03  Jiong Wang  <jiong.wang@arm.com>
225
226         * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option.
227         * NEWS: Mention --no-apply-dynamic-relocs.
228         * ld.texinfo (ld and the ARM family): Document
229         --no-apply-dynamic-relocs.
230         * testsuite/ld-aarch64/rela-abs-relative.s: New test source.
231         * testsuite/ld-aarch64/rela-abs-relative.d: New expected result.
232         * testsuite/ld-aarch64/rela-abs-relative-be.d: Likewise for big-endian.
233         * estsuite/ld-aarch64/rela-abs-relative-opt.d: Likewise, but enable new
234         option.
235
236 2016-05-03  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
237
238         * testsuite/ld-elfcomm/elfcomm.exp: Check for shared lib support
239         before running STT_COMMON tests.
240
241 2016-04-29  H.J. Lu  <hongjiu.lu@intel.com>
242
243         * config/default.exp (NOPIE_CFLAGS): Download source only on
244         remote host.
245         (NOPIE_LDFLAGS): Likewise.
246         * testsuite/lib/ld-lib.exp (check_lto_available): Likewise.
247         (check_lto_fat_available): Likewise.
248         (check_lto_shared_available): Likewise.
249         (check_ifunc_available): Likewise.
250         (check_ifunc_attribute_available): Likewise.
251
252 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
253
254         * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
255
256 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
257
258         PR ld/20006
259         * testsuite/ld-elfvsb/elfvsb.exp (COMPRESS_LDFLAG): New.
260         (visibility_run): Pass COMPRESS_LDFLAG to visibility_test on
261         ELF targets.
262
263 2016-04-27  H.J. Lu  <hongjiu.lu@intel.com>
264
265         * testsuite/ld-elf/compressed1b.d: Pass
266         --compress-debug-sections=none to ld.
267         * testsuite/ld-elf/compressed1c.d: Likewise.
268
269 2016-04-27  Alan Modra  <amodra@gmail.com>
270
271         PR target/19985
272         * configure.tgt: Don't use var+=.
273
274 2016-04-25  Nick Clifton  <nickc@redhat.com>
275
276         PR target/19985
277         * configure.tgt: Include big endian PPC64 emulations with little
278         endian PPC64 targets.
279
280 2016-04-25  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
281
282         * scripttempl/avrtiny.sc (.text): Do not set LMA to zero.
283
284 2016-04-21  Nick Clifton  <nickc@redhat.com>
285
286         * ldlang.c (lang_check_relocs): Use bfd_link_check_relocs in
287         prefernce to _bfd_elf_link_check_relocs.  Drop test for ELF
288         targets.  Do not stop the checks when problems are encountered.
289
290 2016-04-21  Alan Modra  <amodra@gmail.com>
291
292         * testsuite/ld-scripts/cross3.t: Add commonly used data
293         and text section names to output section statements.
294         * testsuite/ld-scripts/cross4.t: Likewise.
295         * testsuite/ld-scripts/cross5.t: Likewise.
296         * testsuite/ld-scripts/cross6.t: Likewise.
297         * testsuite/ld-scripts/cross7.t: Likewise.
298
299 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
300
301         * ldlang.c (lang_check_relocs): New function.
302         (lang_process): Call lang_check_relocs after lang_gc_sections.
303         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
304         call _bfd_elf_link_check_relocs here.
305
306 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
307
308         PR ld/19972
309         * testsuite/ld-elf/eh6.d: Pass -rW to readelf and check for
310         R_386_NONE or R_X86_64_NONE.
311
312 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
313
314         * testsuite/ld-x86-64/pic1.d: New file.
315         * testsuite/ld-x86-64/pic1.s: Likewise.
316         * testsuite/ld-x86-64/x86-64.exp: Run pic1.
317
318 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
319
320         * testsuite/ld-x86-64/pie2.d: New file.
321         * testsuite/ld-x86-64/pie2.s: Likewise.
322         * testsuite/ld-x86-64/x86-64.exp: Run pie2.
323
324 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
325
326         PR ld/19969
327         * testsuite/ld-x86-64/pr19969.d: New file.
328         * testsuite/ld-x86-64/pr19969a.S: Likewise.
329         * testsuite/ld-x86-64/pr19969b.S: Likewise.
330         * testsuite/ld-x86-64/x86-64.exp: Run pr19969 tests.
331
332 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
333
334         * emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
335         New.
336         * emulparams/elf_i386.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
337         Likewise.
338         * emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
339         Likewise.
340         * emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
341         Likewise.
342         * emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
343         Likewise.
344         * emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
345         Likewise.
346         * emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
347         Likewise.
348         * emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
349         Likewise.
350         * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
351         Set check_relocs_after_open_input to TRUE if
352         CHECK_RELOCS_AFTER_OPEN_INPUT is yes.
353         (gld${EMULATION_NAME}_after_open): Call
354         _bfd_elf_link_check_relocs on all inputs if
355         check_relocs_after_open_input is TRUE.
356
357 2016-04-20  H.J. Lu  <hongjiu.lu@intel.com>
358
359         * testsuite/ld-elf/eh6.s: Replace .long with .dc.a on
360         my_personality_v0.
361
362 2016-04-20  Trevor Saunders  <tbsaunde+binutils@tbsaunde.org>
363
364         * emultempl/scoreelf.em: Likewise.
365
366 2016-04-19  H.J. Lu  <hongjiu.lu@intel.com>
367
368         PR ld/19719
369         * testsuite/ld-x86-64/pr19719.d: New file.
370         * testsuite/ld-x86-64/pr19719.s: Likewise.
371         * testsuite/ld-x86-64/x86-64.exp: Run pr19719.
372
373 2016-04-18  Matthew Fortune  <matthew.fortune@imgtec.com>
374
375         * ld.texinfo: Document NOCROSSREFS_TO script command.
376         * ldlang.h (struct lang_nocrossrefs): Add onlyfirst field.
377         (lang_add_nocrossref_to): New prototype.
378         * ldcref.c (check_local_sym_xref): Use onlyfirst to only look for
379         symbols defined in the first section.
380         (check_nocrossref): Likewise.
381         * ldgram.y (NOCROSSREFS_TO): New script command.
382         * ldlang.c (lang_add_nocrossref): Set onlyfirst to FALSE.
383         (lang_add_nocrossref_to): New function.
384         * ldlex.l (NOCROSSREFS_TO): New token.
385         * NEWS: Mention NOCROSSREFS_TO.
386         * testsuite/ld-scripts/cross4.t: New file.
387         * testsuite/ld-scripts/cross5.t: Likewise.
388         * testsuite/ld-scripts/cross6.t: Likewise.
389         * testsuite/ld-scripts/cross7.t: Likewise.
390         * testsuite/ld-scripts/crossref.exp: Run 4 new NOCROSSREFS_TO
391         tests.
392
393 2016-04-15  H.J. Lu  <hongjiu.lu@intel.com>
394
395         * Makefile.in: Regenerated with automake 1.11.6.
396         * aclocal.m4: Likewise.
397
398 2016-04-14  Andrew Burgess  <andrew.burgess@embecosm.com>
399
400         * testsuite/ld-arc/arc.exp: New file.
401         * testsuite/ld-arc/nps-1.s: New file.
402         * testsuite/ld-arc/nps-1a.d: New file.
403         * testsuite/ld-arc/nps-1b.d: New file.
404         * testsuite/ld-arc/nps-1b.err: New file.
405
406 2016-04-14  Nick Clifton  <nickc@redhat.com>
407
408         PR 19457
409         * testsuite/ld-scripts/script.exp (extract_symbol_test): Add
410         exceptions for Mingw and Cygwin.
411
412 2016-04-13  Andrew Burgess  <andrew.burgess@embecosm.com>
413
414         * testsuite/lib/ld-lib.exp (run_dump_test): Initialise
415         check_ld(terminal).
416
417 2016-04-13  H.J. Lu  <hongjiu.lu@intel.com>
418
419         PR ld/19774
420         * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
421         tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
422         tests.
423
424 2016-04-11  H.J. Lu  <hongjiu.lu@intel.com>
425
426         PR ld/19939
427         * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
428         * testsuite/ld-x86-64/x86-64.exp: Likewise.
429         * testsuite/ld-i386/pr19939.s: New file.
430         * testsuite/ld-i386/pr19939a.d: Likewise.
431         * testsuite/ld-i386/pr19939b.d: Likewise.
432         * testsuite/ld-x86-64/pr19939.s: Likewise.
433         * testsuite/ld-x86-64/pr19939a.d: Likewise.
434         * testsuite/ld-x86-64/pr19939b.d: Likewise.
435
436 2016-04-09  Oleg Endo  <olegendo@gcc.gnu.org>
437
438         * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
439
440 2016-04-08  Alan Modra  <amodra@gmail.com>
441
442         PR 18452
443         * ldlang.c (maybe_overlays): Delete.
444         (lang_size_sections_1): Remove code setting maybe_overlays.
445         (lang_check_section_addresses): Instead detect overlays by
446         exact match of section VMAs here.  Fix memory leak.
447
448 2016-04-08  Dan Gisselquist  <dgisselq@ieee.org>
449
450         * ldlang.c (print_output_section_statement): Show minfo size
451         in target machine address units.
452         (print_reloc_statement): Likewise.
453         (print_padding_statement): Likewise.
454         (print_data_statement): Likewise.  Ensure minimum print_dot
455         increment of one address unit.
456
457 2016-04-07  Andrew Burgess  <andrew.burgess@embecosm.com>
458
459         * emulparams/arc-endianness.sh: Make little endian default choice.
460
461 2016-04-07  Nick Clifton  <nickc@redhat.com>
462
463         * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
464         section name.
465         * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
466
467 2016-04-05  Andrew Burgess  <andrew.burgess@embecosm.com>
468
469         * emulparams/arc-endianness.sh: New file.
470         * emulparams/arcebelf.sh: Deleted.
471         * emulparams/arcebelf_prof.sh: Deleted.
472         * emulparams/arceblinux.sh: Deleted.
473         * emulparams/arceblinux_prof.sh: Deleted.
474         * emulparams/arcelf.sh: Include arc-endinness.sh.
475         * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
476         * emulparams/arclinux.sh: Include arc-endinness.sh.
477         * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
478         * emulparams/arcv2elf.sh: Include arc-endinness.sh.
479         * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
480         * testsuite/ld-elf/compressed1d.d: Update pattern for big and
481         little endian arc targets.
482         * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
483         * testsuite/ld-elf/group1.d: Likewise.
484         * testsuite/ld-elf/group3b.d: Likewise.
485         * testsuite/ld-elf/group8a.d: Likewise.
486         * testsuite/ld-elf/group8b.d: Likewise.
487         * testsuite/ld-elf/group9a.d: Likewise.
488         * testsuite/ld-elf/group9b.d: Likewise.
489         * testsuite/ld-elf/linkonce2.d: Likewise.
490         * testsuite/ld-elf/pr12851.d: Likewise.
491         * testsuite/ld-elf/pr12975.d: Likewise.
492         * testsuite/ld-elf/pr13177.d: Likewise.
493         * testsuite/ld-elf/pr13195.d: Likewise.
494         * testsuite/ld-elf/pr17615.d: Likewise.
495         * testsuite/ld-elf/pr19162.d: Likewise.
496         * testsuite/ld-elf/sec64k.exp: Likewise.
497         * testsuite/lib/ld-lib.exp: Likewise.
498
499 2016-04-05  Maciej W. Rozycki  <macro@imgtec.com>
500
501         PR ld/19908
502         * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
503         handling fix.
504         * testsuite/ld-cris/tls-e-20a.d: Likewise.
505         * testsuite/ld-cris/tls-e-21.d: Likewise.
506         * testsuite/ld-cris/tls-e-23.d: Likewise.
507         * testsuite/ld-cris/tls-e-80.d: Likewise.
508         * testsuite/ld-cris/tls-gd-3h.d: Likewise.
509         * testsuite/ld-cris/tls-leie-19.d: Likewise.
510         * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
511         * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
512         * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
513         * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
514         * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
515         * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
516         * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
517         * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
518
519 2016-04-05  Cupertino Miranda  <cmiranda@synopsys.com>
520
521         * testsuite/ld-discard/extern.d: Removed xfail for ARC.
522         * testsuite/ld-discard/start.d: Likewise.
523         * testsuite/ld-discard/static.d: Likewise.
524         * testsuite/ld-elf/group1.d: Likewise.
525         * testsuite/ld-elf/group3b.d: Likewise.
526         * testsuite/ld-elf/orphan-region.d: Likewise.
527         * testsuite/ld-elf/orphan.d: Likewise.
528         * testsuite/ld-elf/orphan3.d: Likewise.
529         * testsuite/ld-elf/pr349.d: Likewise.
530         * testsuite/ld-elf/warn1.d: Likewise.
531         * testsuite/ld-elf/warn2.d: Likewise.
532         * testsuite/ld-elf/warn3.d: Likewise.
533         * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
534         through linker flags.
535         * testsuite/ld-srec/srec.exp: Set as xfail.
536
537 2016-04-04  H.J. Lu  <hongjiu.lu@intel.com>
538
539         PR ld/19827
540         * testsuite/ld-i386/pr19827-nacl.rd: New file.
541         * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
542
543 2016-04-04  Nick Clifton  <nickc@redhat.com>
544
545         PR 19803
546         * emultempl/pe.em (change_undef): New function.  Encapsulates
547         duplicated code in pe_fixup_stdcalls and adds the newly defined
548         sym to the gc root list.
549         (pe_fixup_stdcall): Use the new function.
550         * pe-dll.c (process_def_file_and_drectve); Add alias of exported
551         symbol to gc root list.
552
553 2016-03-31  Alan Modra  <amodra@gmail.com>
554
555         * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
556         (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
557         (print_input_section): Don't use TO_ADDR when printing section
558         size.
559         (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
560         (lang_size_sections): Use TO_ADDR in relro end calculation.
561
562 2016-03-30  Andrew Burgess  <andrew.burgess@embecosm.com>
563
564         * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
565         value from regexp_diff.
566         * testsuite/ld-elf/orphan-5.l: Fix expected output.
567         * testsuite/ld-elf/orphan-6.l: Likewise.
568
569 2016-03-30  Alan Modra  <amodra@gmail.com>
570
571         PR 18452
572         * ldlang.c (maybe_overlays): New static var.
573         (lang_size_sections_1): Set it here.
574         (struct check_sec): New.
575         (sort_sections_by_lma): Adjust for array of structs.
576         (sort_sections_by_vma): New function.
577         (lang_check_section_addresses): Check both LMA and VMA for overlap.
578         * testsuite/ld-scripts/rgn-over7.d: Adjust.
579
580 2016-03-30  Alan Modra  <amodra@gmail.com>
581
582         * ldlang.c (lang_size_sections_1): Correct code detecting a
583         backward non-overlapping move.
584
585 2016-03-30  Alan Modra  <amodra@gmail.com>
586
587         * ldlang.c (IS_TBSS): New macro, extracted from..
588         (IGNORE_SECTION): ..here.
589         (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
590         (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
591
592 2016-03-22  Nick Clifton  <nickc@redhat.com>
593
594         PR ld/19803
595         * ldlang.c (lang_add_gc_name): New function.  Adds the provided
596         symbol name to the list of gc symbols.
597         (lang_process): Call lang_add_gc_name with entry_symbol_default if
598         entry_symbol.name is NULL.  Use lang_add_gc_name to add the init
599         and fini function names.
600         * pe-dll.c (process_def_file_and_drectve): Add exported names to
601         the gc symbol list.
602         * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
603         * testsuite/ld-pe/pr19803.d: Tweak expected output.
604
605 2016-03-22  Nick Clifton  <nickc@redhat.com>
606
607         * configure: Regenerate.
608
609 2016-03-21  Nick Clifton  <nickc@redhat.com>
610
611         * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
612         * plugin.c: Likewise.
613         * pe-dll.c: Likewise.
614
615 2016-03-18  Awson  <kyrab@mail.ru>
616
617         PR 19531
618         * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
619         this section.
620         * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
621
622 2016-03-18  Senthil Kumar Selvaraj  <senthil_kumar.selvaraj@atmel.com>
623
624         * ld-avr/gc-section-debugline.d: Relax regex check for CU.
625
626 2016-03-15  H.J. Lu  <hongjiu.lu@intel.com>
627
628         PR ld/19827
629         * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
630         * testsuite/ld-x86-64/x86-64.exp: Likewise.
631         * testsuite/ld-i386/pr19827.rd: New file.
632         * testsuite/ld-i386/pr19827a.S: Likewise.
633         * testsuite/ld-i386/pr19827b.S: Likewise.
634         * testsuite/ld-x86-64/pr19827.rd: Likewise.
635         * testsuite/ld-x86-64/pr19827a.S: Likewise.
636         * testsuite/ld-x86-64/pr19827b.S: Likewise.
637
638 2016-03-15  H.J. Lu  <hongjiu.lu@intel.com>
639
640         PR ld/19807
641         * Makefile.am (ELF_X86_DEPS): Add
642         $(srcdir)/emulparams/reloc_overflow.sh.
643         * Makefile.in: Regenerated.
644         * NEWS: Mention -z noreloc-overflow.
645         * ld.texinfo: Document -z noreloc-overflow.
646         * emulparams/elf32_x86_64.sh: Source
647         ${srcdir}/emulparams/reloc_overflow.sh.
648         * emulparams/elf_x86_64.sh: Likewise.
649         * emulparams/reloc_overflow.sh: New file.
650         * testsuite/ld-x86-64/pr19807-1.s: New file.
651         * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
652         * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
653         * testsuite/ld-x86-64/pr19807-2.s: Likewise.
654         * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
655         * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
656         * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
657         * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
658         * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
659         * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
660
661 2016-03-13  H.J. Lu  <hongjiu.lu@intel.com>
662
663         PR ld/19539
664         * testsuite/ld-i386/i386.exp: Run pr19539.
665         * testsuite/ld-i386/pr19539.d: New file.
666         * testsuite/ld-i386/pr19539.s: Likewise.
667         * testsuite/ld-i386/pr19539.t: Likewise.
668         * testsuite/ld-x86-64/pr19539.s: Likewise.
669         * testsuite/ld-x86-64/pr19539.t: Likewise.
670         * testsuite/ld-x86-64/pr19539a.d: Likewise.
671         * testsuite/ld-x86-64/pr19539b.d: Likewise.
672         * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
673
674 2016-03-10  Mickael Guene  <mickael.guene@st.com>
675
676         PR gas/19744
677         * testsuite/ld-arm/arm-elf.exp: New tests.
678         * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
679         * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
680
681 2016-03-10  Nick Clifton  <nickc@redhat.com>
682
683         * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
684
685 2016-03-09  Pedro Alves  <palves@redhat.com>
686
687         * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
688         * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
689
690 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
691
692         PR ld/19789
693         * testsuite/ld-elf/pr19789.d: New file.
694         * testsuite/ld-elf/pr19789.s: Likewise.
695
696 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
697
698         PR ld/19784
699         * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
700         * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
701         * testsuite/ld-i386/pr19636-2e.d: Here.  Remove notarget.
702         * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
703         * testsuite/ld-ifunc/pass.out: New file.
704         * testsuite/ld-ifunc/pr19784a.c: Likewise.
705         * testsuite/ld-ifunc/pr19784b.c: Likewise.
706         * testsuite/ld-ifunc/pr19784c.c: Likewise.
707
708 2016-03-08  H.J. Lu  <hongjiu.lu@intel.com>
709
710         PR ld/19774
711         * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
712         tmpdir/libpr18808.so.  Link tmpdir/pr18841a.o before
713         tmpdir/libpr18841b.so and tmpdir/libpr18841c.so.  Test
714         --as-needed for pr18841c.
715
716 2016-03-07  H.J. Lu  <hongjiu.lu@intel.com>
717
718         PR ld/19774
719         * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
720         tmpdir/pr18900.so and test --as-needed.  Link tmpdir/gotpc1.o
721         before tmpdir/got1d.so and test --as-needed.
722         * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
723         tmpdir/pr18900.so and test --as-needed.
724
725 2016-03-07  Jiong Wang  <jiong.wang@arm.com>
726
727         * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
728         * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
729         result.
730         * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
731
732 2016-03-06  H.J. Lu  <hongjiu.lu@intel.com>
733
734         * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
735         before tmpdir/copyreloc-lib.so and test --as-needed.
736         * testsuite/ld-x86-64/x86-64.exp: Likewise.
737
738 2016-03-04  H.J. Lu  <hongjiu.lu@intel.com>
739
740         PR ld/19579
741         * testsuite/ld-elf/pr19579a.c: New file.
742         * testsuite/ld-elf/pr19579b.c: Likewise.
743         * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
744
745 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
746
747         * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
748
749 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
750
751         * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
752         Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
753
754 2016-03-02  H.J. Lu  <hongjiu.lu@intel.com>
755
756         PR ld/19739
757         * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
758         input sections for relocatable link.
759         * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
760         * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
761
762 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
763
764         PR ld/19739
765         * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
766         merge flags of other input sections for relocatable link.
767
768 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
769
770         * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
771
772 2016-03-01  H.J. Lu  <hongjiu.lu@intel.com>
773
774         * testsuite/ld-elf/pr19162.d: Skip arc target.
775
776 2016-02-29  H.J. Lu  <hongjiu.lu@intel.com>
777
778         PR ld/19162
779         * testsuite/ld-elf/pr19162.d: New file.
780         * testsuite/ld-elf/pr19162a.s: Likwise.
781         * testsuite/ld-elf/pr19162b.s: Likwise.
782
783 2016-02-29 Cupertino Miranda  <cmiranda@synopsys.com>
784
785         * testsuite/ld-elf/merge.d: Removed xfail for ARC.
786         * testsuite/ld-elf/merge2.d: Likewise.
787         * testsuite/ld-elf/merge3.d: Likewise.
788
789 2016-02-29  Cupertino Miranda  <Cupertino.Miranda@synopsys.com>
790
791         * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
792         generated.
793
794 2016-02-26  Renlin Li  <renlin.li@arm.com>
795
796         * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
797         * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
798         * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
799         * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
800         * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
801         * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
802         * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
803         * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
804         * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
805         * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
806
807 2016-02-26  H.J. Lu  <hongjiu.lu@intel.com>
808
809         PR ld/19609
810         * testsuite/ld-i386/got1.dd: Updated.
811         * testsuite/ld-i386/lea1c.d: Likewise.
812         * testsuite/ld-i386/load1-nacl.d: Likewise.
813         * testsuite/ld-i386/load1.d: Likewise.
814         * testsuite/ld-i386/load4b.d: Likewise.
815         * testsuite/ld-i386/load5b.d: Likewise.
816         * testsuite/ld-i386/mov1b.d: Likewise.
817         * testsuite/ld-x86-64/mov1b.d: Likewise.
818         * testsuite/ld-x86-64/mov1d.d: Likewise.
819         * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
820         * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
821         * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
822         * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
823         * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
824         * testsuite/ld-x86-64/lea1a.d: Likewise.
825         * testsuite/ld-x86-64/lea1b.d: Likewise.
826         * testsuite/ld-x86-64/lea1c.d: Likewise.
827         * testsuite/ld-x86-64/lea1d.d: Likewise.
828         * testsuite/ld-x86-64/lea1e.d: Likewise.
829         * testsuite/ld-x86-64/lea1f.d: Likewise.
830         * testsuite/ld-x86-64/mov1b.d: Likewise.
831         * testsuite/ld-x86-64/mov1d.d: Likewise.
832         * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
833         * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
834         * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
835         * testsuite/ld-i386/pr19609-1.s: New file.
836         * testsuite/ld-i386/pr19609-1a.d: Likewise.
837         * testsuite/ld-i386/pr19609-1b.d: Likewise.
838         * testsuite/ld-i386/pr19609-1c.d: Likewise.
839         * testsuite/ld-i386/pr19609-1d.d: Likewise.
840         * testsuite/ld-i386/pr19609-1e.d: Likewise.
841         * testsuite/ld-i386/pr19609-1f.d: Likewise.
842         * testsuite/ld-i386/pr19609-1g.d: Likewise.
843         * testsuite/ld-i386/pr19609-1h.d: Likewise.
844         * testsuite/ld-i386/pr19609-1i.d: Likewise.
845         * testsuite/ld-i386/pr19609-2.s: Likewise.
846         * testsuite/ld-i386/pr19609-2a.d: Likewise.
847         * testsuite/ld-i386/pr19609-2b.d: Likewise.
848         * testsuite/ld-i386/pr19609-2c.d: Likewise.
849         * testsuite/ld-i386/undefweak.s: Likewise.
850         * testsuite/ld-i386/undefweaka.d: Likewise.
851         * testsuite/ld-i386/undefweakb.d: Likewise.
852         * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
853         * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
854         * testsuite/ld-x86-64/pr19609-1.s: Likewise.
855         * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
856         * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
857         * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
858         * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
859         * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
860         * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
861         * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
862         * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
863         * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
864         * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
865         * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
866         * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
867         * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
868         * testsuite/ld-x86-64/pr19609-2.s: Likewise.
869         * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
870         * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
871         * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
872         * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
873         * testsuite/ld-x86-64/pr19609-3.s: Likewise.
874         * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
875         * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
876         * testsuite/ld-x86-64/pr19609-4.s: Likewise.
877         * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
878         * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
879         * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
880         * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
881         * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
882         * testsuite/ld-x86-64/pr19609-5.s: Likewise.
883         * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
884         * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
885         * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
886         * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
887         * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
888         * testsuite/ld-x86-64/pr19609-6.s: Likewise.
889         * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
890         * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
891         * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
892         * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
893         * testsuite/ld-x86-64/pr19609-7.s: Likewise.
894         * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
895         * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
896         * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
897         * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
898         * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
899         PR ld/19609.
900         * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
901         and tests for PR ld/19609.
902
903 2016-02-26  H.J. Lu  <hongjiu.lu@intel.com>
904
905         PR ld/19645
906         * NEWS: Mention -z common/-z nocommon for ELF targets.
907         * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
908         -z common and -z nocommon.
909         * ld.texinfo: Document -z common/-z nocommon.
910         * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
911         * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
912         --elf-stt-common=yes with assembler.
913         * testsuite/ld-elfcomm/common-1.s: New file.
914         * testsuite/ld-elfcomm/common-1a.d: Likewise.
915         * testsuite/ld-elfcomm/common-1b.d: Likewise.
916         * testsuite/ld-elfcomm/common-1c.d: Likewise.
917         * testsuite/ld-elfcomm/common-1d.d: Likewise.
918         * testsuite/ld-elfcomm/common-1e.d: Likewise.
919         * testsuite/ld-elfcomm/common-1f.d: Likewise.
920         * testsuite/ld-elfcomm/common-2.s: Likewise.
921         * testsuite/ld-elfcomm/common-2a.d: Likewise.
922         * testsuite/ld-elfcomm/common-2b.d: Likewise.
923         * testsuite/ld-elfcomm/common-2c.d: Likewise.
924         * testsuite/ld-elfcomm/common-2d.d: Likewise.
925         * testsuite/ld-elfcomm/common-2e.d: Likewise.
926         * testsuite/ld-elfcomm/common-2f.d: Likewise.
927         * testsuite/ld-elfcomm/common-3a.rd: Likewise.
928         * testsuite/ld-elfcomm/common-3b.rd: Likewise.
929         * testsuite/ld-i386/pr19645.d: Likewise.
930         * testsuite/ld-i386/pr19645.s: Likewise.
931         * testsuite/ld-x86-64/largecomm-1.s: Likewise.
932         * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
933         * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
934         * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
935         * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
936         * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
937         * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
938         * testsuite/ld-x86-64/pr19645.d: Likewise.
939         * testsuite/ld-x86-64/pr19645.s: Likewise.
940         * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
941         with assembler.
942         (assembler_generates_commons): Removed.
943         Run -z common/-z nocommon tests.  Run *.d tests.
944         * testsuite/ld-i386/i386.exp: Run pr19645.
945         * testsuite/ld-x86-64/x86-64.exp: Likewise.
946         * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
947         assembler.  Test STT_COMMON with readelf.
948
949 2016-02-26  H.J. Lu  <hongjiu.lu@intel.com>
950
951         PR ld/19636
952         PR ld/19704
953         PR ld/19719
954         * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
955         * Makefile.in: Regenerated.
956         * NEWS: Mention -z nodynamic-undefined-weak.
957         * ld.texinfo: Document -z nodynamic-undefined-weak.
958         * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
959         * emulparams/dynamic_undefined_weak.sh: New file.
960         * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
961         * emulparams/elf_i386.sh: Likewise.
962         * emulparams/elf_i386_be.sh: Likewise.
963         * emulparams/elf_i386_chaos.sh: Likewise.
964         * emulparams/elf_i386_ldso.sh: Likewise.
965         * emulparams/elf_i386_vxworks.sh: Likewise.
966         * emulparams/elf_iamcu.sh: Likewise.
967         * emulparams/elf_k1om.sh: Likewise.
968         * emulparams/elf_l1om.sh: Likewise.
969         * emulparams/elf_x86_64.sh: Likewise.
970         * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
971         Append.
972         (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
973         * testsuite/ld-elf/pr19719a.c: New file.
974         * testsuite/ld-elf/pr19719b.c: Likewise.
975         * testsuite/ld-elf/pr19719c.c: Likewise.
976         * testsuite/ld-elf/pr19719d.c: Likewise.
977         * testsuite/ld-i386/pr19636-1.s: Likewise.
978         * testsuite/ld-i386/pr19636-1a.d: Likewise.
979         * testsuite/ld-i386/pr19636-1b.d: Likewise.
980         * testsuite/ld-i386/pr19636-1c.d: Likewise.
981         * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
982         * testsuite/ld-i386/pr19636-1d.d: Likewise.
983         * testsuite/ld-i386/pr19636-1e.d: Likewise.
984         * testsuite/ld-i386/pr19636-1f.d: Likewise.
985         * testsuite/ld-i386/pr19636-1g.d: Likewise.
986         * testsuite/ld-i386/pr19636-1h.d: Likewise.
987         * testsuite/ld-i386/pr19636-1i.d: Likewise.
988         * testsuite/ld-i386/pr19636-2.s: Likewise.
989         * testsuite/ld-i386/pr19636-2a.d: Likewise.
990         * testsuite/ld-i386/pr19636-2b.d: Likewise.
991         * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
992         * testsuite/ld-i386/pr19636-2c.d: Likewise.
993         * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
994         * testsuite/ld-i386/pr19636-2d.d: Likewise.
995         * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
996         * testsuite/ld-i386/pr19636-2e.d: Likewise.
997         * testsuite/ld-i386/pr19636-3.s: Likewise.
998         * testsuite/ld-i386/pr19636-3a.d: Likewise.
999         * testsuite/ld-i386/pr19636-3b.d: Likewise.
1000         * testsuite/ld-i386/pr19636-3c.d: Likewise.
1001         * testsuite/ld-i386/pr19636-3d.d: Likewise.
1002         * testsuite/ld-i386/pr19636-3e.d: Likewise.
1003         * testsuite/ld-i386/pr19636-3f.d: Likewise.
1004         * testsuite/ld-i386/pr19636-3g.d: Likewise.
1005         * testsuite/ld-i386/pr19636-4.s: Likewise.
1006         * testsuite/ld-i386/pr19636-4a.d: Likewise.
1007         * testsuite/ld-i386/pr19636-4b.d: Likewise.
1008         * testsuite/ld-i386/pr19636-4c.d: Likewise.
1009         * testsuite/ld-i386/pr19636-4d.d: Likewise.
1010         * testsuite/ld-i386/pr19704.out: Likewise.
1011         * testsuite/ld-i386/pr19704a.c: Likewise.
1012         * testsuite/ld-i386/pr19704b.c: Likewise.
1013         * testsuite/ld-x86-64/pr19636-1.s: Likewise.
1014         * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
1015         * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
1016         * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
1017         * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
1018         * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
1019         * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
1020         * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
1021         * testsuite/ld-x86-64/pr19636-2.s: Likewise.
1022         * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
1023         * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
1024         * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
1025         * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
1026         * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
1027         * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
1028         * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
1029         * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
1030         * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
1031         * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
1032         * testsuite/ld-x86-64/pr19636-3.s: Likewise.
1033         * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
1034         * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
1035         * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
1036         * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
1037         * testsuite/ld-x86-64/pr19704.out: Likewise.
1038         * testsuite/ld-x86-64/pr19704a.c: Likewise.
1039         * testsuite/ld-x86-64/pr19704b.c: Likewise.
1040         * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
1041         Run mix_pic_and_non_pic.
1042         * testsuite/ld-i386/i386.exp (undefined_weak): New.
1043         Run undefined_weak and PR ld/19636 tests.
1044         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1045         * testsuite/ld-x86-64/pr13082-3b.d: Updated.
1046         * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
1047
1048 2016-02-25  Nick Clifton  <nickc@redhat.com>
1049
1050         * ld.h (struct ld_config_type): Remove specified_data_size field.
1051
1052 2016-02-24  H.J. Lu  <hongjiu.lu@intel.com>
1053
1054         PR ld/19698
1055         * testsuite/ld-elf/pr19698.d: New file.
1056         * testsuite/ld-elf/pr19698.s: Likewise.
1057         * testsuite/ld-elf/pr19698.t: Likewise.
1058
1059 2016-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1060
1061         * Makefile.am (ELF_X86_DEPS): New.
1062         (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
1063         (eelf_i386_chaos.c): Likewise.
1064         (eelf_i386_fbsd.c): Likewise.
1065         (eelf_i386_ldso.c): Likewise.
1066         (eelf_i386_nacl.c): Likewise.
1067         (eelf_i386_sol2.c): Likewise.
1068         (eelf_iamcu.c): Likewise.
1069         (eelf32_x86_64.c): Likewise.
1070         (eelf32_x86_64_nacl.c): Likewise.
1071         (eelf_l1om.c): Likewise.
1072         (eelf_l1om_fbsd.c): Likewise.
1073         (eelf_k1om.c): Likewise.
1074         (eelf_k1om_fbsd.c): Likewise.
1075         (eelf_x86_64.c): Likewise.
1076         (eelf_x86_64_cloudabi.c): Likewise.
1077         (eelf_x86_64_fbsd.c): Likewise.
1078         (eelf_x86_64_sol2.c): Likewise.
1079         * Makefile.in: Regenerated.
1080
1081 2016-02-23  H.J. Lu  <hongjiu.lu@intel.com>
1082
1083         * testsuite/ld-frv/fdpic-pie-6.d: Updated.
1084         * testsuite/ld-mips-elf/pie-n32.d: Likewise.
1085         * testsuite/ld-mips-elf/pie-n64.d: Likewise.
1086         * testsuite/ld-mips-elf/pie-o32.d: Likewise.
1087
1088 2016-02-20  H.J. Lu  <hongjiu.lu@intel.com>
1089
1090         * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
1091
1092 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1093
1094         * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
1095         *-*-gnu* and *-*-solaris*.
1096         * testsuite/ld-elf/pr19617b.d: Likewise.
1097         * testsuite/ld-elf/pr19617c.d: Likewise.
1098
1099 2016-02-18  H.J. Lu  <hongjiu.lu@intel.com>
1100
1101         PR ld/19617
1102         * testsuite/ld-elf/pr19617.s: New file.
1103         * testsuite/ld-elf/pr19617a.d: Likewise.
1104         * testsuite/ld-elf/pr19617b.d: Likewise.
1105         * testsuite/ld-elf/pr19617c.d: Likewise.
1106
1107 2016-02-18  Nick Clifton  <nickc@redhat.com>
1108
1109         * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
1110         in-tree xg++ executable after checking for the presence of an
1111         in-tree g++ executable.
1112         * Makefile.in: Regenerate.
1113
1114 2016-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1115
1116         * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
1117         * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
1118         * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
1119
1120 2016-02-17  H.J. Lu  <hongjiu.lu@intel.com>
1121
1122         * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
1123         * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
1124         * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
1125         * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
1126         * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
1127         * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
1128         * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
1129         * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
1130         * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
1131         * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
1132         * testsuite/ld-x86-64/ilp32-4.d: Likewise.
1133         * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
1134         * testsuite/ld-x86-64/load1c.d: Likewise.
1135         * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
1136         * testsuite/ld-x86-64/load1d.d: Likewise.
1137         * testsuite/ld-x86-64/pr14207.d: Likewise.
1138         * testsuite/ld-x86-64/pr19162.d: Likewise.
1139         * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1140         * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
1141         * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1142         * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
1143         * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1144         * testsuite/ld-x86-64/tlspic.rd: Likewise.
1145
1146 2016-02-17  Nick Clifton  <nickc@redhat.com>
1147
1148         * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
1149
1150 2016-02-15  Nick Clifton  <nickc@redhat.com>
1151
1152         * testsuite/ld-i386/pr12718.d: Remove dependency upon the
1153         description of the flags produced by readelf.
1154         * testsuite/ld-i386/pr12921.d: Likewise.
1155         * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
1156         * testsuite/ld-i386/tlsbin.rd: Likewise.
1157         * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
1158         * testsuite/ld-i386/tlsbindesc.rd: Likewise.
1159         * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
1160         * testsuite/ld-i386/tlsdesc.rd: Likewise.
1161         * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
1162         * testsuite/ld-i386/tlsgdesc.rd: Likewise.
1163         * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
1164         * testsuite/ld-i386/tlsnopic.rd: Likewise.
1165         * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
1166         * testsuite/ld-i386/tlspic.rd: Likewise.
1167         * testsuite/ld-s390/tlsbin.rd: Likewise.
1168         * testsuite/ld-s390/tlsbin_64.rd: Likewise.
1169         * testsuite/ld-s390/tlspic.rd: Likewise.
1170         * testsuite/ld-s390/tlspic_64.rd: Likewise.
1171         * testsuite/ld-sh/tlsbin-2.d: Likewise.
1172         * testsuite/ld-sh/tlspic-2.d: Likewise.
1173         * testsuite/ld-tic6x/common.d: Likewise.
1174         * testsuite/ld-tic6x/shlib-1.rd: Likewise.
1175         * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
1176         * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
1177         * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
1178         * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
1179         * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
1180         * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
1181         * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
1182         * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
1183         * testsuite/ld-tic6x/static-app-1.rd: Likewise.
1184         * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
1185         * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
1186         * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
1187         * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
1188         * testsuite/ld-x86-64/ilp32-4.d: Likewise.
1189         * testsuite/ld-x86-64/pr12718.d: Likewise.
1190         * testsuite/ld-x86-64/pr12921.d: Likewise.
1191         * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
1192         * testsuite/ld-x86-64/split-by-file.rd: Likewise.
1193         * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
1194         * testsuite/ld-x86-64/tlsbin.rd: Likewise.
1195         * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
1196         * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
1197         * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1198         * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
1199         * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1200         * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
1201         * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1202         * testsuite/ld-x86-64/tlspic.rd: Likewise.
1203         * testsuite/ld-xtensa/tlsbin.rd: Likewise.
1204         * testsuite/ld-xtensa/tlspic.rd: Likewise.
1205
1206 2016-02-11  H.J. Lu  <hongjiu.lu@intel.com>
1207
1208         PR ld/19615
1209         * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
1210         PIE.
1211         * lexsup.c (parse_args): Enable -Bsymbolic and
1212         -Bsymbolic-functions for PIE.
1213         * testsuite/ld-i386/i386.exp: Run pr19615.
1214         * testsuite/ld-i386/pr19615.d: New file.
1215         * testsuite/ld-i386/pr19615.s: Likewise.
1216         * testsuite/ld-x86-64/pr19615.d: Likewise.
1217         * testsuite/ld-x86-64/pr19615.s: Likewise.
1218
1219 2016-02-09  Nick Clifton  <nickc@redhat.com>
1220
1221         * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
1222         * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
1223         * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
1224         * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
1225
1226 2016-02-04  Nick Clifton  <nickc@redhat.com>
1227
1228         * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
1229         * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
1230         * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
1231         * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
1232         * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
1233         * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
1234         * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
1235         * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
1236         * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
1237
1238 2016-02-03  H.J. Lu  <hongjiu.lu@intel.com>
1239
1240         PR gas/19520
1241         * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
1242         * testsuite/ld-i386/call1.d: Likewise.
1243         * testsuite/ld-i386/call2.d: Likewise.
1244         * testsuite/ld-i386/call3a.d: Likewise.
1245         * testsuite/ld-i386/call3b.d: Likewise.
1246         * testsuite/ld-i386/call3c.d: Likewise.
1247         * testsuite/ld-i386/call3d.d: Likewise.
1248         * testsuite/ld-i386/call3e.d: Likewise.
1249         * testsuite/ld-i386/call3f.d: Likewise.
1250         * testsuite/ld-i386/call3g.d: Likewise.
1251         * testsuite/ld-i386/call3h.d: Likewise.
1252         * testsuite/ld-i386/jmp1.d: Likewise.
1253         * testsuite/ld-i386/jmp2.d: Likewise.
1254         * testsuite/ld-i386/lea1c.d: Likewise.
1255         * testsuite/ld-i386/load1.d: Likewise.
1256         * testsuite/ld-i386/load2.d: Likewise.
1257         * testsuite/ld-i386/load3.d: Likewise.
1258         * testsuite/ld-i386/load4a.d: Likewise.
1259         * testsuite/ld-i386/load5a.d: Likewise.
1260         * testsuite/ld-i386/mov2b.d: Likewise.
1261         * testsuite/ld-i386/mov3.d: Likewise.
1262         * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1263         * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1264         * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
1265         * testsuite/ld-x86-64/call1a.d: Likewise.
1266         * testsuite/ld-x86-64/call1b.d: Likewise.
1267         * testsuite/ld-x86-64/call1c.d: Likewise.
1268         * testsuite/ld-x86-64/call1d.d: Likewise.
1269         * testsuite/ld-x86-64/call1e.d: Likewise.
1270         * testsuite/ld-x86-64/call1f.d: Likewise.
1271         * testsuite/ld-x86-64/call1h.d: Likewise.
1272         * testsuite/ld-x86-64/call1i.d: Likewise.
1273         * testsuite/ld-x86-64/load1a.d: Likewise.
1274         * testsuite/ld-x86-64/load1b.d: Likewise.
1275         * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
1276         * testsuite/ld-i386/got1.dd: Updated.
1277         * testsuite/ld-i386/got1d.S (1): Removed.
1278         * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
1279         * testsuite/ld-x86-64/x86-64.exp: Likewise.
1280
1281 2016-02-02  H.J. Lu  <hongjiu.lu@intel.com>
1282
1283         PR ld/18591
1284         * testsuite/ld-x86-64/pr18591.d: New file.
1285         * testsuite/ld-x86-64/pr18591.s: Likewise.
1286         * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
1287
1288 2016-02-01  H.J. Lu  <hongjiu.lu@intel.com>
1289
1290         PR ld/19553
1291         * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
1292         * testsuite/ld-elf/pr19553.map: New file.
1293         * testsuite/ld-elf/pr19553.map: Likewise.
1294         * testsuite/ld-elf/pr19553a.c: Likewise.
1295         * testsuite/ld-elf/pr19553b.c: Likewise.
1296         * testsuite/ld-elf/pr19553b.out: Likewise.
1297         * testsuite/ld-elf/pr19553c.c: Likewise.
1298         * testsuite/ld-elf/pr19553c.out: Likewise.
1299         * testsuite/ld-elf/pr19553d.c: Likewise.
1300         * testsuite/ld-elf/pr19553d.out: Likewise.
1301
1302 2016-01-30  H.J. Lu  <hongjiu.lu@intel.com>
1303
1304         PR ld/19539
1305         * testsuite/ld-elf/pr19539.d: New file.
1306         * testsuite/ld-elf/pr19539.s: Likewise.
1307         * testsuite/ld-elf/pr19539.t: Likewise.
1308
1309 2016-01-29  H.J. Lu  <hongjiu.lu@intel.com>
1310
1311         PR ld/19533
1312         * configure.ac (compressed_debug_sections): Replace == with =.
1313         * configure: Regenerated.
1314
1315 2016-01-22  Pitchumani Sivanupandi  <pitchumani.s@atmel.com>
1316
1317         * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
1318         * scripttempl/avrtiny.sc (.noinit): Likewise.
1319
1320 2016-01-21  Nick Clifton  <nickc@redhat.com>
1321
1322         PR ld/19453
1323         * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
1324         the arm-netbsdelf target.
1325
1326         PR ld/19455
1327         * testsuite/ld-arm/vxworks1-lib.dd: Update for current
1328         disassmebler output.
1329         * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
1330         * testsuite/ld-arm/vxworks1.dd: Likewise.
1331         * testsuite/ld-arm/vxworks1.rd: Likewise.
1332         * testsuite/ld-arm/vxworks1.ld: Set the output format.
1333
1334 2016-01-20  Jiong Wang  <jiong.wang@arm.com>
1335
1336         * testsuite/ld-aarch64/farcall-section.d: Delete.
1337         * testsuite/ld-aarch64/farcall-section.s: Delete.
1338         * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
1339         * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1340         * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
1341         * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
1342         * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
1343
1344 2016-01-20  Nick Clifton  <nickc@redhat.com>
1345
1346         PR 19457
1347         * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
1348         early for PE based targets.
1349         * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
1350         * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
1351
1352 2016-01-20  Mickael Guene  <mickael.guene@st.com>
1353
1354         * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
1355         Add 'y' attribute usage.
1356         * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
1357         * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
1358         * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
1359
1360 2016-01-19  Nick Clifton  <nickc@redhat.com>
1361
1362         * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
1363         foo@FOO and bar@@FOO.
1364
1365 2016-01-18  Alan Modra  <amodra@gmail.com>
1366
1367         * configure: Regenerate.
1368
1369 2016-01-18  Nick Clifton  <nickc@redhat.com>
1370
1371         * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
1372         is not configured to support plugins.
1373
1374         * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
1375         but with 16 byte section alignment.
1376         * testsuite/ld-scripts/rgn-at11.d: Use new source file.  Reenable
1377         test for MIPS targets.
1378
1379 2016-01-17  Alan Modra  <amodra@gmail.com>
1380
1381         * configure: Regenerate.
1382
1383 2016-01-17  Alan Modra  <amodra@gmail.com>
1384
1385         * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
1386         * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
1387         * testsuite/ld-elf/pr14156a.d: Likewise.
1388         * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
1389         * testsuite/ld-elf/sec64k.exp: Likewise.
1390
1391 2016-01-14  Thomas Preud'homme  <thomas.preudhomme@arm.com>
1392
1393         * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
1394         Set address of .foo section when linking.
1395         * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
1396         in .foo section.
1397         * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
1398         output to the above changes.
1399
1400 2016-01-13  Nick Clifton  <nickc@redhat.com>
1401
1402         * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
1403         for MIPS targets.
1404
1405         * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
1406         fail for MIPS targets.
1407
1408         * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
1409         MIPS targets.
1410
1411 2016-01-12  Yury Usishchev  <y.usishchev@samsung.com>
1412
1413         * testsuite/ld-arm/arm-elf.exp: New test.
1414         * testsuite/ld-arm/unwind-mix.d: New file.
1415         * testsuite/ld-arm/unwind-mix1.s: New file.
1416         * testsuite/ld-arm/unwind-mix2.s: New file.
1417
1418 2016-01-08  Jiong Wang  <jiong.wang@arm.com>
1419
1420         PR ld/19368
1421         * testsuite/ld-arm/ifunc-3.rd: Update expected result.
1422         * testsuite/ld-arm/ifunc-4.rd: Likewise.
1423         * testsuite/ld-arm/ifunc-9.rd: Likewise.
1424         * testsuite/ld-arm/ifunc-10.rd: Likewise.
1425         * testsuite/ld-arm/ifunc-12.rd: Likewise.
1426         * testsuite/ld-arm/ifunc-13.rd: Likewise.
1427
1428 2016-01-05  Nick Clifton  <nickc@redhat.com>
1429
1430         * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
1431         MSP430 hardware multiply address range.
1432         * scripttempl/elf32msp430.sc (__romdatastart): Define.
1433         (__romdatacopysize): Define.
1434         * scripttempl/elf32msp430_3.sc: Likewise.
1435
1436 2016-01-04  Maciej W. Rozycki  <macro@imgtec.com>
1437
1438         * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
1439         OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
1440
1441 2016-01-04  Maciej W. Rozycki  <macro@imgtec.com>
1442
1443         * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
1444         messages expected according to MIPS BFD private data merge
1445         changes.
1446         * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
1447         * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
1448         * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
1449         * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
1450         * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
1451         * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
1452         * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
1453         * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
1454         * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
1455         * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
1456         * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
1457         * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
1458         * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
1459
1460 2016-01-01  Alan Modra  <amodra@gmail.com>
1461
1462         Update year range in copyright notice of all files.
1463
1464 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
1465 \f
1466 Copyright (C) 2016 Free Software Foundation, Inc.
1467
1468 Copying and distribution of this file, with or without modification,
1469 are permitted in any medium without royalty provided the copyright
1470 notice and this notice are preserved.
1471
1472 Local Variables:
1473 mode: change-log
1474 left-margin: 8
1475 fill-column: 74
1476 version-control: never
1477 End: