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