[GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support.
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
... / ...
CommitLineData
12015-10-02 Renlin Li <renlin.li@arm.com>
2
3 * ld-aarch64/emit-relocs-310.d: New.
4 * ld-aarch64/emit-relocs-310.s: New.
5 * ld-aarch64/aarch64-elf.exp: Run the test.
6
72015-10-01 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR ld/19031
10 * ld-x86-64/x86-64.exp: Run PR ld/19031 test.
11 * ld-x86-64/pr19031.out: New file.
12 * ld-x86-64/pr19031a.c: Likewise.
13 * ld-x86-64/pr19031b.S: Likewise.
14 * ld-x86-64/pr19031c.c: Likewise.
15
162015-10-01 Renlin Li <renlin.li@arm.com>
17
18 * ld-aarch64/aarch64-elf.exp: Run the new test.
19 * ld-aarch64/plt_mapping_symbol.d: New.
20 * ld-aarch64/plt_mapping_symbol.s: New.
21
222015-10-01 Alan Modra <amodra@gmail.com>
23
24 * ld-x86-64/pr19013-x32.d: Update.
25 * ld-x86-64/pr19013-nacl.d: Update.
26
272015-09-30 H.J. Lu <hongjiu.lu@intel.com>
28
29 * ld-x86-64/pr19013.d (ld): Add -m elf_x86_64.
30
312015-09-30 H.J. Lu <hongjiu.lu@intel.com>
32
33 PR ld/19031
34 * ld-i386/i386.exp: Run PR ld/19031 test.
35 * ld-i386/pr19031.out: New file.
36 * ld-i386/pr19031a.c: Likewise.
37 * ld-i386/pr19031b.S: Likewise.
38 * ld-i386/pr19031c.c: Likewise.
39
402015-09-30 H.J. Lu <hongjiu.lu@intel.com>
41
42 PR ld/19013
43 * ld-x86-64/pr19013-nacl.d: New file.
44 * ld-x86-64/pr19013-x32.d: Likewise.
45 * ld-x86-64/pr19013.d: Likewise.
46 * ld-x86-64/pr19013.s: Likewise.
47 * ld-x86-64/x86-64.exp: Run PR ld/19013 tests.
48
492015-09-29 H.J. Lu <hongjiu.lu@intel.com>
50
51 PR binutils/19005
52 * ld-elf/pr19005.d: New file.
53 * ld-elf/pr19005.s: Likewise.
54 * ld-elf/pr19005.t: Likewise.
55
562015-08-11 Peter Zotov <whitequark@whitequark.org>
57
58 PR ld/18759
59 * ld-elf/eh-frame-hdr: Expect to pass on the or1k-linux target.
60
612015-09-22 H.J. Lu <hongjiu.lu@intel.com>
62
63 * ld-mips-elf/pie-n32.d: Updated.
64 * ld-mips-elf/pie-n64.d: Likewise.
65 * ld-mips-elf/pie-o32.d: Likewise.
66
672015-09-22 H.J. Lu <hongjiu.lu@intel.com>
68
69 * ld-elf/pie.d: New test.
70
712015-09-18 Alan Modra <amodra@gmail.com>
72
73 PR ld/18963
74 * ld-scripts/pr18963.d,
75 * ld-scripts/pr18963.t: New test.
76 * ld-scripts/expr.exp: Run it.
77 * ld-elf/provide-hidden-2.ld: Explicitly make "dot" absolute.
78 * ld-mips-elf/gp-hidden.sd: Don't care about _gp section.
79 * ld-mips-elf/no-shared-1-n32.d: Don't care about symbol shown at
80 start of .data section.
81 * ld-mips-elf/no-shared-1-n64.d: Likewise.
82 * ld-mips-elf/no-shared-1-o32.d: Likewise.
83
842015-09-11 H.J. Lu <hongjiu.lu@intel.com>
85
86 * ld-plugin/lto.exp (lto_link_tests): Add a "ld -r" test for
87 PR ld/15323.
88 (lto_run_tests): Add a "ld -r" test for PR ld/15323.
89
902015-09-09 Jiong Wang <jiong.wang@arm.com>
91
92 * ld-aarch64/tls-relax-ld-le-tiny.s: New testcase.
93 * ld-aarch64/tls-relax-ld-le-small.s: Likewise.
94 * ld-aarch64/tls-relax-ld-le-tiny.d: New expectation file.
95 * ld-aarch64/tls-relax-ld-le-small.d: Likewise.
96 * ld-aarch64/aarch64-elf.exp: Run new testcases.
97
982015-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
99
100 * ld-elf/orphan-7.map: Allow for other discarded sections.
101 * ld-elf/orphan-8.map: Updated to allow for different section
102 ordering on different targets.
103 * ld-elf/orphan.ld: Place .sbss section.
104
1052015-09-05 H.J. Lu <hongjiu.lu@intel.com>
106
107 * ld-elf/orphan-8.map: Updated to support 32-bit targets.
108
1092015-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
110
111 * ld-elf/elf.exp: Switch to rely on run_dump_test.
112 * ld-elf/orphan-5.l: Update expected output.
113 * ld-elf/orphan-5.d: New file.
114 * ld-elf/orphan-6.d: New file.
115 * ld-elf/orphan-6.l: New file.
116 * ld-elf/orphan-7.d: New file.
117 * ld-elf/orphan-7.map: New file.
118 * ld-elf/orphan-8.d: New file.
119 * ld-elf/orphan-8.map: New file.
120
1212015-09-03 H.J. Lu <hongjiu.lu@intel.com>
122
123 * ld-ifunc/ifunc-21-i386.s: Add tests for call, jmp, add, test.
124 * ld-ifunc/ifunc-21-x86-64.s: Likewise.
125 * ld-ifunc/ifunc-22-i386.s: Likewise.
126 * ld-ifunc/ifunc-22-x86-64.s: Likewise.
127 * ld-ifunc/ifunc-21-i386.d: Updated.
128 * ld-ifunc/ifunc-21-x86-64.d: Likewise.
129 * ld-ifunc/ifunc-22-i386.d: Likewise.
130 * ld-ifunc/ifunc-22-x86-64.d: Likewise.
131
1322015-09-02 H.J. Lu <hongjiu.lu@intel.com>
133
134 * ld-ifunc/ifunc-21-i386.d: New file.
135 * ld-ifunc/ifunc-21-i386.s: Likewise.
136 * ld-ifunc/ifunc-21-x86-64.d: Likewise.
137 * ld-ifunc/ifunc-21-x86-64.s: Likewise.
138 * ld-ifunc/ifunc-22-i386.d: Likewise.
139 * ld-ifunc/ifunc-22-i386.s: Likewise.
140 * ld-ifunc/ifunc-22-x86-64.d: Likewise.
141 * ld-ifunc/ifunc-22-x86-64.s: Likewise.
142
1432015-09-01 H.J. Lu <hongjiu.lu@intel.com>
144
145 PR ld/18900
146 * ld-i386/i386.exp: Run tests for PR ld/18900.
147 * ld-x86-64/x86-64.exp: Likewise.
148 * ld-i386/pr18900.out: New file.
149 * ld-i386/pr18900a.c: Likewise.
150 * ld-i386/pr18900a.c: Likewise.
151 * ld-i386/pr18900a.rd: Likewise.
152 * ld-i386/pr18900b.c: Likewise.
153 * ld-i386/pr18900b.rd: Likewise.
154 * ld-i386/pr18900c.c: Likewise.
155 * ld-x86-64/pr18900.out: Likewise.
156 * ld-x86-64/pr18900a.c: Likewise.
157 * ld-x86-64/pr18900a.rd: Likewise.
158 * ld-x86-64/pr18900b.c: Likewise.
159 * ld-x86-64/pr18900b.rd: Likewise.
160 * ld-x86-64/pr18900c.c: Likewise.
161 * ld-x86-64/mpx3.dd: Updated.
162
1632015-08-27 Alan Modra <amodra@gmail.com>
164
165 * ld-powerpc/relocsort.s, * ld-powerpc/relocsort.d: New test.
166 * ld-powerpc/powerpc.exp: Run it.
167
1682015-08-26 Nick Clifton <nickc@redhat.com>
169
170 PR ld/18401
171 * ld-mips-elf/mips-elf-flags.exp: Add more ISA conflict tests.
172
1732015-08-19 Jiong Wang <jiong.wang@arm.com>
174
175 * ld-aarch64/emit-relocs-531.s: New testcase.
176 * ld-aarch64/emit-relocs-531-overflow.s: Likewise.
177 * ld-aarch64/emit-relocs-532.s: Likewise.
178 * ld-aarch64/emit-relocs-533.s: Likewise.
179 * ld-aarch64/emit-relocs-533-overflow.s: Likewise.
180 * ld-aarch64/emit-relocs-534.s: Likewise.
181 * ld-aarch64/emit-relocs-535.s: Likewise.
182 * ld-aarch64/emit-relocs-535-overflow.s: Likewise.
183 * ld-aarch64/emit-relocs-536.s: Likewise.
184 * ld-aarch64/emit-relocs-537.s: Likewise.
185 * ld-aarch64/emit-relocs-537-overflow.s: Likewise.
186 * ld-aarch64/emit-relocs-538.s: Likewise.
187 * ld-aarch64/emit-relocs-531.d: New expectation file.
188 * ld-aarch64/emit-relocs-531-overflow.d: Likewise.
189 * ld-aarch64/emit-relocs-532.d: Likewise.
190 * ld-aarch64/emit-relocs-533.d: Likewise.
191 * ld-aarch64/emit-relocs-533-overflow.d: Likewise.
192 * ld-aarch64/emit-relocs-534.d: Likewise.
193 * ld-aarch64/emit-relocs-535.d: Likewise.
194 * ld-aarch64/emit-relocs-535-overflow.d: Likewise.
195 * ld-aarch64/emit-relocs-536.d: Likewise.
196 * ld-aarch64/emit-relocs-537.d: Likewise.
197 * ld-aarch64/emit-relocs-537-overflow.d: Likewise.
198 * ld-aarch64/emit-relocs-538.d: Likewise.
199 * ld-aarch64/aarch64-elf.exp: Run new testcases.
200
2012015-08-19 Jiong Wang <jiong.wang@arm.com>
202
203 * ld-aarch64/emit-relocs-87.s: New testcase.
204 * ld-aarch64/emit-relocs-88.s: Likewise.
205 * ld-aarch64/emit-relocs-88-overflow.s: Likewise.
206 * ld-aarch64/emit-relocs-89.s: Likewise.
207 * ld-aarch64/emit-relocs-90.s: Likewise.
208 * ld-aarch64/emit-relocs-90-overflow.s: Likewise.
209 * ld-aarch64/emit-relocs-523.s: Likewise.
210 * ld-aarch64/emit-relocs-524.s: Likewise.
211 * ld-aarch64/emit-relocs-525.s: Likewise.
212 * ld-aarch64/emit-relocs-527.s: Likewise.
213 * ld-aarch64/emit-relocs-526.s: Likewise.
214 * ld-aarch64/emit-relocs-528.s: Likewise.
215 * ld-aarch64/emit-relocs-528-overflow.s: Likewise.
216 * ld-aarch64/emit-relocs-87.d: New expectation file.
217 * ld-aarch64/emit-relocs-88.d: Likewise.
218 * ld-aarch64/emit-relocs-88-overflow.d: Likewise.
219 * ld-aarch64/emit-relocs-89.d: Likewise.
220 * ld-aarch64/emit-relocs-90.d: Likewise.
221 * ld-aarch64/emit-relocs-90-overflow.d: Likewise.
222 * ld-aarch64/emit-relocs-91.d: Likewise.
223 * ld-aarch64/emit-relocs-523.d: Likewise.
224 * ld-aarch64/emit-relocs-524.d: Likewise.
225 * ld-aarch64/emit-relocs-525.d: Likewise.
226 * ld-aarch64/emit-relocs-526.d: Likewise.
227 * ld-aarch64/emit-relocs-527.d: Likewise.
228 * ld-aarch64/emit-relocs-528.d: Likewise.
229 * ld-aarch64/emit-relocs-528-overflow.d: Likewise.
230 * ld-aarch64/aarch64-elf.exp: Run new testcases.
231
2322015-08-19 Jiong Wang <jiong.wang@arm.com>
233
234 * ld-aarch64/emit-relocs-530.s: New testcase.
235 * ld-aarch64/emit-relocs-92.s: Likewise.
236 * ld-aarch64/emit-relocs-530.d: New expectation file.
237 * ld-aarch64/emit-relocs-92.d: Likewise.
238 * ld-aarch64/aarch64-elf.exp: Run new testcases.
239
2402015-08-18 H.J. Lu <hongjiu.lu@intel.com>
241
242 PR ld/18841
243 * ld-ifunc/ifunc.exp: Add another test for PR ld/18841.
244 * ld-ifunc/pr18841c.c: New file.
245
2462015-08-18 H.J. Lu <hongjiu.lu@intel.com>
247
248 PR ld/18841
249 * ld-ifunc/ifunc.exp: Add a test for PR ld/18841.
250 * ld-ifunc/pr18841.out: New file.
251 * ld-ifunc/pr18841a.c: Likewise.
252 * ld-ifunc/pr18841b.c: Likewise.
253
2542015-08-13 H.J. Lu <hongjiu.lu@intel.com>
255
256 PR ld/18801
257 * ld-i386/i386.exp: Run pr18801.
258 * ld-x86-64/x86-64.exp: Likewise.
259 * ld-i386/pr18801.d: New file.
260 * ld-i386/pr18801.s: Likewise.
261 * ld-x86-64/pr18801.d: Likewise.
262 * ld-x86-64/pr18801.s: Likewise.
263
2642015-08-12 Simon Dardis <simon.dardis@imgtec.com>
265
266 * ld-mips-elf/compressed-plt-1-n32-mips16.od: Update test.
267 * ld-mips-elf/compressed-plt-1-n32-umips.od: Ditto.
268 * ld-mips-elf/compressed-plt-1-o32-mips16-got.od: Ditto.
269 * ld-mips-elf/compressed-plt-1-o32-mips16-only.od: Ditto.
270 * ld-mips-elf/compressed-plt-1-o32-mips16-word.od: Ditto.
271 * ld-mips-elf/compressed-plt-1-o32-mips16.od: Ditto.
272 * ld-mips-elf/compressed-plt-1-o32-se.od: Ditto.
273 * ld-mips-elf/compressed-plt-1-o32-umips-got.od: Ditto.
274 * ld-mips-elf/compressed-plt-1-o32-umips-word.od: Ditto.
275 * ld-mips-elf/compressed-plt-1-o32-umips.od: Ditto.
276 * ld-mips-elf/jalx-2.dd: Ditto.
277 * ld-mips-elf/mips16-pic-3.dd: Ditto.
278 * ld-mips-elf/pic-and-nonpic-3a.dd: Ditto.
279 * ld-mips-elf/pic-and-nonpic-3b.dd: Ditto.
280 * ld-mips-elf/pic-and-nonpic-5b.dd: Ditto.
281 * ld-mips-elf/pic-and-nonpic-6-n32.dd: Ditto.
282 * ld-mips-elf/pic-and-nonpic-6-o32.dd: Ditto.
283 * ld-mips-elf/stub-dynsym-1-10000.d: Ditto.
284 * ld-mips-elf/stub-dynsym-1-2fe80.d: Ditto.
285 * ld-mips-elf/stub-dynsym-1-7fff.d: Ditto.
286 * ld-mips-elf/stub-dynsym-1-8000.d: Ditto.
287 * ld-mips-elf/stub-dynsym-1-fff0.d: Ditto.
288 * ld-mips-elf/tlsbin-o32.d: Ditto.
289 * ld-mips-elf/tlsdyn-o32-1.d: Ditto.
290 * ld-mips-elf/tlsdyn-o32-2.d: Ditto.
291 * ld-mips-elf/tlsdyn-o32-3.d: Ditto.
292 * ld-mips-elf/tlsdyn-o32.d: Ditto.
293 * ld-mips-elf/tlslib-o32.d: Ditto.
294
2952015-08-12 Jiong Wang <jiong.wang@arm.com>
296
297 * ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul): Support all
298 four triple shape: aarch64-*-linux*, aarch64-*-elf,
299 aarch64_be-*-linux*, aarch64_be-*-elf.
300 * ld-aarch64/emit-relocs-86.d: Use aarch64_choose_ilp32_emul.
301 * ld-aarch64/emit-relocs-86-overflow.d: Likewise.
302 * ld-aarch64/ld-aarch64/farcall-b-plt.d: Relax instrucion encoding
303 check when they reflect address.
304 * ld-aarch64/ld-aarch64/farcall-bl-plt.d: Likewise.
305
3062015-08-12 Thomas Preud'homme <thomas.preudhomme@arm.com>
307
308 * ld-aarch64/aarch64-elf.exp: Rename relocs-257-symbolic-func to
309 relocs-1027-symbolic-func.
310 * ld-aarch64/relocs-257-symbolic-func.d: Rename to ...
311 * ld-aarch64/relocs-1027-symbolic-func.d: ... this.
312 * ld-aarch64/relocs-257-symbolic-func.s: Rename to ...
313 * ld-aarch64/relocs-1027-symbolic-func.s: ... this.
314
3152015-08-11 Jiong Wang <jiong.wang@arm.com>
316
317 * ld-aarch64/farcall-b-defsym.s: New test.
318 * ld-aarch64/farcall-bl-defsym.s: Likewise.
319 * ld-aarch64/farcall-b-defsym.d: New expectation.
320 * ld-aarch64/farcall-bl-defsym.d: Likewise.
321
3222015-08-11 Jiong Wang <jiong.wang@arm.com>
323
324 * ld-aarch64/farcall-b-gsym.s: New test.
325 * ld-aarch64/farcall-b-plt.s: Likewise.
326 * ld-aarch64/farcall-bl-plt.s: Likewise.
327 * ld-aarch64/farcall-b-gsym.d: New expect file.
328 * ld-aarch64/farcall-b-plt.d: Likewise.
329 * ld-aarch64/farcall-bl-plt.d: Likewise.
330
3312015-08-11 Jiong Wang <jiong.wang@arm.com>
332
333 * ld-aarch64/emit-relocs-529.s: New testcase.
334 * ld-aarch64/emit-relocs-529-overflow.s: Likewise.
335 * ld-aarch64/emit-relocs-86.s: Likewise.
336 * ld-aarch64/emit-relocs-86-overflow.s: Likewise.
337 * ld-aarch64/emit-relocs-529.d: New expectation file.
338 * ld-aarch64/emit-relocs-529-overflow.d: Likewise.
339 * ld-aarch64/emit-relocs-86.d: Likewise.
340 * ld-aarch64/emit-relocs-86-overflow.d: Likewise.
341 * ld-aarch64/aarch64-elf.exp: Run new testcases.
342
3432015-08-11 Jiong Wang <jiong.wang@arm.com>
344
345 * ld-aarch64/tls-small-ld.s: Update testcase.
346
3472015-08-11 Jiong Wang <jiong.wang@arm.com>
348
349 * ld-aarch64/tls-small-ld.s: New file.
350 * ld-aarch64/tls-small-ld.d: Likewise.
351 * ld-aarch64/aarch64-elf.exp: Run new test.
352
3532015-08-11 H.J. Lu <hongjiu.lu@intel.com>
354
355 PR ld/18808
356 * ld-ifunc/ifunc.exp: Add a test for PR ld/18808.
357 * ld-ifunc/pr18808.out: New file.
358 * ld-ifunc/pr18808a.c: Likewise.
359 * ld-ifunc/pr18808b.c: Likewise.
360 * lib/ld-lib.exp (check_ifunc_attribute_available): New.
361
3622015-08-07 H.J. Lu <hongjiu.lu@intel.com>
363
364 PR ld/18720
365 * ld-elf/indirect.exp: Run tests for PR ld/18720.
366 * ld-elf/pr18720.out: New file.
367 * ld-elf/pr18720a.c: Likewise.
368 * ld-elf/pr18720b.c: Likewise.
369 * ld-elf/pr18720c.c: Likewise.
370
3712015-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
372
373 * ld/ld-lib.exp (run_dump_test): When using the map option, no
374 program is required.
375
3762015-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
377
378 * ld/ld-lib.exp (run_dump_test): Add error_output and
379 warning_output options.
380
3812015-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
382
383 * ld-undefined/require-defined-1.d: New file.
384 * ld-undefined/require-defined-2.d: New file.
385 * ld-undefined/require-defined-3.d: New file.
386 * ld-undefined/require-defined-4.d: New file.
387 * ld-undefined/require-defined-5.d: New file.
388 * ld-undefined/require-defined.exp: New file.
389 * ld-undefined/require-defined.s: New file.
390
3912015-07-30 H.J. Lu <hongjiu.lu@intel.com>
392
393 PR ld/18735
394 * ld-elf/pr18735.d: New file.
395 * ld-elf/pr18735.s: Likewise.
396
3972015-07-29 H.J. Lu <hongjiu.lu@intel.com>
398
399 * ld-elf/pr18718.c (bar): Use noclone attribute only for GCC
400 4.5 or newer.
401
4022015-07-29 H.J. Lu <hongjiu.lu@intel.com>
403
404 * ld-size/size.exp: Move run-time support check.
405
4062015-07-28 Alan Modra <amodra@gmail.com>
407
408 * ld-powerpc/elfv2so.d: Update.
409
4102015-07-27 H.J. Lu <hongjiu.lu@intel.com>
411
412 * config/default.exp (NOPIE_CFLAGS): New.
413 (NOPIE_LDFLAGS): Likewise.
414 * ld-size/size.exp (run_cc_link_tests): Add $NOPIE_CFLAGS and
415 $NOPIE_LDFLAGS if needed.
416 (run_ld_link_exec_tests): Add $NOPIE_CFLAGS if needed.
417
4182015-07-27 H.J. Lu <hongjiu.lu@intel.com>
419
420 * ld-srec/srec.exp (CC): Save and restore. Append $PLT_CFLAGS.
421 (CXX): Likewise.
422
4232015-07-27 H.J. Lu <hongjiu.lu@intel.com>
424
425 * ld-shared/shared.exp: Pass $PLT_CFLAGS to ld_compile.
426
4272015-07-27 H.J. Lu <hongjiu.lu@intel.com>
428
429 * ld-scripts/crossref.exp (CC): Save and restore. Append
430 $PLT_CFLAGS.
431
4322015-07-27 H.J. Lu <hongjiu.lu@intel.com>
433
434 * ld-i386/i386.exp (run_cc_link_tests): Add $PLT_CFLAGS to
435 -fPIC if needed.
436 * ld-x86-64/mpx.exp (run_cc_link_tests): Likewise.
437 * ld-x86-64/x86-64.exp (run_cc_link_tests): Likewise.
438
4392015-07-27 H.J. Lu <hongjiu.lu@intel.com>
440
441 * ld-elfvsb/elfvsb.exp (visibility_run): Pass $PLT_CFLAGS to
442 ld_compile.
443
4442015-07-27 H.J. Lu <hongjiu.lu@intel.com>
445
446 * ld-elfvers/vers.exp (build_vers_lib_no_pic): Pass $PLT_CFLAGS
447 to build_binary.
448
4492015-07-27 H.J. Lu <hongjiu.lu@intel.com>
450
451 * config/default.exp (PLT_CFLAGS): New.
452
4532015-07-27 Szabolcs Nagy <szabolcs.nagy@arm.com>
454
455 PR ld/18705
456 * ld-aarch64/protected-data.d: New.
457 * ld-aarch64/protected-data.s: New.
458 * ld-aarch64/aarch64-elf.exp: Add new test.
459
4602015-07-27 Szabolcs Nagy <szabolcs.nagy@arm.com>
461
462 PR ld/18705
463 * ld-arm/protected-data.d: New.
464 * ld-arm/protected-data.s: New.
465 * ld-arm/arm-elf.exp: Add new test.
466
4672015-07-26 H.J. Lu <hongjiu.lu@intel.com>
468
469 PR ld/18718
470 * ld-elf/shared.exp: Compile PR ld/18718 tests with -O2.
471
4722015-07-26 H.J. Lu <hongjiu.lu@intel.com>
473
474 * lib/ld-lib.exp (run_host_cmd_yesno): Set errcnt and warncnt
475 to 0.
476
4772015-07-25 H.J. Lu <hongjiu.lu@intel.com>
478
479 PR ld/18718
480 * ld-elf/pr18718.c: New file.
481 * ld-elf/shared.exp: Run tests for PR ld/18718.
482
4832015-07-25 Alan Modra <amodra@gmail.com>
484
485 * ld-elf/symbolic-func.s,
486 * ld-elf/symbolic-func.r: New test.
487 * ld-elf/elf.exp: Run it.
488
4892015-07-24 H.J. Lu <hongjiu.lu@intel.com>
490
491 * ld-elf/compress.exp (build_tests): Replace -g with -ggdb3.
492 * ld-elf/zlibbegin.rS: Also expect "GC".
493 * ld-elf/zlibnormal.rS: Likewise.
494
4952015-07-16 Jiong Wang <jiong.wang@arm.com>
496
497 * ld-aarch64/tls-tiny-ld.s: New file.
498 * ld-aarch64/tls-tiny-ld.d: Ditto.
499 * ld-aarch64/aarch64-elf.exp: Run new test.
500
5012015-07-14 H.J. Lu <hongjiu.lu@intel.com>
502
503 * ld-elf/zlibbegin.rS: Updated to .debug_.* with the
504 SHF_COMPRESSED bit.
505 * ld-elf/zlibnormal.rS: Likewise.
506
5072015-07-09 Catherine Moore <clm@codesourcery.com>
508
509 * ld-mips-elf/attr-gnu-4-08.d: Update expected output.
510 * ld-mips-elf/attr-gnu-4-09.d: New.
511 * ld-mips-elf/attr-gnu-4-19.d: New.
512 * ld-mips-elf/attr-gnu-4-29.d: New.
513 * ld-mips-elf/attr-gnu-4-39.d: New.
514 * ld-mips-elf/attr-gnu-4-49.d: New.
515 * ld-mips-elf/attr-gnu-4-59.d: New.
516 * ld-mips-elf/attr-gnu-4-69.d: New.
517 * ld-mips-elf/attr-gnu-4-79.d: New.
518 * ld-mips-elf/attr-gnu-4-89.d: New.
519 * ld-mips-elf/attr-gnu-4-9.s: New.
520 * ld-mips-elf/mips-elf.exp: Run new tests.
521
5222015-07-08 Pitchumani Sivanupandi <pitchumani.s@atmel.com>
523
524 * ld-avr/gc-section-debugline.d: New test.
525 * ld-avr/per-function-debugline.s: Source for new test.
526
5272015-07-05 Richard Sandiford <richard.sandiford@arm.com>
528
529 * ld-powerpc/tocopt6-inc.s, ld-powerpc/tocopt6a.s,
530 ld-powerpc/tocopt6b.s, ld-powerpc/tocopt6c.s,
531 ld-powerpc/tocopt6.d: New test.
532 * ld-powerpc/powerpc.exp (ppc64elftests): Add it.
533
5342015-07-03 Kai Tietz <ktietz@redhat.com>
535 Nick Clifton <nickc@redhat.com>
536
537 PR ld/11539
538 * lib/ld-lib.exp (check_gc_sections_available): Do not
539 automatically fail for cygwin and mingw targets.
540
5412015-07-01 Sandra Loosemore <sandra@codesourcery.com>
542 Cesar Philippidis <cesar@codesourcery.com>
543
544 * ld-nios2/mixed1a.d: New.
545 * ld-nios2/mixed1a.s: New.
546 * ld-nios2/mixed1b.d: New.
547 * ld-nios2/mixed1b.s: New.
548 * ld-nios2/nios2.exp: Build the new compatibility tests.
549
5502015-06-27 H.J. Lu <hongjiu.lu@intel.com>
551
552 * ld-xtensa/tlsbin.rd: Updated.
553 * ld-xtensa/tlspic.rd: Likewise.
554
5552015-06-26 Matthew Fortune <matthew.fortune@imgtec.com>
556
557 * ld-mips-elf/pic-and-nonpic-3b.ad: Adjust for extra dynamic tag.
558 * ld-mips-elf/pic-and-nonpic-4b.ad: Likewise.
559 * ld-mips-elf/pic-and-nonpic-5b.ad: Likewise.
560 * ld-mips-elf/pic-and-nonpic-6-n32.ad: Likewise.
561 * ld-mips-elf/pic-and-nonpic-6-n64.ad: Likewise.
562 * ld-mips-elf/pic-and-nonpic-6-o32.ad: Likewise.
563 * ld-mips-elf/tlsdyn-o32-1.d: Likewise.
564 * ld-mips-elf/tlsdyn-o32-1.got: Likewise.
565 * ld-mips-elf/tlsdyn-o32-2.d: Likewise.
566 * ld-mips-elf/tlsdyn-o32-2.got: Likewise.
567 * ld-mips-elf/tlsdyn-o32-3.d: Likewise.
568 * ld-mips-elf/tlsdyn-o32-3.got: Likewise.
569 * ld-mips-elf/tlsdyn-o32.d: Likewise.
570 * ld-mips-elf/tlsdyn-o32.got: Likewise.
571 * ld-mips-elf/pie-n32.d: New file.
572 * ld-mips-elf/pie-n64.d: Likewise.
573 * ld-mips-elf/pie-o32.d: Likewise.
574 * ld-mips-elf/pie.s: Likewise.
575 * ld-mips-elf/mips-elf.exp: Add new tests.
576
5772015-06-25 H.J. Lu <hongjiu.lu@intel.com>
578
579 * ld-elf/strtab.d: Only run on *-*-linux* and *-*-gnu* targets.
580
5812015-06-25 H.J. Lu <hongjiu.lu@intel.com>
582
583 * ld-mmix/bspec1.d: Updated.
584 * ld-mmix/bspec2.d: Likewise.
585 * ld-mmix/undef-3.d: Likewise.
586
5872015-06-25 H.J. Lu <hongjiu.lu@intel.com>
588
589 PR gas/18451
590 * ld-elf/strtab.d: New file.
591 * ld-elf/strtab.s: Likewise.
592
5932015-06-24 H.J. Lu <hongjiu.lu@intel.com>
594
595 * ld-i386/i386.exp: Run pltgot-2 for Linux targets.
596 * ld-x86-64/x86-64.exp: Likewise.
597 * ld-i386/pltgot-1.d: Updated.
598 * ld-x86-64/pltgot-1.d: Likewise.
599 * ld-i386/pltgot-2.d: New file.
600 * ld-x86-64/pltgot-2.d: Likewise.
601
6022015-06-23 Jiong Wang <jiong.wang@arm.com>
603
604 * ld-aarch64/dt_textrel.s: New testcase.
605 * ld-aarch64/dt_textrel.d: New expectation file.
606 * ld-aarch64/aarch64-elf.exp: Run new testcase.
607
6082015-06-17 Jiong Wang <jiong.wang@arm.com>
609
610 * ld-aarch64/aarch64-elf.exp (aarch64_choose_ilp32_emul): New function.
611 * ld-aarch64/emit-relocs-28.d: Use aarch64_choose_ilp32_emul to choose
612 emulation mode.
613
6142015-06-16 Alan Modra <amodra@gmail.com>
615
616 * ld-powerpc/ppc476-shared.s: Repeat dynamic reloc generating insns.
617 * ld-powerpc/ppc476-shared.d: Update.
618 * ld-powerpc/ppc476-shared2.d: Update.
619
6202015-06-12 Tristan Gingold <gingold@adacore.com>
621
622 * ld-scripts/print-memory-usage-1.t,
623 * ld-scripts/print-memory-usage-1.s,
624 * ld-scripts/print-memory-usage-1.l,
625 * ld-scripts/print-memory-usage-2.t,
626 * ld-scripts/print-memory-usage-2.l,
627 * ld-scripts/print-memory-usage-3.s,
628 * ld-scripts/print-memory-usage-3.t,
629 * ld-scripts/print-memory-usage-3.l,
630 * ld-scripts/print-memory-usage.t: New tests.
631 * ld-scripts/print-memory-usage.exp: Run them.
632
6332015-06-05 Nick Clifton <nickc@redhat.com>
634
635 * ld-elf/compressed1d.d: Fix typo: iq200 -> iq2000.
636
6372015-06-05 Alan Modra <amodra@gmail.com>
638
639 * ld-powerpc/ppc476-shared.s,
640 * ld-powerpc/ppc476-shared.lnk,
641 * ld-powerpc/ppc476-shared.d,
642 * ld-powerpc/ppc476-shared2.d: New tests.
643 * ld-powerpc/powerpc.exp: Run them.
644
6452015-06-02 Jiong Wang <jiong.wang@arm.com>
646
647 * ld-aarch64/emit-relocs-313.s: Use gotpage_lo15.
648
6492015-06-01 Jiong Wang <jiong.wang@arm.com>
650
651 * ld-aarch64/emit-relocs-28.s: New test file.
652 * ld-aarch64/emit-relocs-28.d: Ditto.
653 * ld-aarch64/aarch64-elf.exp: Run new test.
654
6552015-06-01 Jiong Wang <jiong.wang@arm.com>
656
657 * ld-aarch64/tprel_add_lo12_overflow.s: New testcase.
658 * ld-aarch64/tprel_add_lo12_overflow.d: Nex expectation file.
659 * ld-aarch64/aarch64-elf.exp: Run new testcase.
660
6612015-06-01 Jiong Wang <jiong.wang@arm.com>
662
663 * ld-aarch64/emit-relocs-313.s: New test file.
664 * ld-aarch64/emit-relocs-313.d: Ditto.
665 * ld-aarch64/aarch64-elf.exp: Run new test.
666
6672015-05-29 Stephen Kitt <steve@sk2.org>
668
669 * ld-pe/pe-run2.exp (test_direct2_link_dll): Add $CFLAGS to the
670 compiler command line.
671
6722015-05-28 Catherine Moore <clm@codesourcery.com>
673
674 ld/testsuite/
675 * ld-mips-elf/compact-eh.ld: New linker script.
676 * ld-mips-elf/compact-eh1.d: New.
677 * ld-mips-elf/compact-eh1.s: New.
678 * ld-mips-elf/compact-eh1a.s: New.
679 * ld-mips-elf/compact-eh1b.s: New.
680 * ld-mips-elf/compact-eh2.d: New.
681 * ld-mips-elf/compact-eh2.s: New.
682 * ld-mips-elf/compact-eh3.d: New.
683 * ld-mips-elf/compact-eh3.s: New.
684 * ld-mips-elf/compact-eh3a.s: New.
685 * ld-mips-elf/compact-eh4.d: New.
686 * ld-mips-elf/compact-eh5.d: New.
687 * ld-mips-elf/compact-eh6.d: New.
688 * ld-mips-elf/mips-elf.exp: Run new tests.
689
6902015-05-27 H.J. Lu <hongjiu.lu@intel.com>
691
692 PR binutils/18458
693 * ld-elf/shared.exp (build_tests): Build libpr18458a.so and
694 libpr18458b.so.
695 (run_tests): Run pr18458 test.
696 * ld-elf/pr18458a.c: New file.
697 * ld-elf/pr18458b.c: Likewise.
698 * ld-elf/pr18458c.c: Likewise.
699
7002015-05-16 H.J. Lu <hongjiu.lu@intel.com>
701
702 * ld-i386/i386.exp: Run PR ld/17689 tests with -z now.
703 * ld-x86-64/x86-64.exp: Likewise
704 * ld-i386/pr17689now.rd: New file.
705 * ld-x86-64/pr17689now.rd: Likewise
706
7072015-05-15 H.J. Lu <hongjiu.lu@intel.com>
708
709 PR binutis/18386
710 * ld-x86-64/tlsgdesc.dd: Also pass -Mintel64 to objdump.
711 * ld-x86-64/tlspic.dd: Likewise.
712 * ld-x86-64/x86-64.exp (x86_64tests): Also pass -Mintel64 to
713 objdump for tlspic.dd and tlsgdesc.dd.
714
7152015-05-12 H.J. Lu <hongjiu.lu@intel.com>
716
717 * ld-i386/i386.exp: Run pltgot-1 for Linux targets.
718 * ld-x86-64/x86-64.exp: Likewise.
719 * ld-i386/pltgot-1.d: New file.
720 * ld-i386/pltgot-1.s: Likewise.
721 * ld-x86-64/pltgot-1.d: Likewise.
722 * ld-x86-64/pltgot-1.s: Likewise.
723
7242015-05-11 H.J. Lu <hongjiu.lu@intel.com>
725
726 * ld-i386/i386.exp (iamcu_tests): Run iamcu-4.
727 * ld-i386/iamcu-4.d: New file.
728
7292015-05-11 H.J. Lu <hongjiu.lu@intel.com>
730
731 * ld-i386/abs-iamcu.d: New file.
732 * ld-i386/dummy.s: Likewise.
733 * ld-i386/foo.s: Likewise.
734 * ld-i386/iamcu-1.d: Likewise.
735 * ld-i386/iamcu-2.d: Likewise.
736 * ld-i386/iamcu-3.d: Likewise.
737 * ld-i386/start.s: Likewise.
738 * ld-i386/i386.exp (iamcu_tests): New.
739 Run iamcu_tests.
740
7412015-05-08 H.J. Lu <hongjiu.lu@intel.com>
742
743 PR binutis/18386
744 * ld-x86-64/tlsgdesc.dd: Updated.
745 * ld-x86-64/tlspic.dd: Likewise.
746
7472015-04-29 H.J. Lu <hongjiu.lu@intel.com>
748
749 PR ld/18354
750 * ld-elf/compress.exp (run_tests): Link the last zlibnormal,
751 gnunormal and gabinormal against libfoozlib.so.
752
7532015-04-27 Renlin Li <renlin.li@arm.com>
754
755 * ld-arm/ifunc-10.dd: Adjust expected output.
756 * ld-arm/ifunc-2.dd: Likewise.
757
7582015-04-27 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
759
760 * ld-s390/gotreloc_31-1.dd: Use instruction mnemonics.
761
7622015-04-24 Alan Modra <amodra@gmail.com>
763
764 * ld-powerpc/tocnovar.d: Revert last change.
765
7662015-04-24 Richard Earnshaw <rearnsha@arm.com>
767
768 * ld-arm/armthumb-lib.d: Regenerate expected output.
769 * ld-arm/armthumb-lib.d: Likewise.
770 * ld-arm/armthumb-lib.sym: Likewise.
771 * ld-arm/cortex-a8-fix-b-rel-arm.d: Likewise.
772 * ld-arm/cortex-a8-fix-b-rel-thumb.d: Likewise.
773 * ld-arm/cortex-a8-fix-b.d: Likewise.
774 * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: Likewise.
775 * ld-arm/cortex-a8-fix-bcc.d: Likewise.
776 * ld-arm/cortex-a8-fix-bl-rel-arm.d: Likewise.
777 * ld-arm/cortex-a8-fix-bl-rel-plt.d: Likewise.
778 * ld-arm/cortex-a8-fix-bl-rel-thumb.d: Likewise.
779 * ld-arm/cortex-a8-fix-bl.d: Likewise.
780 * ld-arm/cortex-a8-fix-blx-bcond.d: Likewise.
781 * ld-arm/cortex-a8-fix-blx-rel-arm.d: Likewise.
782 * ld-arm/cortex-a8-fix-blx-rel-thumb.d: Likewise.
783 * ld-arm/cortex-a8-fix-blx.d: Likewise.
784 * ld-arm/cortex-a8-fix-hdr.d: Likewise.
785 * ld-arm/farcall-mixed-app-v5.d: Likewise.
786 * ld-arm/farcall-mixed-app.d: Likewise.
787 * ld-arm/farcall-mixed-lib-v4t.d: Likewise.
788 * ld-arm/farcall-mixed-lib.d: Likewise.
789 * ld-arm/mixed-app-v5.d: Likewise.
790 * ld-arm/mixed-app.d: Likewise.
791 * ld-arm/mixed-lib.d: Likewise.
792
7932015-04-24 Nick Clifton <nickc@redhat.com>
794
795 * ld-elf/compressed1d.d: Add notarget for ELF based targets that
796 do not use elf.em.
797
7982015-04-24 Hans-Peter Nilsson <hp@axis.com>
799
800 * ld-elf/compressed1e.d: Correct xfail to notarget and cris*-*-*
801 to cris*-*-elf.
802
8032015-04-23 H.J. Lu <hongjiu.lu@intel.com>
804
805 * ld-elf/compressed1e.d: Only run for Linux/gnu. Xfail cris and
806 frv.
807
8082015-04-23 H.J. Lu <hongjiu.lu@intel.com>
809
810 PR ld/18277
811 * ld-elf/compressed1d.d: New.
812 * ld-elf/compressed1e.d: Likewise.
813
8142015-04-23 Alan Modra <amodra@gmail.com>
815
816 * ld-powerpc/ambiguousv1b.d: Update for aligned .got.
817 * ld-powerpc/defsym.d: Likewise.
818 * ld-powerpc/elfv2-2exe.d: Likewise.
819 * ld-powerpc/elfv2exe.d: Likewise.
820 * ld-powerpc/elfv2so.d: Likewise.
821 * ld-powerpc/relbrlt.d: Likewise.
822 * ld-powerpc/tls.g: Likewise.
823 * ld-powerpc/tlsexe.d: Likewise.
824 * ld-powerpc/tlsexe.g: Likewise.
825 * ld-powerpc/tlsexe.r: Likewise.
826 * ld-powerpc/tlsexetoc.d: Likewise.
827 * ld-powerpc/tlsexetoc.g: Likewise.
828 * ld-powerpc/tlsexetoc.r: Likewise.
829 * ld-powerpc/tlsso.d: Likewise.
830 * ld-powerpc/tlsso.g: Likewise.
831 * ld-powerpc/tlsso.r: Likewise.
832 * ld-powerpc/tlstoc.g: Likewise.
833 * ld-powerpc/tlstocso.d: Likewise.
834 * ld-powerpc/tlstocso.g: Likewise.
835 * ld-powerpc/tlstocso.r: Likewise.
836 * ld-powerpc/tocopt.d: Likewise.
837 * ld-powerpc/tocopt2.d: Likewise.
838 * ld-powerpc/tocopt3.d: Likewise.
839 * ld-powerpc/tocopt4.d: Likewise.
840 * ld-powerpc/tocopt5.d: Likewise.
841 * ld-powerpc/tocnovar.d: Adjust.
842
8432015-04-22 Alan Modra <amodra@gmail.com>
844
845 * ld-x86-64/pr18176.d: Update.
846
8472015-04-22 H.J. Lu <hongjiu.lu@intel.com>
848
849 PR ld/18289
850 * ld-i386/copyreloc-lib.c: New file.
851 * ld-i386/copyreloc-main.S: Likewise.
852 * ld-i386/copyreloc-main.out: Likewise.
853 * ld-i386/copyreloc-main1.rd: Likewise.
854 * ld-i386/copyreloc-main2.rd: Likewise.
855 * ld-i386/dummy.c: Likewise.
856 * ld-i386/pr17689.out: Likewise.
857 * ld-i386/pr17689.rd: Likewise.
858 * ld-i386/pr17689a.c: Likewise.
859 * ld-i386/pr17689b.S: Likewise.
860 * ld-i386/pr17827.rd: Likewise.
861 * ld-i386/pr17827ver.rd: Likewise.
862 * ld-i386/i386.exp: Run copyreloc tests.
863
8642015-04-20 H.J. Lu <hongjiu.lu@intel.com>
865
866 * ld-mmix/bspec1.d: Don't hardcode offset of .shstrtab section.
867 * ld-mmix/bspec2.d: Likewise.
868 * ld-mmix/local1.d: Likewise.
869 * ld-mmix/local3.d: Likewise.
870 * ld-mmix/local5.d: Likewise.
871 * ld-mmix/local7.d: Likewise.
872 * ld-mmix/undef-3.d: Likewise.
873 * ld-sh/sh64/crangerel1.rd: Likewise.
874 * ld-sh/sh64/crangerel2.rd: Likewise.
875 * ld-tic6x/common.d: Likewise.
876 * ld-tic6x/shlib-1.rd: Likewise.
877 * ld-tic6x/shlib-1b.rd: Likewise.
878 * ld-tic6x/shlib-1r.rd: Likewise.
879 * ld-tic6x/shlib-1rb.rd: Likewise.
880 * ld-tic6x/shlib-app-1.rd: Likewise.
881 * ld-tic6x/shlib-app-1b.rd: Likewise.
882 * ld-tic6x/shlib-app-1r.rd: Likewise.
883 * ld-tic6x/shlib-app-1rb.rd: Likewise.
884 * ld-tic6x/shlib-noindex.rd: Likewise.
885 * ld-tic6x/static-app-1.rd: Likewise.
886 * ld-tic6x/static-app-1b.rd: Likewise.
887 * ld-tic6x/static-app-1r.rd: Likewise.
888 * ld-tic6x/static-app-1rb.rd: Likewise.
889 * ld-x86-64/ilp32-4.d: Likewise.
890 * ld-x86-64/split-by-file-nacl.rd: Likewise.
891 * ld-x86-64/split-by-file.rd: Likewise.
892
8932015-04-14 H.J. Lu <hongjiu.lu@intel.com>
894
895 * ld-elf/compress.exp (build_tests): Add tests for
896 --compress-debug-sections=.
897 (run_tests): Likewise.
898 Add additonal tests for --compress-debug-sections=.
899 * ld-elf/gabiend.rt: New file.
900 * ld-elf/gabinormal.rt: Likewise.
901 * ld-elf/gnubegin.rS: Likewise.
902 * ld-elf/gnunormal.rS: Likewise.
903 * ld-elf/zlibbegin.rS: Likewise.
904 * ld-elf/zlibnormal.rS: Likewise.
905
9062015-04-15 Alan Modra <amodra@gmail.com>
907
908 * ld-gc/pr18223.d: xfail tic6x.
909
9102015-04-14 H.J. Lu <hongjiu.lu@intel.com>
911
912 PR ld/pr17709
913 * ld-i386/i386.exp: Run protected6b.
914 * ld-i386/protected6b.d: New file.
915 * ld-x86-64/protected6b.d: Likewise.
916 * ld-x86-64/x86-64.exp: Run protected6b.
917
9182015-04-11 H.J. Lu <hongjiu.lu@intel.com>
919
920 * ld-i386/i386.exp: Run protected6a.
921 * ld-i386/protected6.d: Renamed to ...
922 * ld-i386/protected6a.d: This.
923 * ld-x86-64/hidden4.d: New file.
924 * ld-x86-64/hidden4.s: Likewise.
925 * ld-x86-64/hidden5.d: Likewise.
926 * ld-x86-64/hidden5.s: Likewise.
927 * ld-x86-64/protected6.d: Renamed to ...
928 * ld-x86-64/protected6a.d: This.
929 * ld-x86-64/x86-64.exp: Run hidden4, hidden5, protected6a,
930 protected7a and protected7b.
931
9322015-04-10 H.J. Lu <hongjiu.lu@intel.com>
933
934 PR ld/pr17709
935 * ld-i386/protected6.d: New file.
936 * ld-i386/protected6.s: Likewise.
937 * ld-x86-64/protected6.d: Likewise.
938 * ld-x86-64/protected6.s: Likewise.
939 * ld-x86-64/protected7.d: Likewise.
940 * ld-x86-64/protected7.s: Likewise.
941 * ld-x86-64/protected7a.d: Likewise.
942 * ld-x86-64/protected7b.d: Likewise.
943
9442015-04-10 H.J. Lu <hongjiu.lu@intel.com>
945
946 PR ld/pr15228
947 PR ld/pr17709
948 * ld-i386/i386.exp (i386tests): Add a test for PR ld/17709.
949 * ld-i386/pr17709-nacl.rd: New file.
950 * ld-i386/pr17709.rd: Likewise.
951 * ld-i386/pr17709a.s: Likewise.
952 * ld-i386/pr17709b.s: Likewise.
953 * ld-i386/protected3.d: Updated.
954 * ld-i386/protected3.s: Likewise.
955 * ld-x86-64/pr17709-nacl.rd: New file.
956 * ld-x86-64/pr17709.rd: Likewise.
957 * ld-x86-64/pr17709a.s: Likewise.
958 * ld-x86-64/pr17709b.s: Likewise.
959 * ld-x86-64/protected3.d: Updated.
960 * ld-x86-64/protected3.s: Likewise.
961 * ld-x86-64/x86-64.exp (x86_64tests): Add a test for PR ld/17709.
962
9632015-04-10 H.J. Lu <hongjiu.lu@intel.com>
964
965 PR ld/18223
966 * ld-gc/gc.exp: Run pr18223.
967 * ld-gc/pr18223.d: New file.
968 * ld-gc/pr18223.s: Likewise.
969
9702015-04-10 Alan Modra <amodra@gmail.com>
971
972 Revert 2015-03-05 H.J. Lu <hongjiu.lu@intel.com>
973 PR ld/pr15228
974 PR ld/pr17709
975 * ld-i386/i386.exp (i386tests): Remove test for PR ld/17709.
976 * ld-i386/pr17709-nacl.rd: Delete.
977 * ld-i386/pr17709.rd: Likewise.
978 * ld-i386/pr17709a.s: Likewise.
979 * ld-i386/pr17709b.s: Likewise.
980 * ld-i386/protected3.d: Updated.
981 * ld-i386/protected3.s: Likewise.
982 * ld-x86-64/pr17709-nacl.rd: Delete.
983 * ld-x86-64/pr17709.rd: Likewise.
984 * ld-x86-64/pr17709a.s: Likewise.
985 * ld-x86-64/pr17709b.s: Likewise.
986 * ld-x86-64/protected3.d: Updated.
987 * ld-x86-64/protected3.s: Likewise.
988 * ld-x86-64/x86-64.exp (x86_64tests): Remove test for PR ld/17709.
989
9902015-04-08 H.J. Lu <hongjiu.lu@intel.com>
991
992 * ld-elf/compress.exp: Add a test for
993 --compress-debug-sections=zlib-gabi.
994 (build_tests): Add 2 tests for --compress-debug-sections=zlib-gabi.
995 (run_tests): Likewise.
996 Verify linker output with zlib-gabi compressed debug input.
997 * ld-elf/compressed1a.d: New file.
998 * ld-elf/compressed1b.d: Likewise.
999 * ld-elf/compressed1c.d: Likewise.
1000
10012015-04-07 Alan Modra <amodra@gmail.com>
1002
1003 * ld-arm/tls-gdesc-nlazy.g: Adjust for readelf note.
1004 * ld-tic6x/shlib-1.rd: Expect corrected .rela.plt sh_info.
1005 * ld-tic6x/shlib-1b.rd: Likewise.
1006 * ld-tic6x/shlib-1r.rd: Likewise.
1007 * ld-tic6x/shlib-1rb.rd: Likewise.
1008 * ld-tic6x/shlib-app-1.rd: Likewise.
1009 * ld-tic6x/shlib-app-1b.rd: Likewise.
1010 * ld-tic6x/shlib-app-1r.rd: Likewise.
1011 * ld-tic6x/shlib-app-1rb.rd: Likewise.
1012 * ld-tic6x/shlib-noindex.rd: Likewise.
1013
10142015-04-07 Nick Clifton <nickc@redhat.com>
1015
1016 * ld-elf/orphan-5.l: New test - checks the linker's output with
1017 --warn-orphan enabled.
1018 * ld-elf/elf.exp: Run the new test.
1019
10202015-04-06 H.J. Lu <hongjiu.lu@intel.com>
1021
1022 * ld-elf/compress.exp: Remove is_zlib_supported check.
1023 Fail if --compress-debug-sections doesn't work.
1024 * lib/ld-lib.exp (run_dump_test): Remove is_zlib_supported check.
1025
10262015-04-01 Tejas Belagod <tejas.belagod@arm.com>
1027
1028 * ld-aarch64/aarch64-elf.exp: Add erratum843419 test.
1029 * ld-aarch64/erratum843419.d: New.
1030 * ld-aarch64/erratum843419.s: New.
1031
10322015-04-01 H.J. Lu <hongjiu.lu@intel.com>
1033
1034 PR ld/18176
1035 * ld-x86-64/pr18176.d: New file.
1036 * ld-x86-64/pr18176.s: Likewise.
1037 * ld-x86-64/pr18176.t: Likewise.
1038 * ld-x86-64/x86-64.exp: Run pr18176.
1039
10402015-03-31 H.J. Lu <hongjiu.lu@intel.com>
1041
1042 * ld-bootstrap/bootstrap.exp (extralibs): Add -lz.
1043
10442015-03-30 H.J. Lu <hongjiu.lu@intel.com>
1045
1046 PR ld/18169
1047 * ld-elf/linkinfo1a.d: Updated.
1048 * ld-elf/linkinfo1b.d: Likewise.
1049
10502015-03-27 H.J. Lu <hongjiu.lu@intel.com>
1051
1052 * ld-x86-64/pr18160.d: Don't run for x86_64-*-nacl* target.
1053
10542015-03-26 Tejas Belagod <tejas.belagod@arm.com>
1055
1056 * ld-aarch64/farcall-back-be.d: New.
1057
10582015-03-26 H.J. Lu <hongjiu.lu@intel.com>
1059
1060 PR ld/18160
1061 * ld-x86-64/pr18160.d: New file.
1062 * ld-x86-64/pr18160.s: Likewise.
1063 * ld-x86-64/pr18160.t: Likewise.
1064 * ld-x86-64/x86-64.exp: Run pr18160.
1065---
10662015-03-25 Marcus Shawcroft <marcus.shawcroft@arm.com>
1067
1068 * ld-aarch64/erratum835769.d: Adjust for initial branch over stub
1069 section.
1070 * ld-aarch64/farcall-b.d: Likewise.
1071 * ld-aarch64/farcall-bl.d: Likewise.
1072 * ld-aarch64/farcall-back.d: Likewise.
1073
10742015-03-25 Marcus Shawcroft <marcus.shawcroft@arm.com>
1075
1076 * ld-aarch64/erratum835769.d: Adjust for removal of padding before
1077 835769 workaround stubs.
1078
10792015-03-25 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1080
1081 * ld-gc/all-debug-sections.d: New file.
1082 * ld-gc/all-debug-sections.s: Likewise.
1083 * ld-gc/gc.exp: Execute new testcase.
1084
10852015-03-11 Alan Modra <amodra@gmail.com>
1086
1087 * ld-powerpc/tls32.s: Add GOT pointer setup.
1088 * ld-powerpc/tls32.d: Update.
1089 * ld-powerpc/tls32.g: Update.
1090 * ld-powerpc/tls32.t: Update.
1091 * ld-powerpc/tlsexe.d: Update.
1092 * ld-powerpc/tlsexe32.d: Update.
1093 * ld-powerpc/tlsexe32.g: Update.
1094 * ld-powerpc/tlsexe32.r: Update.
1095 * ld-powerpc/tlsexetoc.d: Update.
1096 * ld-powerpc/tlsso32.d: Update.
1097 * ld-powerpc/tlsso32.g: Update.
1098 * ld-powerpc/tlsso32.r: Update.
1099
11002015-03-05 H.J. Lu <hongjiu.lu@intel.com>
1101
1102 PR ld/pr15228
1103 PR ld/pr17709
1104 * ld-i386/i386.exp (i386tests): Add a test for PR ld/17709.
1105 * ld-i386/pr17709-nacl.rd: New file.
1106 * ld-i386/pr17709.rd: Likewise.
1107 * ld-i386/pr17709a.s: Likewise.
1108 * ld-i386/pr17709b.s: Likewise.
1109 * ld-i386/protected3.d: Updated.
1110 * ld-i386/protected3.s: Likewise.
1111 * ld-x86-64/pr17709-nacl.rd: New file.
1112 * ld-x86-64/pr17709.rd: Likewise.
1113 * ld-x86-64/pr17709a.s: Likewise.
1114 * ld-x86-64/pr17709b.s: Likewise.
1115 * ld-x86-64/protected3.d: Updated.
1116 * ld-x86-64/protected3.s: Likewise.
1117 * ld-x86-64/x86-64.exp (x86_64tests): Add a test for PR ld/17709.
1118
11192015-03-04 Richard Sandiford <richard.sandiford@arm.com>
1120
1121 PR gas/17843
1122 * ld-aarch64/tlsle.s, ld-aarch64/tlsle.d: New test.
1123 * ld-aarch64/aarch64-elf.exp: Run it.
1124
11252015-02-28 Alan Modra <amodra@gmail.com>
1126
1127 * ld-sparc/gotop32.rd: Update for changed padding in data sections.
1128 * ld-sparc/gotop32.td: Likewise.
1129 * ld-sparc/gotop64.rd: Likewise.
1130 * ld-sparc/gotop64.td: Likewise.
1131 * ld-tilegx/external.s: Align .data.
1132 * ld-tilepro/external.s: Likewise.
1133
11342015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1135
1136 * ld-aarch64/aarch64-elf.exp (tls-tiny-desc, tls-tiny-desc-ie)
1137 (tls-tiny-desc-le): Add.
1138 * ld-aarch64/tls-tiny-desc.d: New.
1139 * ld-aarch64/tls-tiny-desc.s: New.
1140 * ld-aarch64/tls-tiny-desc-ie.d: New.
1141 * ld-aarch64/tls-tiny-desc-ie.s: New.
1142 * ld-aarch64/tls-tiny-desc-le.d: New.
1143 * ld-aarch64/tls-tiny-desc-le.s: New.
1144
11452015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1146
1147 * ld-aarch64/aarch64-elf.exp (tls-tiny-gd, tls-tiny-gd-ie)
1148 (tls-tiny-gd-le): Add.
1149 * ld-aarch64/tls-tiny-gd.d: New.
1150 * ld-aarch64/tls-tiny-gd.s: New.
1151 * ld-aarch64/tls-tiny-gd-ie.d: New.
1152 * ld-aarch64/tls-tiny-gd-ie.s: New.
1153 * ld-aarch64/tls-tiny-gd-le.d: New.
1154 * ld-aarch64/tls-tiny-gd-le.s: New.
1155
11562015-02-26 Marcus Shawcroft <marcus.shawcroft@arm.com>
1157
1158 * ld-aarch64/aarch64-elf.exp: Add tls-tiny-ie.
1159 * ld-aarch64/tls-tiny-ie.d: New.
1160 * ld-aarch64/tls-tiny-ie.s: New.
1161
11622015-02-26 Terry Guo <terry.guo@arm.com>
1163
1164 * ld-arm/attr-merge-3.attr: Remove Tag_ABI_HardFP_use.
1165 * ld-arm/attr-merge-vfp-10.d: Likewise.
1166 * ld-arm/attr-merge-vfp-10r.d: Likewise.
1167 * ld-arm/attr-merge-vfp-12.d: Likewise.
1168 * ld-arm/attr-merge-vfp-12r.d: Likewise.
1169 * ld-arm/attr-merge-vfp-13.d: Likewise.
1170 * ld-arm/attr-merge-vfp-13r.d: Likewise.
1171 * ld-arm/attr-merge-vfp-14.d: Likewise.
1172 * ld-arm/attr-merge-vfp-14r.d: Likewise.
1173 * ld-arm/attr-merge-vfp-6.d: Likewise.
1174 * ld-arm/attr-merge-vfp-6r.d: Likewise.
1175 * ld-arm/attr-merge-vfp-7.d: Likewise.
1176 * ld-arm/attr-merge-vfp-7r.d: Likewise.
1177 * ld-arm/attr-merge-vfp-8.d: Likewise.
1178 * ld-arm/attr-merge-vfp-8r.d: Likewise.
1179
11802015-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
1181
1182 * ld-avr/avr-prop-1.d: New file.
1183 * ld-avr/avr-prop-1.s: New file.
1184 * ld-avr/avr-prop-2.d: New file.
1185 * ld-avr/avr-prop-2.s: New file.
1186 * ld-avr/avr-prop-3.d: New file.
1187 * ld-avr/avr-prop-3.s: New file.
1188 * ld-avr/avr-prop-4.d: New file.
1189 * ld-avr/avr-prop-4.s: New file.
1190
11912015-02-25 Oleg Endo <olegendo@gcc.gnu.org>
1192
1193 * ld-sh/arch/arch_expected.txt: Regenerate.
1194 * ld-sh/arch/sh-dsp.s: Likewise.
1195 * ld-sh/arch/sh.s: Likewise.
1196 * ld-sh/arch/sh2.s: Likewise.
1197 * ld-sh/arch/sh2a-nofpu-or-sh3-nommu.s: Likewise.
1198 * ld-sh/arch/sh2a-nofpu-or-sh4-nommu-nofpu.s: Likewise.
1199 * ld-sh/arch/sh2a-nofpu.s: Likewise.
1200 * ld-sh/arch/sh2a-or-sh3e.s: Likewise.
1201 * ld-sh/arch/sh2a-or-sh4.s: Likewise.
1202 * ld-sh/arch/sh2a.s: Likewise.
1203 * ld-sh/arch/sh2e.s: Likewise.
1204 * ld-sh/arch/sh3-dsp.s: Likewise.
1205 * ld-sh/arch/sh3-nommu.s: Likewise.
1206 * ld-sh/arch/sh3.s: Likewise.
1207 * ld-sh/arch/sh3e.s: Likewise.
1208 * ld-sh/arch/sh4-nofpu.s: Likewise.
1209 * ld-sh/arch/sh4-nommu-nofpu.s: Likewise.
1210 * ld-sh/arch/sh4.s: Likewise.
1211 * ld-sh/arch/sh4a-nofpu.s: Likewise.
1212 * ld-sh/arch/sh4a.s: Likewise.
1213 * ld-sh/arch/sh4al-dsp.s: Likewise.
1214
12152015-02-24 Nick Clifton <nickc@redhat.com>
1216
1217 * ld-elf/extract-symbol-1sec.d: Expect to fail on the V850.
1218
12192015-02-24 Alan Modra <amodra@gmail.com>
1220
1221 * ld-elf/merge3.s, * ld-elf/merge3.d: New test.
1222
12232015-02-24 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1224
1225 * ld-avr/region_overflow.d: New test.
1226 * ld-avr/region_overflow.s: Likewise.
1227
12282015-02-19 H.J. Lu <hongjiu.lu@intel.com>
1229
1230 PR ld/4317
1231 * ld-i386/compressed1.d: Use nm/readelf with "failif".
1232 * ld-x86-64/compressed1.d: Likewise.
1233 * ld-x86-64/pie1.d: Likewise.
1234
12352015-02-19 Alan Modra <amodra@gmail.com>
1236
1237 PR ld/4317
1238 * ld-aarch64/gc-tls-relocs.d, * ld-cris/locref2.d,
1239 * ld-elf/ehdr_start-weak.d, * ld-elf/group1.d,
1240 * ld-i386/compressed1.d, * ld-ia64/error1.d, * ld-ia64/error2.d,
1241 * ld-ia64/error3.d, * ld-mips-elf/pic-and-nonpic-1.nd,
1242 * ld-mmix/undef-3.d, * ld-powerpc/tlsexe.r, * ld-powerpc/tlsexetoc.r,
1243 * ld-powerpc/tlsso.r, * ld-powerpc/tlstocso.r,
1244 * ld-x86-64/compressed1.d, * ld-x86-64/pie1.d: Update.
1245
12462015-02-17 Alan Modra <amodra@gmail.com>
1247
1248 PR ld/17975
1249 * ld-aarch64/gc-tls-relocs.d, * ld-alpha/tlspic.rd,
1250 * ld-cris/libdso-2.d, * ld-i386/tlsdesc-nacl.rd, * ld-i386/tlsdesc.rd,
1251 * ld-i386/tlsnopic-nacl.rd, * ld-i386/tlsnopic.rd,
1252 * ld-i386/tlspic-nacl.rd, * ld-i386/tlspic.rd, * ld-ia64/tlspic.rd,
1253 * ld-powerpc/tlsexe.r, * ld-powerpc/tlsexetoc.r,
1254 * ld-powerpc/tlsso.r, * ld-powerpc/tlstocso.r,
1255 * ld-s390/tlspic.rd, * ld-s390/tlspic_64.rd,
1256 * ld-sparc/tlssunnopic32.rd, * ld-sparc/tlssunnopic64.rd,
1257 * ld-sparc/tlssunpic32.rd, * ld-sparc/tlssunpic64.rd,
1258 * ld-tic6x/shlib-1.rd, * ld-tic6x/shlib-1b.rd, * ld-tic6x/shlib-1r.rd,
1259 * ld-tic6x/shlib-1rb.rd, * ld-tic6x/shlib-noindex.rd,
1260 * ld-x86-64/tlsdesc-nacl.rd, * ld-x86-64/tlsdesc.rd,
1261 * ld-x86-64/tlspic-nacl.rd, * ld-x86-64/tlspic.rd: Update.
1262
12632015-02-16 H.J. Lu <hongjiu.lu@intel.com>
1264
1265 PR ld/17975
1266 * ld-i386/tlsbin-nacl.rd: Updated.
1267 * ld-i386/tlsbin.rd: Likewise.
1268 * ld-i386/tlsbindesc-nacl.rd: Likewise.
1269 * ld-i386/tlsbindesc.rd: Likewise.
1270 * ld-i386/tlsdesc-nacl.rd: Likewise.
1271 * ld-i386/tlsdesc.rd: Likewise.
1272 * ld-i386/tlsnopic-nacl.rd: Likewise.
1273 * ld-i386/tlsnopic.rd: Likewise.
1274 * ld-i386/tlspic-nacl.rd: Likewise.
1275 * ld-i386/tlspic.rd: Likewise.
1276 * ld-x86-64/tlsbin-nacl.rd: Likewise.
1277 * ld-x86-64/tlsbin.rd: Likewise.
1278 * ld-x86-64/tlsbindesc-nacl.rd: Likewise.
1279 * ld-x86-64/tlsbindesc.rd: Likewise.
1280 * ld-x86-64/tlsdesc-nacl.rd: Likewise.
1281 * ld-x86-64/tlsdesc.rd: Likewise.
1282 * ld-x86-64/tlspic-nacl.rd: Likewise.
1283 * ld-x86-64/tlspic.rd: Likewise.
1284 * ld-alpha/tlspic.rd: Likewise.
1285 * ld-powerpc/tlsexe.r: Likewise.
1286 * ld-powerpc/tlsexetoc.r: Likewise.
1287 * ld-powerpc/tlsso.r: Likewise.
1288 * ld-powerpc/tlstocso.r: Likewise.
1289 * ld-s390/tlspic.rd: Likewise.
1290 * ld-s390/tlspic_64.rd: Likewise.
1291 * ld-sparc/gotop32.dd: Likewise.
1292 * ld-sparc/gotop64.dd: Likewise.
1293 * ld-sparc/tlssunnopic32.rd: Likewise.
1294 * ld-sparc/tlssunnopic64.rd: Likewise.
1295 * ld-sparc/tlssunpic32.rd: Likewise.
1296 * ld-sparc/tlssunpic64.rd: Likewise.
1297 * ld-tic6x/shlib-1.rd: Likewise.
1298 * ld-tic6x/shlib-1b.rd: Likewise.
1299 * ld-tic6x/shlib-1r.rd: Likewise.
1300 * ld-tic6x/shlib-1rb.rd: Likewise.
1301 * ld-tic6x/shlib-noindex.rd: Likewise.
1302
13032015-02-14 H.J. Lu <hongjiu.lu@intel.com>
1304
1305 PR ld/17973
1306 * ld-plugin/plugin.exp (regassilent): New.
1307 Compile tmpdir/dummy.s and ld-plugin/pr17973.s.
1308 (plugin_tests): Add a test for PR ld/17973.
1309 * ld-plugin/pr17973.d: New file.
1310 * ld-plugin/pr17973.s: Likewise.
1311
13122015-02-12 H.J. Lu <hongjiu.lu@intel.com>
1313
1314 * ld-i386/i386.exp: Replace elf_i386 with elf_i386_nacl for nacl.
1315
13162015-02-11 H.J. Lu <hongjiu.lu@intel.com>
1317
1318 * ld-plugin/plugin-27.d: New.
1319 * ld-plugin/plugin-28.d: Likewise.
1320 * ld-plugin/plugin-29.d: Likewise.
1321 * plugin.exp (plugin_tests): Add tests for LDPL_FATAL, LDPL_ERROR
1322 and LDPL_WARNING.
1323
13242015-02-11 H.J. Lu <hongjiu.lu@intel.com>
1325
1326 PR ld/17878
1327 * ld-plugin/func.c: Add some comments.
1328 * ld-plugin/plugin-13.d: New file.
1329 * ld-plugin/plugin-14.d: Likewise.
1330 * ld-plugin/plugin-15.d: Likewise.
1331 * ld-plugin/plugin-16.d: Likewise.
1332 * ld-plugin/plugin-17.d: Likewise.
1333 * ld-plugin/plugin-18.d: Likewise.
1334 * ld-plugin/plugin-19.d: Likewise.
1335 * ld-plugin/plugin-20.d: Likewise.
1336 * ld-plugin/plugin-21.d: Likewise.
1337 * ld-plugin/plugin-22.d: Likewise.
1338 * ld-plugin/plugin-23.d: Likewise.
1339 * ld-plugin/plugin-24.d: Likewise.
1340 * ld-plugin/plugin-25.d: Likewise.
1341 * ld-plugin/plugin-26.d: Likewise.
1342 * ld-plugin/plugin.exp (plugin2_name): New.
1343 (plugin3_name): Likewise.
1344 (plugin2_path): Likewise.
1345 (plugin3_path): Likewise.
1346 (testsrcfiles): Likewise.
1347 (testsrcfiles_notext): Likewise.
1348 (plugin_tests): Add tests for non-object IR file.
1349 (plugin_lib_tests): Likewise.
1350 (plugin_extra_elf_tests): Likewise.
1351 (plugin_src_tests): New tests for non-object IR file.
1352 Run nm --plugin test.
1353 Run ar --plugin test.
1354 Run plugin_src_tests.
1355
13562015-02-07 H.J. Lu <hongjiu.lu@intel.com>
1357
1358 PR ld/17935
1359 * ld-i386/i386.exp: Run pr17935-1 and pr17935-2.
1360 * ld-x86-64/x86-64.exp: Likewise.
1361
1362 * ld-i386/pr17935-1.d: New file.
1363 * ld-i386/pr17935-1.s: Likewise.
1364 * ld-i386/pr17935-2.d: Likewise.
1365 * ld-i386/pr17935-2.s: Likewise.
1366 * ld-x86-64/pr17935-1.d: Likewise.
1367 * ld-x86-64/pr17935-1.s: Likewise.
1368 * ld-x86-64/pr17935-2.d: Likewise.
1369 * ld-x86-64/pr17935-2.s: Likewise.
1370
13712015-02-06 H.J. Lu <hongjiu.lu@intel.com>
1372
1373 PR ld/12365
1374 PR ld/14272
1375 * ld-plugin/lto.exp: Run the PR ld/12365 test only for x86 targets.
1376 * ld-plugin/plugin-7.d: Updated.
1377 * ld-plugin/plugin-8.d: Likewise.
1378
13792015-02-04 H.J. Lu <hongjiu.lu@intel.com>
1380
1381 * ld-plugin/lto.exp: Pass -flto-partition=none to the PR
1382 ld/12365 test.
1383
13842015-02-03 H.J. Lu <hongjiu.lu@intel.com>
1385
1386 PR ld/12365
1387 * ld-plugin/pr12365a.c: New file.
1388 * ld-plugin/pr12365b.c: Likewise.
1389 * ld-plugin/pr12365c.c: Likewise.
1390
1391 * ld-plugin/lto.exp (lto_link_tests): Prepare for the PR ld/12365
1392 test.
1393 Run the PR ld/12365 test.
1394
13952015-02-03 H.J. Lu <hongjiu.lu@intel.com>
1396
1397 PR ld/14918
1398 * ld-plugin/lto.exp (lto_link_elf_tests): Add PR ld/14918 test.
1399
1400 * ld-plugin/pr14918.c: New file.
1401 * ld-plugin/pr14918.d: Likewise.
1402
14032015-01-29 H.J. Lu <hongjiu.lu@intel.com>
1404
1405 * lib/ld-lib.exp (ar_simple_create): Move -rc before $aropts.
1406
14072015-01-29 Alan Modra <amodra@gmail.com>
1408
1409 * ld-powerpc/tlsld.d, * ld-powerpc/tlsld.s: New test.
1410 * ld-powerpc/tlsld32.d, * ld-powerpc/tlsld32.s: New test.
1411 * ld-powerpc/powerpc.exp: Run them. Move tocvar and tocnovar.
1412
14132015-01-28 H.J. Lu <hongjiu.lu@intel.com>
1414
1415 PR ld/17878
1416 * ld-plugin/plugin-1.d: Add LDPT_GET_VIEW.
1417 * ld-plugin/plugin-10.d: Likewise.
1418 * ld-plugin/plugin-11.d: Likewise.
1419 * ld-plugin/plugin-2.d: Likewise.
1420 * ld-plugin/plugin-3.d: Likewise.
1421 * ld-plugin/plugin-4.d: Likewise.
1422 * ld-plugin/plugin-5.d: Likewise.
1423 * ld-plugin/plugin-6.d: Likewise.
1424 * ld-plugin/plugin-7.d: Likewise.
1425 * ld-plugin/plugin-8.d: Likewise.
1426 * ld-plugin/plugin-9.d: Likewise.
1427
14282015-01-28 Jan Beulich <jbeulich@suse.com>
1429
1430 * ld-elf/pr16322.s (p1): Rename to px1.
1431 (f1): Rename to fx1.
1432
14332015-01-28 Alan Modra <amodra@gmail.com>
1434
1435 * ld-powerpc/tocvar.d, * ld-powerpc/tocvar.s: New test.
1436 * ld-powerpc/tocnovar.d, * ld-powerpc/tocnovar.s: New test.
1437 * ld-powerpc/powerpc.exp: Run tocvar and tocnovar.
1438
14392015-01-28 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
1440
1441 * ld-scripts/memory.t: Define new symbol tred.
1442 * ld-scripts/memory_sym.t: New.
1443 * ld-scripts/script.exp: Perform MEMORY with symbols test, and
1444 conditionally check values of linker symbols.
1445
14462015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1447
1448 * ld-scripts/provide-4-map.d: Update expected output.
1449 * ld-scripts/provide-5-map.d: Likewise.
1450
14512015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1452
1453 * ld-scripts/provide-4.d: New file.
1454 * ld-scripts/provide-4-map.d: New file.
1455 * ld-scripts/provide-4.t: New file.
1456 * ld-scripts/provide-5.d: New file.
1457 * ld-scripts/provide-5.s: New file.
1458 * ld-scripts/provide-5-map.d: New file.
1459 * ld-scripts/provide-5.t: New file.
1460 * ld-scripts/provide.exp: Run the provide-4.d and provide-5.d
1461 tests.
1462
14632015-01-20 Andrew Burgess <andrew.burgess@embecosm.com>
1464
1465 * ld-scripts/overlay-size.d: Add 'map' option.
1466 * ld-scripts/overlay-size.exp: Remove manual check of mapfile.
1467 * lib/ld-lib.exp (run_dump_test): Add support for new 'map'
1468 option, checking linker mapfile output.
1469
14702015-01-20 Alan Modra <amodra@gmail.com>
1471
1472 * ld-powerpc/ambiguousv1.d,
1473 * ld-powerpc/ambiguousv1b.d,
1474 * ld-powerpc/ambiguousv2.d,
1475 * ld-powerpc/ambiguousv2b.d,
1476 * ld-powerpc/elfv2exe.d,
1477 * ld-powerpc/elfv2so.d,
1478 * ld-powerpc/tlsexe.r,
1479 * ld-powerpc/tlsexetoc.r,
1480 * ld-powerpc/tlsso.r,
1481 * ld-powerpc/tlstocso.r: Update.
1482
14832015-01-20 Alan Modra <amodra@gmail.com>
1484
1485 PR ld/17615
1486 * ld-elf/pr17615.d: Match .sbss too.
1487
14882015-01-19 H.J. Lu <hongjiu.lu@intel.com>
1489
1490 PR ld/17615
1491 * ld-elf/pr17615.d: New file.
1492 * ld-elf/pr17615.s: Likewise.
1493
14942015-01-19 Alan Modra <amodra@gmail.com>
1495
1496 * ld-gc/pr14265.d,
1497 * ld-cris/tls-gc-68.d,
1498 * ld-cris/tls-gc-69.d,
1499 * ld-cris/tls-gc-70.d,
1500 * ld-cris/tls-gc-71.d,
1501 * ld-cris/tls-gc-75.d,
1502 * ld-cris/tls-gc-76.d,
1503 * ld-cris/tls-gc-79.d,
1504 * ld-mmix/bpo-10.d,
1505 * ld-mmix/bpo-11.d: Update.
1506
15072015-01-16 Andreas Krebbel <krebbel@linux.vnet.ibm.com>
1508
1509 * ld-s390/tlsbin.dd: The nopr register operand is optional and not
1510 printed if 0 anymore.
1511
15122015-01-15 H.J. Lu <hongjiu.lu@intel.com>
1513
1514 PR ld/17847
1515 * ld-x86-64/pie1.d: New file.
1516 * ld-x86-64/pie1.s: Likwise.
1517 * ld-x86-64/x86-64.exp: Run pie1.
1518
15192015-01-13 Thomas Preud'homme <thomas.preudhomme@arm.com>
1520
1521 * ld-aarch64/aarch64-elf.exp: Added relocs-257-symbolic-func test.
1522 * ld-aarch64/relocs-257-symbolic-func.d: New file.
1523 * ld-aarch64/relocs-257-symbolic-func.s: Likewise.
1524
15252015-01-13 Jiong Wang <jiong.wang@arm.com>
1526
1527 * ld-aarch64/tprel_g2_overflow.s: New testcase.
1528 * ld-aarch64/tprel_g2_overflow.d: New expectation file.
1529 * ld-aarch64/aarch64-elf.exp: Run new testcase.
1530
15312015-01-13 Jiong Wang <jiong.wang@arm.com>
1532
1533 PR ld/17415
1534 * ld-aarch64/pr17415.s: Source file for new test.
1535 * ld-aarch64/pr17415.d: Expect file for new test.
1536 * ld-aarch64/aarch64-elf.exp: Run the new test.
1537
15382015-01-11 H.J. Lu <hongjiu.lu@intel.com>
1539
1540 PR ld/17827
1541 * ld-x86-64/pr17689.out: Updated.
1542 * ld-x86-64/pr17689b.S: Likewise.
1543
1544 * ld-x86-64/pr17827.rd: New file.
1545
1546 * ld-x86-64/x86-64.exp: Run PR ld/17827 test.
1547
15482015-01-08 Jan Beulich <jbeulich@suse.com>
1549
1550 * ld-x86-64/pr14207.d: Adjust expecations to cover the
1551 enable_initfini_array=no case.
1552
15532015-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
1554
1555 * lib/ld-lib.exp (run_dump_test): Extend comment to mention
1556 readelf.
1557
15582015-01-01 Alan Modra <amodra@gmail.com>
1559
1560 Update year range in copyright notice of all files.
1561
1562For older changes see ChangeLog-2014
1563\f
1564Copyright (C) 2015 Free Software Foundation, Inc.
1565
1566Copying and distribution of this file, with or without modification,
1567are permitted in any medium without royalty provided the copyright
1568notice and this notice are preserved.
1569
1570Local Variables:
1571mode: change-log
1572left-margin: 8
1573fill-column: 74
1574version-control: never
1575End:
This page took 0.028483 seconds and 4 git commands to generate.