]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blob - ld/testsuite/ChangeLog
bfd/
[thirdparty/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2009-06-27 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/10337
4 * ld-ifunc/binutils.exp: New.
5
6 2009-06-25 Kai Tietz <kai.tietz@onevision.com>
7
8 * ld-pe/aligncomm-1.c (size_t): Add typedef.
9 (main): Use it for casting pointer to scalar.
10 * ld-pe/aligncomm-2.c: Likewise.
11 * ld-pe/aligncomm-3.c: Likewise.
12 * ld-pe/aligncomm-4.c: Likewise.
13 * ld-scripts/empty-address.exp: Make sure that for x86_64-*-mingw*
14 target imagebase is set to zero.
15 * ld-scripts/weak.exp: Don't fail for x86_64-*-mingw* target.
16
17 2009-06-22 Christophe Lyon <christophe.lyon@st.com>
18
19 ld/testsuite:
20 * ld-arm/farcall-mixed-app.s: Add new references to check more
21 modes switching.
22 * ld-arm/farcall-mixed-lib1.s: Likewise.
23 * ld-arm/farcall-mixed-app-v5.d: Update expected result.
24 * farcall-mixed-app.d: Likewise.
25 * ld-arm/farcall-mixed-lib.d: Likewise.
26
27 2009-06-22 Dave Korn <dave.korn.cygwin@gmail.com>
28
29 * ld-pe/pe-run.exp (proc test_direct_link_dll): Fix incorrect
30 line-wrapping.
31
32 2009-06-19 H.J. Lu <hongjiu.lu@intel.com>
33
34 * ld-i386/i386.exp: Run tlsgd2.
35
36 * ld-i386/tlsgd2.d: New.
37 * ld-i386/tlsgd2.s: Likewise.
38
39 * ld-x86-64/tlsgd3.d: Updated.
40
41 2009-06-18 Dave Korn <dave.korn.cygwin@gmail.com>
42
43 * ld-pe/pe-run.exp (proc test_direct_link_dll): Always pass
44 --enable-auto-import to the linker.
45 * ld-pe/vers-script-1.d: Replace '\$' by '_' in all symbol names.
46 * ld-pe/vers-script-3.d: Likewise.
47 * ld-pe/vers-script-4.d: Likewise.
48 * ld-pe/vers-script-dll.c: Likewise.
49 * lib/ld-lib.exp (proc is_pecoff_format): Also return true for
50 "*-*-cegcc*" targets.
51
52 2009-06-15 H.J. Lu <hongjiu.lu@intel.com>
53
54 * ld-ifunc/ifunc-9-x86.d: Fix a typo.
55
56 2009-06-14 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR ld/10270
59 * ld-ifunc/ifunc-9-x86.d: New.
60 * ld-ifunc/ifunc-9-x86.s: Likewise.
61
62 2009-06-13 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR ld/10269
65 * ld-ifunc/ifunc-1-local-x86.d: New.
66 * ld-ifunc/ifunc-1-local-x86.s: Likewise.
67 * ld-ifunc/ifunc-2-local-i386.d: Likewise.
68 * ld-ifunc/ifunc-2-local-i386.s: Likewise.
69 * ld-ifunc/ifunc-2-local-x86-64.d: Likewise.
70 * ld-ifunc/ifunc-2-local-x86-64.s: Likewise.
71 * ld-ifunc/ifunc-4-local-x86.d: Likewise.
72 * ld-ifunc/ifunc-4-local-x86.s: Likewise.
73 * ld-ifunc/ifunc-5-local-i386.s: Likewise.
74 * ld-ifunc/ifunc-5-local-x86-64.s: Likewise.
75 * ld-ifunc/ifunc-5a-local-i386.d: Likewise.
76 * ld-ifunc/ifunc-5a-local-x86-64.d: Likewise.
77 * ld-ifunc/ifunc-5b-local-i386.d: Likewise.
78 * ld-ifunc/ifunc-5b-local-x86-64.d: Likewise.
79
80 2009-06-03 H.J. Lu <hongjiu.lu@intel.com>
81
82 * ld-ifunc/ifunc-2-x86-64.d: Pass --64 to as and -melf_x86_64 to
83 ld.
84 * ld-ifunc/ifunc-5a-x86-64.d: Likewise.
85 * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
86 * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
87 * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
88 * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
89 * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
90
91 * ld-ifunc/ifunc-8a-i386.s: New.
92 * ld-ifunc/ifunc-8a-x86-64.s: Likewise.
93 * ld-ifunc/ifunc-8b-i386.s: Likewise.
94 * ld-ifunc/ifunc-8b-x86-64.s: Likewise.
95 * ld-ifunc/ifunc-8-i386.d: Likewise.
96 * ld-ifunc/ifunc-8-x86-64.d: Likewise.
97
98 2009-06-02 Richard Sandiford <r.sandiford@uk.ibm.com>
99
100 * ld-powerpc/aix-glink-3.s, ld-powerpc/aix-glink-3a.s,
101 ld-powerpc/aix-glink-3b.s, ld-powerpc/aix-glink-3.dd,
102 ld-powerpc/aix-glink-3-32.d, ld-powerpc/aix-glink-3-64.d: New tests.
103 * ld-powerpc/aix52.exp: Run them. Move the lineno tests to maintain
104 alphabetical order.
105
106 2009-06-02 H.J. Lu <hongjiu.lu@intel.com>
107
108 * ld-ifunc/ifunc-5-i386.d: Renamed to ...
109 * ld-ifunc/ifunc-5a-i386.d: This.
110
111 * ld-ifunc/ifunc-5-x86-64.d: Renamed to ...
112 * ld-ifunc/ifunc-5a-x86-64.d: This.
113
114 * ld-ifunc/ifunc-5b-i386.d: New.
115 * ld-ifunc/ifunc-5b-x86-64.d: Likewise.
116 * ld-ifunc/ifunc-6a-i386.d: Likewise.
117 * ld-ifunc/ifunc-6a-x86-64.d: Likewise.
118 * ld-ifunc/ifunc-6b-i386.d: Likewise.
119 * ld-ifunc/ifunc-6b-x86-64.d: Likewise.
120 * ld-ifunc/ifunc-6-i386.s: Likewise.
121 * ld-ifunc/ifunc-6-x86-64.s: Likewise.
122 * ld-ifunc/ifunc-7a-i386.d: Likewise.
123 * ld-ifunc/ifunc-7a-x86-64.d: Likewise.
124 * ld-ifunc/ifunc-7b-i386.d: Likewise.
125 * ld-ifunc/ifunc-7b-x86-64.d: Likewise.
126 * ld-ifunc/ifunc-7-i386.s: Likewise.
127 * ld-ifunc/ifunc-7-x86-64.s: Likewise.
128
129 2009-06-01 H.J. Lu <hongjiu.lu@intel.com>
130
131 PR ld/10205
132 * ld-ifunc/ifunc.exp (contains_irelative_reloc): New.
133 Use it on executable and shared library.
134 Run *.d.
135
136 * ld-ifunc/lib.c: Add a hidden alias, __GI_library_func2, for
137 library_func2.
138 (library_func): New.
139
140 * ld-ifunc/ifunc-1-x86.d: New.
141 * ld-ifunc/ifunc-1-x86.s: Likewise.
142 * ld-ifunc/ifunc-2-i386.d: Likewise.
143 * ld-ifunc/ifunc-2-i386.s: Likewise.
144 * ld-ifunc/ifunc-2-x86-64.d: Likewise.
145 * ld-ifunc/ifunc-2-x86-64.s: Likewise.
146 * ld-ifunc/ifunc-3a-x86.d: Likewise.
147 * ld-ifunc/ifunc-3b-x86.d: Likewise.
148 * ld-ifunc/ifunc-3-x86.s: Likewise.
149 * ld-ifunc/ifunc-4-x86.d: Likewise.
150 * ld-ifunc/ifunc-4-x86.s: Likewise.
151 * ld-ifunc/ifunc-5-i386.d: Likewise.
152 * ld-ifunc/ifunc-5-i386.s: Likewise.
153 * ld-ifunc/ifunc-5-x86-64.d: Likewise.
154 * ld-ifunc/ifunc-5-x86-64.s: Likewise.
155
156 2009-05-27 Dave Korn <dave.korn.cygwin@gmail.com>
157
158 * ld-pe/non-c-lang-syms.c: New dump test source file.
159 * ld-pe/non-c-lang-syms.d: New dump test pattern file.
160 * ld-pe/pe.exp: Run new "foreign symbol" test.
161
162 2009-05-26 Nathan Sidwell <nathan@codesourcery.com>
163
164 * ld-powerpc/vxworks-relax-2.s: New.
165 * ld-powerpc/vxworks-relax-2.rd: New.
166 * ld-powerpc/powerpc.exp: Add it.
167
168 2009-05-22 Hans-Peter Nilsson <hp@axis.com>
169
170 * ld-scripts/rgn-over7.d: Adjust expected message for recent change.
171
172 2009-05-22 Julian Brown <julian@codesourcery.com>
173
174 * ld-arm/cortex-a8-arm-target.s: New.
175 * ld-arm/cortex-a8-thumb-target.s: New.
176 * ld-arm/cortex-a8-fix-b-rel.s: New.
177 * ld-arm/cortex-a8-fix-b-rel-arm.d: New.
178 * ld-arm/cortex-a8-fix-b-rel-thumb.d: New.
179 * ld-arm/cortex-a8-fix-b.s: New.
180 * ld-arm/cortex-a8-fix-b.d: New.
181 * ld-arm/cortex-a8-fix-bl-rel.s: New.
182 * ld-arm/cortex-a8-fix-bl-rel-arm.d: New.
183 * ld-arm/cortex-a8-fix-bl-rel-thumb.d: New.
184 * ld-arm/cortex-a8-fix-bl.s: New.
185 * ld-arm/cortex-a8-fix-bl.d: New.
186 * ld-arm/cortex-a8-fix-bcc-rel.s: New.
187 * ld-arm/cortex-a8-fix-bcc-rel-thumb.d: New.
188 * ld-arm/cortex-a8-fix-bcc.s: New.
189 * ld-arm/cortex-a8-fix-bcc.d: New.
190 * ld-arm/cortex-a8-fix-blx-rel.s: New.
191 * ld-arm/cortex-a8-fix-blx-rel-arm.d: New.
192 * ld-arm/cortex-a8-fix-blx-rel-thumb.d: New.
193 * ld-arm/cortex-a8-fix-blx.s: New.
194 * ld-arm/cortex-a8-fix-blx.d: New.
195 * ld-arm/arm-elf.exp: Add new tests.
196
197 2009-05-22 Nathan Sidwell <nathan@codesourcery.com>
198
199 * ld-scripts/rgn-at4.t: New.
200 * ld-scripts/rgn-at4.d: New.
201
202 2009-05-21 Dave Korn <dave.korn.cygwin@gmail.com>
203
204 * ld-pe/aligncomm-1.c (_alloca): Add dummy definition to
205 satisfy final link on Windows targets when using gcc-3.
206 * ld-pe/aligncomm-2.c (_alloca): Likewise.
207 * ld-pe/aligncomm-3.c (_alloca): Likewise.
208 * ld-pe/aligncomm-4.c (_alloca): Likewise.
209
210 2009-05-20 Dave Korn <dave.korn.cygwin@gmail.com>
211
212 * lib/ld-lib.exp (run_ld_link_tests): Filter test names against
213 runtests list.
214
215 2009-05-19 Dave Korn <dave.korn.cygwin@gmail.com>
216
217 * ld-pe/aligncomm-1.c: New test source file.
218 * ld-pe/aligncomm-2.c: Likewise.
219 * ld-pe/aligncomm-3.c: Likewise.
220 * ld-pe/aligncomm-4.c: Likewise.
221 * ld-pe/aligncomm.d: New test pattern file.
222
223 * ld-pe/direct.exp: Deleted, and content moved into ...
224 * ld-pe/pe-run.exp: ... New common file for all PE run tests.
225
226 * ld-pe/vers-script.exp: Deleted, and content merged into ...
227 * ld-pe/pe-compile.exp: ... New common file for PE tests needing
228 a compiler, adding aligned common tests.
229
230 * ld-pe/pe.exp: Update header comment.
231
232 2009-05-17 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
233
234 * ld-pe/exports.d: New file.
235 * ld-pe/exports.s: New file.
236 * ld-pe/pe.exp: New test for empty export table.
237
238 2009-05-16 Alan Modra <amodra@bigpond.net.au>
239
240 * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
241 * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
242 * ld-elf/orphan3f.s: Increase section size to 16.
243 * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
244 * ld-pe/orphand.s, * ld-pe/orphane.s: Likewise.
245
246 2009-05-15 Alan Modra <amodra@bigpond.net.au>
247
248 * ld-elf/orphan3.d, * ld-elf/orphan3a.s, * ld-elf/orphan3b.s,
249 * ld-elf/orphan3c.s, * ld-elf/orphan3d.s, * ld-elf/orphan3e.s,
250 * ld-elf/orphan3f.s: New test.
251 * ld-pe/orphan.d, * ld-pe/orphana.s, * ld-pe/orphanb.s,
252 * ld-pe/orphand.s, * ld-pe/orphane.s: New test.
253 * ld-pe/direct.exp: Use is_pecoff_format.
254 * ld-pe/longsecn.exp: Delete.
255 * ld-pe/pe.exp: Run new test and longsecn tests.
256
257 2009-05-15 Andrew Stubbs <ams@codesourcery.com>
258 Paul Brook <paul@codesourcery.com>
259
260 * ld-arm/arm-elf.exp: Add unwind-5.
261 * ld-arm/discard-unwind.ld: New file.
262 * ld-arm/unwind-5.d: New test.
263 * ld-arm/unwind-5.s: New test.
264
265 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
266
267 * ld-spu/icache1.d: Update for compact stubs.
268
269 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
270
271 * ld-spu/icache1.d: Update all addresses to accomodate icache
272 buffer shifted down 0x800 bytes.
273
274 2009-05-14 Ulrich Weigand <uweigand@de.ibm.com>
275
276 * ld-spu/icache.d: Update file offsets.
277 * ld-spu/ovl.d: Likewise.
278 * ld-spu/ovl1.d: Likewise.
279
280 2009-05-14 Alan Modra <amodra@bigpond.net.au>
281
282 * ld-spu/icache1.d: Update for changed overlay manager placement.
283 * ld-spu/ovl.d: Likewise.
284 * ld-spu/ovl2.d: Likewise.
285
286 2009-05-05 Paul Brook <paul@codesourcery.com>
287
288 * ld-arm/arm.ld: Add .ARM.exidx and .ARM.extab.
289 * ld-arm/arm-elf.exp: Add unwind-[1-4].
290 * ld-arm/unwind-1.d: New test.
291 * ld-arm/unwind-1.s: New test.
292 * ld-arm/unwind-2.d: New test.
293 * ld-arm/unwind-2.s: New test.
294 * ld-arm/unwind-3.d: New test.
295 * ld-arm/unwind-3.s: New test.
296 * ld-arm/unwind-4.d: New test.
297 * ld-arm/unwind-4.s: New test.
298
299 2009-05-01 Julian Brown <julian@codesourcery.com>
300
301 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-bl-blx-interwork test.
302 * ld-arm/thumb2-bl-blx-interwork.s: New.
303 * ld-arm/thumb2-bl-blx-interwork.d: New.
304
305 2009-04-30 Nick Clifton <nickc@redhat.com>
306
307 * ld-ifunc: New directory.
308 * ld-ifunc/ifunc.exp: New file: Run the IFUNC tests.
309 * ld-ifunc/prog.c: New file.
310 * ld-ifunc/lib.c: New file.
311
312 2009-04-30 Joseph Myers <joseph@codesourcery.com>
313
314 * ld-arm/movw-shared-1.d, ld-arm/movw-shared-1.s,
315 ld-arm/movw-shared-2.d, ld-arm/movw-shared-2.s,
316 ld-arm/movw-shared-3.d, ld-arm/movw-shared-3.s,
317 ld-arm/movw-shared-4.d, ld-arm/movw-shared-4.s: New tests.
318 * ld-arm/arm-elf.exp: Run these new tests.
319
320 2009-04-29 Chris Demetriou <cgd@google.com>
321
322 * ld-elfvers/vers.exp (vers4b): New test to verify that
323 --no-export-dynamic undoes --export-dynamic.
324
325 2009-04-28 Nathan Sidwell <nathan@codesourcery.com>
326
327 * ld-i386/vxworks1-lib.dd: Adjust expected disassembly.
328 * ld-i386/vxworks1.dd: Adjust expected disassembly.
329 * ld-i386/vxworks1-lib.rd: Sections are swapped.
330
331 2009-04-22 Christophe Lyon <christophe.lyon@st.com>
332
333 PR9743
334 * ld-arm/arm-call.d: Update expected result.
335 * ld-arm/arm-pic-veneer.d: Likewise.
336 * ld-arm/thumb2-b-interwork.d: Likewise.
337
338 2009-04-22 Nathan Sidwell <nathan@codesourcery.com>
339
340 * ld-scripts/rgn-at1.d: Cope with larger padding on sections.
341 * ld-scripts/rgn-at2.d: Likewise.
342 * ld-scripts/rgn-at3.d: Likewise.
343
344 2009-04-21 Daniel Jacobowitz <dan@codesourcery.com>
345
346 * ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
347 ld-arm/farcall-group-size2.d, ld-arm/farcall-group.d,
348 ld-arm/farcall-mixed-lib.d: Update for linker changes.
349
350 2009-04-17 Christophe Lyon <christophe.lyon@st.com>
351
352 * ld-arm/arm-elf.exp: Add new test farcall-mixed-lib.
353 * ld-arm/farcall-mixed-lib.d: Update expected output.
354 * ld-arm/farcall-mixed-lib1.s: New file.
355 * ld-arm/farcall-mixed-lib2.s: New file.
356
357 2009-04-16 Richard Sandiford <r.sandiford@uk.ibm.com>
358
359 * ld-powerpc/aix-export-2.s, ld-powerpc/aix-export-2.nd: New test.
360 * ld-powerpc/aix52.exp: Run it.
361
362 2009-04-16 Alan Modra <amodra@bigpond.net.au>
363
364 * ld-libs/lib-1.s: Use "==" instead of ".set".
365 * ld-libs/lib-2.s: Likewise.
366 * ld-scripts/defined.s: Likewise.
367
368 2009-04-15 Christophe Lyon <christophe.lyon@st.com>
369
370 * ld-arm/arm-elf.exp: Add 1 more test to check undef weak
371 reference with PLT in ARM mode.
372 * ld-arm/thumb2-bl-undefweak1.d, ld-arm/thumb2-bl-undefweak1.s:
373 New files.
374
375 2009-04-08 H.J. Lu <hongjiu.lu@intel.com>
376
377 * ld-i386/abs.d: Add --32 for assembler and -melf_i386 for
378 linker.
379
380 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
381
382 * ld-scripts/rgn-at.s: Use explicit .section pseudos.
383
384 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
385
386 * ld-pe/image_size.d (#target): Also run test on Cygwin and x86_64
387 MinGW targets.
388
389 2009-04-03 Nathan Sidwell <nathan@codesourcery.com>
390
391 * ld-scripts/rgn-at.exp: New.
392 * ld-scripts/rgn-at.s: New.
393 * ld-scripts/rgn-at1.d: New.
394 * ld-scripts/rgn-at1.t: New.
395 * ld-scripts/rgn-at2.d: New.
396 * ld-scripts/rgn-at2.t: New.
397 * ld-scripts/rgn-at3.d: New.
398 * ld-scripts/rgn-at3.t: New.
399
400 2009-04-03 Dave Korn <dave.korn.cygwin@gmail.com>
401
402 * ld-pe/export_dynamic_warning.s: Make dummy code portable.
403
404 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
405
406 * ld-pe/export_dynamic_warning.d (#warning): Fix regex pattern.
407
408 2009-04-02 Dave Korn <dave.korn.cygwin@gmail.com>
409
410 PR ld/6744
411 * ld-pe/export_dynamic_warning.d: New test control file.
412 * ld-pe/export_dynamic_warning.s: New test source file.
413 * ld-pe/pe.exp: Also run export_dynamic_warning dump test.
414
415 2009-04-02 Christophe Lyon <christophe.lyon@st.com>
416
417 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Update expected
418 results.
419 * ld-arm/farcall-thumb-thumb.d: Likewise.
420
421 2009-04-02 Nick Clifton <nickc@redhat.com>
422
423 PR 9987
424 * lib/ld-lib.exp (check_gc_sections_available): Do not run garbage
425 collection tests for cygwin targets.
426
427 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
428
429 * ld-powerpc/aix-gc-1.nd: New test.
430 * ld-powerpc/aix52.exp: Run it.
431
432 2009-04-01 Richard Sandiford <r.sandiford@uk.ibm.com>
433
434 * ld-powerpc/aix-rel-1.s, ld-powerpc/aix-rel-1.od: New test.
435 * ld-powerpc/aix52.exp: Run it.
436
437 2009-04-01 Dave Korn <dave.korn.cygwin@gmail.com>
438
439 * ld-cygwin/exe-export.exp: Add "-lkernel32" when linking test exe.
440 * ld-cygwin/testexe.c (testexe_main): Indicate whether global_a
441 was set to correct final value using error return status.
442 (testexe_dummy): Dummy function calls an import from kernel32.dll
443 to ensure it is mapped into the process space at runtime.
444
445 2009-04-01 Christophe Lyon <christophe.lyon@st.com>
446
447 * ld-arm/arm-elf.exp: BE8 tests expect the same output as the
448 default ones.
449 * ld-arm/arm-be8.d: Print opcodes in little endian.
450 * ld-arm/farcall-thumb-arm-be8.d: Removed useless expected result.
451 * ld-arm/farcall-arm-arm-be8.d: Likewise.
452
453 2009-03-25 Hans-Peter Nilsson <hp@axis.com>
454
455 * ld-cris/tls-e-dtpoffd3.d, ld-cris/tls-e-tpoffcomm1.d,
456 ld-cris/tls-e-tpoffcomm1.s: New tests.
457
458 2009-03-24 Hans-Peter Nilsson <hp@axis.com>
459
460 * ld-cris/tls-commx.s, ld-cris/tls-dso-dtpoffd2.d,
461 ld-cris/tls-dso-dtpoffd4.d, ld-cris/tls-dtpoffdx.s,
462 ld-cris/tls-e-dtpoffd1.d: New tests.
463
464 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
465 ld-cris/tls-e-80.d, ld-cris/tls-gd-3.d, ld-cris/tls-gd-3h.d,
466 ld-cris/tls-global-74.d, ld-cris/tls-ldgde-14.d,
467 ld-cris/tls-ldgde-15.d, ld-cris/tls-legd-16.d,
468 ld-cris/tls-legd-17.d, ld-cris/tls-local-57.d,
469 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for BFD
470 change in link-time known GOT contents for GD relocations.
471
472 2009-03-20 H.J. Lu <hongjiu.lu@intel.com>
473
474 PR ld/9970
475 * ld-pie/pie.exp: Use -fpie to compile. Run *.d tests.
476
477 * ld-pie/start.d: New.
478 * ld-pie/start.s: Likewise.
479
480 2009-03-18 H.J. Lu <hongjiu.lu@intel.com>
481
482 PR ld/6766
483 * ld-undefined/dummy.s: New.
484 * ld-undefined/entry-1.d: Likewise.
485 * ld-undefined/entry-2.d: Likewise.
486 * ld-undefined/entry-3.d: Likewise.
487 * ld-undefined/entry-4.d: Likewise.
488 * ld-undefined/entry-5.d: Likewise.
489 * ld-undefined/entry-6.d: Likewise.
490 * ld-undefined/entry.exp: Likewise.
491 * ld-undefined/entry.s: Likewise.
492
493 2009-03-17 Alan Modra <amodra@bigpond.net.au>
494
495 * ld-spu/icache1.d: Update for fixed set_id, new manager entry, and
496 reduced data.
497
498 2009-03-17 Alan Modra <amodra@bigpond.net.au>
499
500 * config/default.exp (get_link_files): Replace double dollars with
501 single dollars.
502
503 2009-03-17 Alan Modra <amodra@bigpond.net.au>
504
505 * ld-bootstrap/bootstrap.exp: Use DO_COMPARE. Remove unnecessary
506 cleanup and log output.
507
508 2009-03-16 Dave Korn <dave.korn.cygwin@gmail.com>
509
510 * ld-bootstrap/bootstrap.exp: Also pass '-liconv' to linker when
511 linking statically on Cygwin, necessitated by '-lintl'.
512
513 2009-03-15 Dave Korn <dave.korn.cygwin@gmail.com>
514
515 * ld-auto-import/auto-import.exp: Add missing dll entrypoint.
516
517 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
518
519 * ld-powerpc/aix-export-1-all.dd, ld-powerpc/aix-export-1-full.dd,
520 ld-powerpc/aix-export-1a.s, ld-powerpc/aix-export-1b.s: New tests.
521 * ld-powerpc/aix52.exp: Run them.
522
523 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
524
525 * ld-powerpc/aix-gc-1.s, ld-powerpc/aix-gc-1.ex,
526 ld-powerpc/aix-gc-1-32.dd, ld-powerpc/aix-gc-1-64.dd,
527 ld-powerpc/aix-weak-1-gcdso.dnd, ld-powerpc/aix-weak-1-gcdso.hd,
528 ld-powerpc/aix-weak-1-gcdso.nd: New tests.
529 * ld-powerpc/aix52.exp: Run them.
530
531 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
532
533 * ld-powerpc/aix-glink-2a.s, ld-powerpc/aix-glink-2a.ex,
534 ld-powerpc/aix-glink-2b.s, ld-powerpc/aix-glink-2c.s,
535 ld-powerpc/aix-glink-2c.ex, ld-powerpc/aix-glink-2d.s,
536 ld-powerpc/aix-glink-2-32.dd, ld-powerpc/aix-glink-2-64.dd,
537 ld-powerpc/aix-weak-1a.s, ld-powerpc/aix-weak-1b.s,
538 ld-powerpc/aix-weak-1-rel.hd, ld-powerpc/aix-weak-1-rel.nd,
539 ld-powerpc/aix-weak-1-dso.hd, ld-powerpc/aix-weak-1-dso.nd,
540 ld-powerpc/aix-weak-1-dso.dnd, ld-powerpc/aix-weak-1.ex,
541 ld-powerpc/aix-weak-2a.s, ld-powerpc/aix-weak-2a.ex,
542 ld-powerpc/aix-weak-2a.nd, ld-powerpc/aix-weak-2b.s,
543 ld-powerpc/aix-weak-2b.nd, ld-powerpc/aix-weak-2c.s,
544 ld-powerpc/aix-weak-2c.ex, ld-powerpc/aix-weak-2c.nd,
545 ld-powerpc/aix-weak-2c.od, ld-powerpc/aix-weak-3a.s,
546 ld-powerpc/aix-weak-3a.ex, ld-powerpc/aix-weak-3b.s,
547 ld-powerpc/aix-weak-3b.ex, ld-powerpc/aix-weak-3-32.d,
548 ld-powerpc/aix-weak-3-32.dd, ld-powerpc/aix-weak-3-64.d,
549 ld-powerpc/aix-weak-3-64.dd: New tests.
550 * ld-powerpc/aix52.exp: Run them. Replace tmp/aix-* with
551 tmp/aix64-* in 64-bit ld options.
552
553 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
554
555 * ld-powerpc/aix-no-dup-syms-1a.s, ld-powerpc/aix-no-dup-syms-1b.s,
556 ld-powerpc/aix-no-dup-syms-1.ex, ld-powerpc/aix-no-dup-syms-1.im,
557 ld-powerpc/aix-no-dup-syms-1-dso.dnd,
558 ld-powerpc/aix-no-dup-syms-1-dso.drd,
559 ld-powerpc/aix-no-dup-syms-1-dso.nd,
560 ld-powerpc/aix-no-dup-syms-1-dso.rd,
561 ld-powerpc/aix-no-dup-syms-1-rel.nd,
562 ld-powerpc/aix-no-dup-syms-1-rel.rd: New tests.
563 * ld-powerpc/aix52.exp: Run them.
564
565 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
566
567 * ld-powerpc/aix-abs-branch-1.nd,
568 ld-powerpc/aix-abs-reloc-1.nd: New tests.
569 * ld-powerpc/aix52.exp: Run them.
570
571 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
572
573 * ld-powerpc/aix-lineno-1.s, ld-powerpc/aix-lineno-1.txt,
574 ld-powerpc/aix-lineno-1a.dd, ld-powerpc/aix-lineno-1a.nd,
575 ld-powerpc/aix-lineno-1b.dd, ld-powerpc/aix-lineno-1b.nd: New tests.
576 * ld-powerpc/aix52.exp: Run them. Copy aix-lineno-1.txt to tmpdir.
577
578 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
579
580 * ld-powerpc/aix-toc-1.ex, ld-powerpc/aix-toc-1a.s,
581 ld-powerpc/aix-toc-1b.s, ld-powerpc/aix-toc-1-32.dd,
582 ld-powerpc/aix-toc-1-64.dd: New tests.
583 * ld-powerpc/aix52.exp: Run them.
584
585 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
586
587 * ld-powerpc/aix-glink-1.ex, ld-powerpc/aix-glink-1.s,
588 ld-powerpc/aix-glink-1-32.dd, ld-powerpc/aix-glink-1-64.dd,
589 ld-powerpc/aix-glink-1-32.d, ld-powerpc/aix-glink-1-64.d: New tests.
590 * ld-powerpc/aix52.exp: Run them.
591
592 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
593
594 * ld-powerpc/aix-abs-branch-1.im, ld-powerpc/aix-abs-branch-1.ex,
595 ld-powerpc/aix-abs-branch-1.s,
596 ld-powerpc/aix-abs-branch-1.dd: New test.
597 * ld-powerpc/aix52.exp: Run it.
598
599 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
600
601 * ld-powerpc/aix-abs-reloc-1.ex, ld-powerpc/aix-abs-reloc-1.im,
602 ld-powerpc/aix-abs-reloc-1.od, ld-powerpc/aix-abs-reloc-1.s: New test.
603 * ld-powerpc/aix52.exp: Run it.
604
605 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
606
607 * ld-powerpc/aix-core-sec-1.s, ld-powerpc/aix-core-sec-1.ex,
608 ld-powerpc/aix-core-sec-1.hd, ld-powerpc/aix-core-sec-2.s,
609 ld-powerpc/aix-core-sec-2.ex, ld-powerpc/aix-core-sec-2.hd,
610 ld-powerpc/aix-core-sec-3.s, ld-powerpc/aix-core-sec-3.ex,
611 ld-powerpc/aix-core-sec-3.hd: New tests.
612 * ld-powerpc/aix52.exp: New harness.
613
614 2009-03-14 Richard Sandiford <r.sandiford@uk.ibm.com>
615
616 * lib/ld-lib.exp (ar_simple_create): Add an "aropts" parameter.
617 (run_ld_link_tests): Treat the second list element as "ar" options
618 when creating an archive. Don't run the linker in this case.
619 (run_cc_link_tests): Likewise.
620
621 2009-03-13 Nick Clifton <nickc@redhat.com>
622
623 * lib/ld-lib.exp (run_dump_test): Add verbose to list of globals.
624 Replace call to verbose_eval with a test of verbose level. If
625 greater than 2 always dump the contents of the dumpfile. If equal
626 to 2 only dump the contents if the regexp diff failed.
627 (proc verbose_eval): Delete.
628
629 2009-03-07 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
630
631 * ld-elf/empty2.d: Remove xfail for hppa*-*-*.
632 * ld-elf/merge.d: Change xfail for hppa to hppa*64*-*-*.
633
634 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
635
636 * ld-arm/arm-elf.exp: Add new farcall-group-limit test.
637 * ld-arm/farcall-group-limit.d: New file.
638 * ld-arm/farcall-group3.s: New file.
639 * ld-arm/farcall-group4.s: New file.
640
641 2009-03-05 Christophe Lyon <christophe.lyon@st.com>
642
643 * ld-arm/arm-elf.exp: Add 2 more tests to check long branch stubs
644 in PLT context.
645 * ld-arm/farcall-mixed-app-v5.d: New file.
646 * ld-arm/farcall-mixed-app.d: Likewise.
647 * ld-arm/farcall-mixed-app.r: Likewise.
648 * ld-arm/farcall-mixed-app.s: Likewise.
649 * ld-arm/farcall-mixed-app.sym: Likewise.
650 * ld-arm/farcall-mixed-lib.d: Likewise.
651 * ld-arm/farcall-mixed-lib.r: Likewise.
652
653 2009-03-04 Alan Modra <amodra@bigpond.net.au>
654
655 * ld-powerpc/tlsmark.s, * ld-powerpc/tlsmark.d: New test.
656 * ld-powerpc/tlsmark32.s, * ld-powerpc/tlsmark32.d: New test.
657 * ld-powerpc/powerpc.exp: Run them.
658
659 2009-03-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
660
661 * ld-scripts/regions-alias-1.t: New file.
662 * ld-scripts/regions-alias-2.t: New file.
663 * ld-scripts/regions-alias-3.t: New file.
664 * ld-scripts/regions-alias-4.t: New file.
665 * ld-scripts/script.exp: Run region alias tests.
666
667 2009-02-27 Dave Korn <dave.korn.cygwin@gmail.com>
668
669 * ld-pe/pe.exp: Disable auto-import when linking on Cygwin.
670
671 2009-02-26 Christophe Lyon <christophe.lyon@st.com>
672
673 * ld-arm/arm-elf.exp: Add 3 tests for the 3 new stubs.
674 * ld-arm/farcall-thumb-arm-pic-veneer.d: New expected result, the
675 test is now expected to pass.
676 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
677 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
678
679 2009-02-25 Christophe Lyon <christophe.lyon@st.com>
680
681 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Update expected result,
682 as stubs are now generated and the end of the .text section.
683 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
684
685 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
686
687 * ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
688 ld-arm/farcall-arm-thumb-pic-veneer.d,
689 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Update for fixed
690 Thumb PIC stub.
691
692 2009-02-24 Daniel Jacobowitz <dan@codesourcery.com>
693
694 * ld-arm/arm-elf.exp (armeabitests): Update duplicate test names.
695 Use normal output files for big-endian.
696 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: Delete.
697 * ld-arm/farcall-arm-arm-be8.d, ld-arm/farcall-arm-arm-pic-veneer.d,
698 ld-arm/farcall-arm-arm.d, ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
699 ld-arm/farcall-arm-thumb-blx.d, ld-arm/farcall-arm-thumb-pic-veneer.d,
700 ld-arm/farcall-arm-thumb.d, ld-arm/farcall-group-size2.d,
701 ld-arm/farcall-group.d, ld-arm/farcall-mix.d, ld-arm/farcall-mix2.d,
702 ld-arm/farcall-thumb-arm-be8.d,
703 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
704 ld-arm/farcall-thumb-arm-blx.d, ld-arm/farcall-thumb-arm-short.d,
705 ld-arm/farcall-thumb-arm.d,
706 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d,
707 ld-arm/farcall-thumb-thumb-blx.d, ld-arm/farcall-thumb-thumb-m.d,
708 ld-arm/farcall-thumb-thumb.d, ld-arm/thumb2-bl-as-thumb1-bad.d,
709 ld-arm/thumb2-bl-bad.d: Update for moved stubs.
710
711 2009-02-23 Daniel Jacobowitz <dan@codesourcery.com>
712
713 * ld-arm/arm-elf.exp (armeabitests): Run new tests. Correct BE8 output
714 filename.
715 * ld-arm/farcall-arm-arm-be.d, ld-arm/farcall-thumb-arm-be.d: New.
716
717 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
718
719 * ld-arm/arm-elf.exp: Add new farcall-thumb-arm-be8 test.
720 * ld-arm/farcall-thumb-arm-be8.d: New expected result.
721 * ld-arm/farcall-arm-arm-be8.d: Replace wildcards by instructions.
722
723 2009-02-23 Christophe Lyon <christophe.lyon@st.com>
724
725 * ld-arm/arm-elf.exp: Rewrite non-EABI variants of
726 thumb2-bl-as-thumb1-bad and thumb2-bl-bad tests, which now
727 pass. farcall-thumb-thumb now passes in EABI mode.
728 * ld-arm/farcall-thumb-arm-pic-veneer.d: Fixed name, source, as
729 and ld flags to match intended test.
730 * ld-arm/farcall-thumb-arm.d: New expected result.
731 * ld-arm/farcall-thumb-thumb-m.d: Likewise.
732 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Fixed name and ld
733 flags.
734 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
735 * ld-arm/farcall-thumb-thumb.d: New expected result, this test is
736 now expected to pass.
737 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
738 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
739 * ld-arm/thumb2-bl-as-thumb1-bad.d: Update addresses according to
740 new use.
741 * ld-arm/thumb2-bl-as-thumb1-bad.s: Update comment.
742
743 2009-18-02 Dave Korn <dave.korn.cygwin@gmail.com>
744
745 * ld-pe/longsecn-1.d: New test file.
746 * ld-pe/longsecn-2.d: Likewise.
747 * ld-pe/longsecn-3.d: Likewise.
748 * ld-pe/longsecn-4.d: Likewise.
749 * ld-pe/longsecn-5.d: Likewise.
750 * ld-pe/longsecn.d: Likewise.
751 * ld-pe/longsecn.exp: New test control script.
752 * ld-pe/longsecn.s: New test source file.
753
754 2009-02-18 Christophe Lyon <christophe.lyon@st.com>
755
756 * ld-arm/farcall-arm-arm-pic-veneer.d,
757 ld-arm/farcall-arm-thumb-blx-pic-veneer.d,
758 ld-arm/farcall-arm-thumb-pic-veneer.d,
759 ld-arm/farcall-thumb-arm-blx-pic-veneer.d,
760 ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Fix expected stub
761 target.
762
763 2009-02-06 Joseph Myers <joseph@codesourcery.com>
764
765 * lib/ld-lib.exp (check_gc_sections_available): Return 0 for
766 *-*-mingw*.
767
768 2009-02-05 Joseph Myers <joseph@codesourcery.com>
769
770 * ld-arm/arm-elf.exp (armeabitests): Restore thumb2-b-interwork.
771
772 2009-02-03 Maxim Kuvyrkov <maxim@codesourcery.com>
773
774 * ld-m68k/got-multigot-12-13-14-34-35-ok.d: Update.
775 * ld-m68k/got-multigot-14-ok.d: Update.
776 * ld-m68k/m68k-got.exp: Update.
777 * ld-m68k/got-negative-12-13-14-34-ok.d: Update.
778 * ld-m68k/got-negative-14-ok.d: Update.
779 * ld-m68k/tls-gd-1.d, ld-m68k/tls-gd-2.d: New tests.
780 * ld-m68k/tls-gd-ie-1.d, ld-m68k/tls-ie-1.d: New tests.
781 * ld-m68k/tls-ld-1.d, ld-m68k/tls-ld-2.d: New tests.
782 * ld-m68k/tls-ld-1.s, ld-m68k/tls-ld-2.s, ld-m68k/tls-le-1.s:
783 New test sources.
784 * ld-m68k/tls-no-1.s, ld-m68k/tls-gd-ie-1.s, ld-m68k/tls-gd-1.s:
785 New test sources.
786 * ld-m68k/tls-gd-2.s, ld-m68k/tls-ie-1.s: New test sources.
787 * ld-m68k/m68k.exp: Run new tests.
788 (merge isa-a isa-a:nodiv): Fix.
789
790 2009-02-01 Jan Kratochvil <jan.kratochvil@redhat.com>
791
792 * ld-elf/eh-group2.s: New `.cfi_lsda' referencing `.gcc_except_table'.
793 * ld-elf/eh-group.exp: New test and conditional defininiton of `ELF64'.
794
795 2009-01-29 Nick Clifton <nickc@redhat.com>
796
797 * lib/ld-lib.exp (check_gc_sections_available): Add MeP to list of
798 targets which do not support garbage collection.
799 * ld-srec/srec.exp (run_srec_test): Expect tests to fail for MeP.
800 * ld-elf/group8a.d: Likewise.
801 * ld-elf/group8b.d: Likewise.
802 * ld-elf/group9a.d: Likewise.
803 * ld-elf/group9b.d: Likewise.
804
805 2009-01-27 Hans-Peter Nilsson <hp@axis.com>
806
807 * ld-cris/tls-tbss64.s, ld-cris/tls-e-80.d: New test.
808
809 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-22.d,
810 ld-cris/tls-ldgde-14.d, ld-cris/tls-ldgde-15.d,
811 ld-cris/tls-ldgdex-14.d, ld-cris/tls-ldgdex-15.d: Adjust for
812 change in relocation values.
813
814 * ld-cris/weakhiddso.d, ld-cris/weakhid.s: New test.
815
816 2009-01-26 Nathan Sidwell <nathan@codesourcery.com>
817
818 * ld-powerpc/powerpc.exp: Add vxworks relax testcase.
819 * ld-powerpc/vxworks-relax.s, ld-powerpc/vxworks-relax.rd: New.
820 * ld-powerpc/vxworks1.ld: Add .pad and .far input sections.
821 * ld-powerpc/vxworks1.rd: Correct regexp for undefined symbols.
822
823 2009-01-26 Andrew Stubbs <ams@codesourcery.com>
824
825 * ld-arm/attr-merge-3.attr: Update following gas change.
826 * ld-arm/attr-merge-2.attr: Update Tag_ARM_ISA_use and
827 Tag_THUMB_ISA_use following gas changes.
828 * ld-arm/attr-merge-4.attr: Likewise.
829 * ld-arm/attr-merge-5.attr: Likewise.
830 * ld-arm/attr-merge-arch-1.attr: Likewise.
831 * ld-arm/attr-merge-arch-2.attr: Likewise.
832 * ld-arm/attr-merge-unknown-2.d: Likewise.
833 * ld-arm/attr-merge-unknown-2r.d: Likewise.
834 * ld-arm/attr-merge-unknown-3.d: Likewise.
835 * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
836 * ld-arm/attr-merge-wchar-00.d: Likewise.
837 * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
838 * ld-arm/attr-merge-wchar-02.d: Likewise.
839 * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
840 * ld-arm/attr-merge-wchar-04.d: Likewise.
841 * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
842 * ld-arm/attr-merge-wchar-20.d: Likewise.
843 * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
844 * ld-arm/attr-merge-wchar-22.d: Likewise.
845 * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
846 * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
847 * ld-arm/attr-merge-wchar-40.d: Likewise.
848 * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
849 * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
850 * ld-arm/attr-merge-wchar-44.d: Likewise.
851 * ld-arm/attr-merge.attr: Likewise.
852
853 2009-01-21 Alan Modra <amodra@bigpond.net.au>
854
855 * ld-spu/icache1.d: Add --non-ia-text to ld options.
856
857 2009-01-19 Hans-Peter Nilsson <hp@axis.com>
858
859 * ld-cris/expdref3.s, ld-cris/expdref4.s, ld-cris/weakref3.d,
860 ld-cris/weakref4.d: New tests.
861 * ld-cris/libdso-15b.d: Adjust for recent weakref fix.
862
863 2009-01-19 H.J. Lu <hongjiu.lu@intel.com>
864
865 * ld-elf/group9.s: Replace .byte with .long.
866
867 2009-01-19 Andrew Stubbs <ams@codesourcery.com>
868
869 * ld-arm/arm-elf.exp (armeabitests): Add EABI attribute merging 3,
870 EABI attribute merging 4, and EABI attribute merging 5,
871 EABI attribute arch merging 1, EABI attribute arch merging 1 reversed,
872 EABI attribute arch merging 2, EABI attribute arch merging 2 reversed.
873 Add attr-merge-unknown-1, attr-merge-unknown-2, attr-merge-unknown-2r,
874 and attr-merge-unknown-3 dump tests.
875 * ld-arm/arch-v6.s: New file.
876 * ld-arm/arch-v6k.s: New file.
877 * ld-arm/arch-v6t2.s: New file.
878 * ld-arm/attr-merge-3.attr: New file.
879 * ld-arm/attr-merge-3a.s: New file.
880 * ld-arm/attr-merge-3b.s: New file.
881 * ld-arm/attr-merge-4.attr: New file.
882 * ld-arm/attr-merge-4a.s: New file.
883 * ld-arm/attr-merge-4b.s: New file.
884 * ld-arm/attr-merge-5.attr: New file.
885 * ld-arm/attr-merge-5.s: New file.
886 * ld-arm/attr-merge-arch-1.attr: New file.
887 * ld-arm/attr-merge-arch-2.attr: New file.
888 * ld-arm/attr-merge-unknown-1.d: New file.
889 * ld-arm/attr-merge-unknown-1.s: New file.
890 * ld-arm/attr-merge-unknown-2.d: New file.
891 * ld-arm/attr-merge-unknown-2.s: New file.
892 * ld-arm/attr-merge-unknown-2r.d: New file.
893 * ld-arm/attr-merge-unknown-3.d: New file.
894 * ld-arm/blank.s: New file.
895
896 2009-01-16 H.J. Lu <hongjiu.lu@intel.com>
897
898 * ld-elf/textaddr1.d: New.
899 * ld-elf/textaddr2.d: Likewise.
900
901 2009-01-14 H.J. Lu <hongjiu.lu@intel.com>
902
903 PR ld/9727
904 * ld-elf/group8.s: New.
905 * ld-elf/group8a.d: Likewise.
906 * ld-elf/group8b.d: Likewise.
907 * ld-elf/group9.s: Likewise.
908 * ld-elf/group9a.d: Likewise.
909 * ld-elf/group9b.d: Likewise.
910
911 2009-01-13 Alan Modra <amodra@bigpond.net.au>
912
913 * ld-spu/icache1.s: New file.
914 * ld-spu/icache1.d: New file.
915
916 2009-01-13 Alan Modra <amodra@bigpond.net.au>
917
918 * ld-elf/elf.exp: Save and restore LDFLAGS.
919 * ld-scripts/default-script.exp: Likewise.
920 * ld-scripts/empty-orphan.exp: Likewise, and add to LDFLAGS rather
921 than replacing.
922 * ld-scripts/include.exp: Set --local-store for SPU.
923
924 2009-01-12 Alan Modra <amodra@bigpond.net.au>
925
926 * ld-spu/ovl.d: Allow for absolute branches in stubs.
927 * ld-spu/ovl2.d: Likewise.
928
929 2009-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
930
931 * ld-elf/linkoncerdiff.d, ld-elf/linkoncerdiff1.s,
932 ld-elf/linkoncerdiff2.s: New.
933
934 2009-01-07 Hans-Peter Nilsson <hp@axis.com>
935
936 * ld-cris/tls-e-20.d, ld-cris/tls-e-20a.d, ld-cris/tls-e-21.d,
937 ld-cris/tls-e-23.d, ld-cris/tls-e-66.d, ld-cris/tls-gd-3.d,
938 ld-cris/tls-gd-3h.d, ld-cris/tls-global-74.d,
939 ld-cris/tls-ie-8e1.d, ld-cris/tls-ldgde-14.d,
940 ld-cris/tls-ldgde-15.d, ld-cris/tls-le-12.d, ld-cris/tls-le-13.d,
941 ld-cris/tls-le-13s.d, ld-cris/tls-legd-16.d,
942 ld-cris/tls-legd-17.d, ld-cris/tls-legdx-16.d,
943 ld-cris/tls-legdx-17.d, ld-cris/tls-leie-18.d,
944 ld-cris/tls-leie-19.d, ld-cris/tls-local-57.d,
945 ld-cris/tls-local-58.d, ld-cris/tls-local-59.d: Adjust for
946 relocation value now offset by negative program TLS block size.
947 * ld-cris/tls-le-12s.d: Ditto. Move 128-byte tls-data to last.
948 Adjust accordingly.
949 * ld-cris/tls-le-12s.s: Use movs, not movu, for sign-extended
950 always-negative relocation.
951 * ld-cris/tls-tprelm.s: Move filler data to after symbol for
952 tested relocation.
953 * ld-cris/tls-ok-36.d: Adjust accordingly.
954
955 2009-01-03 Hans-Peter Nilsson <hp@axis.com>
956
957 * ld-cris/tls-js1.d: New test.
958
959 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
960
961 PR ld/9679
962 * ld-elf/pr9679-1.c: New.
963 * ld-elf/pr9679-2.c: Likewise.
964 * ld-elf/pr9679.rd: Likewise.
965
966 * ld-elf/shared.exp (build_tests): Add test for libpr9679.so.
967
968 2009-01-02 H.J. Lu <hongjiu.lu@intel.com>
969
970 PR ld/9676
971 * ld-elf/pr9676-1.c: New.
972 * ld-elf/pr9676-2.c: Likewiswe.
973 * ld-elf/pr9676-3.c: Likewiswe.
974 * ld-elf/pr9676-4.c: Likewiswe.
975 * ld-elf/pr9676.rd: Likewiswe.
976
977 * ld-elf/shared.exp (build_tests): Add tests for libpr9676-1.a,
978 libpr9676-2.a, libpr9676-3.so, libpr9676-4.so and
979 libpr9676-4a.so.
980
981 * lib/ld-lib.exp (ar_simple_create): New.
982 (run_ld_link_tests): Support archive.
983 (run_cc_link_tests): Likewiswe.
984
985 For older changes see ChangeLog-2008
986 \f
987 Local Variables:
988 mode: change-log
989 left-margin: 8
990 fill-column: 74
991 version-control: never
992 End: