* ld-elf/shared.exp: Revert previous delta. Do not build
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
1 2011-05-23 Nick Clifton <nickc@redhat.com>
2
3 * ld-elf/shared.exp: Revert previous delta. Do not build
4 libraries in a non-native environment.
5
6 2011-05-23 Alan Modra <amodra@gmail.com>
7
8 PR 12763
9 * ld-elf/binutils.exp: Don't run tdata3 for hppa64.
10
11 2011-05-21 Hans-Peter Nilsson <hp@axis.com>
12
13 * ld-cris/tls-e-tpoffcomm1.d: Adjust for PR12763 change removing
14 empty program header.
15
16 2011-05-21 Alan Modra <amodra@gmail.com>
17
18 PR 12763
19 * ld-elf/tdata3.s: New test.
20 * ld-elf/tbss3.s: New test.
21 * ld-elf/binutils.exp: Consolidate tbss and tdata tests.
22
23 2011-05-20 Bernd Schmidt <bernds@codesourcery.com>
24
25 * ld-tic6x/pcr-reloc.d: New test.
26 * ld-tic6x/pcr-reloc.s: New test.
27
28 2011-05-18 Nick Clifton <nickc@redhat.com>
29
30 PR ld/12761
31 * lib/ld-lib.exp (run_cc_link_tests): Add an optional 8th
32 parameter - an expected warning message from the linker.
33 * ld-elf/shared.exp (build_tests): Expect a warning message when
34 building the libbarw.so library.
35
36 * ld-elf/shared.exp: Run library building tests even when not
37 building a native toolchain.
38
39 2011-05-16 H.J. Lu <hongjiu.lu@intel.com>
40
41 * ld-scripts/phdrs.exp: Replace --private with
42 --private-headers for objdump.
43 * ld-scripts/phdrs2.exp: Likewise.
44
45 2011-05-15 Richard Sandiford <rdsandiford@googlemail.com>
46
47 * lib/ld-lib.exp (run_ld_link_tests): Simplify pass/fail logic.
48 Fail if the link command fails and if no test rules are defined.
49 * ld-mips-elf/reloc-6a.s, ld-mips-elf/reloc-6b.s: New tests.
50 * ld-mips-elf/mips-elf.exp: Run them.
51
52 2011-05-13 Bernd Schmidt <bernds@codesourcery.com>
53
54 * ld-tic6x/dsbt.ld (OUTPUT_FORMAT): Add.
55 * ld-tic6x/tic6x.exp: Add OSABI tests.
56
57 2011-05-13 Alan Modra <amodra@gmail.com>
58
59 * ld-elf/flags1.d: Don't xfail tic6x.
60 * ld-scripts/weak.exp: Correct comments. Don't xfail sh-pe. Remove
61 redundant xfail.
62 * ld-selective/sel-dump.exp: Don't xfail alpha.
63 * ld-selective/selective.exp: Run for alpha.
64 * ld-undefined/weak-undef.exp: Don't xfail hppa64.
65
66 2011-05-12 Bernd Schmidt <bernds@codesourcery.com>
67
68 * config/default.exp (ld_assemble): Pass flags parameter to
69 default_ld_assemble.
70 (ld_assemble_flags): New function.
71 * ld-elf/frame.exp: Pass -mpic and -mpid flags to the assembler on
72 tic6x.
73 * ld-elf/exclude.exp: Likewise.
74 * lib/ld-lib.exp (default_ld_assemble): Take extra argument in_flags
75 and pass it to the assembler.
76
77 2011-05-11 Richard Sandiford <rdsandiford@googlemail.com>
78
79 * ld-mips-elf/mips-elf.exp: Add missing $has_newabi tests.
80
81 2011-05-09 H.J. Lu <hongjiu.lu@intel.com>
82
83 * ld-elf/elf.exp (array_tests): Remove "pr12730".
84 (array_tests_pie): Remove "PIE pr12730".
85 (array_tests_static): Remove "static pr12730".
86
87 * ld-elf/pr12730.cc: Removed.
88 * ld-elf/pr12730.out: Likewise.
89
90 2011-05-09 Paul Brook <paul@codesourcery.com>
91
92 * ld-tic6x/discard-unwind.ld: New.
93 * ld-tic6x/unwind.ld: New.
94 * ld-tic6x/unwind-1.d: New test.
95 * ld-tic6x/unwind-1.s: New test.
96 * ld-tic6x/unwind-2.d: New test.
97 * ld-tic6x/unwind-2.s: New test.
98 * ld-tic6x/unwind-3.d: New test.
99 * ld-tic6x/unwind-3.s: New test.
100 * ld-tic6x/unwind-4.d: New test.
101 * ld-tic6x/unwind-4.s: New test.
102 * ld-tic6x/unwind-5.d: New test.
103 * ld-tic6x/unwind-5.s: New test.
104 * ld-tic6x/unwind-6.d: New test.
105
106 2011-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
107
108 PR ld/12365
109 * ld-plugin/plugin-7.d: Allow underscore in error message.
110 * ld-plugin/plugin-8.d: Likewise.
111
112 2011-05-07 H.J. Lu <hongjiu.lu@intel.com>
113
114 PR ld/12730
115 * ld-elf/elf.exp (array_tests): Add "pr12730".
116 (array_tests_pie): New.
117 (array_tests_static): Add -static for "static init array mixed".
118 Add "static pr12730". Run array_tests_pie for Linux.
119
120 * ld-elf/init-mixed.c (ctor1007): Renamed to ...
121 (ctor1007a): This.
122 (ctor1007b): New.
123 (ctors1007): Remove ctor1007. Add ctor1007b and ctor1007a.
124 (dtor1007): Renamed to ...
125 (dtor1007a): This.
126 (dtor1007b): New.
127 (dtors1007): Remove dtor1007. Add dtor1007b and dtor1007a.
128 (ctor65535): Renamed to ...
129 (ctor65535a): This.
130 (ctor65535b): New.
131 (ctors65535): Remove ctor65535. Add ctor65535b and ctor65535a.
132 (dtor65535): Renamed to ...
133 (dtor65535a): This.
134 (dtor65535b): New.
135 (dtors65535): Remove dtor65535. Add dtor65535b and dtor65535a.
136
137 * ld-elf/pr12730.cc: New.
138 * ld-elf/pr12730.out: Likewise.
139
140 2011-05-06 Richard Sandiford <richard.sandiford@linaro.org>
141
142 * ld-arm/cortex-a8-fix-b-plt.s, ld-arm/cortex-a8-fix-b-plt.d,
143 ld-arm/cortex-a8-fix-bcc-plt.s, ld-arm/cortex-a8-fix-bcc-plt.d,
144 ld-arm/cortex-a8-fix-bl-plt.s, ld-arm/cortex-a8-fix-bl-plt.d,
145 ld-arm/cortex-a8-fix-blx-plt.s, ld-arm/cortex-a8-fix-blx-plt.d,
146 ld-arm/cortex-a8-fix-plt.ld: New tests.
147 * ld-arm/arm-elf.exp: Run them.
148
149 2011-05-05 Bernd Schmidt <bernds@codesourcery.com>
150
151 * ld-tic6x/shared-nopic.d: New test.
152 * ld-tic6x/shared-nopid.d: New test.
153 * ld-tic6x/attr-pid-21.d: Don't expect a warning; check readelf
154 output instead.
155 * ld-tic6x/attr-pid-12.d: Likewise.
156 * ld-tic6x/attr-pic-01.d: Likewise.
157 * ld-tic6x/attr-pic-10.d: Likewise.
158 * ld-tic6x/attr-pid-01.d: Likewise.
159 * ld-tic6x/attr-pid-10.d: Likewise.
160 * ld-tic6x/attr-pid-02.d: Likewise.
161 * ld-tic6x/attr-pid-20.d: Likewise.
162 * ld-tic6x/got-reloc-inrange.d: Pass -mpic and -mpid options to gas.
163
164 2011-05-03 Paul Brook <paul@codesourcery.com>
165
166 * ld-tic6x/ehtype-reloc-1-rel.d: New test.
167 * ld-tic6x/ehtype-reloc-1.d: New test.
168 * ld-tic6x/ehtype-reloc-1.s: New test.
169
170 2011-05-01 H.J. Lu <hongjiu.lu@intel.com>
171
172 PR ld/12718
173 * ld-i386/i386.exp: Run pr12718.
174 * ld-x86-64/x86-64.exp: Likewise.
175
176 * ld-i386/pr12718.d: New.
177 * ld-i386/pr12718.s: Likewise.
178 * ld-x86-64/pr12718.d: Likewise.
179 * ld-x86-64/pr12718.s: Likewise.
180
181 2011-04-26 Kai Tietz <ktietz@redhat.com>
182
183 * ld-pe/pe.exp: Add cfi/cfi32 tests.
184 * ld-pe/cfi.d: New.
185 * ld-pe/cfi32.d: New.
186 * ld-pe/cfia.s: New.
187 * ld-pe/cfib.s: New.
188
189 2011-04-21 H.J. Lu <hongjiu.lu@intel.com>
190
191 PR ld/12694
192 * ld-ifunc/ifunc-14-i386.d: New.
193 * ld-ifunc/ifunc-14-x86-64.d: Likewise.
194 * ld-ifunc/ifunc-14a.s: Likewise.
195 * ld-ifunc/ifunc-14b.s: Likewise.
196
197 2011-04-19 H.J. Lu <hongjiu.lu@intel.com>
198
199 * ld-plugin/plugin-ignore.d: Removed.
200
201 2011-04-18 H.J. Lu <hongjiu.lu@intel.com>
202
203 * ld-plugin/plugin-7.d: Update expected LTO linker errors for
204 GCC 4.6.
205 * ld-plugin/plugin-8.d: Likewise.
206
207 2011-04-18 Alan Modra <amodra@gmail.com>
208
209 * ld-plugin/plugin-7.d: Adjust for plugin changes.
210 * ld-plugin/plugin-8.d: Likewise.
211 * ld-plugin/plugin.exp: Pass --verbose=2 for visibility test, and
212 compare ld output to..
213 * ld-plugin/plugin-12.d: New.
214
215 2011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
216
217 * ld-m68k/tls-gd-ie-1.d: Stabilize test.
218 * ld-m68k/tls-gd-3.[sd]: New test.
219
220 2011-04-12 Richard Henderson <rth@redhat.com>
221
222 * ld-alpha/emptygot.s, ld-alpha/emptygot.nm: New test.
223 * ld-alpha/alpha.exp: Run it.
224
225 2011-04-11 Mark Wielaard <mjw@redhat.com>
226
227 PR 10549
228 * ld-unique: New directory.
229 * ld-unique/unique.exp: New file: Run the UNIQUE tests.
230 * ld-unique/unique.s: New test file.
231 * ld-unique/unique_empty.s: Likewise.
232 * ld-unique/unique_shared.s: Likewise.
233
234 2011-04-11 Alan Modra <amodra@gmail.com>
235
236 * ld-elf/eh-frame-hdr.d: xfail avr.
237
238 2011-04-08 H.J. Lu <hongjiu.lu@intel.com>
239
240 PR ld/12654
241 * ld-i386/i386.exp: Run tlspie2.
242
243 * ld-i386/tlspie2.d: New.
244 * ld-i386/tlspie2.s: Likewise.
245
246 2011-04-06 Joseph Myers <joseph@codesourcery.com>
247
248 * ld-selective/selective.exp (xscale-*-*): Don't handle.
249 * ld-srec/srec.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
250 handle.
251 (*arm*-*-*): Change to arm*-*-*.
252 (strongarm*-*-coff, xscale*-*-coff, thumb-*-coff*, thumb-*-pe*,
253 thumb-*-elf*, strongarm*-*-*, thumb-*-*): Remove xfails.
254 * ld-undefined/undefined.exp (thumb*-*-pe*, thumb*-*-pe*): Remove
255 commented-out xfails.
256 (thumb-elf): Remove reference in comment.
257 * lib/ld-lib.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
258 handle.
259
260 2011-04-04 H.J. Lu <hongjiu.lu@intel.com>
261
262 PR ld/12627
263 * ld-i386/i386.exp: Run pr12627.
264
265 * ld-i386/pr12627.d: New.
266 * ld-i386/pr12627.s: Likewise.
267 * ld-i386/pr12627.t: Likewise.
268
269 2011-03-31 Bernd Schmidt <bernds@codesourcery.com>
270
271 * ld-scripts/crossref.exp: Add CFLAGS for tic6x*-*-*.
272 * ld-elf/sec-to-seg.exp: Remove tic6x from list of targets defining
273 pagesize to 1.
274 * ld-tic6x/tic6x.exp: Add support for DSBT shared library/executable
275 linking tests.
276 * ld-tic6x/dsbt.ld: New linker script.
277 * ld-tic6x/dsbt-be.ld: New linker script.
278 * ld-tic6x/dsbt-overflow.ld: New linker script.
279 * ld-tic6x/dsbt-inrange.ld: New linker script.
280 * ld-tic6x/shlib-1.s: New test.
281 * ld-tic6x/shlib-2.s: New test.
282 * ld-tic6x/shlib-app-1r.s: New test.
283 * ld-tic6x/shlib-app-1.s: New test.
284 * ld-tic6x/shlib-1.sd: New test.
285 * ld-tic6x/shlib-1.dd: New test.
286 * ld-tic6x/shlib-app-1.rd: New test.
287 * ld-tic6x/shlib-app-1rb.rd: New test.
288 * ld-tic6x/shlib-app-1.sd: New test.
289 * ld-tic6x/static-app-1rb.od: New test.
290 * ld-tic6x/shlib-app-1.dd: New test.
291 * ld-tic6x/shlib-app-1rb.sd: New test.
292 * ld-tic6x/static-app-1b.od: New test.
293 * ld-tic6x/static-app-1r.od: New test.
294 * ld-tic6x/shlib-1rb.rd: New test.
295 * ld-tic6x/shlib-app-1rb.dd: New test.
296 * ld-tic6x/shlib-1rb.sd: New test.
297 * ld-tic6x/shlib-1rb.dd: New test.
298 * ld-tic6x/shlib-app-1b.od: New test.
299 * ld-tic6x/tic6x.exp: New test.
300 * ld-tic6x/static-app-1rb.rd: New test.
301 * ld-tic6x/shlib-app-1r.od: New test.
302 * ld-tic6x/static-app-1.od: New test.
303 * ld-tic6x/static-app-1b.rd: New test.
304 * ld-tic6x/static-app-1r.rd: New test.
305 * ld-tic6x/static-app-1rb.sd: New test.
306 * ld-tic6x/static-app-1b.sd: New test.
307 * ld-tic6x/static-app-1rb.dd: New test.
308 * ld-tic6x/static-app-1r.sd: New test.
309 * ld-tic6x/static-app-1b.dd: New test.
310 * ld-tic6x/shlib-1b.rd: New test.
311 * ld-tic6x/static-app-1r.dd: New test.
312 * ld-tic6x/shlib-app-1b.rd: New test.
313 * ld-tic6x/shlib-1r.rd: New test.
314 * ld-tic6x/shlib-app-1r.rd: New test.
315 * ld-tic6x/shlib-1b.sd: New test.
316 * ld-tic6x/static-app-1.rd: New test.
317 * ld-tic6x/shlib-app-1b.sd: New test.
318 * ld-tic6x/shlib-1r.sd: New test.
319 * ld-tic6x/shlib-1b.dd: New test.
320 * ld-tic6x/shlib-app-1r.sd: New test.
321 * ld-tic6x/shlib-app-1b.dd: New test.
322 * ld-tic6x/shlib-1r.dd: New test.
323 * ld-tic6x/static-app-1.sd: New test.
324 * ld-tic6x/shlib-app-1r.dd: New test.
325 * ld-tic6x/static-app-1.dd: New test.
326 * ld-tic6x/shlib-noindex.rd: New test.
327 * ld-tic6x/shlib-noindex.dd: New test.
328 * ld-tic6x/shlib-noindex.sd: New test.
329 * ld-tic6x/got-reloc-local-1.s: New test.
330 * ld-tic6x/got-reloc-local-2.s: New test.
331 * ld-tic6x/got-reloc-local-r.d: New test.
332 * ld-tic6x/got-reloc-global.s: New test.
333 * ld-tic6x/got-reloc-global-addend-1.d: New test.
334 * ld-tic6x/got-reloc-global-addend-1.s: New test.
335 * ld-tic6x/got-reloc-global-addend-2.d: New test.
336 * ld-tic6x/got-reloc-inrange.d: New test.
337 * ld-tic6x/got-reloc-overflow.d: New test.
338 * ld-tic6x/got-reloc-global-addend-2.s: New test.
339 * ld-tic6x/dsbt-index-error.d: New test.
340 * ld-tic6x/dsbt-index.d: New test.
341 * ld-tic6x/dsbt-index.s: New test.
342 * ld-tic6x/shlib-app-1.od: New test.
343 * ld-tic6x/shlib-app-1rb.od: New test.
344 * ld-tic6x/shlib-1.rd: New test.
345 * ld-tic6x/weak.d: New test.
346 * ld-tic6x/weak-be.d: New test.
347 * ld-tic6x/weak.s: New test.
348 * ld-tic6x/weak-data.d: New test.
349 * ld-tic6x/common.d: New test.
350 * ld-tic6x/common.ld: New test.
351 * ld-tic6x/common.s: New test.
352
353 2011-03-30 Richard Henderson <rth@redhat.com>
354
355 * ld-elf/elf.exp: Force 32-bit start address for alpha.
356 * ld-elf/group8a.d: Don't disable for alpha.
357 * ld-elf/group8b.d: Likewise.
358 * ld-gc/start.s: Use .dc.a instead of .long.
359
360 2011-03-24 Alan Modra <amodra@gmail.com>
361
362 * ld-powerpc/tlsmark.s: Delete non-optimizable section.
363 * ld-powerpc/tlsmark32.s: Likewise.
364 * ld-powerpc/tlsmark.d: Adjust to suit.
365 * ld-powerpc/tlsmark32.d: Likewise.
366 * ld-powerpc/tlsopt1.d, * ld-powerpc/tlsopt1.s: New.
367 * ld-powerpc/tlsopt2.d, * ld-powerpc/tlsopt2.s: New.
368 * ld-powerpc/tlsopt3.d, * ld-powerpc/tlsopt3.s: New.
369 * ld-powerpc/tlsopt4.d, * ld-powerpc/tlsopt4.s: New.
370 * ld-powerpc/tlsopt1_32.d, * ld-powerpc/tlsopt1_32.s: New.
371 * ld-powerpc/tlsopt2_32.d, * ld-powerpc/tlsopt2_32.s: New.
372 * ld-powerpc/tlsopt3_32.d, * ld-powerpc/tlsopt3_32.s: New.
373 * ld-powerpc/tlsopt4_32.d, * ld-powerpc/tlsopt4_32.s: New.
374 * ld-powerpc/powerpc.exp: Run new tests.
375
376 2011-03-15 Mike Frysinger <vapier@gentoo.org>
377
378 * ld-elfvers/vers.exp (vers19): Add -Wl,-rpath-link,. to linker flags.
379
380 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
381
382 * ld-arm/ifunc-1.s, ld-arm/ifunc-1.dd, ld-arm/ifunc-1.gd,
383 ld-arm/ifunc-1.rd, ld-arm/ifunc-2.s, ld-arm/ifunc-2.dd,
384 ld-arm/ifunc-2.gd, ld-arm/ifunc-2.rd, ld-arm/ifunc-3.s,
385 ld-arm/ifunc-3.dd, ld-arm/ifunc-3.gd, ld-arm/ifunc-3.rd,
386 ld-arm/ifunc-4.s, ld-arm/ifunc-4.dd, ld-arm/ifunc-4.gd,
387 ld-arm/ifunc-4.rd, ld-arm/ifunc-5.s, ld-arm/ifunc-5.dd,
388 ld-arm/ifunc-5.gd, ld-arm/ifunc-5.rd, ld-arm/ifunc-6.s,
389 ld-arm/ifunc-6.dd, ld-arm/ifunc-6.gd, ld-arm/ifunc-6.rd,
390 ld-arm/ifunc-7.s, ld-arm/ifunc-7.dd, ld-arm/ifunc-7.gd,
391 ld-arm/ifunc-7.rd, ld-arm/ifunc-8.s, ld-arm/ifunc-8.dd,
392 ld-arm/ifunc-8.gd, ld-arm/ifunc-8.rd, ld-arm/ifunc-9.s,
393 ld-arm/ifunc-9.dd, ld-arm/ifunc-9.gd, ld-arm/ifunc-9.rd,
394 ld-arm/ifunc-10.s, ld-arm/ifunc-10.dd, ld-arm/ifunc-10.gd,
395 ld-arm/ifunc-10.rd, ld-arm/ifunc-11.s, ld-arm/ifunc-11.dd,
396 ld-arm/ifunc-11.gd, ld-arm/ifunc-11.rd, ld-arm/ifunc-12.s,
397 ld-arm/ifunc-12.dd, ld-arm/ifunc-12.gd, ld-arm/ifunc-12.rd,
398 ld-arm/ifunc-13.s, ld-arm/ifunc-13.dd, ld-arm/ifunc-13.gd,
399 ld-arm/ifunc-13.rd, ld-arm/ifunc-14.s, ld-arm/ifunc-14.dd,
400 ld-arm/ifunc-14.gd, ld-arm/ifunc-14.rd, ld-arm/ifunc-15.s,
401 ld-arm/ifunc-15.dd, ld-arm/ifunc-15.gd, ld-arm/ifunc-15.rd,
402 ld-arm/ifunc-16.s, ld-arm/ifunc-16.dd, ld-arm/ifunc-16.gd,
403 ld-arm/ifunc-16.rd, ld-arm/ifunc-dynamic.ld,
404 ld-arm/ifunc-static.ld: New tests.
405 * ld-arm/farcall-group.d, ld-arm/farcall-group-size2.d,
406 ld-arm/farcall-mixed-lib-v4t.d, ld-arm/farcall-mixed-lib.d: Update
407 for new stub hashes.
408 * ld-arm/arm-elf.exp: Run them.
409
410 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
411
412 * ld-arm/arm-lib-plt-2a.s, ld-arm/arm-lib-plt-2b.s,
413 ld-arm/arm-lib-plt-2.dd, ld-arm/arm-lib-plt-2.rd: New tests.
414 * ld-arm/arm-elf.exp: Run them.
415
416 2011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
417
418 * ld-arm/exec-got-1a.s, ld-arm/exec-got-1b.s, ld-arm/exec-got-1.d,
419 ld-arm/unresolved-1.s, ld-arm/unresolved-1.d,
420 ld-arm/unresolved-1-dyn.d: New tests.
421 * ld-arm/arm-elf.exp: Run them.
422
423 2011-03-12 H.J. Lu <hongjiu.lu@intel.com>
424
425 * ld-x86-64/tlsgd4.dd: New.
426 * ld-x86-64/tlsgd4.s: Likewise.
427 * ld-x86-64/tlsgd5.dd: Likewise.
428 * ld-x86-64/tlsgd5a.s: Likewise.
429 * ld-x86-64/tlsgd5b.s: Likewise.
430 * ld-x86-64/tlsgd6.dd: Likewise.
431 * ld-x86-64/tlsgd6a.s: Likewise.
432 * ld-x86-64/tlsgd6b.s: Likewise.
433 * ld-x86-64/tlsld2.dd: Likewise.
434 * ld-x86-64/tlsld2.s: Likewise.
435
436 * ld-x86-64/x86-64.exp (x86_64tests): Add tlsgd4, libtlsgd5.so,
437 tlsgd5, libtlsgd6.so, tlsgd6 and tlsld2.
438
439 2011-03-03 H.J. Lu <hongjiu.lu@intel.com>
440
441 * ld-x86-64/tlsie4.dd: New.
442 * ld-x86-64/tlsie4.s: Likewise.
443
444 * ld-x86-64/x86-64.exp (x86_64tests): Add tlsie4.
445
446 2011-02-25 H.J. Lu <hongjiu.lu@intel.com>
447
448 PR ld/12516
449 * ld-elf/dynamic1.d: New.
450 * ld-elf/dynamic1.ld: Likewise.
451 * ld-elf/dynamic1.s: Likewise.
452
453 2011-02-25 Alan Modra <amodra@gmail.com>
454
455 * ld-mn10300/i135409-3.s: Correct .size label reference.
456 * ld-sh/sh64/stolib.s: Likewise.
457
458 2011-02-23 H.J. Lu <hongjiu.lu@intel.com>
459
460 * ld-elf/new.cc: Don't include <exception_defines.h>.
461
462 2011-02-10 Alan Modra <amodra@gmail.com>
463
464 * ld-scripts/defined.exp: Don't run defined5 for AOUT.
465 * ld-scripts/defined5.s: Use .text for "defined" section.
466 * ld-scripts/defined5.t: Adjust.
467
468 * ld-gc/start.d: Exclude frv-*-linux*.
469 * ld-misc/defsym1.d: Likewise.
470
471 2011-02-09 Alan Modra <amodra@gmail.com>
472
473 * ld-elfvsb/elfvsb.exp: Don't run any non-PIC tests on powerpc*-linux.
474 * ld-gc/gc.exp: Ensure powerpc64 test continues to fail.
475 * ld-srec/srec.exp: Don't edit toc on powerpc64.
476
477 2011-01-23 Alan Modra <amodra@gmail.com>
478
479 * ld-scripts/sane1.d, * ld-scripts/sane1.t: New test.
480 * ld-scripts/expr.exp: Run it.
481
482 2011-01-18 H.J. Lu <hongjiu.lu@intel.com>
483
484 * ld-x86-64/ilp32-4.d: Updated.
485
486 2011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
487
488 * ld-arm/arm-rel32.s, ld-arm/arm-rel32.d: New testcase.
489 * ld-arm/arm-elf.exp: Run it.
490
491 2011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
492
493 * ld-arm/gc-thumb-lib.s, ld-arm/gc-thumb.s,
494 ld-arm/gc-thumb.d: New test.
495 * ld-arm/arm-elf.exp: Run it.
496
497 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
498
499 * ld-x86-64/ia32-2.d: Replace --n32 with --x32.
500 * ld-x86-64/ilp32-1.d: Likewise.
501 * ld-x86-64/ilp32-2.d: Likewise.
502 * ld-x86-64/ilp32-3.d: Likewise.
503 * ld-x86-64/ilp32-4.d: Likewise.
504 * ld-x86-64/ilp32-5.d: Likewise.
505 * ld-x86-64/lp64-3.d: Likewise.
506 * ld-x86-64/x86-64.exp: Likewise.
507
508 2011-01-14 H.J. Lu <hongjiu.lu@intel.com>
509
510 * ld-x86-64/ilp32-5.d: New.
511 * ld-x86-64/ilp32-5.s: Likewise.
512
513 * ld-x86-64/x86-64.exp: Run ilp32-5.
514
515 2011-01-13 H.J. Lu <hongjiu.lu@intel.com>
516
517 * ld-x86-64/ilp32-4.d: New.
518
519 * ld-x86-64/x86-64.exp: Run ilp32-4.
520
521 2011-01-13 H.J. Lu <hongjiu.lu@intel.com>
522
523 PR ld/12356
524 * ld-scripts/defined.exp: Run defined5.
525
526 * ld-scripts/defined5.d: New.
527 * ld-scripts/defined5.s: Likewise.
528 * ld-scripts/defined5.t: Likewise.
529
530 2011-01-13 H.J. Lu <hongjiu.lu@intel.com>
531
532 * ld-scripts/defined4.d: Xfail rs6000-*-aix*. Skip mips*-*-*
533 and mmix-*-*.
534
535 * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout.
536
537 2011-01-10 H.J. Lu <hongjiu.lu@intel.com>
538
539 * ld-scripts/assert.exp: Run assert2.
540
541 * ld-scripts/assert2.d: New.
542 * ld-scripts/assert2.t: Likewise.
543
544 2011-01-10 Nathan Sidwell <nathan@codesourcery.com>
545 Glauber de Oliveira Costa <glommer@gmail.com>
546
547 * ld-arm/arm-elf.exp: Added tests for new TLS handling
548 relocations.
549 * ld-arm/tls-descrelax-be32.d: New.
550 * ld-arm/tls-descrelax-be32.s: New.
551 * ld-arm/tls-descrelax-be8.d: New.
552 * ld-arm/tls-descrelax-be8.s: New.
553 * ld-arm/tls-descrelax-v7.d: New.
554 * ld-arm/tls-descrelax-v7.s: New.
555 * ld-arm/tls-descrelax.d: New.
556 * ld-arm/tls-descrelax.s: New.
557 * ld-arm/tls-descseq.d: New.
558 * ld-arm/tls-descseq.r: New.
559 * ld-arm/tls-descseq.s: New.
560 * ld-arm/tls-gdesc-got.d: New.
561 * ld-arm/tls-gdesc-got.s: New.
562 * ld-arm/tls-gdesc-nlazy.g: New.
563 * ld-arm/tls-gdesc-nlazy.s: New.
564 * ld-arm/tls-gdesc.d: New.
565 * ld-arm/tls-gdesc.r: New.
566 * ld-arm/tls-gdesc.s: New.
567 * ld-arm/tls-gdierelax.d: New.
568 * ld-arm/tls-gdierelax.s: New.
569 * ld-arm/tls-gdierelax2.d: New.
570 * ld-arm/tls-gdierelax2.s: New.
571 * ld-arm/tls-gdlerelax.d: New.
572 * ld-arm/tls-gdlerelax.s: New.
573 * ld-arm/tls-lib-loc.d: New.
574 * ld-arm/tls-lib-loc.r: New.
575 * ld-arm/tls-lib-loc.s: New.
576 * ld-arm/tls-longplt-lib.d: New.
577 * ld-arm/tls-longplt-lib.s: New.
578 * ld-arm/tls-longplt.d: New.
579 * ld-arm/tls-longplt.s: New.
580 * ld-arm/tls-mixed.r: New.
581 * ld-arm/tls-mixed.s: New.
582 * ld-arm/tls-thumb1.d: New.
583 * ld-arm/tls-thumb1.s: New.
584 * ld-arm/arm-elf.exp: New.
585
586 2011-01-08 Nick Clifton <nickc@redhat.com>
587
588 * ld-misc/defsym1.d: Add a -e linker command line option.
589 * ld-misc/dummy.s: Remove text.
590
591 2011-01-08 Nick Clifton <nickc@redhat.com>
592
593 PR ld/12358
594 PR ld/12359
595 * ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets.
596 * ld-elf/textaddr6.d: Fix regexp to work with hppa64 targets.
597
598 2011-01-06 H.J. Lu <hongjiu.lu@intel.com>
599
600 PR ld/12366
601 PR ld/12371
602 * ld-ifunc/ifunc-10-i386.s: Add more tests.
603 * ld-ifunc/ifunc-10-x86-64.s: Likewise.
604 * ld-ifunc/ifunc-11-i386.s: Likewise.
605 * ld-ifunc/ifunc-11-x86-64.s: Likewise.
606
607 * ld-ifunc/ifunc-12-i386.d: New.
608 * ld-ifunc/ifunc-12-i386.s: Likewise.
609 * ld-ifunc/ifunc-12-x86-64.d: Likewise.
610 * ld-ifunc/ifunc-12-x86-64.s: Likewise.
611 * ld-ifunc/ifunc-13-i386.d: Likewise.
612 * ld-ifunc/ifunc-13-x86-64.d: Likewise.
613 * ld-ifunc/ifunc-13a-i386.s: Likewise.
614 * ld-ifunc/ifunc-13a-x86-64.s: Likewise.
615 * ld-ifunc/ifunc-13b-i386.s: Likewise.
616 * ld-ifunc/ifunc-13b-x86-64.s: Likewise.
617
618 2011-01-03 H.J. Lu <hongjiu.lu@intel.com>
619
620 * ld-x86-64/dummy.s: New.
621 * ld-x86-64/foo.s: Likewise.
622 * ld-x86-64/ia32-1.d: Likewise.
623 * ld-x86-64/ia32-2.d: Likewise.
624 * ld-x86-64/ia32-3.d: Likewise.
625 * ld-x86-64/ilp32-1.d: Likewise.
626 * ld-x86-64/ilp32-2.d: Likewise.
627 * ld-x86-64/ilp32-3.d: Likewise.
628 * ld-x86-64/lp64-1.d: Likewise.
629 * ld-x86-64/lp64-2.d: Likewise.
630 * ld-x86-64/lp64-3.d: Likewise.
631 * ld-x86-64/start.s: Likewise.
632
633 * ld-x86-64/x86-64.exp: Run ilp32-1, ilp32-2, ilp32-3, ia32-1,
634 ia32-2, ia32-3, lp64-1, lp64-2 and lp64-3.
635
636 2011-01-02 H.J. Lu <hongjiu.lu@intel.com>
637
638 PR ld/12001
639 * ld-misc/defsym.exp: New.
640 * ld-misc/defsym1.d: Likewise.
641 * ld-misc/dummy.s: Likewise.
642 * ld-misc/foo.s: Likewise.
643 * ld-misc/start.s: Likewise.
644
645 For older changes see ChangeLog-2010
646 \f
647 Local Variables:
648 mode: change-log
649 left-margin: 8
650 fill-column: 74
651 version-control: never
652 End:
This page took 0.043006 seconds and 5 git commands to generate.