Update x86-64 tests for --as-needed
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
37ce0cc4
L
12016-04-13 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/19774
4 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr17689b.o before
5 tmpdir/pr17689.so, fix gotpcrel1 test and add more --as-needed
6 tests.
7
2df3368d
L
82016-04-11 H.J. Lu <hongjiu.lu@intel.com>
9
10 PR ld/19939
11 * testsuite/ld-i386/i386.exp: Run PR ld/19939 tests.
12 * testsuite/ld-x86-64/x86-64.exp: Likewise.
13 * testsuite/ld-i386/pr19939.s: New file.
14 * testsuite/ld-i386/pr19939a.d: Likewise.
15 * testsuite/ld-i386/pr19939b.d: Likewise.
16 * testsuite/ld-x86-64/pr19939.s: Likewise.
17 * testsuite/ld-x86-64/pr19939a.d: Likewise.
18 * testsuite/ld-x86-64/pr19939b.d: Likewise.
19
417a667c
OE
202016-04-09 Oleg Endo <olegendo@gcc.gnu.org>
21
22 * emulparams/shelf.sh: Set stack area to 0x3FFFFF00.
23
136a43b7
AM
242016-04-08 Alan Modra <amodra@gmail.com>
25
26 PR 18452
27 * ldlang.c (maybe_overlays): Delete.
28 (lang_size_sections_1): Remove code setting maybe_overlays.
29 (lang_check_section_addresses): Instead detect overlays by
30 exact match of section VMAs here. Fix memory leak.
31
953dd97e
DG
322016-04-08 Dan Gisselquist <dgisselq@ieee.org>
33
34 * ldlang.c (print_output_section_statement): Show minfo size
35 in target machine address units.
36 (print_reloc_statement): Likewise.
37 (print_padding_statement): Likewise.
38 (print_data_statement): Likewise. Ensure minimum print_dot
39 increment of one address unit.
40
1a295c62
AB
412016-04-07 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * emulparams/arc-endianness.sh: Make little endian default choice.
44
df154dc1
NC
452016-04-07 Nick Clifton <nickc@redhat.com>
46
47 * scripttempl/elf32msp430.sc (.MSP430.attributes): Fix typo in
48 section name.
49 * scripttempl/elf32msp430_3.sc (.MSP430.attributes): Likewise.
50
9a5f28ae
AB
512016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
52
53 * emulparams/arc-endianness.sh: New file.
54 * emulparams/arcebelf.sh: Deleted.
55 * emulparams/arcebelf_prof.sh: Deleted.
56 * emulparams/arceblinux.sh: Deleted.
57 * emulparams/arceblinux_prof.sh: Deleted.
58 * emulparams/arcelf.sh: Include arc-endinness.sh.
59 * emulparams/arcelf_prof.sh: Include arc-endinness.sh.
60 * emulparams/arclinux.sh: Include arc-endinness.sh.
61 * emulparams/arclinux_prof.sh: Include arc-endinness.sh.
62 * emulparams/arcv2elf.sh: Include arc-endinness.sh.
63 * emulparams/arcv2elfx.sh: Include arc-endinness.sh.
64 * testsuite/ld-elf/compressed1d.d: Update pattern for big and
65 little endian arc targets.
66 * testsuite/ld-elf/eh-frame-hdr.d: Likewise.
67 * testsuite/ld-elf/group1.d: Likewise.
68 * testsuite/ld-elf/group3b.d: Likewise.
69 * testsuite/ld-elf/group8a.d: Likewise.
70 * testsuite/ld-elf/group8b.d: Likewise.
71 * testsuite/ld-elf/group9a.d: Likewise.
72 * testsuite/ld-elf/group9b.d: Likewise.
73 * testsuite/ld-elf/linkonce2.d: Likewise.
74 * testsuite/ld-elf/pr12851.d: Likewise.
75 * testsuite/ld-elf/pr12975.d: Likewise.
76 * testsuite/ld-elf/pr13177.d: Likewise.
77 * testsuite/ld-elf/pr13195.d: Likewise.
78 * testsuite/ld-elf/pr17615.d: Likewise.
79 * testsuite/ld-elf/pr19162.d: Likewise.
80 * testsuite/ld-elf/sec64k.exp: Likewise.
81 * testsuite/lib/ld-lib.exp: Likewise.
82
1f599d0e
MR
832016-04-05 Maciej W. Rozycki <macro@imgtec.com>
84
85 PR ld/19908
86 * testsuite/ld-cris/tls-e-20.d: Adjust for hidden symbol
87 handling fix.
88 * testsuite/ld-cris/tls-e-20a.d: Likewise.
89 * testsuite/ld-cris/tls-e-21.d: Likewise.
90 * testsuite/ld-cris/tls-e-23.d: Likewise.
91 * testsuite/ld-cris/tls-e-80.d: Likewise.
92 * testsuite/ld-cris/tls-gd-3h.d: Likewise.
93 * testsuite/ld-cris/tls-leie-19.d: Likewise.
94 * testsuite/ld-mips-elf/export-class-ref-lib.sd: New test.
95 * testsuite/ld-mips-elf/export-hidden-ref.sd: New test.
96 * testsuite/ld-mips-elf/export-internal-ref.sd: New test.
97 * testsuite/ld-mips-elf/export-protected-ref.sd: New test.
98 * testsuite/ld-mips-elf/export-class-ref-f0.s: New test source.
99 * testsuite/ld-mips-elf/export-class-ref-f1.s: New test source.
100 * testsuite/ld-mips-elf/export-class-ref-f2.s: New test source.
101 * testsuite/ld-mips-elf/mips-elf.exp: Run the new tests.
102
a9fa4610
CZ
1032016-04-05 Cupertino Miranda <cmiranda@synopsys.com>
104
105 * testsuite/ld-discard/extern.d: Removed xfail for ARC.
106 * testsuite/ld-discard/start.d: Likewise.
107 * testsuite/ld-discard/static.d: Likewise.
108 * testsuite/ld-elf/group1.d: Likewise.
109 * testsuite/ld-elf/group3b.d: Likewise.
110 * testsuite/ld-elf/orphan-region.d: Likewise.
111 * testsuite/ld-elf/orphan.d: Likewise.
112 * testsuite/ld-elf/orphan3.d: Likewise.
113 * testsuite/ld-elf/pr349.d: Likewise.
114 * testsuite/ld-elf/warn1.d: Likewise.
115 * testsuite/ld-elf/warn2.d: Likewise.
116 * testsuite/ld-elf/warn3.d: Likewise.
117 * testsuite/ld-scripts/crossref.exp: Add __SDATA_BEGIN__ symbol
118 through linker flags.
119 * testsuite/ld-srec/srec.exp: Set as xfail.
120
5fdf3872
L
1212016-04-04 H.J. Lu <hongjiu.lu@intel.com>
122
123 PR ld/19827
124 * testsuite/ld-i386/pr19827-nacl.rd: New file.
125 * testsuite/ld-x86-64/pr19827-nacl.rd: Likewise.
126
a061de07
NC
1272016-04-04 Nick Clifton <nickc@redhat.com>
128
129 PR 19803
130 * emultempl/pe.em (change_undef): New function. Encapsulates
131 duplicated code in pe_fixup_stdcalls and adds the newly defined
132 sym to the gc root list.
133 (pe_fixup_stdcall): Use the new function.
134 * pe-dll.c (process_def_file_and_drectve); Add alias of exported
135 symbol to gc root list.
136
fc90c280
AM
1372016-03-31 Alan Modra <amodra@gmail.com>
138
139 * ldlang.c (TO_ADDR, TO_SIZE, opb_shift): Move earlier in file.
140 (lang_insert_orphan): Use TO_ADDR in __stop sym calculation.
141 (print_input_section): Don't use TO_ADDR when printing section
142 size.
143 (lang_size_sections_1): Use TO_ADDR in overlay lma calculation.
144 (lang_size_sections): Use TO_ADDR in relro end calculation.
145
62bdf2d6
AB
1462016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
147
148 * testsuite/lib/ld-lib.exp (run_dump_test): Fix check of return
149 value from regexp_diff.
150 * testsuite/ld-elf/orphan-5.l: Fix expected output.
151 * testsuite/ld-elf/orphan-6.l: Likewise.
152
a87dd97a
AM
1532016-03-30 Alan Modra <amodra@gmail.com>
154
155 PR 18452
156 * ldlang.c (maybe_overlays): New static var.
157 (lang_size_sections_1): Set it here.
158 (struct check_sec): New.
159 (sort_sections_by_lma): Adjust for array of structs.
160 (sort_sections_by_vma): New function.
161 (lang_check_section_addresses): Check both LMA and VMA for overlap.
162 * testsuite/ld-scripts/rgn-over7.d: Adjust.
163
ca62bc4a
AM
1642016-03-30 Alan Modra <amodra@gmail.com>
165
166 * ldlang.c (lang_size_sections_1): Correct code detecting a
167 backward non-overlapping move.
168
2e4a7aea
AM
1692016-03-30 Alan Modra <amodra@gmail.com>
170
171 * ldlang.c (IS_TBSS): New macro, extracted from..
172 (IGNORE_SECTION): ..here.
173 (lang_size_sections_1): Use IS_TBSS and IGNORE_SECTION.
174 (lang_size_sections, lang_do_assignments_1): Use IS_TBSS.
175
4153b6db
NC
1762016-03-22 Nick Clifton <nickc@redhat.com>
177
178 PR ld/19803
179 * ldlang.c (lang_add_gc_name): New function. Adds the provided
180 symbol name to the list of gc symbols.
181 (lang_process): Call lang_add_gc_name with entry_symbol_default if
182 entry_symbol.name is NULL. Use lang_add_gc_name to add the init
183 and fini function names.
184 * pe-dll.c (process_def_file_and_drectve): Add exported names to
185 the gc symbol list.
186 * testsuite/ld-pe/pr19803.s: Do not export _testval symbol.
187 * testsuite/ld-pe/pr19803.d: Tweak expected output.
188
9780e045
NC
1892016-03-22 Nick Clifton <nickc@redhat.com>
190
191 * configure: Regenerate.
192
e1fa0163
NC
1932016-03-21 Nick Clifton <nickc@redhat.com>
194
195 * emultempl/msp430.em: Replace use of alloca with call to xmalloc.
196 * plugin.c: Likewise.
197 * pe-dll.c: Likewise.
198
45821bef
A
1992016-03-18 Awson <kyrab@mail.ru>
200
201 PR 19531
202 * scripttempl/pe.sc (.rdata_runtime_pseudo_reloc): Always KEEP
203 this section.
204 * scripttempl/pep.sc (.rdata_runtime_pseudo_reloc): Likewise.
205
41f46ed9
SKS
2062016-03-18 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
207
208 * ld-avr/gc-section-debugline.d: Relax regex check for CU.
209
4e0c91e4
L
2102016-03-15 H.J. Lu <hongjiu.lu@intel.com>
211
212 PR ld/19827
213 * testsuite/ld-i386/i386.exp: Run PR ld/19827 tests.
214 * testsuite/ld-x86-64/x86-64.exp: Likewise.
215 * testsuite/ld-i386/pr19827.rd: New file.
216 * testsuite/ld-i386/pr19827a.S: Likewise.
217 * testsuite/ld-i386/pr19827b.S: Likewise.
218 * testsuite/ld-x86-64/pr19827.rd: Likewise.
219 * testsuite/ld-x86-64/pr19827a.S: Likewise.
220 * testsuite/ld-x86-64/pr19827b.S: Likewise.
221
4c10bbaa
L
2222016-03-15 H.J. Lu <hongjiu.lu@intel.com>
223
224 PR ld/19807
225 * Makefile.am (ELF_X86_DEPS): Add
226 $(srcdir)/emulparams/reloc_overflow.sh.
227 * Makefile.in: Regenerated.
228 * NEWS: Mention -z noreloc-overflow.
229 * ld.texinfo: Document -z noreloc-overflow.
230 * emulparams/elf32_x86_64.sh: Source
231 ${srcdir}/emulparams/reloc_overflow.sh.
232 * emulparams/elf_x86_64.sh: Likewise.
233 * emulparams/reloc_overflow.sh: New file.
234 * testsuite/ld-x86-64/pr19807-1.s: New file.
235 * testsuite/ld-x86-64/pr19807-1a.d: Likewise.
236 * testsuite/ld-x86-64/pr19807-1b.d: Likewise.
237 * testsuite/ld-x86-64/pr19807-2.s: Likewise.
238 * testsuite/ld-x86-64/pr19807-2a.d: Likewise.
239 * testsuite/ld-x86-64/pr19807-2b.d: Likewise.
240 * testsuite/ld-x86-64/pr19807-2c.d: Likewise.
241 * testsuite/ld-x86-64/pr19807-2d.d: Likewise.
242 * testsuite/ld-x86-64/pr19807-2e.d: Likewise.
243 * testsuite/ld-x86-64/x86-64.exp: Run PR ld/19807 tests.
244
3ab94f96
L
2452016-03-13 H.J. Lu <hongjiu.lu@intel.com>
246
247 PR ld/19539
248 * testsuite/ld-i386/i386.exp: Run pr19539.
249 * testsuite/ld-i386/pr19539.d: New file.
250 * testsuite/ld-i386/pr19539.s: Likewise.
251 * testsuite/ld-i386/pr19539.t: Likewise.
252 * testsuite/ld-x86-64/pr19539.s: Likewise.
253 * testsuite/ld-x86-64/pr19539.t: Likewise.
254 * testsuite/ld-x86-64/pr19539a.d: Likewise.
255 * testsuite/ld-x86-64/pr19539b.d: Likewise.
256 * testsuite/ld-x86-64/x86-64.exp: Run pr19539a and pr19539b.
257
a9f02af8
MG
2582016-03-10 Mickael Guene <mickael.guene@st.com>
259
260 PR gas/19744
261 * testsuite/ld-arm/arm-elf.exp: New tests.
262 * testsuite/ld-arm/thumb1-adds-armv7-m.s: New.
263 * testsuite/ld-arm/thumb1-movs-armv7-m.s: New.
264
878a6877
NC
2652016-03-10 Nick Clifton <nickc@redhat.com>
266
267 * scripttempl/elf32msp430.sc (.rodata): Remove spurious LONG(0).
268
4b05e0a7
PA
2692016-03-09 Pedro Alves <palves@redhat.com>
270
271 * scripttempl/v850.sc: Use "v850:old-gcc-abi" as OUTPUT_ARCH.
272 * scripttempl/v850_rh850.sc: Use "v850:rh850" as OUTPUT_ARCH.
273
9c1d7a08
L
2742016-03-08 H.J. Lu <hongjiu.lu@intel.com>
275
276 PR ld/19789
277 * testsuite/ld-elf/pr19789.d: New file.
278 * testsuite/ld-elf/pr19789.s: Likewise.
279
d1ed1c7d
L
2802016-03-08 H.J. Lu <hongjiu.lu@intel.com>
281
282 PR ld/19784
283 * testsuite/ld-i386/i386.exp: Remove pr19636-2e-nacl test.
284 * testsuite/ld-i386/pr19636-2e-nacl.d: Moved to ...
285 * testsuite/ld-i386/pr19636-2e.d: Here. Remove notarget.
286 * testsuite/ld-ifunc/ifunc.exp: Run PR ld/19784 tests.
287 * testsuite/ld-ifunc/pass.out: New file.
288 * testsuite/ld-ifunc/pr19784a.c: Likewise.
289 * testsuite/ld-ifunc/pr19784b.c: Likewise.
290 * testsuite/ld-ifunc/pr19784c.c: Likewise.
291
205ac185
L
2922016-03-08 H.J. Lu <hongjiu.lu@intel.com>
293
294 PR ld/19774
295 * testsuite/ld-ifunc/ifunc.exp: Link tmpdir/pr18808a.o before
296 tmpdir/libpr18808.so. Link tmpdir/pr18841a.o before
297 tmpdir/libpr18841b.so and tmpdir/libpr18841c.so. Test
298 --as-needed for pr18841c.
299
23a4bd22
L
3002016-03-07 H.J. Lu <hongjiu.lu@intel.com>
301
302 PR ld/19774
303 * testsuite/ld-i386/i386.exp: Link tmpdir/pr18900.o before
304 tmpdir/pr18900.so and test --as-needed. Link tmpdir/gotpc1.o
305 before tmpdir/got1d.so and test --as-needed.
306 * testsuite/ld-x86-64/x86-64.exp: Link tmpdir/pr18900.o before
307 tmpdir/pr18900.so and test --as-needed.
308
18f822a0
JW
3092016-03-07 Jiong Wang <jiong.wang@arm.com>
310
311 * testsuite/ld-aarch64/implicit_got_section_1.s: New test source file.
312 * testsuite/ld-aarch64/implicit_got_section_1.d: New test expected
313 result.
314 * testsuite/ld-aarch64/aarch64-elf.exp: Run new test.
315
46175b4e
L
3162016-03-06 H.J. Lu <hongjiu.lu@intel.com>
317
318 * testsuite/ld-i386/i386.exp: Link tmpdir/copyreloc-main.o
319 before tmpdir/copyreloc-lib.so and test --as-needed.
320 * testsuite/ld-x86-64/x86-64.exp: Likewise.
321
07492f66
L
3222016-03-04 H.J. Lu <hongjiu.lu@intel.com>
323
324 PR ld/19579
325 * testsuite/ld-elf/pr19579a.c: New file.
326 * testsuite/ld-elf/pr19579b.c: Likewise.
327 * testsuite/ld-elf/shared.exp: Run PR ld/19579 test.
328
7bcc503f
L
3292016-03-02 H.J. Lu <hongjiu.lu@intel.com>
330
331 * testsuite/ld-elf/pr19162.d: Skip hppa-*-*.
332
7494161b
L
3332016-03-02 H.J. Lu <hongjiu.lu@intel.com>
334
335 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): Add xfails.
336 Xfail mix_pic_and_non_pic on "arm*-*-*" "aarch64*-*-*".
337
523f4c92
L
3382016-03-02 H.J. Lu <hongjiu.lu@intel.com>
339
340 PR ld/19739
341 * emultempl/mmo.em (mmo_place_orphan): Don't merge flags of other
342 input sections for relocatable link.
343 * emultempl/pe.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
344 * emultempl/pep.em (gld_${EMULATION_NAME}_place_orphan): Likewise.
345
3462016-03-01 H.J. Lu <hongjiu.lu@intel.com>
347
348 PR ld/19739
e18b24a4 349 * emultempl/elf32.em (gld${EMULATION_NAME}_place_orphan): Don't
523f4c92
L
350 merge flags of other input sections for relocatable link.
351
ef621b15
L
3522016-03-01 H.J. Lu <hongjiu.lu@intel.com>
353
354 * testsuite/ld-plugin/lto.exp: Update PR ld/12365 test for GCC 6.
355
2955a517
L
3562016-03-01 H.J. Lu <hongjiu.lu@intel.com>
357
358 * testsuite/ld-elf/pr19162.d: Skip arc target.
359
7f50ebc1
L
3602016-02-29 H.J. Lu <hongjiu.lu@intel.com>
361
362 PR ld/19162
363 * testsuite/ld-elf/pr19162.d: New file.
364 * testsuite/ld-elf/pr19162a.s: Likwise.
365 * testsuite/ld-elf/pr19162b.s: Likwise.
366
841fdfcd
CZ
3672016-02-29 Cupertino Miranda <cmiranda@synopsys.com>
368
369 * testsuite/ld-elf/merge.d: Removed xfail for ARC.
370 * testsuite/ld-elf/merge2.d: Likewise.
371 * testsuite/ld-elf/merge3.d: Likewise.
372
7e458899
CZ
3732016-02-29 Cupertino Miranda <Cupertino.Miranda@synopsys.com>
374
375 * scripttempl/arclinux.sc: Force .tdata and .tbss to always be
376 generated.
377
c5e3a364
RL
3782016-02-26 Renlin Li <renlin.li@arm.com>
379
380 * testsuite/ld-aarch64/aarch64-elf.exp: Run new testcases.
381 * testsuite/ld-aarch64/emit-relocs-270.d: Update to use new boundary.
382 * testsuite/ld-aarch64/emit-relocs-271.d: Likewise.
383 * testsuite/ld-aarch64/emit-relocs-272.d: Likewise.
384 * testsuite/ld-aarch64/emit-relocs-270-overflow.d: New.
385 * testsuite/ld-aarch64/emit-relocs-270-overflow.s: New.
386 * testsuite/ld-aarch64/emit-relocs-271-overflow.d: New.
387 * testsuite/ld-aarch64/emit-relocs-271-overflow.s: New.
388 * testsuite/ld-aarch64/emit-relocs-272-overflow.d: New.
389 * testsuite/ld-aarch64/emit-relocs-272-overflow.s: New.
390
bae420ef
L
3912016-02-26 H.J. Lu <hongjiu.lu@intel.com>
392
393 PR ld/19609
394 * testsuite/ld-i386/got1.dd: Updated.
395 * testsuite/ld-i386/lea1c.d: Likewise.
396 * testsuite/ld-i386/load1-nacl.d: Likewise.
397 * testsuite/ld-i386/load1.d: Likewise.
398 * testsuite/ld-i386/load4b.d: Likewise.
399 * testsuite/ld-i386/load5b.d: Likewise.
400 * testsuite/ld-i386/mov1b.d: Likewise.
401 * testsuite/ld-x86-64/mov1b.d: Likewise.
402 * testsuite/ld-x86-64/mov1d.d: Likewise.
403 * testsuite/ld-ifunc/ifunc-21-i386.d: Likewise.
404 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
405 * testsuite/ld-ifunc/ifunc-22-i386.d: Likewise.
406 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
407 * testsuite/ld-x86-64/gotpcrel1.dd: Likewise.
408 * testsuite/ld-x86-64/lea1a.d: Likewise.
409 * testsuite/ld-x86-64/lea1b.d: Likewise.
410 * testsuite/ld-x86-64/lea1c.d: Likewise.
411 * testsuite/ld-x86-64/lea1d.d: Likewise.
412 * testsuite/ld-x86-64/lea1e.d: Likewise.
413 * testsuite/ld-x86-64/lea1f.d: Likewise.
414 * testsuite/ld-x86-64/mov1b.d: Likewise.
415 * testsuite/ld-x86-64/mov1d.d: Likewise.
416 * testsuite/ld-x86-64/pr13082-3b.d: Likewise.
417 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
418 * testsuite/ld-x86-64/lea1.s: Add tests for 32-bit registers.
419 * testsuite/ld-i386/pr19609-1.s: New file.
420 * testsuite/ld-i386/pr19609-1a.d: Likewise.
421 * testsuite/ld-i386/pr19609-1b.d: Likewise.
422 * testsuite/ld-i386/pr19609-1c.d: Likewise.
423 * testsuite/ld-i386/pr19609-1d.d: Likewise.
424 * testsuite/ld-i386/pr19609-1e.d: Likewise.
425 * testsuite/ld-i386/pr19609-1f.d: Likewise.
426 * testsuite/ld-i386/pr19609-1g.d: Likewise.
427 * testsuite/ld-i386/pr19609-1h.d: Likewise.
428 * testsuite/ld-i386/pr19609-1i.d: Likewise.
429 * testsuite/ld-i386/pr19609-2.s: Likewise.
430 * testsuite/ld-i386/pr19609-2a.d: Likewise.
431 * testsuite/ld-i386/pr19609-2b.d: Likewise.
432 * testsuite/ld-i386/pr19609-2c.d: Likewise.
433 * testsuite/ld-i386/undefweak.s: Likewise.
434 * testsuite/ld-i386/undefweaka.d: Likewise.
435 * testsuite/ld-i386/undefweakb.d: Likewise.
436 * testsuite/ld-x86-64/pr13082-3c.d: Likewise.
437 * testsuite/ld-x86-64/pr13082-3d.d: Likewise.
438 * testsuite/ld-x86-64/pr19609-1.s: Likewise.
439 * testsuite/ld-x86-64/pr19609-1a.d: Likewise.
440 * testsuite/ld-x86-64/pr19609-1b.d: Likewise.
441 * testsuite/ld-x86-64/pr19609-1c.d: Likewise.
442 * testsuite/ld-x86-64/pr19609-1d.d: Likewise.
443 * testsuite/ld-x86-64/pr19609-1e.d: Likewise.
444 * testsuite/ld-x86-64/pr19609-1f.d: Likewise.
445 * testsuite/ld-x86-64/pr19609-1g.d: Likewise.
446 * testsuite/ld-x86-64/pr19609-1h.d: Likewise.
447 * testsuite/ld-x86-64/pr19609-1i.d: Likewise.
448 * testsuite/ld-x86-64/pr19609-1j.d: Likewise.
449 * testsuite/ld-x86-64/pr19609-1k.d: Likewise.
450 * testsuite/ld-x86-64/pr19609-1l.d: Likewise.
451 * testsuite/ld-x86-64/pr19609-1m.d: Likewise.
452 * testsuite/ld-x86-64/pr19609-2.s: Likewise.
453 * testsuite/ld-x86-64/pr19609-2a.d: Likewise.
454 * testsuite/ld-x86-64/pr19609-2b.d: Likewise.
455 * testsuite/ld-x86-64/pr19609-2c.d: Likewise.
456 * testsuite/ld-x86-64/pr19609-2d.d: Likewise.
457 * testsuite/ld-x86-64/pr19609-3.s: Likewise.
458 * testsuite/ld-x86-64/pr19609-3a.d: Likewise.
459 * testsuite/ld-x86-64/pr19609-3b.d: Likewise.
460 * testsuite/ld-x86-64/pr19609-4.s: Likewise.
461 * testsuite/ld-x86-64/pr19609-4a.d: Likewise.
462 * testsuite/ld-x86-64/pr19609-4b.d: Likewise.
463 * testsuite/ld-x86-64/pr19609-4c.d: Likewise.
464 * testsuite/ld-x86-64/pr19609-4d.d: Likewise.
465 * testsuite/ld-x86-64/pr19609-4e.d: Likewise.
466 * testsuite/ld-x86-64/pr19609-5.s: Likewise.
467 * testsuite/ld-x86-64/pr19609-5a.d: Likewise.
468 * testsuite/ld-x86-64/pr19609-5b.d: Likewise.
469 * testsuite/ld-x86-64/pr19609-5c.d: Likewise.
470 * testsuite/ld-x86-64/pr19609-5d.d: Likewise.
471 * testsuite/ld-x86-64/pr19609-5e.d: Likewise.
472 * testsuite/ld-x86-64/pr19609-6.s: Likewise.
473 * testsuite/ld-x86-64/pr19609-6a.d: Likewise.
474 * testsuite/ld-x86-64/pr19609-6b.d: Likewise.
475 * testsuite/ld-x86-64/pr19609-6c.d: Likewise.
476 * testsuite/ld-x86-64/pr19609-6d.d: Likewise.
477 * testsuite/ld-x86-64/pr19609-7.s: Likewise.
478 * testsuite/ld-x86-64/pr19609-7a.d: Likewise.
479 * testsuite/ld-x86-64/pr19609-7b.d: Likewise.
480 * testsuite/ld-x86-64/pr19609-7c.d: Likewise.
481 * testsuite/ld-x86-64/pr19609-7d.d: Likewise.
482 * testsuite/ld-i386/i386.exp: Run undefweak tests and tests for
483 PR ld/19609.
484 * testsuite/ld-x86-64/x86-64.exp: Run pr13082-3c, pr13082-3d
485 and tests for PR ld/19609.
486
11e5f1ec
L
4872016-02-26 H.J. Lu <hongjiu.lu@intel.com>
488
489 PR ld/19645
490 * NEWS: Mention -z common/-z nocommon for ELF targets.
491 * emultempl/elf32.em (gld${EMULATION_NAME}_handle_option): Handle
492 -z common and -z nocommon.
493 * ld.texinfo: Document -z common/-z nocommon.
494 * lexsup.c (elf_shlib_list_options): Add -z common/-z nocommon.
495 * testsuite/ld-elf/tls_common.exp: Test --elf-stt-common=no and
496 --elf-stt-common=yes with assembler.
497 * testsuite/ld-elfcomm/common-1.s: New file.
498 * testsuite/ld-elfcomm/common-1a.d: Likewise.
499 * testsuite/ld-elfcomm/common-1b.d: Likewise.
500 * testsuite/ld-elfcomm/common-1c.d: Likewise.
501 * testsuite/ld-elfcomm/common-1d.d: Likewise.
502 * testsuite/ld-elfcomm/common-1e.d: Likewise.
503 * testsuite/ld-elfcomm/common-1f.d: Likewise.
504 * testsuite/ld-elfcomm/common-2.s: Likewise.
505 * testsuite/ld-elfcomm/common-2a.d: Likewise.
506 * testsuite/ld-elfcomm/common-2b.d: Likewise.
507 * testsuite/ld-elfcomm/common-2c.d: Likewise.
508 * testsuite/ld-elfcomm/common-2d.d: Likewise.
509 * testsuite/ld-elfcomm/common-2e.d: Likewise.
510 * testsuite/ld-elfcomm/common-2f.d: Likewise.
511 * testsuite/ld-elfcomm/common-3a.rd: Likewise.
512 * testsuite/ld-elfcomm/common-3b.rd: Likewise.
513 * testsuite/ld-i386/pr19645.d: Likewise.
514 * testsuite/ld-i386/pr19645.s: Likewise.
515 * testsuite/ld-x86-64/largecomm-1.s: Likewise.
516 * testsuite/ld-x86-64/largecomm-1a.d: Likewise.
517 * testsuite/ld-x86-64/largecomm-1b.d: Likewise.
518 * testsuite/ld-x86-64/largecomm-1c.d: Likewise.
519 * testsuite/ld-x86-64/largecomm-1d.d: Likewise.
520 * testsuite/ld-x86-64/largecomm-1e.d: Likewise.
521 * testsuite/ld-x86-64/largecomm-1f.d: Likewise.
522 * testsuite/ld-x86-64/pr19645.d: Likewise.
523 * testsuite/ld-x86-64/pr19645.s: Likewise.
524 * testsuite/ld-elfcomm/elfcomm.exp: Test --elf-stt-common=yes
525 with assembler.
526 (assembler_generates_commons): Removed.
527 Run -z common/-z nocommon tests. Run *.d tests.
528 * testsuite/ld-i386/i386.exp: Run pr19645.
529 * testsuite/ld-x86-64/x86-64.exp: Likewise.
530 * testsuite/ld-x86-64/dwarfreloc.exp: Test --elf-stt-common with
531 assembler. Test STT_COMMON with readelf.
532
aec6b87e
L
5332016-02-26 H.J. Lu <hongjiu.lu@intel.com>
534
535 PR ld/19636
536 PR ld/19704
537 PR ld/19719
538 * Makefile.am (ELF_X86_DEPS): Add dynamic_undefined_weak.sh.
539 * Makefile.in: Regenerated.
540 * NEWS: Mention -z nodynamic-undefined-weak.
541 * ld.texinfo: Document -z nodynamic-undefined-weak.
542 * ldmain.c (main): Initialize dynamic_undefined_weak to -1.
543 * emulparams/dynamic_undefined_weak.sh: New file.
544 * emulparams/elf32_x86_64.sh: Source dynamic_undefined_weak.sh.
545 * emulparams/elf_i386.sh: Likewise.
546 * emulparams/elf_i386_be.sh: Likewise.
547 * emulparams/elf_i386_chaos.sh: Likewise.
548 * emulparams/elf_i386_ldso.sh: Likewise.
549 * emulparams/elf_i386_vxworks.sh: Likewise.
550 * emulparams/elf_iamcu.sh: Likewise.
551 * emulparams/elf_k1om.sh: Likewise.
552 * emulparams/elf_l1om.sh: Likewise.
553 * emulparams/elf_x86_64.sh: Likewise.
554 * emulparams/extern_protected_data.sh (PARSE_AND_LIST_OPTIONS):
555 Append.
556 (PARSE_AND_LIST_ARGS_CASE_Z): Likewise.
557 * testsuite/ld-elf/pr19719a.c: New file.
558 * testsuite/ld-elf/pr19719b.c: Likewise.
559 * testsuite/ld-elf/pr19719c.c: Likewise.
560 * testsuite/ld-elf/pr19719d.c: Likewise.
561 * testsuite/ld-i386/pr19636-1.s: Likewise.
562 * testsuite/ld-i386/pr19636-1a.d: Likewise.
563 * testsuite/ld-i386/pr19636-1b.d: Likewise.
564 * testsuite/ld-i386/pr19636-1c.d: Likewise.
565 * testsuite/ld-i386/pr19636-1d-nacl.d: Likewise.
566 * testsuite/ld-i386/pr19636-1d.d: Likewise.
567 * testsuite/ld-i386/pr19636-1e.d: Likewise.
568 * testsuite/ld-i386/pr19636-1f.d: Likewise.
569 * testsuite/ld-i386/pr19636-1g.d: Likewise.
570 * testsuite/ld-i386/pr19636-1h.d: Likewise.
571 * testsuite/ld-i386/pr19636-1i.d: Likewise.
572 * testsuite/ld-i386/pr19636-2.s: Likewise.
573 * testsuite/ld-i386/pr19636-2a.d: Likewise.
574 * testsuite/ld-i386/pr19636-2b.d: Likewise.
575 * testsuite/ld-i386/pr19636-2c-nacl.d: Likewise.
576 * testsuite/ld-i386/pr19636-2c.d: Likewise.
577 * testsuite/ld-i386/pr19636-2d-nacl.d: Likewise.
578 * testsuite/ld-i386/pr19636-2d.d: Likewise.
579 * testsuite/ld-i386/pr19636-2e-nacl.d: Likewise.
580 * testsuite/ld-i386/pr19636-2e.d: Likewise.
581 * testsuite/ld-i386/pr19636-3.s: Likewise.
582 * testsuite/ld-i386/pr19636-3a.d: Likewise.
583 * testsuite/ld-i386/pr19636-3b.d: Likewise.
584 * testsuite/ld-i386/pr19636-3c.d: Likewise.
585 * testsuite/ld-i386/pr19636-3d.d: Likewise.
586 * testsuite/ld-i386/pr19636-3e.d: Likewise.
587 * testsuite/ld-i386/pr19636-3f.d: Likewise.
588 * testsuite/ld-i386/pr19636-3g.d: Likewise.
589 * testsuite/ld-i386/pr19636-4.s: Likewise.
590 * testsuite/ld-i386/pr19636-4a.d: Likewise.
591 * testsuite/ld-i386/pr19636-4b.d: Likewise.
592 * testsuite/ld-i386/pr19636-4c.d: Likewise.
593 * testsuite/ld-i386/pr19636-4d.d: Likewise.
594 * testsuite/ld-i386/pr19704.out: Likewise.
595 * testsuite/ld-i386/pr19704a.c: Likewise.
596 * testsuite/ld-i386/pr19704b.c: Likewise.
597 * testsuite/ld-x86-64/pr19636-1.s: Likewise.
598 * testsuite/ld-x86-64/pr19636-1a.d: Likewise.
599 * testsuite/ld-x86-64/pr19636-1b.d: Likewise.
600 * testsuite/ld-x86-64/pr19636-1c.d: Likewise.
601 * testsuite/ld-x86-64/pr19636-1d.d: Likewise.
602 * testsuite/ld-x86-64/pr19636-1e.d: Likewise.
603 * testsuite/ld-x86-64/pr19636-1f.d: Likewise.
604 * testsuite/ld-x86-64/pr19636-1g.d: Likewise.
605 * testsuite/ld-x86-64/pr19636-2.s: Likewise.
606 * testsuite/ld-x86-64/pr19636-2a.d: Likewise.
607 * testsuite/ld-x86-64/pr19636-2b.d: Likewise.
608 * testsuite/ld-x86-64/pr19636-2c.d: Likewise.
609 * testsuite/ld-x86-64/pr19636-2d-nacl.d: Likewise.
610 * testsuite/ld-x86-64/pr19636-2d.d: Likewise.
611 * testsuite/ld-x86-64/pr19636-2e.d: Likewise.
612 * testsuite/ld-x86-64/pr19636-2f.d: Likewise.
613 * testsuite/ld-x86-64/pr19636-2g.d: Likewise.
614 * testsuite/ld-x86-64/pr19636-2h.d: Likewise.
615 * testsuite/ld-x86-64/pr19636-2i.d: Likewise.
616 * testsuite/ld-x86-64/pr19636-3.s: Likewise.
617 * testsuite/ld-x86-64/pr19636-3a.d: Likewise.
618 * testsuite/ld-x86-64/pr19636-3b.d: Likewise.
619 * testsuite/ld-x86-64/pr19636-3c.d: Likewise.
620 * testsuite/ld-x86-64/pr19636-3d.d: Likewise.
621 * testsuite/ld-x86-64/pr19704.out: Likewise.
622 * testsuite/ld-x86-64/pr19704a.c: Likewise.
623 * testsuite/ld-x86-64/pr19704b.c: Likewise.
624 * testsuite/ld-elf/shared.exp (mix_pic_and_non_pic): New.
625 Run mix_pic_and_non_pic.
626 * testsuite/ld-i386/i386.exp (undefined_weak): New.
627 Run undefined_weak and PR ld/19636 tests.
628 * testsuite/ld-x86-64/x86-64.exp: Likewise.
629 * testsuite/ld-x86-64/pr13082-3b.d: Updated.
630 * testsuite/ld-x86-64/pr13082-4b.d: Likewise.
631
920e4862
NC
6322016-02-25 Nick Clifton <nickc@redhat.com>
633
634 * ld.h (struct ld_config_type): Remove specified_data_size field.
635
0f550b3d
L
6362016-02-24 H.J. Lu <hongjiu.lu@intel.com>
637
638 PR ld/19698
639 * testsuite/ld-elf/pr19698.d: New file.
640 * testsuite/ld-elf/pr19698.s: Likewise.
641 * testsuite/ld-elf/pr19698.t: Likewise.
642
31866b2c
L
6432016-02-23 H.J. Lu <hongjiu.lu@intel.com>
644
645 * Makefile.am (ELF_X86_DEPS): New.
646 (eelf_i386.c): Replace $(ELF_DEPS) with $(ELF_X86_DEPS).
647 (eelf_i386_chaos.c): Likewise.
648 (eelf_i386_fbsd.c): Likewise.
649 (eelf_i386_ldso.c): Likewise.
650 (eelf_i386_nacl.c): Likewise.
651 (eelf_i386_sol2.c): Likewise.
652 (eelf_iamcu.c): Likewise.
653 (eelf32_x86_64.c): Likewise.
654 (eelf32_x86_64_nacl.c): Likewise.
655 (eelf_l1om.c): Likewise.
656 (eelf_l1om_fbsd.c): Likewise.
657 (eelf_k1om.c): Likewise.
658 (eelf_k1om_fbsd.c): Likewise.
659 (eelf_x86_64.c): Likewise.
660 (eelf_x86_64_cloudabi.c): Likewise.
661 (eelf_x86_64_fbsd.c): Likewise.
662 (eelf_x86_64_sol2.c): Likewise.
663 * Makefile.in: Regenerated.
664
6b3b0ab8
L
6652016-02-23 H.J. Lu <hongjiu.lu@intel.com>
666
667 * testsuite/ld-frv/fdpic-pie-6.d: Updated.
668 * testsuite/ld-mips-elf/pie-n32.d: Likewise.
669 * testsuite/ld-mips-elf/pie-n64.d: Likewise.
670 * testsuite/ld-mips-elf/pie-o32.d: Likewise.
671
de818c22
L
6722016-02-20 H.J. Lu <hongjiu.lu@intel.com>
673
674 * testsuite/ld-elf/pr19539.d: Skip cris*-*-* targets.
675
c304e18e
L
6762016-02-18 H.J. Lu <hongjiu.lu@intel.com>
677
678 * testsuite/ld-elf/pr19617a.d: Enable only for *-*-linux*,
679 *-*-gnu* and *-*-solaris*.
680 * testsuite/ld-elf/pr19617b.d: Likewise.
681 * testsuite/ld-elf/pr19617c.d: Likewise.
682
bf89386a
L
6832016-02-18 H.J. Lu <hongjiu.lu@intel.com>
684
685 PR ld/19617
686 * testsuite/ld-elf/pr19617.s: New file.
687 * testsuite/ld-elf/pr19617a.d: Likewise.
688 * testsuite/ld-elf/pr19617b.d: Likewise.
689 * testsuite/ld-elf/pr19617c.d: Likewise.
690
06ea285d
NC
6912016-02-18 Nick Clifton <nickc@redhat.com>
692
693 * Makefile.am (CXX_FOR_TARGET): Check for the presence of an
694 in-tree xg++ executable after checking for the presence of an
695 in-tree g++ executable.
696 * Makefile.in: Regenerate.
697
b27ab9ad
L
6982016-02-17 H.J. Lu <hongjiu.lu@intel.com>
699
700 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
701 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
702 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
703
8f79b794
L
7042016-02-17 H.J. Lu <hongjiu.lu@intel.com>
705
706 * testsuite/ld-ifunc/ifunc-1-local-x86.d: Updated.
707 * testsuite/ld-ifunc/ifunc-1-x86.d: Likewise.
708 * testsuite/ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
709 * testsuite/ld-ifunc/ifunc-2-x86-64.d: Likewise.
710 * testsuite/ld-ifunc/ifunc-3a-x86.d: Likewise.
711 * testsuite/ld-ifunc/pr17154-x86-64.d: Likewise.
712 * testsuite/ld-x86-64/bnd-ifunc-1.d: Likewise.
713 * testsuite/ld-x86-64/bnd-ifunc-2.d: Likewise.
714 * testsuite/ld-x86-64/bnd-plt-1.d: Likewise.
715 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
716 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
717 * testsuite/ld-x86-64/load1c-nacl.d: Likewise.
718 * testsuite/ld-x86-64/load1c.d: Likewise.
719 * testsuite/ld-x86-64/load1d-nacl.d: Likewise.
720 * testsuite/ld-x86-64/load1d.d: Likewise.
721 * testsuite/ld-x86-64/pr14207.d: Likewise.
722 * testsuite/ld-x86-64/pr19162.d: Likewise.
723 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
724 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
725 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
726 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
727 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
728 * testsuite/ld-x86-64/tlspic.rd: Likewise.
729
b3e3e0b7
NC
7302016-02-17 Nick Clifton <nickc@redhat.com>
731
732 * testsuite/ld-elf/eh-frame-hdr.d: Skip for ARC ELF targets.
733
9fb71ee4
NC
7342016-02-15 Nick Clifton <nickc@redhat.com>
735
736 * testsuite/ld-i386/pr12718.d: Remove dependency upon the
737 description of the flags produced by readelf.
738 * testsuite/ld-i386/pr12921.d: Likewise.
739 * testsuite/ld-i386/tlsbin-nacl.rd: Likewise.
740 * testsuite/ld-i386/tlsbin.rd: Likewise.
741 * testsuite/ld-i386/tlsbindesc-nacl.rd: Likewise.
742 * testsuite/ld-i386/tlsbindesc.rd: Likewise.
743 * testsuite/ld-i386/tlsdesc-nacl.rd: Likewise.
744 * testsuite/ld-i386/tlsdesc.rd: Likewise.
745 * testsuite/ld-i386/tlsgdesc-nacl.rd: Likewise.
746 * testsuite/ld-i386/tlsgdesc.rd: Likewise.
747 * testsuite/ld-i386/tlsnopic-nacl.rd: Likewise.
748 * testsuite/ld-i386/tlsnopic.rd: Likewise.
749 * testsuite/ld-i386/tlspic-nacl.rd: Likewise.
750 * testsuite/ld-i386/tlspic.rd: Likewise.
751 * testsuite/ld-s390/tlsbin.rd: Likewise.
752 * testsuite/ld-s390/tlsbin_64.rd: Likewise.
753 * testsuite/ld-s390/tlspic.rd: Likewise.
754 * testsuite/ld-s390/tlspic_64.rd: Likewise.
755 * testsuite/ld-sh/tlsbin-2.d: Likewise.
756 * testsuite/ld-sh/tlspic-2.d: Likewise.
757 * testsuite/ld-tic6x/common.d: Likewise.
758 * testsuite/ld-tic6x/shlib-1.rd: Likewise.
759 * testsuite/ld-tic6x/shlib-1b.rd: Likewise.
760 * testsuite/ld-tic6x/shlib-1r.rd: Likewise.
761 * testsuite/ld-tic6x/shlib-1rb.rd: Likewise.
762 * testsuite/ld-tic6x/shlib-app-1.rd: Likewise.
763 * testsuite/ld-tic6x/shlib-app-1b.rd: Likewise.
764 * testsuite/ld-tic6x/shlib-app-1r.rd: Likewise.
765 * testsuite/ld-tic6x/shlib-app-1rb.rd: Likewise.
766 * testsuite/ld-tic6x/shlib-noindex.rd: Likewise.
767 * testsuite/ld-tic6x/static-app-1.rd: Likewise.
768 * testsuite/ld-tic6x/static-app-1b.rd: Likewise.
769 * testsuite/ld-tic6x/static-app-1r.rd: Likewise.
770 * testsuite/ld-tic6x/static-app-1rb.rd: Likewise.
771 * testsuite/ld-x86-64/ilp32-4-nacl.d: Likewise.
772 * testsuite/ld-x86-64/ilp32-4.d: Likewise.
773 * testsuite/ld-x86-64/pr12718.d: Likewise.
774 * testsuite/ld-x86-64/pr12921.d: Likewise.
775 * testsuite/ld-x86-64/split-by-file-nacl.rd: Likewise.
776 * testsuite/ld-x86-64/split-by-file.rd: Likewise.
777 * testsuite/ld-x86-64/tlsbin-nacl.rd: Likewise.
778 * testsuite/ld-x86-64/tlsbin.rd: Likewise.
779 * testsuite/ld-x86-64/tlsbindesc-nacl.rd: Likewise.
780 * testsuite/ld-x86-64/tlsbindesc.rd: Likewise.
781 * testsuite/ld-x86-64/tlsdesc-nacl.rd: Likewise.
782 * testsuite/ld-x86-64/tlsdesc.rd: Likewise.
783 * testsuite/ld-x86-64/tlsgdesc-nacl.rd: Likewise.
784 * testsuite/ld-x86-64/tlsgdesc.rd: Likewise.
785 * testsuite/ld-x86-64/tlspic-nacl.rd: Likewise.
786 * testsuite/ld-x86-64/tlspic.rd: Likewise.
787 * testsuite/ld-xtensa/tlsbin.rd: Likewise.
788 * testsuite/ld-xtensa/tlspic.rd: Likewise.
789
21a90cf1
L
7902016-02-11 H.J. Lu <hongjiu.lu@intel.com>
791
792 PR ld/19615
793 * ld.texinfo: Document -Bsymbolic and -Bsymbolic-functions for
794 PIE.
795 * lexsup.c (parse_args): Enable -Bsymbolic and
796 -Bsymbolic-functions for PIE.
ee5db48b 797 * testsuite/ld-i386/i386.exp: Run pr19615.
21a90cf1
L
798 * testsuite/ld-i386/pr19615.d: New file.
799 * testsuite/ld-i386/pr19615.s: Likewise.
800 * testsuite/ld-x86-64/pr19615.d: Likewise.
801 * testsuite/ld-x86-64/pr19615.s: Likewise.
802
027e9c75
NC
8032016-02-09 Nick Clifton <nickc@redhat.com>
804
805 * testsuite/ld-aarch64/reloc-overflow-bad.d: New test.
806 * testsuite/ld-aarch64/reloc-overflow-1.s: New source file.
807 * testsuite/ld-aarch64/reloc-overflow-2.s: New source file.
808 * testsuite/ld-aarch64/aarch64-elf.exp: Run the new test.
809
39306124
NC
8102016-02-04 Nick Clifton <nickc@redhat.com>
811
812 * testsuite/ld-arm/arm-elf.exp: Remove ARM NOREAD section tests.
813 * testsuite/ld-arm/thumb1-input-section-flag-match.d: Delete.
814 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Delete.
815 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.d: Delete.
816 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s: Delete.
817 * testsuite/ld-arm/thumb1-noread-present-one-section.d: Delete.
818 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Delete.
819 * testsuite/ld-arm/thumb1-noread-present-two-section.d: Delete.
820 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Delete.
821
0cb4071e
L
8222016-02-03 H.J. Lu <hongjiu.lu@intel.com>
823
824 PR gas/19520
825 * testsuite/ld-i386/branch1.d: Pass -mrelax-relocations=yes to as.
826 * testsuite/ld-i386/call1.d: Likewise.
827 * testsuite/ld-i386/call2.d: Likewise.
828 * testsuite/ld-i386/call3a.d: Likewise.
829 * testsuite/ld-i386/call3b.d: Likewise.
830 * testsuite/ld-i386/call3c.d: Likewise.
831 * testsuite/ld-i386/call3d.d: Likewise.
832 * testsuite/ld-i386/call3e.d: Likewise.
833 * testsuite/ld-i386/call3f.d: Likewise.
834 * testsuite/ld-i386/call3g.d: Likewise.
835 * testsuite/ld-i386/call3h.d: Likewise.
836 * testsuite/ld-i386/jmp1.d: Likewise.
837 * testsuite/ld-i386/jmp2.d: Likewise.
838 * testsuite/ld-i386/lea1c.d: Likewise.
839 * testsuite/ld-i386/load1.d: Likewise.
840 * testsuite/ld-i386/load2.d: Likewise.
841 * testsuite/ld-i386/load3.d: Likewise.
842 * testsuite/ld-i386/load4a.d: Likewise.
843 * testsuite/ld-i386/load5a.d: Likewise.
844 * testsuite/ld-i386/mov2b.d: Likewise.
845 * testsuite/ld-i386/mov3.d: Likewise.
846 * testsuite/ld-ifunc/ifunc-21-x86-64.d: Likewise.
847 * testsuite/ld-ifunc/ifunc-22-x86-64.d: Likewise.
848 * testsuite/ld-ifunc/ifunc-5r-local-x86-64.d: Likewise.
849 * testsuite/ld-x86-64/call1a.d: Likewise.
850 * testsuite/ld-x86-64/call1b.d: Likewise.
851 * testsuite/ld-x86-64/call1c.d: Likewise.
852 * testsuite/ld-x86-64/call1d.d: Likewise.
853 * testsuite/ld-x86-64/call1e.d: Likewise.
854 * testsuite/ld-x86-64/call1f.d: Likewise.
855 * testsuite/ld-x86-64/call1h.d: Likewise.
856 * testsuite/ld-x86-64/call1i.d: Likewise.
857 * testsuite/ld-x86-64/load1a.d: Likewise.
858 * testsuite/ld-x86-64/load1b.d: Likewise.
859 * testsuite/ld-i386/got1a.S: Load GOT into %ecx and use it.
860 * testsuite/ld-i386/got1.dd: Updated.
861 * testsuite/ld-i386/got1d.S (1): Removed.
862 * testsuite/ld-i386/i386.exp: Add -Wa,-mrelax-relocations=yes.
863 * testsuite/ld-x86-64/x86-64.exp: Likewise.
864
6ba2af25
L
8652016-02-02 H.J. Lu <hongjiu.lu@intel.com>
866
867 PR ld/18591
868 * testsuite/ld-x86-64/pr18591.d: New file.
869 * testsuite/ld-x86-64/pr18591.s: Likewise.
870 * testsuite/ld-x86-64/x86-64.exp: Run pr18591.
871
aef28989
L
8722016-02-01 H.J. Lu <hongjiu.lu@intel.com>
873
874 PR ld/19553
875 * testsuite/ld-elf/indirect.exp: Run tests for PR ld/19553.
876 * testsuite/ld-elf/pr19553.map: New file.
877 * testsuite/ld-elf/pr19553.map: Likewise.
878 * testsuite/ld-elf/pr19553a.c: Likewise.
879 * testsuite/ld-elf/pr19553b.c: Likewise.
880 * testsuite/ld-elf/pr19553b.out: Likewise.
881 * testsuite/ld-elf/pr19553c.c: Likewise.
882 * testsuite/ld-elf/pr19553c.out: Likewise.
883 * testsuite/ld-elf/pr19553d.c: Likewise.
884 * testsuite/ld-elf/pr19553d.out: Likewise.
885
d9e3b590
L
8862016-01-30 H.J. Lu <hongjiu.lu@intel.com>
887
888 PR ld/19539
889 * testsuite/ld-elf/pr19539.d: New file.
890 * testsuite/ld-elf/pr19539.s: Likewise.
891 * testsuite/ld-elf/pr19539.t: Likewise.
892
621ff761
L
8932016-01-29 H.J. Lu <hongjiu.lu@intel.com>
894
895 PR ld/19533
896 * configure.ac (compressed_debug_sections): Replace == with =.
897 * configure: Regenerated.
898
7585b2b8
DC
8992016-01-22 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
900
901 * scripttempl/avr.sc (.noinit): Force .noinit VMA to end of .bss VMA.
902 * scripttempl/avrtiny.sc (.noinit): Likewise.
903
aebf9be7
NC
9042016-01-21 Nick Clifton <nickc@redhat.com>
905
dfc43940
NC
906 PR ld/19453
907 * testsuite/ld-arm/arm-elf.exp: Skip tests that do not work for
908 the arm-netbsdelf target.
909
aebf9be7
NC
910 PR ld/19455
911 * testsuite/ld-arm/vxworks1-lib.dd: Update for current
912 disassmebler output.
913 * testsuite/ld-arm/vxworks1-lib.rd: Likewise.
914 * testsuite/ld-arm/vxworks1.dd: Likewise.
915 * testsuite/ld-arm/vxworks1.rd: Likewise.
916 * testsuite/ld-arm/vxworks1.ld: Set the output format.
917
2f340668
JW
9182016-01-20 Jiong Wang <jiong.wang@arm.com>
919
920 * testsuite/ld-aarch64/farcall-section.d: Delete.
921 * testsuite/ld-aarch64/farcall-section.s: Delete.
922 * testsuite/ld-aarch64/farcall-b-section.d: New expectation file.
923 * testsuite/ld-aarch64/farcall-bl-section.d: Likewise.
924 * testsuite/ld-aarch64/farcall-b-section.s: New testcase.
925 * testsuite/ld-aarch64/farcall-bl-section.s: Likewise.
926 * testsuite/ld-aarch64/aarch64-elf.exp: Likewise.
927
fdbd3e95
NC
9282016-01-20 Nick Clifton <nickc@redhat.com>
929
930 PR 19457
931 * testsuite/ld-scripts/script.exp (extract_symbol_test): Stop test
932 early for PE based targets.
933 * testsuite/ld-scripts/align.t: Use 0x1000 as VMA alignment.
934 * testsuite/ld-pe/tlssec32.d: Allow for relocatable output.
935
91f68a68
MG
9362016-01-20 Mickael Guene <mickael.guene@st.com>
937
938 * testsuite/ld-arm/thumb1-noread-not-present-mixing-two-section.s:
939 Add 'y' attribute usage.
940 * testsuite/ld-arm/thumb1-noread-present-one-section.s: Likewise.
941 * testsuite/ld-arm/thumb1-noread-present-two-section.s: Likewise.
942 * testsuite/ld-arm/thumb1-input-section-flag-match.s: Likewise.
943
a4af960a
NC
9442016-01-19 Nick Clifton <nickc@redhat.com>
945
946 * testsuite/ld-elf/pr18735.d: Allow for extra symbols between
947 foo@FOO and bar@@FOO.
948
3d961d0d
AM
9492016-01-18 Alan Modra <amodra@gmail.com>
950
951 * configure: Regenerate.
952
760f6ee8
NC
9532016-01-18 Nick Clifton <nickc@redhat.com>
954
955 * testsuite/ld-plugin/plugin.exp: Skip plugin tests if the linker
956 is not configured to support plugins.
957
24f03d4e
NC
958 * testsuite/ld-scripts/rgn-at11.s: New file - based on rgn-at10.s
959 but with 16 byte section alignment.
960 * testsuite/ld-scripts/rgn-at11.d: Use new source file. Reenable
961 test for MIPS targets.
962
5c14705f
AM
9632016-01-17 Alan Modra <amodra@gmail.com>
964
965 * configure: Regenerate.
966
b3066ae8
AM
9672016-01-17 Alan Modra <amodra@gmail.com>
968
969 * testsuite/lib/ld-lib.exp (check_shared_lib_support): Exclude xgate.
970 * testsuite/ld-elf/endsym.d: xfail m68hc11/12 and xgate.
971 * testsuite/ld-elf/pr14156a.d: Likewise.
972 * testsuite/ld-elf/pr14926.d: Don't run for m68hc11/12 and xgate.
973 * testsuite/ld-elf/sec64k.exp: Likewise.
974
4c4ac964
TP
9752016-01-14 Thomas Preud'homme <thomas.preudhomme@arm.com>
976
977 * testsuite/ld-arm/arm-elf.exp (Thumb-Thumb farcall v6-M (no profile)):
978 Set address of .foo section when linking.
979 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile-b.s: Place myfunc
980 in .foo section.
981 * testsuite/ld-arm/farcall-thumb-thumb-m-no-profile.d: Adapt expected
982 output to the above changes.
983
1bce3adf
NC
9842016-01-13 Nick Clifton <nickc@redhat.com>
985
84054199
NC
986 * testsuite/ld-elf/elf.exp (-Bymsolic-functions): Expect to fail
987 for MIPS targets.
988
13ce3603
NC
989 * testsuite/ld-scripts/script.exp (extract_symbol_test): Expect to
990 fail for MIPS targets.
991
1bce3adf
NC
992 * testsuite/ld-scripts/rgn-at11.d: Expect this test to fail for
993 MIPS targets.
994
ac06903d
YU
9952016-01-12 Yury Usishchev <y.usishchev@samsung.com>
996
997 * testsuite/ld-arm/arm-elf.exp: New test.
998 * testsuite/ld-arm/unwind-mix.d: New file.
999 * testsuite/ld-arm/unwind-mix1.s: New file.
1000 * testsuite/ld-arm/unwind-mix2.s: New file.
1001
109575d7
JW
10022016-01-08 Jiong Wang <jiong.wang@arm.com>
1003
1004 PR ld/19368
1005 * testsuite/ld-arm/ifunc-3.rd: Update expected result.
1006 * testsuite/ld-arm/ifunc-4.rd: Likewise.
1007 * testsuite/ld-arm/ifunc-9.rd: Likewise.
1008 * testsuite/ld-arm/ifunc-10.rd: Likewise.
1009 * testsuite/ld-arm/ifunc-12.rd: Likewise.
1010 * testsuite/ld-arm/ifunc-13.rd: Likewise.
1011
296ebfbb
NC
10122016-01-05 Nick Clifton <nickc@redhat.com>
1013
1014 * emulparams/msp430elf.sh (RAM_START): Move to 0x500 - above the
1015 MSP430 hardware multiply address range.
1016 * scripttempl/elf32msp430.sc (__romdatastart): Define.
1017 (__romdatacopysize): Define.
1018 * scripttempl/elf32msp430_3.sc: Likewise.
1019
2f2da8fd
MR
10202016-01-04 Maciej W. Rozycki <macro@imgtec.com>
1021
1022 * emultempl/mipself.em (PARSE_AND_LIST_PROLOGUE): Convert
1023 OPTION_INSN32 and OPTION_NO_INSN32 macros to an enum.
1024
d537eeb5
MR
10252016-01-04 Maciej W. Rozycki <macro@imgtec.com>
1026
1027 * testsuite/ld-mips-elf/attr-gnu-4-14.d: Update the order of
1028 messages expected according to MIPS BFD private data merge
1029 changes.
1030 * testsuite/ld-mips-elf/attr-gnu-4-24.d: Likewise.
1031 * testsuite/ld-mips-elf/attr-gnu-4-34.d: Likewise.
1032 * testsuite/ld-mips-elf/attr-gnu-4-41.d: Likewise.
1033 * testsuite/ld-mips-elf/attr-gnu-4-42.d: Likewise.
1034 * testsuite/ld-mips-elf/attr-gnu-4-43.d: Likewise.
1035 * testsuite/ld-mips-elf/attr-gnu-4-45.d: Likewise.
1036 * testsuite/ld-mips-elf/attr-gnu-4-46.d: Likewise.
1037 * testsuite/ld-mips-elf/attr-gnu-4-47.d: Likewise.
1038 * testsuite/ld-mips-elf/attr-gnu-4-48.d: Likewise.
1039 * testsuite/ld-mips-elf/attr-gnu-4-49.d: Likewise.
1040 * testsuite/ld-mips-elf/attr-gnu-4-54.d: Likewise.
1041 * testsuite/ld-mips-elf/attr-gnu-4-64.d: Likewise.
1042 * testsuite/ld-mips-elf/attr-gnu-4-74.d: Likewise.
1043
6f2750fe
AM
10442016-01-01 Alan Modra <amodra@gmail.com>
1045
1046 Update year range in copyright notice of all files.
1047
3499769a
AM
1048For older changes see ChangeLog-2015 and testsuite/ChangeLog-2015
1049\f
1050Copyright (C) 2016 Free Software Foundation, Inc.
1051
1052Copying and distribution of this file, with or without modification,
1053are permitted in any medium without royalty provided the copyright
1054notice and this notice are preserved.
1055
1056Local Variables:
1057mode: change-log
1058left-margin: 8
1059fill-column: 74
1060version-control: never
1061End:
This page took 0.080265 seconds and 4 git commands to generate.