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