2010-10-23 Mark Mitchell <mark@codesourcery.com>
[binutils-gdb.git] / ld / testsuite / ChangeLog
1 2010-10-23 Mark Mitchell <mark@codesourcery.com>
2
3 * ld-elf/group10.d: Expect ".group" for the name of group
4 sections.
5 * ld-elf/group2.d: Likewise.
6 * ld-elf/group7.d: Likewise.
7
8 2010-10-21 Joseph Myers <joseph@codesourcery.com>
9
10 * ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
11 ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
12 ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
13 ld-tic6x/attr-arch-c64x+-c62x.d, ld-tic6x/attr-arch-c64x+-c64x+.d,
14 ld-tic6x/attr-arch-c64x+-c64x.d, ld-tic6x/attr-arch-c64x+-c674x.d,
15 ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
16 ld-tic6x/attr-arch-c64x-c62x.d, ld-tic6x/attr-arch-c64x-c64x+.d,
17 ld-tic6x/attr-arch-c64x-c64x.d, ld-tic6x/attr-arch-c64x-c674x.d,
18 ld-tic6x/attr-arch-c64x-c67x+.d, ld-tic6x/attr-arch-c64x-c67x.d,
19 ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
20 ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
21 ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
22 ld-tic6x/attr-arch-c67x+-c62x.d, ld-tic6x/attr-arch-c67x+-c64x+.d,
23 ld-tic6x/attr-arch-c67x+-c64x.d, ld-tic6x/attr-arch-c67x+-c674x.d,
24 ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
25 ld-tic6x/attr-arch-c67x-c62x.d, ld-tic6x/attr-arch-c67x-c64x+.d,
26 ld-tic6x/attr-arch-c67x-c64x.d, ld-tic6x/attr-arch-c67x-c674x.d,
27 ld-tic6x/attr-arch-c67x-c67x+.d, ld-tic6x/attr-arch-c67x-c67x.d:
28 Update for attribute renaming.
29
30 2010-10-20 Dave Korn <dave.korn.cygwin@gmail.com>
31
32 * ld-plugin/plugin.exp: Mark tests UNSUPPORTED, not UNRESOLVED, if
33 no suitable target compiler is available.
34
35 2010-10-16 Kai Tietz <kai.tietz@onevision.com>
36
37 * ld-pe/pe-run2.exp: Prefix --enable-auto-import by -Wl.
38
39 2010-10-15 Dave Korn <dave.korn.cygwin@gmail.com>
40
41 * ld-plugin/plugin.exp: Don't error out if there is no target compiler
42 available, make tests UNSUPPORTED instead.
43
44 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
45
46 Apply LD plugin patch series (part 6/6).
47 * ld-plugin/plugin-10.d: New dump test control script.
48 * ld-plugin/plugin-11.d: Likewise.
49 * ld-plugin/plugin.exp: Run them.
50
51 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
52
53 Apply LD plugin patch series (part 5/6).
54 * ld-plugin/plugin-ignore.d: New dump test control script.
55 * ld-plugin/plugin-vis-1.d: Likewise.
56 * ld-plugin/plugin.exp: Add list of ELF-only tests and run them if
57 testing on an ELF target.
58
59 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
60
61 Apply LD plugin patch series (part 4/6).
62 * ld-plugin/plugin-9.d: New testcase.
63 * ld-plugin/plugin.exp: Invoke it.
64
65 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
66
67 Apply LD plugin patch series (part 3/6).
68 * ld-plugin/plugin-8.d: New testcase.
69 * ld-plugin/plugin.exp: Invoke it.
70
71 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
72
73 Apply LD plugin patch series (part 2/6).
74 * ld-plugin/plugin-3.d: Enable regexes for new functionality.
75 * ld-plugin/plugin-5.d: Likewise.
76 * ld-plugin/plugin-6.d: New testcase.
77 * ld-plugin/plugin-7.d: Likewise.
78 * ld-plugin/plugin.exp: Use 'nm' on compiled test objects to determine
79 whether symbols in plugin arguments need an underscore prefix. Add
80 new plugin-6.d and plugin-7.d testcases.
81
82 2010-10-14 Dave Korn <dave.korn.cygwin@gmail.com>
83
84 Apply LD plugin patch series (part 1/6).
85 * ld-bootstrap/bootstrap.exp: Skip static tests also if LD plugins
86 are enabled.
87 * lib/ld-lib.exp (proc regexp_diff): Extend verbose debug output.
88 (proc set_file_contents): Write a file with the supplied content.
89 (run_ld_link_tests): Add new 'ld' action to test linker output.
90 (proc check_plugin_api_available): Return true if linker under test
91 supports the plugin API.
92 * ld-plugin/func.c: New test source file.
93 * ld-plugin/main.c: Likewise.
94 * ld-plugin/text.c: Likewise.
95 * ld-plugin/plugin-1.d: New dump test output pattern script.
96 * ld-plugin/plugin-2.d: Likewise.
97 * ld-plugin/plugin-3.d: Likewise.
98 * ld-plugin/plugin-4.d: Likewise.
99 * ld-plugin/plugin-5.d: Likewise.
100 * ld-plugin/plugin.exp: New test control script.
101
102 2010-10-11 Alan Modra <amodra@gmail.com>
103
104 * ld-elf/orphan-region.d: xfail frv-*-*.
105
106 2010-10-11 Alan Modra <amodra@gmail.com>
107
108 * ld-mmix/sec-3.d: Adjust for 2010-09-29 orphan change.
109 * ld-mmix/sec-7m.d: Likewise.
110
111 2010-10-06 Nick Clifton <nickc@redhat.com>
112
113 * ld-scripts/rgn-at5.t: Add some more output sections.
114 * ld-scripts/rgn-at5.d: Update expected output.
115
116 2010-09-30 H.J. Lu <hongjiu.lu@intel.com>
117
118 PR ld/11812
119 * ld-i386/nogot2.d: New
120 * ld-i386/nogot2.s: Likewise.
121 * ld-x86-64/nogot2.d: Likewise.
122 * ld-x86-64/nogot2.s: Likewise.
123
124 * ld-i386/i386.exp: Run nogot2.
125 * ld-x86-64/x86-64.exp: Likewise.
126
127 2010-09-29 Alan Modra <amodra@gmail.com>
128
129 * ld-h8300/h8300.exp: Use is_elf_format.
130
131 * lib/ld-lib.exp (is_elf_format): Merge with binutils and gas versions.
132 (is_aout_format): Update target list.
133 (is_pecoff_format): Remove unnecessary line continuation.
134
135 2010-09-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
136
137 * ld-s390/tlsbin.dd: bcr 0,%r7 -> nopr %r7.
138 * ld-s390/tlsbin_64.dd: Likewise.
139 * ld-s390/tlspic.dd: Likewise.
140 * ld-s390/tlspic_64.dd: Likewise.
141
142 2010-09-23 H.J. Lu <hongjiu.lu@intel.com>
143
144 PR ld/11812
145 * ld-i386/nogot1.s: Don't use GOTOFF.
146
147 2010-09-23 Bernd Schmidt <bernds@codesourcery.com>
148
149 * ld-tic6x/pcrel-reloc-local-r-rel-rela.d: New test.
150
151 2010-09-23 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
152
153 * ld-arm/attr-merge-6.attr: Update for Security Extensions.
154 * ld-arm/attr-merge-7.attr: Likewise.
155
156 2010-09-23 Alan Modra <amodra@gmail.com>
157
158 * ld-elf/elf.exp: Don't run --gc-sections tls var test on v850.
159 * ld-elf/group2.d: xfail xstormy.
160 * ld-elf/group4.d: Likewise.
161 * ld-elf/group5.d: Likewise.
162 * ld-elf/group6.d: Likewise.
163 * ld-elf/init-fini-arrays.d: xfail cr16 and crx.
164 * ld-elf/orphan2.d: xfail xstormy.
165 * ld-elf/sec64k.exp: Don't run on targets using generic linker.
166 Allow a larger range for ld -r expected bar_1 section. Don't run
167 final link test on a number of targets. Select avr6 for avr targets.
168 * ld-elfcomm/elfcomm.exp: Don't attempt on hpux.
169
170 * ld-d10v/reloc-007.d: Don't error.
171 * ld-d10v/reloc-008.d: Likewise.
172 * ld-d10v/reloc-015.d: Likewise.
173 * ld-d10v/reloc-016.d: Likewise.
174 * ld-d10v/reloc-012.ld: Use a sane offset.
175
176 2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
177
178 * ld-arm/attr-merge-6.attr: Update test for change in canonical CPU
179 name.
180 * ld-arm/attr-merge-7.attr: Likewise.
181 * ld-arm/attr-merge-2.attr: Likewise.
182 * ld-arm/attr-merge-arch-2.attr: Likewise.
183
184 2010-09-20 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
185
186 * ld-arm/script-type.ld: Update to generate symbols in a section.
187
188 2010-09-19 Richard Sandiford <rdsandiford@googlemail.com>
189
190 * ld-mips-elf/elf-rel-got-n32.d: Swap two local GOT entries
191 and remove some duplication between the global and local GOT
192 entries. Adjust GP offsets accordingly.
193 * ld-mips-elf/elf-rel-got-n64-linux.d: Likewise.
194 * ld-mips-elf/elf-rel-xgot-n32.d: Reorder GOT entries and update
195 GP offsets accordingly.
196 * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
197 * ld-mips-elf/mips16-pic-1.gd: Move all global GOT entries to
198 the local GOT.
199 * ld-mips-elf/mips16-pic-1.dd: Update GP offsets accordingly.
200 * ld-mips-elf/multi-got-no-shared.d: Adjust GP setup for
201 smaller GOT sizes.
202
203 2010-09-18 Alan Modra <amodra@gmail.com>
204
205 * lib/ld-lib.exp (check_gc_sections_available): Fail more targets.
206 * ld-discard/discard.exp: Move xfails from here..
207 * ld-discard/extern.d: ..to here.
208 * ld-discard/start.d: ..and here.
209 * ld-discard/static.d: ..and here.
210 * ld-elf/binutils.exp: Don't run tbss1 and tbss2 tests on hppa64.
211 * ld-elf/empty2.d: Remove xfails.
212 * ld-elf/flags1.d: xfail hppa64.
213 * ld-elf/group1.d: Add comment.
214 * ld-elf/group2.d: xfail cr16 and crx.
215 * ld-elf/group3b.d: Correct xfail and add comment.
216 * ld-elf/group4.d: xfail cr16 and crx.
217 * ld-elf/group5.d: Likewise.
218 * ld-elf/group6.d: Likewise.
219 * ld-elf/group7.d: Likewise.
220 * ld-elf/group8a.d: Add more notarget and xfail entries. Comment.
221 * ld-elf/group8b.d: Likewise.
222 * ld-elf/group9a.d: Likewise.
223 * ld-elf/group9b.d: Likewise.
224 * ld-elf/linkonce2.d: Correct notarget and comment.
225 * ld-elf/merge2.d: Remove iq2000 from xfail.
226 * ld-elf/multibss1.d: xfail hppa64.
227 * ld-elf/nobits-1.d: Likewise.
228 * ld-elf/note-1.d: Likewise.
229 * ld-elf/note-2.d: Likewise.
230 * ld-elf/orphan-region.d: Add xfails.
231 * ld-elf/orphan-region.ld: Discard some sections.
232 * ld-elf/orphan.d: Add xfails.
233 * ld-elf/orphan.ld: Discard some sections.
234 * ld-elf/orphan3.d: Replace xfail frv-*-* with frv-*-elf. Remove
235 cr16, crx and d10v.
236 * ld-elf/pr349.d: Add xfails.
237 * ld-elf/warn2.d: Add xfails. Tweak symbol section for hppa64.
238 * ld-scripts/rgn-at5.t: Discard .reginfo.
239
240 2010-09-16 Alan Modra <amodra@gmail.com>
241
242 * ld-elf/orphan-region.d: xfail for spu.
243 * ld-elf/relocatable.d: xfail for hppa.
244
245 * ld-elf/group3b.d: Disable for generic linker targets.
246 * ld-elf/linkonce2.d: Likewise.
247 * ld-scripts/empty-address-2a.d: Disable for frv and aout,oldld.
248 * ld-scripts/empty-address-2b.d: Likewise.
249 * ld-scripts/rgn-at5.s: Don't use .word.
250 * ld-scripts/rgn-at5.d: Update.
251
252 2010-09-10 Alan Modra <amodra@gmail.com>
253
254 * ld-gc/abi-note.d: Exclude aout and oldld targets.
255 * ld-gc/start.d: Likewise.
256 * ld-scripts/section-match-1.d: Likewise, and tic30.
257
258 2010-09-10 Hans-Peter Nilsson <hp@axis.com>
259
260 * ld-scripts/rgn-at5.d: Restrict to *-*-linux*.
261
262 2010-09-09 H.J. Lu <hongjiu.lu@intel.com>
263
264 PR ld/11998
265 * ld-scripts/rgn-at5.d: New.
266 * ld-scripts/rgn-at5.s: Likewise.
267 * ld-scripts/rgn-at5.t: Likewise.
268
269 2010-09-07 Andrew Burgess <aburgess@broadcom.com>
270
271 * ld-x86-64/split-by-file.rd: New test.
272 * ld-x86-64/split-by-file1.s: New test source code.
273 * ld-x86-64/split-by-file2.s: New test source code.
274 * ld-x86-64/x86-64.exp: Run the new test.
275
276 2010-08-31 Nick Clifton <nickc@redhat.com>
277
278 * ld-scripts/section-match.exp: New file. Runs the
279 section-match-1 test.
280 * ld-scripts/section-match-1.d: New file.
281 * ld-scripts/section-match-1.s: New file.
282 * ld-scripts/section-match-1.t: New file.
283
284 2010-08-25 Julian Brown <julian@codesourcery.com>
285
286 * ld-arm/arm-elf.exp (armelftests): Add cortex-a8-fix-blx-bcond.s.
287 * ld-arm/cortex-a8-fix-blx-bcond.s: New.
288 * ld-arm/cortex-a8-fix-blx-bcond.d: New.
289
290 2010-08-24 H.J. Lu <hongjiu.lu@intel.com>
291
292 * ld-x86-64/x86-64.exp: Fix typos.
293
294 2010-08-23 Maciej W. Rozycki <macro@codesourcery.com>
295
296 * ld-mips-elf/attr-gnu-4-04.d: Adjust Tag_GNU_MIPS_ABI_FP for
297 the new MIPS32r2 64-bit FPU description.
298 * ld-mips-elf/attr-gnu-4-40.d: Likewise.
299 * ld-mips-elf/attr-gnu-4-44.d: Likewise.
300
301 2010-08-22 H.J. Lu <hongjiu.lu@intel.com>
302
303 PR ld/11933
304 * ld-x86-64/mixed1a.s: New.
305 * ld-x86-64/mixed1b.s: Likewise.
306 * ld-x86-64/mixed2a.s: Likewise.
307 * ld-x86-64/mixed2b.s: Likewise.
308
309 * ld-x86-64/x86-64.exp: Test mixed x86_64 and i386 inputs.
310
311 2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
312
313 * ld-sh/sh.exp: Add missing newline.
314
315 2010-08-20 Maciej W. Rozycki <macro@codesourcery.com>
316
317 * ld-mips-elf/attr-gnu-4-01.d: Correct Tag_GNU_MIPS_ABI_FP.
318 * ld-mips-elf/attr-gnu-4-02.d: Likewise.
319 * ld-mips-elf/attr-gnu-4-10.d: Likewise.
320 * ld-mips-elf/attr-gnu-4-11.d: Likewise.
321 * ld-mips-elf/attr-gnu-4-15.d: Likewise.
322 * ld-mips-elf/attr-gnu-4-20.d: Likewise.
323 * ld-mips-elf/attr-gnu-4-22.d: Likewise.
324 * ld-mips-elf/attr-gnu-4-25.d: Likewise.
325
326 2010-08-19 Alan Modra <amodra@gmail.com>
327
328 * ld-scripts/memory.t: Remove ORIGIN fudge.
329
330 2010-08-13 H.J. Lu <hongjiu.lu@intel.com>
331
332 PR ld/11913
333 * ld-i386/discarded1.d: New.
334 * ld-i386/discarded1.s: Likewise.
335 * ld-i386/discarded1.t: Likewise.
336 * ld-x86-64/discarded1.d: Likewise.
337 * ld-x86-64/discarded1.s: Likewise.
338 * ld-x86-64/discarded1.t: Likewise.
339
340 * ld-i386/i386.exp: Run discarded1.
341 * ld-x86-64/x86-64.exp: Likewise.
342
343 2010-08-09 Catherine Moore <clm@codesourcery.com>
344
345 * ld-mips-elf/mode-change-error-1.d: New.
346 * ld-mips-elf/mode-change-error-1a.s: New.
347 * ld-mips-elf/mode-change-error-1b.s: New.
348 * ld-mips-elf/mips-elf.exp: Run new test.
349
350 2010-08-06 Alan Modra <amodra@gmail.com>
351
352 * ld-powerpc/tocopt.s, * ld-powerpc/tocopt.d: New test.
353 * ld-powerpc/powerpc.exp: Run it.
354
355 2010-07-23 Naveen.H.S <naveen.S@kpitcummins.com>
356 Ina Pandit <ina.pandit@kpitcummins.com>
357
358 * ld-v850/split-lo16.d: Update the "ld" instructions with a space
359 for second operand.
360
361 2010-07-20 Alan Modra <amodra@gmail.com>
362
363 * ld-powerpc/tlsexe.r: Update.
364 * ld-powerpc/tlsexetoc.r: Update.
365 * ld-powerpc/tlsso.r: Update.
366 * ld-powerpc/tlstocso.r: Update.
367
368 2010-07-20 Alan Modra <amodra@gmail.com>
369
370 * ld-powerpc/vxworks-relax.s: Add branches to match expected output.
371 * ld-powerpc/vxworks-relax-2.s: Likewise.
372 * ld-powerpc/vxworks1-lib.rd: Reorder reloc sections.
373
374 2010-07-19 Andreas Schwab <schwab@redhat.com>
375
376 * ld-mmix/bspec1.d: Ignore "Key to Flags" contents.
377 * ld-mmix/bspec2.d: Likewise.
378 * ld-mmix/local1.d: Likewise.
379 * ld-mmix/local3.d: Likewise.
380 * ld-mmix/local5.d: Likewise.
381 * ld-mmix/local7.d: Likewise.
382 * ld-mmix/undef-3.d: Likewise.
383 * ld-sh/sh64/crange1.rd: Likewise.
384 * ld-sh/sh64/crange2.rd: Likewise.
385 * ld-sh/sh64/crange3-cmpct.rd: Likewise.
386 * ld-sh/sh64/crange3-media.rd: Likewise.
387 * ld-sh/sh64/crange3.rd: Likewise.
388 * ld-sh/sh64/crangerel1.rd: Likewise.
389 * ld-sh/sh64/crangerel2.rd: Likewise.
390
391 2010-07-14 H.J. Lu <hongjiu.lu@intel.com>
392
393 PR ld/11817
394 * ld-i386/compressed1.s: New.
395 * ld-i386/compressed1.d: Likewise.
396 * ld-x86-64/compressed1.s: Likewise.
397 * ld-x86-64/compressed1.d: Likewise.
398
399 * ld-i386/i386.exp: Run compressed1.
400 * ld-x86-64/x86-64.exp: Likewise.
401
402 2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
403
404 PR ld/11812
405 * ld-elf/exclude3b.d: Don't run on ia64-*-*. Replace .got with
406 .dynamic.
407
408 * ld-elf/exclude3d.d: New.
409 * ld-i386/nogot1.d: Likewise.
410 * ld-i386/nogot1.s: Likewise.
411 * ld-x86-64/nogot1.d: Likewise.
412 * ld-x86-64/nogot1.s: Likewise.
413
414 * ld-i386/i386.exp: Run nogot1.
415 * ld-x86-64/x86-64.exp: Likewise.
416
417 2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
418
419 * ld-i386/hidden2.d: Don't hard code expected output.
420 * ld-i386/protected3.d: Likewise.
421 * ld-x86-64/hidden2.d: Likewise.
422 * ld-x86-64/protected3.d: Likewise.
423
424 2010-07-13 H.J. Lu <hongjiu.lu@intel.com>
425
426 PR ld/11791
427 * ld-ifunc/ifunc-10-i386.d: New.
428 * ld-ifunc/ifunc-10-i386.s: Likewise.
429 * ld-ifunc/ifunc-10-x86-64.d: Likewise.
430 * ld-ifunc/ifunc-10-x86-64.s: Likewise.
431 * ld-ifunc/ifunc-11-i386.d: Likewise.
432 * ld-ifunc/ifunc-11-i386.s: Likewise.
433 * ld-ifunc/ifunc-11-x86-64.d: Likewise.
434 * ld-ifunc/ifunc-11-x86-64.s: Likewise.
435
436 2010-07-06 Alan Modra <amodra@gmail.com>
437
438 * ld-powerpc/relax.s: Add branch back to _start.
439 * ld-powerpc/relax.d: Update.
440 * ld-powerpc/relaxr.d: Update.
441
442 2010-07-01 Alan Modra <amodra@gmail.com>
443
444 * lib/ld-lib.exp (default_ld_simple_link): Add $gcc_ld_flag before
445 any other options in $ld.
446
447 2010-06-29 Alan Modra <amodra@gmail.com>
448
449 * ld-maxq/maxq.exp: Delete file.
450 * ld-maxq/addend.dd, * ld-maxq/addend.s, * ld-maxq/paddr.dd,
451 * ld-maxq/paddr.s, * ld-maxq/paddr1.dd, * ld-maxq/paddr1.s,
452 * ld-maxq/r32-1.s, * ld-maxq/r32-2.s, * ld-maxq/r32.dd: Likewise.
453
454 2010-06-15 Joseph Myers <joseph@codesourcery.com>
455
456 * ld-elf/orphan3.d: Allow section names starting '_'.
457 * ld-tic6x/attr-arch-c62x-c62x.d, ld-tic6x/attr-arch-c62x-c64x+.d,
458 ld-tic6x/attr-arch-c62x-c64x.d, ld-tic6x/attr-arch-c62x-c674x.d,
459 ld-tic6x/attr-arch-c62x-c67x+.d, ld-tic6x/attr-arch-c62x-c67x.d,
460 ld-tic6x/attr-arch-c62x.s, ld-tic6x/attr-arch-c64x+-c62x.d,
461 ld-tic6x/attr-arch-c64x+-c64x+.d, ld-tic6x/attr-arch-c64x+-c64x.d,
462 ld-tic6x/attr-arch-c64x+-c674x.d,
463 ld-tic6x/attr-arch-c64x+-c67x+.d, ld-tic6x/attr-arch-c64x+-c67x.d,
464 ld-tic6x/attr-arch-c64x+.s, ld-tic6x/attr-arch-c64x-c62x.d,
465 ld-tic6x/attr-arch-c64x-c64x+.d, ld-tic6x/attr-arch-c64x-c64x.d,
466 ld-tic6x/attr-arch-c64x-c674x.d, ld-tic6x/attr-arch-c64x-c67x+.d,
467 ld-tic6x/attr-arch-c64x-c67x.d, ld-tic6x/attr-arch-c64x.s,
468 ld-tic6x/attr-arch-c674x-c62x.d, ld-tic6x/attr-arch-c674x-c64x+.d,
469 ld-tic6x/attr-arch-c674x-c64x.d, ld-tic6x/attr-arch-c674x-c674x.d,
470 ld-tic6x/attr-arch-c674x-c67x+.d, ld-tic6x/attr-arch-c674x-c67x.d,
471 ld-tic6x/attr-arch-c674x.s, ld-tic6x/attr-arch-c67x+-c62x.d,
472 ld-tic6x/attr-arch-c67x+-c64x+.d, ld-tic6x/attr-arch-c67x+-c64x.d,
473 ld-tic6x/attr-arch-c67x+-c674x.d,
474 ld-tic6x/attr-arch-c67x+-c67x+.d, ld-tic6x/attr-arch-c67x+-c67x.d,
475 ld-tic6x/attr-arch-c67x+.s, ld-tic6x/attr-arch-c67x-c62x.d,
476 ld-tic6x/attr-arch-c67x-c64x+.d, ld-tic6x/attr-arch-c67x-c64x.d,
477 ld-tic6x/attr-arch-c67x-c674x.d, ld-tic6x/attr-arch-c67x-c67x+.d,
478 ld-tic6x/attr-arch-c67x-c67x.d, ld-tic6x/attr-arch-c67x.s: New.
479
480 2010-06-07 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
481
482 * ld-arm/arm-call.d: Handle change in lsls/movs disassembly.
483 * ld-arm/farcall-thumb-arm-short.d: Likewise.
484 * ld-arm/farcall-thumb-thumb-blx-pic-veneer.d: Likewise.
485 * ld-arm/farcall-thumb-thumb-blx.d: Likewise.
486 * ld-arm/farcall-thumb-thumb-m-pic-veneer.d: Likewise.
487 * ld-arm/farcall-thumb-thumb-m.d: Likewise.
488 * ld-arm/farcall-thumb-thumb-pic-veneer.d: Likewise.
489 * ld-arm/farcall-thumb-thumb.d: Likewise.
490 * ld-arm/thumb2-bl-as-thumb1-bad-noeabi.d: Likewise.
491 * ld-arm/thumb2-bl-as-thumb1-bad.d: Likewise.
492 * ld-arm/thumb2-bl-bad-noeabi.d: Likewise.
493 * ld-arm/thumb2-bl-bad.d: Likewise.
494
495 2010-05-26 H.J. Lu <hongjiu.lu@intel.com>
496
497 PR ld/11628
498 * ld-elf/textaddr3.d: New.
499 * ld-elf/textaddr4.d: Likewise.
500 * ld-elf/textaddr5.d: Likewise.
501 * ld-elf/textaddr6.d: Likewise.
502 * ld-elf/textaddr7.d: Likewise.
503
504 2010-05-25 Daniel Jacobowitz <dan@codesourcery.com>
505 Joseph Myers <joseph@codesourcery.com>
506 Andrew Stubbs <ams@codesourcery.com>
507
508 * ld-sh/sh.exp: Handle uClinux like Linux.
509 * lib/ld-lib.exp (is_elf_format): Include sh*-*-uclinux*.
510 * ld-sh/fdpic-funcdesc-shared.d: New file.
511 * ld-sh/fdpic-funcdesc-shared.s: New file.
512 * ld-sh/fdpic-funcdesc-static.d: New file.
513 * ld-sh/fdpic-funcdesc-static.s: New file.
514 * ld-sh/fdpic-gotfuncdesc-shared.d: New file.
515 * ld-sh/fdpic-gotfuncdesc-shared.s: New file.
516 * ld-sh/fdpic-gotfuncdesc-static.d: New file.
517 * ld-sh/fdpic-gotfuncdesc-static.s: New file.
518 * ld-sh/fdpic-gotfuncdesci20-shared.d: New file.
519 * ld-sh/fdpic-gotfuncdesci20-shared.s: New file.
520 * ld-sh/fdpic-gotfuncdesci20-static.d: New file.
521 * ld-sh/fdpic-gotfuncdesci20-static.s: New file.
522 * ld-sh/fdpic-goti20-shared.d: New file.
523 * ld-sh/fdpic-goti20-shared.s: New file.
524 * ld-sh/fdpic-goti20-static.d: New file.
525 * ld-sh/fdpic-goti20-static.s: New file.
526 * ld-sh/fdpic-gotofffuncdesc-shared.d: New file.
527 * ld-sh/fdpic-gotofffuncdesc-shared.s: New file.
528 * ld-sh/fdpic-gotofffuncdesc-static.d: New file.
529 * ld-sh/fdpic-gotofffuncdesc-static.s: New file.
530 * ld-sh/fdpic-gotofffuncdesci20-shared.d: New file.
531 * ld-sh/fdpic-gotofffuncdesci20-shared.s: New file.
532 * ld-sh/fdpic-gotofffuncdesci20-static.d: New file.
533 * ld-sh/fdpic-gotofffuncdesci20-static.s: New file.
534 * ld-sh/fdpic-gotoffi20-shared.d: New file.
535 * ld-sh/fdpic-gotoffi20-shared.s: New file.
536 * ld-sh/fdpic-gotoffi20-static.d: New file.
537 * ld-sh/fdpic-gotoffi20-static.s: New file.
538 * ld-sh/fdpic-plt-be.d: New file.
539 * ld-sh/fdpic-plt-le.d: New file.
540 * ld-sh/fdpic-plt.s: New file.
541 * ld-sh/fdpic-plti20-be.d: New file.
542 * ld-sh/fdpic-plti20-le.d: New file.
543 * ld-sh/fdpic-stack-default.d: New file.
544 * ld-sh/fdpic-stack-size.d: New file.
545 * ld-sh/fdpic-stack.s: New file.
546
547 2010-05-18 H.J. Lu <hongjiu.lu@intel.com>
548
549 PR gas/11600
550 * ld-elf/exclude3.s: New.
551 * ld-elf/exclude3a.d: Likewise.
552 * ld-elf/exclude3b.d: Likewise.
553 * ld-elf/exclude3c.d: Likewise.
554
555 2010-05-11 Andrew Stubbs <ams@codesourcery.com>
556
557 * ld-arm/attr-merge-2.attr: Add Tag_DIV_use.
558 * ld-arm/attr-merge-2a.s: Likewise.
559 * ld-arm/attr-merge-2b.s: Likewise.
560 * ld-arm/attr-merge-3a.s: Likewise.
561 * ld-arm/attr-merge-3b.s: Likewise.
562 * ld-arm/attr-merge-4.attr: Likewise.
563 * ld-arm/attr-merge-5.attr: Likewise.
564 * ld-arm/attr-merge-6.attr: Likewise.
565 * ld-arm/attr-merge-7.attr: Likewise.
566 * ld-arm/attr-merge-arch-1.attr: Likewise.
567 * ld-arm/attr-merge-arch-2.attr: Likewise.
568 * ld-arm/attr-merge-unknown-2.d: Likewise.
569 * ld-arm/attr-merge-unknown-2r.d: Likewise.
570 * ld-arm/attr-merge-unknown-3.d: Likewise.
571 * ld-arm/attr-merge-vfp-1.d: Likewise.
572 * ld-arm/attr-merge-vfp-1r.d: Likewise.
573 * ld-arm/attr-merge-vfp-2.d: Likewise.
574 * ld-arm/attr-merge-vfp-2r.d: Likewise.
575 * ld-arm/attr-merge-vfp-3.d: Likewise.
576 * ld-arm/attr-merge-vfp-3r.d: Likewise.
577 * ld-arm/attr-merge-vfp-4.d: Likewise.
578 * ld-arm/attr-merge-vfp-4r.d: Likewise.
579 * ld-arm/attr-merge-vfp-5.d: Likewise.
580 * ld-arm/attr-merge-vfp-5r.d: Likewise.
581 * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
582 * ld-arm/attr-merge-wchar-00.d: Likewise.
583 * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
584 * ld-arm/attr-merge-wchar-02.d: Likewise.
585 * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
586 * ld-arm/attr-merge-wchar-04.d: Likewise.
587 * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
588 * ld-arm/attr-merge-wchar-20.d: Likewise.
589 * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
590 * ld-arm/attr-merge-wchar-22.d: Likewise.
591 * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
592 * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
593 * ld-arm/attr-merge-wchar-40.d: Likewise.
594 * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
595 * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
596 * ld-arm/attr-merge-wchar-44.d: Likewise.
597 * ld-arm/attr-merge.attr: Likewise.
598
599 2010-05-11 Jie Zhang <jie@codesourcery.com>
600
601 * ld-arm/attr-merge-vfp-6.d: New test.
602 * ld-arm/attr-merge-vfp-6r.d: New test.
603 * ld-arm/attr-merge-vfpv3xd.s: New test.
604 * ld-arm/arm-elf.exp: Add attr-merge-vfp-6 and attr-merge-vfp-6r.
605
606 2010-05-07 Daniel Jacobowitz <dan@codesourcery.com>
607
608 * ld-arm/cortex-a8-fix-bl-rel-plt.d: New file.
609 * ld-arm/arm-elf.exp (armelftests): Run cortex-a8-fix-bl-rel-plt.d.
610
611 2010-05-06 Joseph Myers <joseph@codesourcery.com>
612
613 * ld-elf/orphan-region.d: Use ld -N.
614
615 2010-04-30 H.J. Lu <hongjiu.lu@intel.com>
616
617 PR ld/11542
618 * ld-elf/discard.ld: New.
619 * ld-elf/discard1.d: Likewise.
620 * ld-elf/discard1.s: Likewise.
621 * ld-elf/discard2.d: Likewise.
622 * ld-elf/discard2.s: Likewise.
623 * ld-elf/discard3.d: Likewise.
624
625 2010-04-22 Alan Modra <amodra@gmail.com>
626
627 * ld-elf/extract-symbol-1sec.d: Update lma.
628 * ld-i386/alloc.d: Expect a warning, not an error.
629
630 2010-04-20 Joseph Myers <joseph@codesourcery.com>
631
632 * ld-tic6x/data-reloc-global-rel.d,
633 ld-tic6x/data-reloc-global-rel.s,
634 ld-tic6x/data-reloc-local-r-rel.d,
635 ld-tic6x/data-reloc-local-rel.d, ld-tic6x/mvk-reloc-global-rel.d,
636 ld-tic6x/mvk-reloc-global-rel.s, ld-tic6x/mvk-reloc-local-1-rel.s,
637 ld-tic6x/mvk-reloc-local-2-rel.s,
638 ld-tic6x/mvk-reloc-local-r-rel.d, ld-tic6x/mvk-reloc-local-rel.d,
639 ld-tic6x/pcrel-reloc-global-rel.d,
640 ld-tic6x/pcrel-reloc-local-r-rel.d,
641 ld-tic6x/pcrel-reloc-local-rel.d, ld-tic6x/sbr-reloc-global-rel.d,
642 ld-tic6x/sbr-reloc-global-rel.s, ld-tic6x/sbr-reloc-local-1-rel.s,
643 ld-tic6x/sbr-reloc-local-2-rel.s,
644 ld-tic6x/sbr-reloc-local-r-rel.d, ld-tic6x/sbr-reloc-local-rel.d:
645 New.
646
647 2010-04-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
648
649 * ld-arm/attr-merge-2.attr: Update for changes in attribute output.
650 * ld-arm/attr-merge-3.attr: Likewise.
651 * ld-arm/attr-merge-vfp-1.d: Likewise.
652 * ld-arm/attr-merge-vfp-1r.d: Likewise.
653 * ld-arm/attr-merge-vfp-2.d: Likewise.
654 * ld-arm/attr-merge-vfp-2r.d: Likewise.
655 * ld-arm/attr-merge-vfp-3.d: Likewise.
656 * ld-arm/attr-merge-vfp-3r.d: Likewise.
657 * ld-arm/attr-merge-vfp-4.d: Likeiwse.
658 * ld-arm/attr-merge-vfp-4r.d: Likewise.
659 * ld-arm/attr-merge-vfp-5.d: Likewise.
660 * ld-arm/attr-merge-vfp-5r.d: Likewise.
661 * ld-arm/attr-merge-wchar-00-nowarn.d: Likewise.
662 * ld-arm/attr-merge-wchar-00.d: Likewise.
663 * ld-arm/attr-merge-wchar-02-nowarn.d: Likewise.
664 * ld-arm/attr-merge-wchar-02.d: Likewise.
665 * ld-arm/attr-merge-wchar-04-nowarn.d: Likewise.
666 * ld-arm/attr-merge-wchar-04.d: Likewise.
667 * ld-arm/attr-merge-wchar-20-nowarn.d: Likewise.
668 * ld-arm/attr-merge-wchar-20.d: Likewise.
669 * ld-arm/attr-merge-wchar-22-nowarn.d: Likewise.
670 * ld-arm/attr-merge-wchar-22.d: Likewise.
671 * ld-arm/attr-merge-wchar-24-nowarn.d: Likewise.
672 * ld-arm/attr-merge-wchar-40-nowarn.d: Likewise.
673 * ld-arm/attr-merge-wchar-40.d: Likewise.
674 * ld-arm/attr-merge-wchar-42-nowarn.d: Likewise.
675 * ld-arm/attr-merge-wchar-44-nowarn.d: Likewise.
676 * ld-arm/attr-merge-wchar-44.d: Likewise.
677 * ld-arm/attr-merge.attr: Likewise.
678
679 2010-04-06 David S. Miller <davem@davemloft.net>
680
681 * ld-elfvers/vers.exp: Pass -Av9a to assembler on sparc-*-*
682
683 2010-04-05 Kai Tietz <kai.tietz@onevision.com>
684
685 * ld-pe/orphan_nu.d: New test for --no-leading-underscore.
686 * ld-pe/orphana_nu.s: New file.
687 * ld-pe/pe.exp: Add orphan_nu test.
688
689 2010-04-01 Nathan Sidwell <nathan@codesourcery.com>
690
691 * ld-powerpc/apuinfo-nul.rd: New.
692 * ld-powerpc/apuinfo-nul1.s: New.
693 * ld-powerpc/powerpc.exp: Add it.
694
695 2010-03-31 Kai TIetz <kai.tietz@onevision.com>
696
697 * ld-pe//pe-compile.exp (run_basefile_test): Trim result of wc
698 before string compare.
699
700 2010-03-31 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
701
702 * ld-arm/script-type.sym: Fix test.
703
704 2010-03-31 Kai TIetz <kai.tietz@onevision.com>
705
706 * ld-pe/basefile1.s: New.
707 * ld-pe/pe-compile.exp: Add base-file test.
708
709 2010-03-31 Hans-Peter Nilsson <hp@axis.com>
710
711 PR ld/11458
712 * ld-cris/pcrelcp-1.d, ld-cris/pcrelcp-1.s: New test.
713
714 * lib/ld-lib.exp (run_dump_test): When checking linker message and
715 return code, when success with no message is expected, don't
716 continue if we have an abnormal exit with a message. Check output
717 of inspection program and fail if it had output or an abnormal
718 exit code. Include "warning" and "error" among the directives
719 where multiples are allowed and append to previous values.
720
721 * ld-cris/cris.exp (loop over $srcdir/$subdir/*dso-*.d): Apply
722 "file rootname", not "file tail", before applying runtest_file_p.
723
724 2010-03-29 Daniel Jacobowitz <dan@codesourcery.com>
725
726 * ld-arm/arm-elf.exp (armeabitests): Add v6-M farcall test.
727
728 2010-03-25 Joseph Myers <joseph@codesourcery.com>
729
730 * ld-elf/flags1.d, ld-elf/merge.d: XFAIL for tic6x-*-*.
731 * ld-elf/sec-to-seg.exp: Set B_test_same_seg to 0 for tic6x-*-*.
732 * ld-tic6x: New directory and testcases.
733
734 2010-03-19 Jie Zhang <jie@codesourcery.com>
735
736 PR ld/11304
737 * ld-elf/pr11304.d: New test.
738 * ld-elf/pr11304a.s: New test.
739 * ld-elf/pr11304b.s: New test.
740 * lib/ld-lib.exp (regexp_diff): Add support for #failif.
741
742 2010-03-15 Daniel Jacobowitz <dan@codesourcery.com>
743
744 * ld-elf/orphan-region.d, ld-elf/orphan-region.ld,
745 ld-elf/orphan-region.s: New files.
746
747 2010-03-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
748
749 * ld-arm/arm-merge-incompatible.d: New test.
750 * ld-arm/arm-merge-incompatiblea.s: Likewise.
751 * ld-arm/arm-merge-incompatibleb.s: Likewise.
752 * ld-arm/arm-elf.exp: Run the new test.
753
754 2010-03-02 Christophe Lyon <christophe.lyon@st.com>
755 Alan Modra <amodra@gmail.com>
756
757 * ld-arm/arm-elf.exp: Change .text start address for
758 farcall-thumb-arm tests. Add v4t variant for farcall-mixed-lib
759 test.
760 * ld-arm/farcall-mixed-lib-v4t.d: New test.
761 * ld-arm/farcall-mixed-lib1.s: Don't force armv5t.
762 * ld-arm/farcall-mixed-lib2.s: Likewise.
763 * ld-arm/arm-call.d: Update expected results.
764 * ld-arm/cortex-a8-far.d: Likewise.
765 * ld-arm/farcall-group-size2.d: Likewise.
766 * ld-arm/farcall-group.d: Likewise.
767 * ld-arm/farcall-mix.d: Likewise.
768 * ld-arm/farcall-mix2.d: Likewise.
769 * ld-arm/farcall-mixed-app-v5.d: Likewise.
770 * ld-arm/farcall-mixed-app.d: Likewise.
771 * ld-arm/farcall-mixed-lib.d: Likewise.
772 * ld-arm/farcall-thumb-arm.d: Likewise.
773 * ld-arm/farcall-thumb-arm-blx.d: Likewise.
774 * ld-arm/farcall-thumb-arm-pic-veneer.d: Likewise.
775 * ld-arm/farcall-thumb-arm-blx-pic-veneer.d: Likewise.
776 * ld-arm/farcall-thumb-arm.s: Update test. Add a new call to
777 potentially generate different types of stubs.
778
779 2010-02-27 H.J. Lu <hongjiu.lu@intel.com>
780
781 * ld-elf/init-fini-arrays.d: Pass --wide to readelf.
782
783 2010-02-27 Jie Zhang <jie@codesourcery.com>
784
785 * ld-elf/init-fini-arrays.s: New test.
786 * ld-elf/init-fini-arrays.d: New test.
787
788 2010-02-24 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
789
790 * ld-arm/group-relocs.s: Mark code sections as executable.
791 * ld-arm/arm-elf.exp (armelftests): Only dump executable sections in
792 group-relocs test.
793 * ld-arm/reloc-boundaries.d: Fix test to work on Linux targets.
794
795 2010-02-23 Nick Clifton <nickc@redhat.com>
796
797 * ld-elf/orphan4.d: Allow for other sections to be present in the
798 output.
799
800 2010-02-18 H.J. Lu <hongjiu.lu@intel.com>
801
802 * ld-ifunc/ifunc.exp: Expect System V OSABI in dynamic
803 ifunc-using executable.
804
805 2010-02-19 Alan Modra <amodra@gmail.com>
806
807 * ld-elf/group.ld: Discard .dropme sections.
808 * ld-elf/group10.d, * ld-elf/group10.s: New test.
809
810 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
811
812 * ld-arm/attr-merge-6.attr: Add new test. Missed off last commit.
813
814 2010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
815
816 * ld-arm/attr-merge-3.attr: Fix test for new attribute values.
817 * ld-arm/attr-merge-3b.s: Likewise.
818 * ld-arm/attr-merge-unknown-1.d: Fix test now that 42 is a recognised
819 attribute ID.
820 * ld-arm/attr-merge-unknown-1.s: Likewise.
821 * ld-arm/attr-merge-6.attr: New test.
822 * ld-arm/attr-merge-6a.s: Likewise.
823 * ld-arm/attr-merge-6b.s: Likewise.
824 * ld-arm/attr-merge-7.attr: Likewise.
825 * ld-arm/attr-merge-7a.s: Likewise.
826 * ld-arm/attr-merge-7b.s: Likewise.
827 * ld-arm/arm-elf.exp: Run the new tests.
828
829 2010-02-15 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
830
831 * ld-arm/jump-reloc-veneers-long.d: Correct testcase for
832 arm-none-eabi target.
833 * ld-arm/jump-reloc-veneers-short1.d: Likewise
834 * ld-arm/jump-reloc-veneers-short2.d: Likewise
835
836 2010-02-12 Daniel Gutson <dgutson@codesourcery.com>
837
838 * ld-arm/arm-elf.exp (armelftests): New test case added.
839 * ld-arm/data-only-map.s: New file.
840 * ld-arm/data-only-map.d: New file.
841 * ld-arm/data-only-map.ld: New file.
842
843 2010-02-11 David S. Miller <davem@davemloft.net>
844
845 * ld-sparc/gotop32.s: Add local symbol case.
846 * ld-sparc/gotop64.s: Likewise.
847 * ld-sparc/gotop32.rd: Adjust expected results.
848 * ld-sparc/gotop32.td: Likewise.
849 * ld-sparc/gotop64.dd: Likewise.
850 * ld-sparc/gotop64.rd: Likewise.
851 * ld-sparc/gotop64.td: Likewise.
852
853 2010-02-09 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
854
855 * ld-elfvsb/elfvsb.exp: Fix tests for arm*-*-linux*.
856 * ld-shared/shared.exp: Likewise.
857
858 2010-02-08 David S. Miller <davem@davemloft.net>
859
860 * ld-ifunc/ifunc.exp: Run for sparc.
861
862 2010-02-08 Nathan Sidwell <nathan@codesourcery.com>
863
864 * ld-powerpc/apuinfo-nul.s: New.
865 * ld-powerpc/apuinfo.rd: Add it.
866 * ld-powerpc/powerpc.exp: Likewise.
867
868 2010-02-01 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
869
870 * ld-arm/jump-reloc-veneers-long.d: New test.
871 * ld-arm/jump-reloc-veneers-short1.d: Likewise.
872 * ld-arm/jump-reloc-veneers-short2.d: Likewise.
873 * ld-arm/jump-reloc-veneers.s: Likewise.
874 * ld-arm/arm-elf.exp (armelftests): Run them.
875
876 2010-01-28 Nick Clifton <nickc@redhat.com>
877
878 PR 11225
879 * ld-sh/refdbg-0-dso.d: Dump all sections.
880
881 2010-01-26 H.J. Lu <hongjiu.lu@intel.com>
882
883 PR ld/11218
884 * ld-gc/dummy.s: New.
885 * ld-gc/pr11218-1.c: Likewise.
886 * ld-gc/pr11218-2.c: Likewise.
887 * ld-gc/pr11218.d: Likewise.
888
889 2010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
890
891 * ld-powerpc/aix-ref-1-32.od, ld-powerpc/aix-ref-1-64.od,
892 ld-powerpc/aix-ref-1.s: New tests.
893 * ld-powerpc/aix52.exp: Run them.
894
895 2010-01-14 H.J. Lu <hongjiu.lu@intel.com>
896
897 * ld-elf/orphan4.d: Support 64bit targets.
898
899 2010-01-13 DJ Delorie <dj@redhat.com>
900
901 * ld-elf/orphan4.d: New.
902 * ld-elf/orphan4.ld: New.
903 * ld-elf/orphan4.s: New.
904
905 2010-01-13 Chao-ying Fu <fu@mips.com>
906
907 * ld-mips-elf/jr-to-b-1.d, ld-mips-elf/jr-to-b-2.d: New tests.
908 * ld-mips-elf/jr-to-b-1.s, ld-mips-elf/jr-to-b-2.s: Source.
909 * ld-mips-elf/mips-elf.exp: Run new tests.
910
911 2010-01-13 Daniel Jacobowitz <dan@codesourcery.com>
912
913 * ld-arm/arm-elf.exp (armelftests): Assemble Cortex-A8 tests with
914 -mcpu=cortex-a8.
915
916 2010-01-13 Nick Clifton <nickc@redhat.com>
917
918 * ld-scrips/sort.exp: Skip these tests when the target is the
919 h8300.
920
921 2010-01-11 H.J. Lu <hongjiu.lu@intel.com>
922
923 PR ld/11146
924 * ld-elf/dynsym1.d: New.
925
926 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
927
928 PR ld/11138
929 * ld-elf/pr11138-1.c: New.
930 * ld-elf/pr11138-1.map: Likewise.
931 * ld-elf/pr11138-2.c: Likewise.
932 * ld-elf/pr11138-2.map: Likewise.
933 * ld-elf/pr11138.out: Likewise.
934
935 * ld-elf/shared.exp (build_tests): Add libpr11138-1.so and
936 libpr11138-2.o.
937 (run_tests): Add 2 tests for PR ld/11138.
938
939 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
940
941 PR ld/11133
942 * ld-gc/gc.exp: Run start.
943
944 * ld-gc/start.d: New.
945 * ld-gc/start.s: Likewise.
946
947 2010-01-07 H.J. Lu <hongjiu.lu@intel.com>
948
949 PR ld/11143
950 * ld-gc/gc.exp: Run abi-note.
951
952 * ld-gc/abi-note.d: New.
953 * ld-gc/abi-note.s: Likewise.
954
955 For older changes see ChangeLog-2009
956 \f
957 Local Variables:
958 mode: change-log
959 left-margin: 8
960 fill-column: 74
961 version-control: never
962 End: