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