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