bbef087cfdd8793b0fa549fad42bfd792613999e
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2014-07-08 Jiong Wang <jiong.wang@arm.com>
2
3 * ld-aarch64/emit-relocs-local-addend-bar.s: New source file.
4 * ld-aarch64/emit-relocs-local-addend-foo.s: Likewise.
5 * ld-aarch64/emit-relocs-local-addend.d: New testcase.
6 * ld-aarch64/local-addend-r.d: Likewise.
7
8 2014-07-08 Alan Modra <amodra@gmail.com>
9
10 PR 17112
11 * ld-plugin/lto.exp: When building liblti-11.a, pass
12 --plugin path_to_gcc/liblto_plugin.so to ar.
13
14 2014-07-07 Alan Modra <amodra@gmail.com>
15
16 * lib/ld-lib.exp (check_lto_shared_available): Reinstate compiler
17 check here too.
18
19 2014-07-07 Nick Clifton <nickc@redhat.com>
20
21 * lib/ld-lib.exp (check_lto_available): Check that a compiler is
22 available before testing for LTO support.
23
24 2014-07-07 Alan Modra <amodra@gmail.com>
25
26 * config/default.exp: Don't make tmpdir/gas. Put as symlink into
27 tmpdir/ld.
28 (gcc_gas_flag, gcc_ld_flag): Delete.
29 (gcc_B_opt, ld_L_opt): New globals.
30 ld-elf/shared.exp: Remove all refs to gcc_gas_flag and gcc_ld_flag.
31 ld-plugin/lto.exp: Likewise.
32 lib/ld-lib.exp (run_host_cmd): Add gcc_B_opt and ld_L_opt here.
33 (ld_simple_link): Remove -B handling now that this is done in
34 run_host_cmd. Simplify.
35 (default_ld_compile): Simplify.
36 (check_lto_available): Use run_host_cmd_yesno.
37 (check_lto_shared_available): Likewise.
38
39 2014-07-05 Alan Modra <amodra@gmail.com>
40
41 * lib/ld-lib.exp (run_ld_link_tests): Stop after assembling objects
42 if binfile is empty.
43 (run_ld_link_exec_tests, run_cc_link_tests): Likewise. Tidy
44 status checks.
45 * ld-plugin/lto.exp: Don't use libdummy.a trick to compile objects.
46 Instead use an empty output file.
47
48 2014-07-03 Alan Modra <amodra@gmail.com>
49
50 * ld-elf/pr17068.s: New.
51 * ld-elf/pr17068a.s: New.
52 * ld-elf/pr17068b.s: New.
53 * ld-elf/pr17068c.s: New.
54 * ld-elf/pr17068d.s: New.
55 * ld-elf/pr17068e.s: New.
56 * ld-elf/pr17068ez.s: New.
57 * ld-elf/elf.exp: Run new test.
58
59 2014-07-02 Alan Modra <amodra@gmail.com>
60
61 * ld-powerpc/ambiguousv1.d: Match symbol table too.
62 * ld-powerpc/ambiguousv2.d: Likewise.
63 * ld-powerpc/ambiguousv1b.d: New.
64 * ld-powerpc/ambiguousv2b.d: New.
65 * ld-powerpc/powerpc.exp: Run new tests.
66
67 2014-06-25 Kyle McMartin <kyle@redhat.com>
68
69 * ld-arm/tls-gdierelax2.d: Fix expected offsets.
70
71 2014-06-16 Will Newton <will.newton@linaro.org>
72
73 * ld-arm/arm-elf.exp: Add ifunc-gdesc test.
74 * ld-arm/ifunc-gdesc.r: New file.
75 * ld-arm/ifunc-gdesc.s: Likewise.
76 * ld-arm/ifunc-gdesc.ver: Likewise.
77
78 2014-06-09 Ryan Mansfield <rmansfield@qnx.com>
79
80 * config/default.exp (GASP): Remove.
81
82 2014-06-03 Alan Modra <amodra@gmail.com>
83
84 * ld-powerpc/elfv2exe.d: Update for changed plt call stubs.
85
86 2014-05-28 Matthew Fortune <matthew.fortune@imgtec.com>
87
88 * lib/ld-lib.exp: Add objcopy_objects command to run_dump_test.
89 This allows each input object to be optionally run through
90 objcopy before linking.
91
92 2014-05-20 Will Newton <will.newton@linaro.org>
93
94 * ld-shared/shared.exp: Mark non-PIC shared object tests
95 as xfail on aarch64.
96
97 2014-05-19 Andreas Tobler <andreast@fgznet.ch>
98
99 * ld-elf/shared.exp: Introduce the extralibs variable to control
100 the libraries to be linked. Don't link -ldl on *-*-freebsd*.
101
102 * ld-bootstrap/bootstrap.exp: Do not add -ldl to the extralibs on
103 *-*-freebsd*.
104
105 2014-05-10 Hans-Peter Nilsson <hp@bitrange.com>
106
107 * ld-mmix/wrap1.d, ld-mmix/wrap1a.s, ld-mmix/wrap1b.s,
108 ld-mmix/wrap1c.s, ld-mmix/wrap2.d, ld-mmix/wrap3.d,
109 ld-mmix/wrap3a.s, ld-mmix/wrap3b.s, ld-mmix/wrap4.d: New
110 tests.
111
112 2014-05-09 H.J. Lu <hongjiu.lu@intel.com>
113
114 * ld-x86-64/tlsbin.dd: Replace data32 with data16.
115 * ld-x86-64/tlsdesc-nacl.pd: Likewise.
116 * ld-x86-64/tlsgdesc.dd: Likewise.
117 * ld-x86-64/tlsld1.dd: Likewise.
118 * ld-x86-64/tlsld3.dd: Likewise.
119 * ld-x86-64/tlspic.dd: Likewise.
120
121 2014-05-02 Max Filippov <jcmvbkbc@gmail.com>
122
123 * ld-xtensa/diff_overflow.exp, * ld-xtensa/diff_overflow1.s,
124 * ld-xtensa/diff_overflow2.s: Add test for DIFF* relocation
125 signedness and overflow checking.
126
127 2014-05-01 Hans-Peter Nilsson <hp@bitrange.com>
128
129 * ld-mmix/sec-11.d, ld-mmix/sec-11.ld, ld-mmix/sec-10.s,
130 ld-mmix/sec-10.d, ld-mmix/b-offlocmis.s, ld-mmix/sec-12.d: New
131 tests.
132 * ld-mmix/b-offloc.s: Correct address in comment.
133
134 2014-04-23 Will Newton <will.newton@linaro.org>
135
136 * ld-arm/arm-no-rel-plt.ld: Remove OUTPUT_FORMAT and
137 SEARCH_DIR commands.
138 * ld-arm/arm-rel32.d: Update regexps to allow test to
139 pass on armeb-linux-eabi configuration.
140 * ld-arm/data-only-map.d: Likewise.
141 * ld-arm/fix-arm1176-off.d: Likewise.
142 * ld-arm/fix-arm1176-on.d: Likewise.
143 * ld-arm/ifunc-1.gd: Likewise.
144 * ld-arm/ifunc-10.gd: Likewise.
145 * ld-arm/ifunc-11.gd: Likewise.
146 * ld-arm/ifunc-12.gd: Likewise.
147 * ld-arm/ifunc-13.gd: Likewise.
148 * ld-arm/ifunc-14.gd: Likewise.
149 * ld-arm/ifunc-15.gd: Likewise.
150 * ld-arm/ifunc-16.gd: Likewise.
151 * ld-arm/ifunc-17.gd: Likewise.
152 * ld-arm/ifunc-2.gd: Likewise.
153 * ld-arm/ifunc-3.gd: Likewise.
154 * ld-arm/ifunc-4.gd: Likewise.
155 * ld-arm/ifunc-5.gd: Likewise.
156 * ld-arm/ifunc-6.gd: Likewise.
157 * ld-arm/ifunc-7.gd: Likewise.
158 * ld-arm/ifunc-8.gd: Likewise.
159 * ld-arm/ifunc-9.gd: Likewise.
160 * ld-arm/jump-reloc-veneers-long.d: Likewise.
161 * ld-arm/reloc-boundaries.d: Likewise.
162
163 2014-04-22 H.J. Lu <hongjiu.lu@intel.com>
164
165 PR ld/16846
166 * ld-plugin/lto.exp (lto_link_tests): Add tests for PR ld/16846.
167 * ld-plugin/pr16846a.c: New file.
168 * ld-plugin/pr16846b.c: Likewise.
169 * ld-plugin/pr16846c.c: Likewise.
170
171 2014-04-22 Christian Svensson <blue@cmd.nu>
172
173 * ld-discard/extern.d: Remove openrisc and or32 support. Add
174 support for or1k.
175 * ld-discard/start.d: Likewise.
176 * ld-discard/static.d: Likewise.
177 * ld-elf/group1.d: Likewise.
178 * ld-elf/group3b.d: Likewise.
179 * ld-elf/group8a.d: Likewise.
180 * ld-elf/group8b.d: Likewise.
181 * ld-elf/group9a.d: Likewise.
182 * ld-elf/group9b.d: Likewise.
183 * ld-elf/linkonce2.d: Likewise.
184 * ld-elf/merge.d: Likewise.
185 * ld-elf/merge2.d: Likewise.
186 * ld-elf/orphan-region.d: Likewise.
187 * ld-elf/orphan.d: Likewise.
188 * ld-elf/orphan3.d: Likewise.
189 * ld-elf/pr12851.d: Likewise.
190 * ld-elf/pr12975.d: Likewise.
191 * ld-elf/pr13177.d: Likewise.
192 * ld-elf/pr13195.d: Likewise.
193 * ld-elf/pr349.d: Likewise.
194 * ld-elf/sec64k.exp: Likewise.
195 * ld-elf/warn1.d: Likewise.
196 * ld-elf/warn2.d: Likewise.
197 * ld-elf/warn3.d: Likewise.
198 * ld-scripts/weak.exp: Likewise.
199 * lib/ld-lib.exp: Likewise.
200
201 2014-04-17 Kwok Cheung Yeung <kcy@codesourcery.com>
202
203 * ld-mips-elf/elf-rel-xgot-n32.d: Update for new GOT layout.
204 * ld-mips-elf/elf-rel-xgot-n32-embed.d: Likewise.
205 * ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
206 * ld-mips-elf/elf-rel-xgot-n64-embed.d: Likewise.
207 * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
208
209 2014-04-15 Marcus Shawcroft <marcus.shawcroft@arm.com>
210
211 * ld-aarch64/tls-relax-gdesc-ie.s (var): Adjust test case
212 to include all 5 bits of LDR destination register.
213
214 2014-04-10 Senthil Kumar Selvaraj <senthil_kumar.selvaraj@atmel.com>
215
216 * ld-avr/norelax_diff.d: New testcase.
217 * ld-avr/relax_diff.d: Likewise.
218 * ld-avr/relax.s: Likewise.
219
220 2014-04-05 Andreas Schwab <schwab@linux-m68k.org>
221
222 * ld-plugin/lto.exp: Make "-Wp," prefix optional when filtering
223 out _FORTIFY_SOURCE.
224 ("Build libdummy.a 9", "PR ld/12696"): Mark as c++.
225
226 2014-04-04 Alan Modra <amodra@gmail.com>
227
228 * ld-scripts/fill.d, * ld-scripts/fill.t, * ld-scripts/fill_0.s,
229 * ld-scripts/fill_1.s, * ld-scripts/fill_2.s: New test.
230 * ld-scripts/data.exp: Run it.
231
232 2014-03-31 Marcus Shawcroft <marcus.shawcroft@arm.com>
233
234 * ld-aarch64/eh-frame.d: Adjust FDE pc address.
235
236 2014-03-27 H.J. Lu <hongjiu.lu@intel.com>
237
238 PR ld/16756
239 * ld-plugin/lto.exp: Expect filename and line number for PR
240 ld/12760 test.
241
242 2014-03-27 Yury Gribov <y.gribov@samsung.com>
243 Pavel Fedin <p.fedin@samsung.com>
244
245 * ld-arm/arm-app-abs32.d: Update expected disassembly, taking into
246 account the pretty printing of PLT entries.
247 * ld-arm/arm-app.d: Likewise.
248 * ld-arm/arm-lib-plt32.d: Likewise.
249 * ld-arm/arm-lib.d: Likewise.
250 * ld-arm/armthumb-lib.d: Likewise.
251 * ld-arm/cortex-a8-fix-b-plt.d: Likewise.
252 * ld-arm/cortex-a8-fix-bcc-plt.d: Likewise.
253 * ld-arm/cortex-a8-fix-bl-plt.d: Likewise.
254 * ld-arm/cortex-a8-fix-bl-rel-plt.d: Likewise.
255 * ld-arm/cortex-a8-fix-blx-plt.d: Likewise.
256 * ld-arm/farcall-mixed-app-v5.d: Likewise.
257 * ld-arm/farcall-mixed-app.d: Likewise.
258 * ld-arm/farcall-mixed-lib-v4t.d: Likewise.
259 * ld-arm/farcall-mixed-lib.d: Likewise.
260 * ld-arm/ifunc-10.dd: Likewise.
261 * ld-arm/ifunc-14.dd: Likewise.
262 * ld-arm/ifunc-15.dd: Likewise.
263 * ld-arm/ifunc-3.dd: Likewise.
264 * ld-arm/ifunc-4.dd: Likewise.
265 * ld-arm/ifunc-7.dd: Likewise.
266 * ld-arm/ifunc-8.dd: Likewise.
267 * ld-arm/ifunc-9.dd: Likewise.
268 * ld-arm/long-plt-format.d: Likewise.
269 * ld-arm/mixed-app-v5.d: Likewise.
270 * ld-arm/mixed-app.d: Likewise.
271 * ld-arm/mixed-lib.d: Likewise.
272 * ld-arm/thumb2-bl-undefweak.d: Likewise.
273 * ld-arm/thumb2-bl-undefweak1.d: Likewise.
274
275 2014-03-26 Alan Modra <amodra@gmail.com>
276
277 * ld-powerpc/startv1.s, * ld-powerpc/startv2.s, * ld-powerpc/funref.s,
278 * ld-powerpc/funv1.s, * ld-powerpc/funv2.s,
279 * ld-powerpc/ambiguousv1.d, * ld-powerpc/ambiguousv2.d: New test files.
280 * ld-powerpc/powerpc.exp: Run new tests.
281
282 2014-03-25 Will Newton <will.newton@linaro.org>
283
284 * ld-aarch64/aarch64-elf.exp: Add relasz dump test.
285 * ld-aarch64/relasz.d: New file.
286 * ld-aarch64/relasz.s: Likewise.
287
288 2014-03-20 Richard Sandiford <rdsandiford@googlemail.com>
289
290 * ld-elf/merge.d: Remove MIPS XFAIL.
291
292 2014-03-20 Will Newton <will.newton@linaro.org>
293
294 * ld-arm/ifunc-14.rd: Update symbol values.
295
296 2014-03-19 Nick Clifton <nickc@redhat.com>
297
298 * config/default.exp (ASFLAGS): For the RX target add:
299 -muse-conventional-section-names.
300
301 2014-03-15 Alan Modra <amodra@gmail.com>
302
303 * ld-powerpc/vle-reloc-3.d: Remove addresses.
304
305 2014-03-14 Alan Modra <amodra@gmail.com>
306
307 * ld-powerpc/vle.ld: Place .PPC.EMB.sdata0 within 32k of 0.
308 * ld-powerpc/vle-reloc-3.d: Update.
309
310 2014-03-06 Roland McGrath <mcgrathr@google.com>
311
312 * ld-arm/gc-hidden-1.d: Remove target, add not-target to match
313 other ELF-only tests in this directory. Loosen regexps so they
314 don't care what the exact addresses are.
315
316 2014-03-06 Roland McGrath <mcgrathr@google.com>
317
318 * ld-arm/arm-elf.exp (armelftests_common): Move long-plt case ...
319 (armelftests_nonacl): ... here.
320
321 2014-03-05 Alan Modra <amodra@gmail.com>
322
323 Update copyright years.
324
325 2014-03-05 Alan Modra <amodra@gmail.com>
326
327 * ld-powerpc/elfv2-2a.s, ld-powerpc/elfv2-2b.s: New files.
328 * ld-powerpc/elfv2-2exe.d, ld-powerpc/elfv2-2so.d: New files.
329 * ld-powerpc/powerpc.exp: Run new test.
330
331 2014-03-03 Alan Modra <amodra@gmail.com>
332
333 * ld-scripts/phdrs2.exp: Correct copyright punctuation.
334 * ld-v850/v850.exp: Correct copyright typo.
335
336 2014-03-01 Yuri Gribov <y.gribov@samsung.com>
337
338 * ld-arm/long-plt-format.d, ld-arm/arm-elf.exp: Adjust for arm-eabi.
339
340 2014-02-27 Yuri Gribov <y.gribov@samsung.com>
341
342 * ld-arm/long-plt-format.s: New test case.
343 * ld-arm/long-plt-format.d: Expected disassembly.
344 * ld-arm/arm-elf.exp: Run the new test.
345
346 2014-02-27 Nick Clifton <nickc@redhat.com>
347
348 * ld-pe/longsecn-1.d: Allow for extra sections.
349 * ld-pe/longsecn-2.d: Likewise.
350 * ld-pe/longsecn.d: Likewise.
351 * ld-pe/secrel.d: Likewise.
352
353 2014-02-21 Alan Modra <amodra@gmail.com>
354
355 * ld-bootstrap/bootstrap.exp: Add ppc476 workaround test.
356 * ld-bootstrap/ppc476.t: New file.
357
358 2014-02-19 Igor Zamyatin <igor.zamyatin@intel.com>
359 H.J. Lu <hongjiu.lu@intel.com>
360
361 * ld-x86-64/mpx.exp: Run bnd-ifunc-1 and bnd-plt-1.
362 * ld-x86-64/bnd-ifunc-1.d: New file.
363 * ld-x86-64/bnd-ifunc-1.s: Likewise.
364 * ld-x86-64/bnd-plt-1.d: Likewise.
365
366 2014-02-18 Jack Carter <jack.carter@imgtec.com>
367
368 * ld-mips-elf/pic-and-nonpic-3a.sd: Check DYNAMIC segment flags.
369
370 2014-02-16 Thomas Schwinge <thomas@codesourcery.com>
371
372 * ld-elfweak/elfweak.exp (setup_xfail_gnu_hurd): Remove function
373 and all usage of it.
374
375 2014-02-10 H.J. Lu <hongjiu.lu@intel.com>
376
377 PR gold/16530
378 * ld-elf/dynamic-1.c: New file.
379 * ld-elf/dynamic-1.rd: Likewise.
380 * ld-elf/dynamic-1.syms: Likewise.
381
382 * ld-elf/shared.exp (build_tests): Add dynamic-1.
383
384 2014-02-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
385
386 * ld-scripts/rgn-at9.d: New file.
387 * ld-scripts/rgn-at9.t: Likewise.
388 * ld-scripts/rgn-at10.d: Likewise.
389 * ld-scripts/rgn-at10.s: Likewise.
390 * ld-scripts/rgn-at10.t: Likewise.
391 * ld-scripts/rgn-at11.d: Likewise.
392 * ld-scripts/rgn-at11.t: Likewise.
393
394 2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
395
396 * ld-nios2/relax_call26.s: New.
397 * ld-nios2/relax_call26_boundary.ld: New.
398 * ld-nios2/relax_call26_boundary.s: New.
399 * ld-nios2/relax_call26_boundary_c8.d: New.
400 * ld-nios2/relax_call26_boundary_cc.d: New.
401 * ld-nios2/relax_call26_boundary_d0.d: New.
402 * ld-nios2/relax_call26_boundary_d4.d: New.
403 * ld-nios2/relax_call26_boundary_d8.d: New.
404 * ld-nios2/relax_call26_boundary_dc.d: New.
405 * ld-nios2/relax_call26_boundary_f0.d: New.
406 * ld-nios2/relax_call26_boundary_f4.d: New.
407 * ld-nios2/relax_call26_boundary_f8.d: New.
408 * ld-nios2/relax_call26_boundary_fc.d: New.
409 * ld-nios2/relax_call26_cache.d: New.
410 * ld-nios2/relax_call26_cache.ld: New.
411 * ld-nios2/relax_call26_cache.s: New.
412 * ld-nios2/relax_call26_multi.d: New.
413 * ld-nios2/relax_call26_multi.ld: New.
414 * ld-nios2/relax_call26_norelax.d: New.
415 * ld-nios2/relax_call26_shared.d: New.
416 * ld-nios2/relax_call26_shared.ld: New.
417
418 2014-01-29 H.J. Lu <hongjiu.lu@intel.com>
419
420 * ld-elf/rdynamic-1.c: New file.
421 * ld-elf/rdynamic-1.rd: Likewise.
422
423 * ld-elf/shared.exp (build_tests): Add rdynamic-1.
424
425 2014-01-28 Nick Clifton <nickc@redhat.com>
426
427 PR binutils/16317
428 * ld-tic6x/shlib-1.rd: Expect I attribute with RELA sections.
429 * ld-tic6x/shlib-1b.rd: Likewise.
430 * ld-tic6x/shlib-1r.rd: Likewise.
431 * ld-tic6x/shlib-1rb.rd: Likewise.
432 * ld-tic6x/shlib-app-1rd: Likewise.
433 * ld-tic6x/shlib-app-1b.rd: Likewise.
434 * ld-tic6x/shlib-app-1r.rd: Likewise.
435 * ld-tic6x/shlib-app-1rb.rd: Likewise.
436 * ld-tic6x/shlib-noindex.rd: Likewise.
437 * ld-tic6x/static-app-1.rd: Likewise.
438 * ld-tic6x/static-app-1b.rd: Likewise.
439 * ld-tic6x/static-app-1r.rd: Likewise.
440 * ld-tic6x/static-app-1rb.rd: Likewise.
441 PR binutils/16318
442 * ld-tic6x/tic6x.exp: Expect C6000 osabi value in relocatable
443 objects.
444
445 2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
446
447 * ld-elf/pr16498a.s: Replace .align with .p2align.
448
449 2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
450
451 PR ld/16498
452 * ld-elf/pr16498b.d: New file.
453 * ld-elf/pr16498b.t: Likewise.
454
455 2014-01-24 H.J. Lu <hongjiu.lu@intel.com>
456
457 PR ld/16498
458 * ld-elf/pr16498a.d: New file.
459 * ld-elf/pr16498a.s: Likewise.
460 * ld-elf/pr16498a.t: Likewise.
461
462 2014-01-22 Alan Modra <amodra@gmail.com>
463
464 * ld-scripts/pr14962-2.d: Correct target triple.
465
466 2014-01-22 Alan Modra <amodra@gmail.com>
467
468 * ld-shared/elf-offset.ld: Align end of .bss with canonical form
469 of ALIGN that allows an empty .bss to be removed.
470 * ld-arm/arm-dyn.ld: Likewise.
471 * ld-arm/arm-lib.ld: Likewise.
472 * ld-elfvsb/elf-offset.ld: Likewise.
473 * ld-mips-elf/mips-dyn.ld: Likewise.
474 * ld-mips-elf/mips-lib.ld: Likewise.
475 * ld-arm/arm-no-rel-plt.ld: Remove duplicate ALIGN.
476 * ld-powerpc/vle-multiseg-1.ld: Remove ALIGN at start of section.
477 ALIGN address of section instead.
478 * ld-powerpc/vle-multiseg-2.ld: Likewise.
479 * ld-powerpc/vle-multiseg-3.ld: Likewise.
480 * ld-powerpc/vle-multiseg-4.ld: Likewise.
481 * ld-powerpc/vle-multiseg-6.ld: Likewise.
482 * ld-scripts/empty-aligned.d: Check section headers not program
483 headers. Remove xfail and notarget.
484 * ld-scripts/empty-aligned.t: Use canonical ALIGN for end of .text2.
485
486 2014-01-21 H.J. Lu <hongjiu.lu@intel.com>
487
488 PR ld/16467
489 * ld-ifunc/dummy.c: New file.
490 * ld-ifunc/pr16467.out: Likewise.
491 * ld-ifunc/pr16467a.c: Likewise.
492 * ld-ifunc/pr16467a.map: Likewise.
493 * ld-ifunc/pr16467b.c: Likewise.
494 * ld-ifunc/pr16467b.map: Likewise.
495 * ld-ifunc/pr16467c.c: Likewise.
496
497 * ld-ifunc/ifunc.exp (run_cc_link_tests): New.
498 (run_ld_link_exec_tests): Run pr16467.
499
500 2014-01-21 H.J. Lu <hongjiu.lu@intel.com>
501
502 PR ld/2404
503 * ld-elf/shared.exp: Add a PIE test for PR ld/2404.
504
505 2014-01-20 H.J. Lu <hongjiu.lu@intel.com>
506
507 PR ld/2404
508 * ld-elf/pr2404.out: New file.
509 * ld-elf/pr2404a.c: Likewise.
510 * ld-elf/pr2404b.c: Likewise.
511
512 * ld-elf/shared.exp (build_tests): Build libpr2404a.so and
513 libpr2404b.a.
514 (run_tests): Run pr2404.
515
516 2014-01-20 Alan Modra <amodra@gmail.com>
517
518 * ld-scripts/pr14962-2.d,
519 * ld-scripts/pr14962-2.t: New test.
520 * ld-scripts/expr.exp: Run it.
521
522 2014-01-15 Alan Modra <amodra@gmail.com>
523
524 * ld-elf/ehdr_start-shared.d: New.
525 * ld-elf/ehdr_start-userdef.d: xfail frv.
526 * ld-elf/ehdr_start-weak.d: Likewise.
527 * ld-elf/ehdr_start.d: Likewise.
528
529 2014-01-14 Vidya Praveen <vidyapraveen@arm.com>
530
531 * lib/ld-lib.exp (default_ld_link): Remove support for ldflags.
532 (default_ld_simple_link): Likewise.
533
534 2014-01-10 Alan Modra <amodra@gmail.com>
535
536 * ld-x86-64/pr14207.d: Adjust.
537
538 2014-01-09 H.J. Lu <hongjiu.lu@intel.com>
539
540 * ld-elf/binutils.exp (binutils_test): Check if GNU_RELRO segment
541 is generated.
542
543 2014-01-09 Vidya Praveen <vidyapraveen@arm.com>
544
545 * lib/ld-lib.exp (check_lto_shared_available): New check.
546 * ld-plugin/lto.exp: Use check_lto_shared_available.
547
548 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
549
550 PR ld/14207
551 PR ld/16322
552 PR binutils/16323
553 * ld-elf/pr16322.d: New file.
554 * ld-elf/pr16322.s: Likewise.
555
556 * ld-x86-64/pr14207.d: Expect PT_GNU_RELRO segment.
557
558 For older changes see ChangeLog-2013
559 \f
560 Copyright (C) 2014 Free Software Foundation, Inc.
561
562 Copying and distribution of this file, with or without modification,
563 are permitted in any medium without royalty provided the copyright
564 notice and this notice are preserved.
565
566 Local Variables:
567 mode: change-log
568 left-margin: 8
569 fill-column: 74
570 version-control: never
571 End:
This page took 0.072435 seconds and 3 git commands to generate.