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