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