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