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