Pass %E to einfo when bfd_section == NULL
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2016-05-04 H.J. Lu <hongjiu.lu@intel.com>
2
3 * ldlang.c (init_os): Pass %E to einfo when bfd_section == NULL.
4
5 2016-05-04 Maciej W. Rozycki <macro@imgtec.com>
6
7 * testsuite/ld-unique/unique.d: New test.
8 * testsuite/ld-unique/unique.exp: Run the new test. Adjust
9 messages for compiled tests.
10
11 2016-05-04 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
12
13 * testsuite/ld-elf/pr18735.d: Allow other symbols.
14 * testsuite/ld-elf/sec64k.exp: Skip 64ksec for avr.
15 * testsuite/ld-gc/pr14265.d: Allow other symbols.
16 * testsuite/ld-plugin/plugin.exp: Add PR ld/17973 to
17 plugin_tests only if check_shared_lib_support is true.
18 * testsuite/ld-selective/selective.exp: Add --section-start
19 flag for avr.
20
21 2016-05-03 Maciej W. Rozycki <macro@imgtec.com>
22
23 PR 10549
24 * testsuite/ld-unique/unique.exp: Also run for `mips*-*-*'.
25
26 2016-05-03 Jiong Wang <jiong.wang@arm.com>
27
28 * emultempl/aarch64elf.em (--no-apply-dynamic-relocs): New option.
29 * NEWS: Mention --no-apply-dynamic-relocs.
30 * ld.texinfo (ld and the ARM family): Document
31 --no-apply-dynamic-relocs.
32 * testsuite/ld-aarch64/rela-abs-relative.s: New test source.
33 * testsuite/ld-aarch64/rela-abs-relative.d: New expected result.
34 * testsuite/ld-aarch64/rela-abs-relative-be.d: Likewise for big-endian.
35 * estsuite/ld-aarch64/rela-abs-relative-opt.d: Likewise, but enable new
36 option.
37
38 2016-05-03 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
39
40 * testsuite/ld-elfcomm/elfcomm.exp: Check for shared lib support
41 before running STT_COMMON tests.
42
43 2016-04-29 H.J. Lu <hongjiu.lu@intel.com>
44
45 * config/default.exp (NOPIE_CFLAGS): Download source only on
46 remote host.
47 (NOPIE_LDFLAGS): Likewise.
48 * testsuite/lib/ld-lib.exp (check_lto_available): Likewise.
49 (check_lto_fat_available): Likewise.
50 (check_lto_shared_available): Likewise.
51 (check_ifunc_available): Likewise.
52 (check_ifunc_attribute_available): Likewise.
53
54 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
55
56 * testsuite/ld-elf/compressed1b.d: Only run for Linux/GNU targets.
57
58 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
59
60 PR ld/20006
61 * testsuite/ld-elfvsb/elfvsb.exp (COMPRESS_LDFLAG): New.
62 (visibility_run): Pass COMPRESS_LDFLAG to visibility_test on
63 ELF targets.
64
65 2016-04-27 H.J. Lu <hongjiu.lu@intel.com>
66
67 * testsuite/ld-elf/compressed1b.d: Pass
68 --compress-debug-sections=none to ld.
69 * testsuite/ld-elf/compressed1c.d: Likewise.
70
71 2016-04-27 Alan Modra <amodra@gmail.com>
72
73 PR target/19985
74 * configure.tgt: Don't use var+=.
75
76 2016-04-25 Nick Clifton <nickc@redhat.com>
77
78 PR target/19985
79 * configure.tgt: Include big endian PPC64 emulations with little
80 endian PPC64 targets.
81
82 2016-04-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
83
84 * scripttempl/avrtiny.sc (.text): Do not set LMA to zero.
85
86 2016-04-21 Nick Clifton <nickc@redhat.com>
87
88 * ldlang.c (lang_check_relocs): Use bfd_link_check_relocs in
89 prefernce to _bfd_elf_link_check_relocs. Drop test for ELF
90 targets. Do not stop the checks when problems are encountered.
91
92 2016-04-21 Alan Modra <amodra@gmail.com>
93
94 * testsuite/ld-scripts/cross3.t: Add commonly used data
95 and text section names to output section statements.
96 * testsuite/ld-scripts/cross4.t: Likewise.
97 * testsuite/ld-scripts/cross5.t: Likewise.
98 * testsuite/ld-scripts/cross6.t: Likewise.
99 * testsuite/ld-scripts/cross7.t: Likewise.
100
101 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
102
103 * ldlang.c (lang_check_relocs): New function.
104 (lang_process): Call lang_check_relocs after lang_gc_sections.
105 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse): Don't
106 call _bfd_elf_link_check_relocs here.
107
108 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
109
110 PR ld/19972
111 * testsuite/ld-elf/eh6.d: Pass -rW to readelf and check for
112 R_386_NONE or R_X86_64_NONE.
113
114 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
115
116 * testsuite/ld-x86-64/pic1.d: New file.
117 * testsuite/ld-x86-64/pic1.s: Likewise.
118 * testsuite/ld-x86-64/x86-64.exp: Run pic1.
119
120 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
121
122 * testsuite/ld-x86-64/pie2.d: New file.
123 * testsuite/ld-x86-64/pie2.s: Likewise.
124 * testsuite/ld-x86-64/x86-64.exp: Run pie2.
125
126 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
127
128 PR ld/19969
129 * testsuite/ld-x86-64/pr19969.d: New file.
130 * testsuite/ld-x86-64/pr19969a.S: Likewise.
131 * testsuite/ld-x86-64/pr19969b.S: Likewise.
132 * testsuite/ld-x86-64/x86-64.exp: Run pr19969 tests.
133
134 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
135
136 * emulparams/elf32_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
137 New.
138 * emulparams/elf_i386.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
139 Likewise.
140 * emulparams/elf_i386_be.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
141 Likewise.
142 * emulparams/elf_i386_chaos.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
143 Likewise.
144 * emulparams/elf_i386_ldso.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
145 Likewise.
146 * emulparams/elf_i386_vxworks.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
147 Likewise.
148 * emulparams/elf_x86_64.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
149 Likewise.
150 * emulparams/i386nto.sh (CHECK_RELOCS_AFTER_OPEN_INPUT):
151 Likewise.
152 * emultempl/elf32.em (gld${EMULATION_NAME}_before_parse):
153 Set check_relocs_after_open_input to TRUE if
154 CHECK_RELOCS_AFTER_OPEN_INPUT is yes.
155 (gld${EMULATION_NAME}_after_open): Call
156 _bfd_elf_link_check_relocs on all inputs if
157 check_relocs_after_open_input is TRUE.
158
159 2016-04-20 H.J. Lu <hongjiu.lu@intel.com>
160
161 * testsuite/ld-elf/eh6.s: Replace .long with .dc.a on
162 my_personality_v0.
163
164 2016-04-20 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
165
166 * emultempl/scoreelf.em: Likewise.
167
168 2016-04-19 H.J. Lu <hongjiu.lu@intel.com>
169
170 PR ld/19719
171 * testsuite/ld-x86-64/pr19719.d: New file.
172 * testsuite/ld-x86-64/pr19719.s: Likewise.
173 * testsuite/ld-x86-64/x86-64.exp: Run pr19719.
174
175 2016-04-18 Matthew Fortune <matthew.fortune@imgtec.com>
176
177 * ld.texinfo: Document NOCROSSREFS_TO script command.
178 * ldlang.h (struct lang_nocrossrefs): Add onlyfirst field.
179 (lang_add_nocrossref_to): New prototype.
180 * ldcref.c (check_local_sym_xref): Use onlyfirst to only look for
181 symbols defined in the first section.
182 (check_nocrossref): Likewise.
183 * ldgram.y (NOCROSSREFS_TO): New script command.
184 * ldlang.c (lang_add_nocrossref): Set onlyfirst to FALSE.
185 (lang_add_nocrossref_to): New function.
186 * ldlex.l (NOCROSSREFS_TO): New token.
187 * NEWS: Mention NOCROSSREFS_TO.
188 * testsuite/ld-scripts/cross4.t: New file.
189 * testsuite/ld-scripts/cross5.t: Likewise.
190 * testsuite/ld-scripts/cross6.t: Likewise.
191 * testsuite/ld-scripts/cross7.t: Likewise.
192 * testsuite/ld-scripts/crossref.exp: Run 4 new NOCROSSREFS_TO
193 tests.
194
195 2016-04-15 H.J. Lu <hongjiu.lu@intel.com>
196
197 * Makefile.in: Regenerated with automake 1.11.6.
198 * aclocal.m4: Likewise.
199
200 2016-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
201
202 * testsuite/ld-arc/arc.exp: New file.
203 * testsuite/ld-arc/nps-1.s: New file.
204 * testsuite/ld-arc/nps-1a.d: New file.
205 * testsuite/ld-arc/nps-1b.d: New file.
206 * testsuite/ld-arc/nps-1b.err: New file.
207
208 2016-04-14 Nick Clifton <nickc@redhat.com>
209
210 PR 19457
211 * testsuite/ld-scripts/script.exp (extract_symbol_test): Add
212 exceptions for Mingw and Cygwin.
213
214 2016-04-13 Andrew Burgess <andrew.burgess@embecosm.com>
215
216 * testsuite/lib/ld-lib.exp (run_dump_test): Initialise
217 check_ld(terminal).
218
219 2016-04-13 H.J. Lu <hongjiu.lu@intel.com>
220
221 PR ld/19774
222 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
223 tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
224 tests.
225
226 2016-04-11 H.J. Lu <hongjiu.lu@intel.com>
227
228 PR ld/19939
229 * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
230 * testsuite/ld-x86-64/x86-64.exp: Likewise.
231 * testsuite/ld-i386/pr19939.s: New file.
232 * testsuite/ld-i386/pr19939a.d: Likewise.
233 * testsuite/ld-i386/pr19939b.d: Likewise.
234 * testsuite/ld-x86-64/pr19939.s: Likewise.
235 * testsuite/ld-x86-64/pr19939a.d: Likewise.
236 * testsuite/ld-x86-64/pr19939b.d: Likewise.
237
238 2016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
239
240 * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
241
242 2016-04-08 Alan Modra <amodra@gmail.com>
243
244 PR 18452
245 * ldlang.c (maybe_overlays): Delete.
246 (lang_size_sections_1): Remove code setting maybe_overlays.
247 (lang_check_section_addresses): Instead detect overlays by
248 exact match of section VMAs here. Fix memory leak.
249
250 2016-04-08 Dan Gisselquist <dgisselq@ieee.org>
251
252 * ldlang.c (print_output_section_statement): Show minfo size
253 in target machine address units.
254 (print_reloc_statement): Likewise.
255 (print_padding_statement): Likewise.
256 (print_data_statement): Likewise. Ensure minimum print_dot
257 increment of one address unit.
258
259 2016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
260
261 * emulparams/arc-endianness.sh: Make little endian default choice.
262
263 2016-04-07 Nick Clifton <nickc@redhat.com>
264
265 * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
266 section name.
267 * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
268
269 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
270
271 * emulparams/arc-endianness.sh: New file.
272 * emulparams/arcebelf.sh: Deleted.
273 * emulparams/arcebelf_prof.sh: Deleted.
274 * emulparams/arceblinux.sh: Deleted.
275 * emulparams/arceblinux_prof.sh: Deleted.
276 * emulparams/arcelf.sh: Include arc-endinness.sh.
277 * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
278 * emulparams/arclinux.sh: Include arc-endinness.sh.
279 * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
280 * emulparams/arcv2elf.sh: Include arc-endinness.sh.
281 * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
282 * testsuite/ld-elf/compressed1d.d: Update pattern for big and
283 little endian arc targets.
284 * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
285 * testsuite/ld-elf/group1.d: Likewise.
286 * testsuite/ld-elf/group3b.d: Likewise.
287 * testsuite/ld-elf/group8a.d: Likewise.
288 * testsuite/ld-elf/group8b.d: Likewise.
289 * testsuite/ld-elf/group9a.d: Likewise.
290 * testsuite/ld-elf/group9b.d: Likewise.
291 * testsuite/ld-elf/linkonce2.d: Likewise.
292 * testsuite/ld-elf/pr12851.d: Likewise.
293 * testsuite/ld-elf/pr12975.d: Likewise.
294 * testsuite/ld-elf/pr13177.d: Likewise.
295 * testsuite/ld-elf/pr13195.d: Likewise.
296 * testsuite/ld-elf/pr17615.d: Likewise.
297 * testsuite/ld-elf/pr19162.d: Likewise.
298 * testsuite/ld-elf/sec64k.exp: Likewise.
299 * testsuite/lib/ld-lib.exp: Likewise.
300
301 2016-04-05 Maciej W. Rozycki <macro@imgtec.com>
302
303 PR ld/19908
304 * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
305 handling fix.
306 * testsuite/ld-cris/tls-e-20a.d: Likewise.
307 * testsuite/ld-cris/tls-e-21.d: Likewise.
308 * testsuite/ld-cris/tls-e-23.d: Likewise.
309 * testsuite/ld-cris/tls-e-80.d: Likewise.
310 * testsuite/ld-cris/tls-gd-3h.d: Likewise.
311 * testsuite/ld-cris/tls-leie-19.d: Likewise.
312 * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
313 * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
314 * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
315 * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
316 * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
317 * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
318 * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
319 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
320
321 2016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
322
323 * testsuite/ld-discard/extern.d: Removed xfail for ARC.
324 * testsuite/ld-discard/start.d: Likewise.
325 * testsuite/ld-discard/static.d: Likewise.
326 * testsuite/ld-elf/group1.d: Likewise.
327 * testsuite/ld-elf/group3b.d: Likewise.
328 * testsuite/ld-elf/orphan-region.d: Likewise.
329 * testsuite/ld-elf/orphan.d: Likewise.
330 * testsuite/ld-elf/orphan3.d: Likewise.
331 * testsuite/ld-elf/pr349.d: Likewise.
332 * testsuite/ld-elf/warn1.d: Likewise.
333 * testsuite/ld-elf/warn2.d: Likewise.
334 * testsuite/ld-elf/warn3.d: Likewise.
335 * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
336 through linker flags.
337 * testsuite/ld-srec/srec.exp: Set as xfail.
338
339 2016-04-04 H.J. Lu <hongjiu.lu@intel.com>
340
341 PR ld/19827
342 * testsuite/ld-i386/pr19827-nacl.rd: New file.
343 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
344
345 2016-04-04 Nick Clifton <nickc@redhat.com>
346
347 PR 19803
348 * emultempl/pe.em (change_undef): New function. Encapsulates
349 duplicated code in pe_fixup_stdcalls and adds the newly defined
350 sym to the gc root list.
351 (pe_fixup_stdcall): Use the new function.
352 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
353 symbol to gc root list.
354
355 2016-03-31 Alan Modra <amodra@gmail.com>
356
357 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
358 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
359 (print_input_section): Don't use TO_ADDR when printing section
360 size.
361 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
362 (lang_size_sections): Use TO_ADDR in relro end calculation.
363
364 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
365
366 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
367 value from regexp_diff.
368 * testsuite/ld-elf/orphan-5.l: Fix expected output.
369 * testsuite/ld-elf/orphan-6.l: Likewise.
370
371 2016-03-30 Alan Modra <amodra@gmail.com>
372
373 PR 18452
374 * ldlang.c (maybe_overlays): New static var.
375 (lang_size_sections_1): Set it here.
376 (struct check_sec): New.
377 (sort_sections_by_lma): Adjust for array of structs.
378 (sort_sections_by_vma): New function.
379 (lang_check_section_addresses): Check both LMA and VMA for overlap.
380 * testsuite/ld-scripts/rgn-over7.d: Adjust.
381
382 2016-03-30 Alan Modra <amodra@gmail.com>
383
384 * ldlang.c (lang_size_sections_1): Correct code detecting a
385 backward non-overlapping move.
386
387 2016-03-30 Alan Modra <amodra@gmail.com>
388
389 * ldlang.c (IS_TBSS): New macro, extracted from..
390 (IGNORE_SECTION): ..here.
391 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
392 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
393
394 2016-03-22 Nick Clifton <nickc@redhat.com>
395
396 PR ld/19803
397 * ldlang.c (lang_add_gc_name): New function. Adds the provided
398 symbol name to the list of gc symbols.
399 (lang_process): Call lang_add_gc_name with entry_symbol_default if
400 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
401 and fini function names.
402 * pe-dll.c (process_def_file_and_drectve): Add exported names to
403 the gc symbol list.
404 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
405 * testsuite/ld-pe/pr19803.d: Tweak expected output.
406
407 2016-03-22 Nick Clifton <nickc@redhat.com>
408
409 * configure: Regenerate.
410
411 2016-03-21 Nick Clifton <nickc@redhat.com>
412
413 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
414 * plugin.c: Likewise.
415 * pe-dll.c: Likewise.
416
417 2016-03-18 Awson <kyrab@mail.ru>
418
419 PR 19531
420 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
421 this section.
422 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
423
424 2016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
425
426 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
427
428 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
429
430 PR ld/19827
431 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
432 * testsuite/ld-x86-64/x86-64.exp: Likewise.
433 * testsuite/ld-i386/pr19827.rd: New file.
434 * testsuite/ld-i386/pr19827a.S: Likewise.
435 * testsuite/ld-i386/pr19827b.S: Likewise.
436 * testsuite/ld-x86-64/pr19827.rd: Likewise.
437 * testsuite/ld-x86-64/pr19827a.S: Likewise.
438 * testsuite/ld-x86-64/pr19827b.S: Likewise.
439
440 2016-03-15 H.J. Lu <hongjiu.lu@intel.com>
441
442 PR ld/19807
443 * Makefile.am (ELF_X86_DEPS): Add
444 $(srcdir)/emulparams/reloc_overflow.sh.
445 * Makefile.in: Regenerated.
446 * NEWS: Mention -z noreloc-overflow.
447 * ld.texinfo: Document -z noreloc-overflow.
448 * emulparams/elf32_x86_64.sh: Source
449 ${srcdir}/emulparams/reloc_overflow.sh.
450 * emulparams/elf_x86_64.sh: Likewise.
451 * emulparams/reloc_overflow.sh: New file.
452 * testsuite/ld-x86-64/pr19807-1.s: New file.
453 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
454 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
455 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
456 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
457 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
458 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
459 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
460 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
461 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
462
463 2016-03-13 H.J. Lu <hongjiu.lu@intel.com>
464
465 PR ld/19539
466 * testsuite/ld-i386/i386.exp: Run pr19539.
467 * testsuite/ld-i386/pr19539.d: New file.
468 * testsuite/ld-i386/pr19539.s: Likewise.
469 * testsuite/ld-i386/pr19539.t: Likewise.
470 * testsuite/ld-x86-64/pr19539.s: Likewise.
471 * testsuite/ld-x86-64/pr19539.t: Likewise.
472 * testsuite/ld-x86-64/pr19539a.d: Likewise.
473 * testsuite/ld-x86-64/pr19539b.d: Likewise.
474 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
475
476 2016-03-10 Mickael Guene <mickael.guene@st.com>
477
478 PR gas/19744
479 * testsuite/ld-arm/arm-elf.exp: New tests.
480 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
481 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
482
483 2016-03-10 Nick Clifton <nickc@redhat.com>
484
485 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
486
487 2016-03-09 Pedro Alves <palves@redhat.com>
488
489 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
490 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
491
492 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
493
494 PR ld/19789
495 * testsuite/ld-elf/pr19789.d: New file.
496 * testsuite/ld-elf/pr19789.s: Likewise.
497
498 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
499
500 PR ld/19784
501 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
502 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
503 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
504 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
505 * testsuite/ld-ifunc/pass.out: New file.
506 * testsuite/ld-ifunc/pr19784a.c: Likewise.
507 * testsuite/ld-ifunc/pr19784b.c: Likewise.
508 * testsuite/ld-ifunc/pr19784c.c: Likewise.
509
510 2016-03-08 H.J. Lu <hongjiu.lu@intel.com>
511
512 PR ld/19774
513 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
514 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
515 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
516 --as-needed for pr18841c.
517
518 2016-03-07 H.J. Lu <hongjiu.lu@intel.com>
519
520 PR ld/19774
521 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
522 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
523 before tmpdir/got1d.so and test --as-needed.
524 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
525 tmpdir/pr18900.so and test --as-needed.
526
527 2016-03-07 Jiong Wang <jiong.wang@arm.com>
528
529 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
530 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
531 result.
532 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
533
534 2016-03-06 H.J. Lu <hongjiu.lu@intel.com>
535
536 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
537 before tmpdir/copyreloc-lib.so and test --as-needed.
538 * testsuite/ld-x86-64/x86-64.exp: Likewise.
539
540 2016-03-04 H.J. Lu <hongjiu.lu@intel.com>
541
542 PR ld/19579
543 * testsuite/ld-elf/pr19579a.c: New file.
544 * testsuite/ld-elf/pr19579b.c: Likewise.
545 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
546
547 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
548
549 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
550
551 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
552
553 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
554 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
555
556 2016-03-02 H.J. Lu <hongjiu.lu@intel.com>
557
558 PR ld/19739
559 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
560 input sections for relocatable link.
561 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
562 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
563
564 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
565
566 PR ld/19739
567 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
568 merge flags of other input sections for relocatable link.
569
570 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
571
572 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
573
574 2016-03-01 H.J. Lu <hongjiu.lu@intel.com>
575
576 * testsuite/ld-elf/pr19162.d: Skip arc target.
577
578 2016-02-29 H.J. Lu <hongjiu.lu@intel.com>
579
580 PR ld/19162
581 * testsuite/ld-elf/pr19162.d: New file.
582 * testsuite/ld-elf/pr19162a.s: Likwise.
583 * testsuite/ld-elf/pr19162b.s: Likwise.
584
585 2016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
586
587 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
588 * testsuite/ld-elf/merge2.d: Likewise.
589 * testsuite/ld-elf/merge3.d: Likewise.
590
591 2016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
592
593 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
594 generated.
595
596 2016-02-26 Renlin Li <renlin.li@arm.com>
597
598 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
599 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
600 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
601 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
602 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
603 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
604 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
605 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
606 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
607 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
608
609 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
610
611 PR ld/19609
612 * testsuite/ld-i386/got1.dd: Updated.
613 * testsuite/ld-i386/lea1c.d: Likewise.
614 * testsuite/ld-i386/load1-nacl.d: Likewise.
615 * testsuite/ld-i386/load1.d: Likewise.
616 * testsuite/ld-i386/load4b.d: Likewise.
617 * testsuite/ld-i386/load5b.d: Likewise.
618 * testsuite/ld-i386/mov1b.d: Likewise.
619 * testsuite/ld-x86-64/mov1b.d: Likewise.
620 * testsuite/ld-x86-64/mov1d.d: Likewise.
621 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
622 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
623 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
624 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
625 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
626 * testsuite/ld-x86-64/lea1a.d: Likewise.
627 * testsuite/ld-x86-64/lea1b.d: Likewise.
628 * testsuite/ld-x86-64/lea1c.d: Likewise.
629 * testsuite/ld-x86-64/lea1d.d: Likewise.
630 * testsuite/ld-x86-64/lea1e.d: Likewise.
631 * testsuite/ld-x86-64/lea1f.d: Likewise.
632 * testsuite/ld-x86-64/mov1b.d: Likewise.
633 * testsuite/ld-x86-64/mov1d.d: Likewise.
634 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
635 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
636 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
637 * testsuite/ld-i386/pr19609-1.s: New file.
638 * testsuite/ld-i386/pr19609-1a.d: Likewise.
639 * testsuite/ld-i386/pr19609-1b.d: Likewise.
640 * testsuite/ld-i386/pr19609-1c.d: Likewise.
641 * testsuite/ld-i386/pr19609-1d.d: Likewise.
642 * testsuite/ld-i386/pr19609-1e.d: Likewise.
643 * testsuite/ld-i386/pr19609-1f.d: Likewise.
644 * testsuite/ld-i386/pr19609-1g.d: Likewise.
645 * testsuite/ld-i386/pr19609-1h.d: Likewise.
646 * testsuite/ld-i386/pr19609-1i.d: Likewise.
647 * testsuite/ld-i386/pr19609-2.s: Likewise.
648 * testsuite/ld-i386/pr19609-2a.d: Likewise.
649 * testsuite/ld-i386/pr19609-2b.d: Likewise.
650 * testsuite/ld-i386/pr19609-2c.d: Likewise.
651 * testsuite/ld-i386/undefweak.s: Likewise.
652 * testsuite/ld-i386/undefweaka.d: Likewise.
653 * testsuite/ld-i386/undefweakb.d: Likewise.
654 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
655 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
656 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
657 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
658 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
659 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
660 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
661 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
662 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
663 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
664 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
665 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
666 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
667 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
668 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
669 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
670 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
671 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
672 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
673 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
674 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
675 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
676 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
677 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
678 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
679 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
680 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
681 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
682 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
683 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
684 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
685 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
686 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
687 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
688 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
689 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
690 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
691 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
692 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
693 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
694 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
695 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
696 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
697 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
698 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
699 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
700 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
701 PR ld/19609.
702 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
703 and tests for PR ld/19609.
704
705 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
706
707 PR ld/19645
708 * NEWS: Mention -z common/-z nocommon for ELF targets.
709 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
710 -z common and -z nocommon.
711 * ld.texinfo: Document -z common/-z nocommon.
712 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
713 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
714 --elf-stt-common=yes with assembler.
715 * testsuite/ld-elfcomm/common-1.s: New file.
716 * testsuite/ld-elfcomm/common-1a.d: Likewise.
717 * testsuite/ld-elfcomm/common-1b.d: Likewise.
718 * testsuite/ld-elfcomm/common-1c.d: Likewise.
719 * testsuite/ld-elfcomm/common-1d.d: Likewise.
720 * testsuite/ld-elfcomm/common-1e.d: Likewise.
721 * testsuite/ld-elfcomm/common-1f.d: Likewise.
722 * testsuite/ld-elfcomm/common-2.s: Likewise.
723 * testsuite/ld-elfcomm/common-2a.d: Likewise.
724 * testsuite/ld-elfcomm/common-2b.d: Likewise.
725 * testsuite/ld-elfcomm/common-2c.d: Likewise.
726 * testsuite/ld-elfcomm/common-2d.d: Likewise.
727 * testsuite/ld-elfcomm/common-2e.d: Likewise.
728 * testsuite/ld-elfcomm/common-2f.d: Likewise.
729 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
730 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
731 * testsuite/ld-i386/pr19645.d: Likewise.
732 * testsuite/ld-i386/pr19645.s: Likewise.
733 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
734 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
735 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
736 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
737 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
738 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
739 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
740 * testsuite/ld-x86-64/pr19645.d: Likewise.
741 * testsuite/ld-x86-64/pr19645.s: Likewise.
742 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
743 with assembler.
744 (assembler_generates_commons): Removed.
745 Run -z common/-z nocommon tests. Run *.d tests.
746 * testsuite/ld-i386/i386.exp: Run pr19645.
747 * testsuite/ld-x86-64/x86-64.exp: Likewise.
748 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
749 assembler. Test STT_COMMON with readelf.
750
751 2016-02-26 H.J. Lu <hongjiu.lu@intel.com>
752
753 PR ld/19636
754 PR ld/19704
755 PR ld/19719
756 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
757 * Makefile.in: Regenerated.
758 * NEWS: Mention -z nodynamic-undefined-weak.
759 * ld.texinfo: Document -z nodynamic-undefined-weak.
760 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
761 * emulparams/dynamic_undefined_weak.sh: New file.
762 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
763 * emulparams/elf_i386.sh: Likewise.
764 * emulparams/elf_i386_be.sh: Likewise.
765 * emulparams/elf_i386_chaos.sh: Likewise.
766 * emulparams/elf_i386_ldso.sh: Likewise.
767 * emulparams/elf_i386_vxworks.sh: Likewise.
768 * emulparams/elf_iamcu.sh: Likewise.
769 * emulparams/elf_k1om.sh: Likewise.
770 * emulparams/elf_l1om.sh: Likewise.
771 * emulparams/elf_x86_64.sh: Likewise.
772 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
773 Append.
774 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
775 * testsuite/ld-elf/pr19719a.c: New file.
776 * testsuite/ld-elf/pr19719b.c: Likewise.
777 * testsuite/ld-elf/pr19719c.c: Likewise.
778 * testsuite/ld-elf/pr19719d.c: Likewise.
779 * testsuite/ld-i386/pr19636-1.s: Likewise.
780 * testsuite/ld-i386/pr19636-1a.d: Likewise.
781 * testsuite/ld-i386/pr19636-1b.d: Likewise.
782 * testsuite/ld-i386/pr19636-1c.d: Likewise.
783 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
784 * testsuite/ld-i386/pr19636-1d.d: Likewise.
785 * testsuite/ld-i386/pr19636-1e.d: Likewise.
786 * testsuite/ld-i386/pr19636-1f.d: Likewise.
787 * testsuite/ld-i386/pr19636-1g.d: Likewise.
788 * testsuite/ld-i386/pr19636-1h.d: Likewise.
789 * testsuite/ld-i386/pr19636-1i.d: Likewise.
790 * testsuite/ld-i386/pr19636-2.s: Likewise.
791 * testsuite/ld-i386/pr19636-2a.d: Likewise.
792 * testsuite/ld-i386/pr19636-2b.d: Likewise.
793 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
794 * testsuite/ld-i386/pr19636-2c.d: Likewise.
795 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
796 * testsuite/ld-i386/pr19636-2d.d: Likewise.
797 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
798 * testsuite/ld-i386/pr19636-2e.d: Likewise.
799 * testsuite/ld-i386/pr19636-3.s: Likewise.
800 * testsuite/ld-i386/pr19636-3a.d: Likewise.
801 * testsuite/ld-i386/pr19636-3b.d: Likewise.
802 * testsuite/ld-i386/pr19636-3c.d: Likewise.
803 * testsuite/ld-i386/pr19636-3d.d: Likewise.
804 * testsuite/ld-i386/pr19636-3e.d: Likewise.
805 * testsuite/ld-i386/pr19636-3f.d: Likewise.
806 * testsuite/ld-i386/pr19636-3g.d: Likewise.
807 * testsuite/ld-i386/pr19636-4.s: Likewise.
808 * testsuite/ld-i386/pr19636-4a.d: Likewise.
809 * testsuite/ld-i386/pr19636-4b.d: Likewise.
810 * testsuite/ld-i386/pr19636-4c.d: Likewise.
811 * testsuite/ld-i386/pr19636-4d.d: Likewise.
812 * testsuite/ld-i386/pr19704.out: Likewise.
813 * testsuite/ld-i386/pr19704a.c: Likewise.
814 * testsuite/ld-i386/pr19704b.c: Likewise.
815 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
816 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
817 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
818 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
819 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
820 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
821 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
822 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
823 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
824 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
825 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
826 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
827 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
828 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
829 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
830 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
831 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
832 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
833 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
834 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
835 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
836 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
837 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
838 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
839 * testsuite/ld-x86-64/pr19704.out: Likewise.
840 * testsuite/ld-x86-64/pr19704a.c: Likewise.
841 * testsuite/ld-x86-64/pr19704b.c: Likewise.
842 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
843 Run mix_pic_and_non_pic.
844 * testsuite/ld-i386/i386.exp (undefined_weak): New.
845 Run undefined_weak and PR ld/19636 tests.
846 * testsuite/ld-x86-64/x86-64.exp: Likewise.
847 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
848 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
849
850 2016-02-25 Nick Clifton <nickc@redhat.com>
851
852 * ld.h (struct ld_config_type): Remove specified_data_size field.
853
854 2016-02-24 H.J. Lu <hongjiu.lu@intel.com>
855
856 PR ld/19698
857 * testsuite/ld-elf/pr19698.d: New file.
858 * testsuite/ld-elf/pr19698.s: Likewise.
859 * testsuite/ld-elf/pr19698.t: Likewise.
860
861 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
862
863 * Makefile.am (ELF_X86_DEPS): New.
864 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
865 (eelf_i386_chaos.c): Likewise.
866 (eelf_i386_fbsd.c): Likewise.
867 (eelf_i386_ldso.c): Likewise.
868 (eelf_i386_nacl.c): Likewise.
869 (eelf_i386_sol2.c): Likewise.
870 (eelf_iamcu.c): Likewise.
871 (eelf32_x86_64.c): Likewise.
872 (eelf32_x86_64_nacl.c): Likewise.
873 (eelf_l1om.c): Likewise.
874 (eelf_l1om_fbsd.c): Likewise.
875 (eelf_k1om.c): Likewise.
876 (eelf_k1om_fbsd.c): Likewise.
877 (eelf_x86_64.c): Likewise.
878 (eelf_x86_64_cloudabi.c): Likewise.
879 (eelf_x86_64_fbsd.c): Likewise.
880 (eelf_x86_64_sol2.c): Likewise.
881 * Makefile.in: Regenerated.
882
883 2016-02-23 H.J. Lu <hongjiu.lu@intel.com>
884
885 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
886 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
887 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
888 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
889
890 2016-02-20 H.J. Lu <hongjiu.lu@intel.com>
891
892 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
893
894 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
895
896 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
897 *-*-gnu* and *-*-solaris*.
898 * testsuite/ld-elf/pr19617b.d: Likewise.
899 * testsuite/ld-elf/pr19617c.d: Likewise.
900
901 2016-02-18 H.J. Lu <hongjiu.lu@intel.com>
902
903 PR ld/19617
904 * testsuite/ld-elf/pr19617.s: New file.
905 * testsuite/ld-elf/pr19617a.d: Likewise.
906 * testsuite/ld-elf/pr19617b.d: Likewise.
907 * testsuite/ld-elf/pr19617c.d: Likewise.
908
909 2016-02-18 Nick Clifton <nickc@redhat.com>
910
911 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
912 in-tree xg++ executable after checking for the presence of an
913 in-tree g++ executable.
914 * Makefile.in: Regenerate.
915
916 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
917
918 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
919 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
920 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
921
922 2016-02-17 H.J. Lu <hongjiu.lu@intel.com>
923
924 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
925 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
926 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
927 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
928 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
929 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
930 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
931 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
932 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
933 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
934 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
935 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
936 * testsuite/ld-x86-64/load1c.d: Likewise.
937 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
938 * testsuite/ld-x86-64/load1d.d: Likewise.
939 * testsuite/ld-x86-64/pr14207.d: Likewise.
940 * testsuite/ld-x86-64/pr19162.d: Likewise.
941 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
942 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
943 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
944 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
945 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
946 * testsuite/ld-x86-64/tlspic.rd: Likewise.
947
948 2016-02-17 Nick Clifton <nickc@redhat.com>
949
950 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
951
952 2016-02-15 Nick Clifton <nickc@redhat.com>
953
954 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
955 description of the flags produced by readelf.
956 * testsuite/ld-i386/pr12921.d: Likewise.
957 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
958 * testsuite/ld-i386/tlsbin.rd: Likewise.
959 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
960 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
961 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
962 * testsuite/ld-i386/tlsdesc.rd: Likewise.
963 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
964 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
965 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
966 * testsuite/ld-i386/tlsnopic.rd: Likewise.
967 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
968 * testsuite/ld-i386/tlspic.rd: Likewise.
969 * testsuite/ld-s390/tlsbin.rd: Likewise.
970 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
971 * testsuite/ld-s390/tlspic.rd: Likewise.
972 * testsuite/ld-s390/tlspic_64.rd: Likewise.
973 * testsuite/ld-sh/tlsbin-2.d: Likewise.
974 * testsuite/ld-sh/tlspic-2.d: Likewise.
975 * testsuite/ld-tic6x/common.d: Likewise.
976 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
977 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
978 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
979 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
980 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
981 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
982 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
983 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
984 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
985 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
986 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
987 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
988 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
989 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
990 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
991 * testsuite/ld-x86-64/pr12718.d: Likewise.
992 * testsuite/ld-x86-64/pr12921.d: Likewise.
993 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
994 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
995 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
996 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
997 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
998 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
999 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
1000 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
1001 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
1002 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
1003 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
1004 * testsuite/ld-x86-64/tlspic.rd: Likewise.
1005 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
1006 * testsuite/ld-xtensa/tlspic.rd: Likewise.
1007
1008 2016-02-11 H.J. Lu <hongjiu.lu@intel.com>
1009
1010 PR ld/19615
1011 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
1012 PIE.
1013 * lexsup.c (parse_args): Enable -Bsymbolic and
1014 -Bsymbolic-functions for PIE.
1015 * testsuite/ld-i386/i386.exp: Run pr19615.
1016 * testsuite/ld-i386/pr19615.d: New file.
1017 * testsuite/ld-i386/pr19615.s: Likewise.
1018 * testsuite/ld-x86-64/pr19615.d: Likewise.
1019 * testsuite/ld-x86-64/pr19615.s: Likewise.
1020
1021 2016-02-09 Nick Clifton <nickc@redhat.com>
1022
1023 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
1024 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
1025 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
1026 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
1027
1028 2016-02-04 Nick Clifton <nickc@redhat.com>
1029
1030 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
1031 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
1032 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
1033 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
1034 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
1035 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
1036 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
1037 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
1038 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
1039
1040 2016-02-03 H.J. Lu <hongjiu.lu@intel.com>
1041
1042 PR gas/19520
1043 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
1044 * testsuite/ld-i386/call1.d: Likewise.
1045 * testsuite/ld-i386/call2.d: Likewise.
1046 * testsuite/ld-i386/call3a.d: Likewise.
1047 * testsuite/ld-i386/call3b.d: Likewise.
1048 * testsuite/ld-i386/call3c.d: Likewise.
1049 * testsuite/ld-i386/call3d.d: Likewise.
1050 * testsuite/ld-i386/call3e.d: Likewise.
1051 * testsuite/ld-i386/call3f.d: Likewise.
1052 * testsuite/ld-i386/call3g.d: Likewise.
1053 * testsuite/ld-i386/call3h.d: Likewise.
1054 * testsuite/ld-i386/jmp1.d: Likewise.
1055 * testsuite/ld-i386/jmp2.d: Likewise.
1056 * testsuite/ld-i386/lea1c.d: Likewise.
1057 * testsuite/ld-i386/load1.d: Likewise.
1058 * testsuite/ld-i386/load2.d: Likewise.
1059 * testsuite/ld-i386/load3.d: Likewise.
1060 * testsuite/ld-i386/load4a.d: Likewise.
1061 * testsuite/ld-i386/load5a.d: Likewise.
1062 * testsuite/ld-i386/mov2b.d: Likewise.
1063 * testsuite/ld-i386/mov3.d: Likewise.
1064 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
1065 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
1066 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
1067 * testsuite/ld-x86-64/call1a.d: Likewise.
1068 * testsuite/ld-x86-64/call1b.d: Likewise.
1069 * testsuite/ld-x86-64/call1c.d: Likewise.
1070 * testsuite/ld-x86-64/call1d.d: Likewise.
1071 * testsuite/ld-x86-64/call1e.d: Likewise.
1072 * testsuite/ld-x86-64/call1f.d: Likewise.
1073 * testsuite/ld-x86-64/call1h.d: Likewise.
1074 * testsuite/ld-x86-64/call1i.d: Likewise.
1075 * testsuite/ld-x86-64/load1a.d: Likewise.
1076 * testsuite/ld-x86-64/load1b.d: Likewise.
1077 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
1078 * testsuite/ld-i386/got1.dd: Updated.
1079 * testsuite/ld-i386/got1d.S (1): Removed.
1080 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
1081 * testsuite/ld-x86-64/x86-64.exp: Likewise.
1082
1083 2016-02-02 H.J. Lu <hongjiu.lu@intel.com>
1084
1085 PR ld/18591
1086 * testsuite/ld-x86-64/pr18591.d: New file.
1087 * testsuite/ld-x86-64/pr18591.s: Likewise.
1088 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
1089
1090 2016-02-01 H.J. Lu <hongjiu.lu@intel.com>
1091
1092 PR ld/19553
1093 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
1094 * testsuite/ld-elf/pr19553.map: New file.
1095 * testsuite/ld-elf/pr19553.map: Likewise.
1096 * testsuite/ld-elf/pr19553a.c: Likewise.
1097 * testsuite/ld-elf/pr19553b.c: Likewise.
1098 * testsuite/ld-elf/pr19553b.out: Likewise.
1099 * testsuite/ld-elf/pr19553c.c: Likewise.
1100 * testsuite/ld-elf/pr19553c.out: Likewise.
1101 * testsuite/ld-elf/pr19553d.c: Likewise.
1102 * testsuite/ld-elf/pr19553d.out: Likewise.
1103
1104 2016-01-30 H.J. Lu <hongjiu.lu@intel.com>
1105
1106 PR ld/19539
1107 * testsuite/ld-elf/pr19539.d: New file.
1108 * testsuite/ld-elf/pr19539.s: Likewise.
1109 * testsuite/ld-elf/pr19539.t: Likewise.
1110
1111 2016-01-29 H.J. Lu <hongjiu.lu@intel.com>
1112
1113 PR ld/19533
1114 * configure.ac (compressed_debug_sections): Replace == with =.
1115 * configure: Regenerated.
1116
1117 2016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
1118
1119 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
1120 * scripttempl/avrtiny.sc (.noinit): Likewise.
1121
1122 2016-01-21 Nick Clifton <nickc@redhat.com>
1123
1124 PR ld/19453
1125 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
1126 the arm-netbsdelf target.
1127
1128 PR ld/19455
1129 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
1130 disassmebler output.
1131 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
1132 * testsuite/ld-arm/vxworks1.dd: Likewise.
1133 * testsuite/ld-arm/vxworks1.rd: Likewise.
1134 * testsuite/ld-arm/vxworks1.ld: Set the output format.
1135
1136 2016-01-20 Jiong Wang <jiong.wang@arm.com>
1137
1138 * testsuite/ld-aarch64/farcall-section.d: Delete.
1139 * testsuite/ld-aarch64/farcall-section.s: Delete.
1140 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
1141 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
1142 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
1143 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
1144 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
1145
1146 2016-01-20 Nick Clifton <nickc@redhat.com>
1147
1148 PR 19457
1149 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
1150 early for PE based targets.
1151 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
1152 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
1153
1154 2016-01-20 Mickael Guene <mickael.guene@st.com>
1155
1156 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
1157 Add 'y' attribute usage.
1158 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
1159 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
1160 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
1161
1162 2016-01-19 Nick Clifton <nickc@redhat.com>
1163
1164 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
1165 foo@FOO and bar@@FOO.
1166
1167 2016-01-18 Alan Modra <amodra@gmail.com>
1168
1169 * configure: Regenerate.
1170
1171 2016-01-18 Nick Clifton <nickc@redhat.com>
1172
1173 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
1174 is not configured to support plugins.
1175
1176 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
1177 but with 16 byte section alignment.
1178 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
1179 test for MIPS targets.
1180
1181 2016-01-17 Alan Modra <amodra@gmail.com>
1182
1183 * configure: Regenerate.
1184
1185 2016-01-17 Alan Modra <amodra@gmail.com>
1186
1187 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
1188 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
1189 * testsuite/ld-elf/pr14156a.d: Likewise.
1190 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
1191 * testsuite/ld-elf/sec64k.exp: Likewise.
1192
1193 2016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
1194
1195 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
1196 Set address of .foo section when linking.
1197 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
1198 in .foo section.
1199 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
1200 output to the above changes.
1201
1202 2016-01-13 Nick Clifton <nickc@redhat.com>
1203
1204 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
1205 for MIPS targets.
1206
1207 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
1208 fail for MIPS targets.
1209
1210 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
1211 MIPS targets.
1212
1213 2016-01-12 Yury Usishchev <y.usishchev@samsung.com>
1214
1215 * testsuite/ld-arm/arm-elf.exp: New test.
1216 * testsuite/ld-arm/unwind-mix.d: New file.
1217 * testsuite/ld-arm/unwind-mix1.s: New file.
1218 * testsuite/ld-arm/unwind-mix2.s: New file.
1219
1220 2016-01-08 Jiong Wang <jiong.wang@arm.com>
1221
1222 PR ld/19368
1223 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
1224 * testsuite/ld-arm/ifunc-4.rd: Likewise.
1225 * testsuite/ld-arm/ifunc-9.rd: Likewise.
1226 * testsuite/ld-arm/ifunc-10.rd: Likewise.
1227 * testsuite/ld-arm/ifunc-12.rd: Likewise.
1228 * testsuite/ld-arm/ifunc-13.rd: Likewise.
1229
1230 2016-01-05 Nick Clifton <nickc@redhat.com>
1231
1232 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
1233 MSP430 hardware multiply address range.
1234 * scripttempl/elf32msp430.sc (__romdatastart): Define.
1235 (__romdatacopysize): Define.
1236 * scripttempl/elf32msp430_3.sc: Likewise.
1237
1238 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
1239
1240 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
1241 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
1242
1243 2016-01-04 Maciej W. Rozycki <macro@imgtec.com>
1244
1245 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
1246 messages expected according to MIPS BFD private data merge
1247 changes.
1248 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
1249 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
1250 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
1251 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
1252 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
1253 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
1254 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
1255 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
1256 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
1257 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
1258 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
1259 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
1260 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
1261
1262 2016-01-01 Alan Modra <amodra@gmail.com>
1263
1264 Update year range in copyright notice of all files.
1265
1266 For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
1267 \f
1268 Copyright (C) 2016 Free Software Foundation, Inc.
1269
1270 Copying and distribution of this file, with or without modification,
1271 are permitted in any medium without royalty provided the copyright
1272 notice and this notice are preserved.
1273
1274 Local Variables:
1275 mode: change-log
1276 left-margin: 8
1277 fill-column: 74
1278 version-control: never
1279 End:
This page took 0.055988 seconds and 5 git commands to generate.