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