Revert previous delta
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2009-05-05 Paul Brook <paul@codesourcery.com>
2
3 * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
4 * ld-arm/arm-elf.exp: Add unwind-[1-4].
5 * ld-arm/unwind-1.d: New test.
6 * ld-arm/unwind-1.s: New test.
7 * ld-arm/unwind-2.d: New test.
8 * ld-arm/unwind-2.s: New test.
9 * ld-arm/unwind-3.d: New test.
10 * ld-arm/unwind-3.s: New test.
11 * ld-arm/unwind-4.d: New test.
12 * ld-arm/unwind-4.s: New test.
13
14 2009-05-01 Julian Brown <julian@codesourcery.com>
15
16 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test.
17 * ld-arm/thumb2-bl-blx-interwork.s: New.
18 * ld-arm/thumb2-bl-blx-interwork.d: New.
19
20 2009-04-30 Nick Clifton <nickc@redhat.com>
21
22 * ld-ifunc: New directory.
23 * ld-ifunc/ifunc.exp: New file: Run the IFUNC tests.
24 * ld-ifunc/prog.c: New file.
25 * ld-ifunc/lib.c: New file.
26
27 2009-04-30 Joseph Myers <joseph@codesourcery.com>
28
29 * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
30 ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
31 ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
32 ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
33 * ld-arm/arm-elf.exp: Run these new tests.
34
35 2009-04-29 Chris Demetriou <cgd@google.com>
36
37 * ld-elfvers/vers.exp (vers4b): New test to verify that
38 --no-export-dynamic undoes --export-dynamic.
39
40 2009-04-28 Nathan Sidwell <nathan@codesourcery.com>
41
42 * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
43 * ld-i386/vxworks1.dd: Adjust expected disassembly.
44 * ld-i386/vxworks1-lib.rd: Sections are swapped.
45
46 2009-04-22 Christophe Lyon <christophe.lyon@st.com>
47
48 PR9743
49 * ld-arm/arm-call.d: Update expected result.
50 * ld-arm/arm-pic-veneer.d: Likewise.
51 * ld-arm/thumb2-b-interwork.d: Likewise.
52
53 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
54
55 * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
56 * ld-scripts/rgn-at2.d: Likewise.
57 * ld-scripts/rgn-at3.d: Likewise.
58
59 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
60
61 * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
62 ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
63 ld-arm/farcall-mixed-lib.d: Update for linker changes.
64
65 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
66
67 * ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
68 * ld-arm/farcall-mixed-lib.d: Update expected output.
69 * ld-arm/farcall-mixed-lib1.s: New file.
70 * ld-arm/farcall-mixed-lib2.s: New file.
71
72 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
73
74 * ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
75 * ld-powerpc/aix52.exp: Run it.
76
77 2009-04-16 Alan Modra <amodra@bigpond.net.au>
78
79 * ld-libs/lib-1.s: Use "==" instead of ".set".
80 * ld-libs/lib-2.s: Likewise.
81 * ld-scripts/defined.s: Likewise.
82
83 2009-04-15 Christophe Lyon <christophe.lyon@st.com>
84
85 * ld-arm/arm-elf.exp: Add 1 more test to check undef weak
86 reference with PLT in ARM mode.
87 * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
88 New files.
89
90 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
91
92 * ld-i386/abs.d: Add --32 for assembler and -melf_i386 for
93 linker.
94
95 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
96
97 * ld-scripts/rgn-at.s: Use explicit .section pseudos.
98
99 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
100
101 * ld-pe/image_size.d (#target): Also run test on Cygwin and x86_64
102 MinGW targets.
103
104 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
105
106 * ld-scripts/rgn-at.exp: New.
107 * ld-scripts/rgn-at.s: New.
108 * ld-scripts/rgn-at1.d: New.
109 * ld-scripts/rgn-at1.t: New.
110 * ld-scripts/rgn-at2.d: New.
111 * ld-scripts/rgn-at2.t: New.
112 * ld-scripts/rgn-at3.d: New.
113 * ld-scripts/rgn-at3.t: New.
114
115 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
116
117 * ld-pe/export_dynamic_warning.s: Make dummy code portable.
118
119 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
120
121 * ld-pe/export_dynamic_warning.d (#warning): Fix regex pattern.
122
123 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
124
125 PR ld/6744
126 * ld-pe/export_dynamic_warning.d: New test control file.
127 * ld-pe/export_dynamic_warning.s: New test source file.
128 * ld-pe/pe.exp: Also run export_dynamic_warning dump test.
129
130 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
131
132 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Update expected
133 results.
134 * ld-arm/farcall-thumb-thumb.d: Likewise.
135
136 2009-04-02 Nick Clifton <nickc@redhat.com>
137
138 PR 9987
139 * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
140 collection tests for cygwin targets.
141
142 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
143
144 * ld-powerpc/aix-gc-1.nd: New test.
145 * ld-powerpc/aix52.exp: Run it.
146
147 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
148
149 * ld-powerpc/aix-rel-1.s, ld-powerpc/aix-rel-1.od: New test.
150 * ld-powerpc/aix52.exp: Run it.
151
152 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
153
154 * ld-cygwin/exe-export.exp: Add "-lkernel32" when linking test exe.
155 * ld-cygwin/testexe.c (testexe_main): Indicate whether global_a
156 was set to correct final value using error return status.
157 (testexe_dummy): Dummy function calls an import from kernel32.dll
158 to ensure it is mapped into the process space at runtime.
159
160 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
161
162 * ld-arm/arm-elf.exp: BE8 tests expect the same output as the
163 default ones.
164 * ld-arm/arm-be8.d: Print opcodes in little endian.
165 * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result.
166 * ld-arm/farcall-arm-arm-be8.d: Likewise.
167
168 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
169
170 * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
171 ld-cris/tls-e-tpoffcomm1.s: New tests.
172
173 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
174
175 * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,
176 ld-cris/tls-dso-dtpoffd4.d, ld-cris/tls-dtpoffdx.s,
177 ld-cris/tls-e-dtpoffd1.d: New tests.
178
179 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
180 ld-cris/tls-e-80.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d,
181 ld-cris/tls-global-74.d, ld-cris/tls-ldgde-14.d,
182 ld-cris/tls-ldgde-15.d, ld-cris/tls-legd-16.d,
183 ld-cris/tls-legd-17.d, ld-cris/tls-local-57.d,
184 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for BFD
185 change in link-time known GOT contents for GD relocations.
186
187 2009-03-20 H.J. Lu <hongjiu.lu@intel.com>
188
189 PR ld/9970
190 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests.
191
192 * ld-pie/start.d: New.
193 * ld-pie/start.s: Likewise.
194
195 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
196
197 PR ld/6766
198 * ld-undefined/dummy.s: New.
199 * ld-undefined/entry-1.d: Likewise.
200 * ld-undefined/entry-2.d: Likewise.
201 * ld-undefined/entry-3.d: Likewise.
202 * ld-undefined/entry-4.d: Likewise.
203 * ld-undefined/entry-5.d: Likewise.
204 * ld-undefined/entry-6.d: Likewise.
205 * ld-undefined/entry.exp: Likewise.
206 * ld-undefined/entry.s: Likewise.
207
208 2009-03-17 Alan Modra <amodra@bigpond.net.au>
209
210 * ld-spu/icache1.d: Update for fixed set_id, new manager entry, and
211 reduced data.
212
213 2009-03-17 Alan Modra <amodra@bigpond.net.au>
214
215 * config/default.exp (get_link_files): Replace double dollars with
216 single dollars.
217
218 2009-03-17 Alan Modra <amodra@bigpond.net.au>
219
220 * ld-bootstrap/bootstrap.exp: Use DO_COMPARE. Remove unnecessary
221 cleanup and log output.
222
223 2009-03-16 Dave Korn <dave.korn.cygwin@gmail.com>
224
225 * ld-bootstrap/bootstrap.exp: Also pass '-liconv' to linker when
226 linking statically on Cygwin, necessitated by '-lintl'.
227
228 2009-03-15 Dave Korn <dave.korn.cygwin@gmail.com>
229
230 * ld-auto-import/auto-import.exp: Add missing dll entrypoint.
231
232 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
233
234 * ld-powerpc/aix-export-1-all.dd, ld-powerpc/aix-export-1-full.dd,
235 ld-powerpc/aix-export-1a.s, ld-powerpc/aix-export-1b.s: New tests.
236 * ld-powerpc/aix52.exp: Run them.
237
238 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
239
240 * ld-powerpc/aix-gc-1.s, ld-powerpc/aix-gc-1.ex,
241 ld-powerpc/aix-gc-1-32.dd, ld-powerpc/aix-gc-1-64.dd,
242 ld-powerpc/aix-weak-1-gcdso.dnd, ld-powerpc/aix-weak-1-gcdso.hd,
243 ld-powerpc/aix-weak-1-gcdso.nd: New tests.
244 * ld-powerpc/aix52.exp: Run them.
245
246 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
247
248 * ld-powerpc/aix-glink-2a.s, ld-powerpc/aix-glink-2a.ex,
249 ld-powerpc/aix-glink-2b.s, ld-powerpc/aix-glink-2c.s,
250 ld-powerpc/aix-glink-2c.ex, ld-powerpc/aix-glink-2d.s,
251 ld-powerpc/aix-glink-2-32.dd, ld-powerpc/aix-glink-2-64.dd,
252 ld-powerpc/aix-weak-1a.s, ld-powerpc/aix-weak-1b.s,
253 ld-powerpc/aix-weak-1-rel.hd, ld-powerpc/aix-weak-1-rel.nd,
254 ld-powerpc/aix-weak-1-dso.hd, ld-powerpc/aix-weak-1-dso.nd,
255 ld-powerpc/aix-weak-1-dso.dnd, ld-powerpc/aix-weak-1.ex,
256 ld-powerpc/aix-weak-2a.s, ld-powerpc/aix-weak-2a.ex,
257 ld-powerpc/aix-weak-2a.nd, ld-powerpc/aix-weak-2b.s,
258 ld-powerpc/aix-weak-2b.nd, ld-powerpc/aix-weak-2c.s,
259 ld-powerpc/aix-weak-2c.ex, ld-powerpc/aix-weak-2c.nd,
260 ld-powerpc/aix-weak-2c.od, ld-powerpc/aix-weak-3a.s,
261 ld-powerpc/aix-weak-3a.ex, ld-powerpc/aix-weak-3b.s,
262 ld-powerpc/aix-weak-3b.ex, ld-powerpc/aix-weak-3-32.d,
263 ld-powerpc/aix-weak-3-32.dd, ld-powerpc/aix-weak-3-64.d,
264 ld-powerpc/aix-weak-3-64.dd: New tests.
265 * ld-powerpc/aix52.exp: Run them. Replace tmp/aix-* with
266 tmp/aix64-* in 64-bit ld options.
267
268 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
269
270 * ld-powerpc/aix-no-dup-syms-1a.s, ld-powerpc/aix-no-dup-syms-1b.s,
271 ld-powerpc/aix-no-dup-syms-1.ex, ld-powerpc/aix-no-dup-syms-1.im,
272 ld-powerpc/aix-no-dup-syms-1-dso.dnd,
273 ld-powerpc/aix-no-dup-syms-1-dso.drd,
274 ld-powerpc/aix-no-dup-syms-1-dso.nd,
275 ld-powerpc/aix-no-dup-syms-1-dso.rd,
276 ld-powerpc/aix-no-dup-syms-1-rel.nd,
277 ld-powerpc/aix-no-dup-syms-1-rel.rd: New tests.
278 * ld-powerpc/aix52.exp: Run them.
279
280 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
281
282 * ld-powerpc/aix-abs-branch-1.nd,
283 ld-powerpc/aix-abs-reloc-1.nd: New tests.
284 * ld-powerpc/aix52.exp: Run them.
285
286 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
287
288 * ld-powerpc/aix-lineno-1.s, ld-powerpc/aix-lineno-1.txt,
289 ld-powerpc/aix-lineno-1a.dd, ld-powerpc/aix-lineno-1a.nd,
290 ld-powerpc/aix-lineno-1b.dd, ld-powerpc/aix-lineno-1b.nd: New tests.
291 * ld-powerpc/aix52.exp: Run them. Copy aix-lineno-1.txt to tmpdir.
292
293 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
294
295 * ld-powerpc/aix-toc-1.ex, ld-powerpc/aix-toc-1a.s,
296 ld-powerpc/aix-toc-1b.s, ld-powerpc/aix-toc-1-32.dd,
297 ld-powerpc/aix-toc-1-64.dd: New tests.
298 * ld-powerpc/aix52.exp: Run them.
299
300 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
301
302 * ld-powerpc/aix-glink-1.ex, ld-powerpc/aix-glink-1.s,
303 ld-powerpc/aix-glink-1-32.dd, ld-powerpc/aix-glink-1-64.dd,
304 ld-powerpc/aix-glink-1-32.d, ld-powerpc/aix-glink-1-64.d: New tests.
305 * ld-powerpc/aix52.exp: Run them.
306
307 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
308
309 * ld-powerpc/aix-abs-branch-1.im, ld-powerpc/aix-abs-branch-1.ex,
310 ld-powerpc/aix-abs-branch-1.s,
311 ld-powerpc/aix-abs-branch-1.dd: New test.
312 * ld-powerpc/aix52.exp: Run it.
313
314 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
315
316 * ld-powerpc/aix-abs-reloc-1.ex, ld-powerpc/aix-abs-reloc-1.im,
317 ld-powerpc/aix-abs-reloc-1.od, ld-powerpc/aix-abs-reloc-1.s: New test.
318 * ld-powerpc/aix52.exp: Run it.
319
320 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
321
322 * ld-powerpc/aix-core-sec-1.s, ld-powerpc/aix-core-sec-1.ex,
323 ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.s,
324 ld-powerpc/aix-core-sec-2.ex, ld-powerpc/aix-core-sec-2.hd,
325 ld-powerpc/aix-core-sec-3.s, ld-powerpc/aix-core-sec-3.ex,
326 ld-powerpc/aix-core-sec-3.hd: New tests.
327 * ld-powerpc/aix52.exp: New harness.
328
329 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
330
331 * lib/ld-lib.exp (ar_simple_create): Add an "aropts" parameter.
332 (run_ld_link_tests): Treat the second list element as "ar" options
333 when creating an archive. Don't run the linker in this case.
334 (run_cc_link_tests): Likewise.
335
336 2009-03-13 Nick Clifton <nickc@redhat.com>
337
338 * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
339 Replace call to verbose_eval with a test of verbose level. If
340 greater than 2 always dump the contents of the dumpfile. If equal
341 to 2 only dump the contents if the regexp diff failed.
342 (proc verbose_eval): Delete.
343
344 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
345
346 * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
347 * ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.
348
349 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
350
351 * ld-arm/arm-elf.exp: Add new farcall-group-limit test.
352 * ld-arm/farcall-group-limit.d: New file.
353 * ld-arm/farcall-group3.s: New file.
354 * ld-arm/farcall-group4.s: New file.
355
356 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
357
358 * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
359 in PLT context.
360 * ld-arm/farcall-mixed-app-v5.d: New file.
361 * ld-arm/farcall-mixed-app.d: Likewise.
362 * ld-arm/farcall-mixed-app.r: Likewise.
363 * ld-arm/farcall-mixed-app.s: Likewise.
364 * ld-arm/farcall-mixed-app.sym: Likewise.
365 * ld-arm/farcall-mixed-lib.d: Likewise.
366 * ld-arm/farcall-mixed-lib.r: Likewise.
367
368 2009-03-04 Alan Modra <amodra@bigpond.net.au>
369
370 * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test.
371 * ld-powerpc/tlsmark32.s, * ld-powerpc/tlsmark32.d: New test.
372 * ld-powerpc/powerpc.exp: Run them.
373
374 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
375
376 * ld-scripts/regions-alias-1.t: New file.
377 * ld-scripts/regions-alias-2.t: New file.
378 * ld-scripts/regions-alias-3.t: New file.
379 * ld-scripts/regions-alias-4.t: New file.
380 * ld-scripts/script.exp: Run region alias tests.
381
382 2009-02-27 Dave Korn <dave.korn.cygwin@gmail.com>
383
384 * ld-pe/pe.exp: Disable auto-import when linking on Cygwin.
385
386 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
387
388 * ld-arm/arm-elf.exp: Add 3 tests for the 3 new stubs.
389 * ld-arm/farcall-thumb-arm-pic-veneer.d: New expected result, the
390 test is now expected to pass.
391 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
392 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
393
394 2009-02-25 Christophe Lyon <christophe.lyon@st.com>
395
396 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result,
397 as stubs are now generated and the end of the .text section.
398 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
399
400 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
401
402 * ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
403 ld-arm/farcall-arm-thumb-pic-veneer.d,
404 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Update for fixed
405 Thumb PIC stub.
406
407 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
408
409 * ld-arm/arm-elf.exp (armeabitests): Update duplicate test names.
410 Use normal output files for big-endian.
411 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: Delete.
412 * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
413 ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
414 ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
415 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
416 ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
417 ld-arm/farcall-thumb-arm-be8.d,
418 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
419 ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm-short.d,
420 ld-arm/farcall-thumb-arm.d,
421 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
422 ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
423 ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d,
424 ld-arm/thumb2-bl-bad.d: Update for moved stubs.
425
426 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
427
428 * ld-arm/arm-elf.exp (armeabitests): Run new tests. Correct BE8 output
429 filename.
430 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: New.
431
432 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
433
434 * ld-arm/arm-elf.exp: Add new farcall-thumb-arm-be8 test.
435 * ld-arm/farcall-thumb-arm-be8.d: New expected result.
436 * ld-arm/farcall-arm-arm-be8.d: Replace wildcards by instructions.
437
438 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
439
440 * ld-arm/arm-elf.exp: Rewrite non-EABI variants of
441 thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests, which now
442 pass. farcall-thumb-thumb now passes in EABI mode.
443 * ld-arm/farcall-thumb-arm-pic-veneer.d: Fixed name, source, as
444 and ld flags to match intended test.
445 * ld-arm/farcall-thumb-arm.d: New expected result.
446 * ld-arm/farcall-thumb-thumb-m.d: Likewise.
447 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Fixed name and ld
448 flags.
449 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
450 * ld-arm/farcall-thumb-thumb.d: New expected result, this test is
451 now expected to pass.
452 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
453 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
454 * ld-arm/thumb2-bl-as-thumb1-bad.d: Update addresses according to
455 new use.
456 * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comment.
457
458 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
459
460 * ld-pe/longsecn-1.d: New test file.
461 * ld-pe/longsecn-2.d: Likewise.
462 * ld-pe/longsecn-3.d: Likewise.
463 * ld-pe/longsecn-4.d: Likewise.
464 * ld-pe/longsecn-5.d: Likewise.
465 * ld-pe/longsecn.d: Likewise.
466 * ld-pe/longsecn.exp: New test control script.
467 * ld-pe/longsecn.s: New test source file.
468
469 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
470
471 * ld-arm/farcall-arm-arm-pic-veneer.d,
472 ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
473 ld-arm/farcall-arm-thumb-pic-veneer.d,
474 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
475 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Fix expected stub
476 target.
477
478 2009-02-06 Joseph Myers <joseph@codesourcery.com>
479
480 * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
481 *-*-mingw*.
482
483 2009-02-05 Joseph Myers <joseph@codesourcery.com>
484
485 * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
486
487 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
488
489 * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
490 * ld-m68k/got-multigot-14-ok.d: Update.
491 * ld-m68k/m68k-got.exp: Update.
492 * ld-m68k/got-negative-12-13-14-34-ok.d: Update.
493 * ld-m68k/got-negative-14-ok.d: Update.
494 * ld-m68k/tls-gd-1.d, ld-m68k/tls-gd-2.d: New tests.
495 * ld-m68k/tls-gd-ie-1.d, ld-m68k/tls-ie-1.d: New tests.
496 * ld-m68k/tls-ld-1.d, ld-m68k/tls-ld-2.d: New tests.
497 * ld-m68k/tls-ld-1.s, ld-m68k/tls-ld-2.s, ld-m68k/tls-le-1.s:
498 New test sources.
499 * ld-m68k/tls-no-1.s, ld-m68k/tls-gd-ie-1.s, ld-m68k/tls-gd-1.s:
500 New test sources.
501 * ld-m68k/tls-gd-2.s, ld-m68k/tls-ie-1.s: New test sources.
502 * ld-m68k/m68k.exp: Run new tests.
503 (merge isa-a isa-a:nodiv): Fix.
504
505 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
506
507 * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'.
508 * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.
509
510 2009-01-29 Nick Clifton <nickc@redhat.com>
511
512 * lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
513 targets which do not support garbage collection.
514 * ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
515 * ld-elf/group8a.d: Likewise.
516 * ld-elf/group8b.d: Likewise.
517 * ld-elf/group9a.d: Likewise.
518 * ld-elf/group9b.d: Likewise.
519
520 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
521
522 * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
523
524 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
525 ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d,
526 ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for
527 change in relocation values.
528
529 * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test.
530
531 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
532
533 * ld-powerpc/powerpc.exp: Add vxworks relax testcase.
534 * ld-powerpc/vxworks-relax.s, ld-powerpc/vxworks-relax.rd: New.
535 * ld-powerpc/vxworks1.ld: Add .pad and .far input sections.
536 * ld-powerpc/vxworks1.rd: Correct regexp for undefined symbols.
537
538 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
539
540 * ld-arm/attr-merge-3.attr: Update following gas change.
541 * ld-arm/attr-merge-2.attr: Update Tag_ARM_ISA_use and
542 Tag_THUMB_ISA_use following gas changes.
543 * ld-arm/attr-merge-4.attr: Likewise.
544 * ld-arm/attr-merge-5.attr: Likewise.
545 * ld-arm/attr-merge-arch-1.attr: Likewise.
546 * ld-arm/attr-merge-arch-2.attr: Likewise.
547 * ld-arm/attr-merge-unknown-2.d: Likewise.
548 * ld-arm/attr-merge-unknown-2r.d: Likewise.
549 * ld-arm/attr-merge-unknown-3.d: Likewise.
550 * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
551 * ld-arm/attr-merge-wchar-00.d: Likewise.
552 * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
553 * ld-arm/attr-merge-wchar-02.d: Likewise.
554 * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
555 * ld-arm/attr-merge-wchar-04.d: Likewise.
556 * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
557 * ld-arm/attr-merge-wchar-20.d: Likewise.
558 * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
559 * ld-arm/attr-merge-wchar-22.d: Likewise.
560 * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
561 * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
562 * ld-arm/attr-merge-wchar-40.d: Likewise.
563 * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
564 * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
565 * ld-arm/attr-merge-wchar-44.d: Likewise.
566 * ld-arm/attr-merge.attr: Likewise.
567
568 2009-01-21 Alan Modra <amodra@bigpond.net.au>
569
570 * ld-spu/icache1.d: Add --non-ia-text to ld options.
571
572 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
573
574 * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
575 ld-cris/weakref4.d: New tests.
576 * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
577
578 2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
579
580 * ld-elf/group9.s: Replace .byte with .long.
581
582 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
583
584 * ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
585 EABI attribute merging 4, and EABI attribute merging 5,
586 EABI attribute arch merging 1, EABI attribute arch merging 1 reversed,
587 EABI attribute arch merging 2, EABI attribute arch merging 2 reversed.
588 Add attr-merge-unknown-1, attr-merge-unknown-2, attr-merge-unknown-2r,
589 and attr-merge-unknown-3 dump tests.
590 * ld-arm/arch-v6.s: New file.
591 * ld-arm/arch-v6k.s: New file.
592 * ld-arm/arch-v6t2.s: New file.
593 * ld-arm/attr-merge-3.attr: New file.
594 * ld-arm/attr-merge-3a.s: New file.
595 * ld-arm/attr-merge-3b.s: New file.
596 * ld-arm/attr-merge-4.attr: New file.
597 * ld-arm/attr-merge-4a.s: New file.
598 * ld-arm/attr-merge-4b.s: New file.
599 * ld-arm/attr-merge-5.attr: New file.
600 * ld-arm/attr-merge-5.s: New file.
601 * ld-arm/attr-merge-arch-1.attr: New file.
602 * ld-arm/attr-merge-arch-2.attr: New file.
603 * ld-arm/attr-merge-unknown-1.d: New file.
604 * ld-arm/attr-merge-unknown-1.s: New file.
605 * ld-arm/attr-merge-unknown-2.d: New file.
606 * ld-arm/attr-merge-unknown-2.s: New file.
607 * ld-arm/attr-merge-unknown-2r.d: New file.
608 * ld-arm/attr-merge-unknown-3.d: New file.
609 * ld-arm/blank.s: New file.
610
611 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
612
613 * ld-elf/textaddr1.d: New.
614 * ld-elf/textaddr2.d: Likewise.
615
616 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
617
618 PR ld/9727
619 * ld-elf/group8.s: New.
620 * ld-elf/group8a.d: Likewise.
621 * ld-elf/group8b.d: Likewise.
622 * ld-elf/group9.s: Likewise.
623 * ld-elf/group9a.d: Likewise.
624 * ld-elf/group9b.d: Likewise.
625
626 2009-01-13 Alan Modra <amodra@bigpond.net.au>
627
628 * ld-spu/icache1.s: New file.
629 * ld-spu/icache1.d: New file.
630
631 2009-01-13 Alan Modra <amodra@bigpond.net.au>
632
633 * ld-elf/elf.exp: Save and restore LDFLAGS.
634 * ld-scripts/default-script.exp: Likewise.
635 * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather
636 than replacing.
637 * ld-scripts/include.exp: Set --local-store for SPU.
638
639 2009-01-12 Alan Modra <amodra@bigpond.net.au>
640
641 * ld-spu/ovl.d: Allow for absolute branches in stubs.
642 * ld-spu/ovl2.d: Likewise.
643
644 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
645
646 * ld-elf/linkoncerdiff.d, ld-elf/linkoncerdiff1.s,
647 ld-elf/linkoncerdiff2.s: New.
648
649 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
650
651 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
652 ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d,
653 ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d,
654 ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d,
655 ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d,
656 ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d,
657 ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d,
658 ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d,
659 ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d,
660 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for
661 relocation value now offset by negative program TLS block size.
662 * ld-cris/tls-le-12s.d: Ditto. Move 128-byte tls-data to last.
663 Adjust accordingly.
664 * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended
665 always-negative relocation.
666 * ld-cris/tls-tprelm.s: Move filler data to after symbol for
667 tested relocation.
668 * ld-cris/tls-ok-36.d: Adjust accordingly.
669
670 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
671
672 * ld-cris/tls-js1.d: New test.
673
674 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
675
676 PR ld/9679
677 * ld-elf/pr9679-1.c: New.
678 * ld-elf/pr9679-2.c: Likewise.
679 * ld-elf/pr9679.rd: Likewise.
680
681 * ld-elf/shared.exp (build_tests): Add test for libpr9679.so.
682
683 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
684
685 PR ld/9676
686 * ld-elf/pr9676-1.c: New.
687 * ld-elf/pr9676-2.c: Likewiswe.
688 * ld-elf/pr9676-3.c: Likewiswe.
689 * ld-elf/pr9676-4.c: Likewiswe.
690 * ld-elf/pr9676.rd: Likewiswe.
691
692 * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a,
693 libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and
694 libpr9676-4a.so.
695
696 * lib/ld-lib.exp (ar_simple_create): New.
697 (run_ld_link_tests): Support archive.
698 (run_cc_link_tests): Likewiswe.
699
700 For older changes see ChangeLog-2008
701 \f
702 Local Variables:
703 mode: change-log
704 left-margin: 8
705 fill-column: 74
706 version-control: never
707 End:
This page took 0.0478 seconds and 5 git commands to generate.