2011-05-09 Paul Brook <paul@codesourcery.com>
[deliverable/binutils-gdb.git] / ld / testsuite / ChangeLog
CommitLineData
730035f7
DK
12011-05-07 Dave Korn <dave.korn.cygwin@gmail.com>
2
3 PR ld/12365
4 * ld-plugin/plugin-7.d: Allow underscore in error message.
5 * ld-plugin/plugin-8.d: Likewise.
6
310fd250
L
72011-05-07 H.J. Lu <hongjiu.lu@intel.com>
8
9 PR ld/12730
10 * ld-elf/elf.exp (array_tests): Add "pr12730".
11 (array_tests_pie): New.
12 (array_tests_static): Add -static for "static init array mixed".
13 Add "static pr12730". Run array_tests_pie for Linux.
14
15 * ld-elf/init-mixed.c (ctor1007): Renamed to ...
16 (ctor1007a): This.
17 (ctor1007b): New.
18 (ctors1007): Remove ctor1007. Add ctor1007b and ctor1007a.
19 (dtor1007): Renamed to ...
20 (dtor1007a): This.
21 (dtor1007b): New.
22 (dtors1007): Remove dtor1007. Add dtor1007b and dtor1007a.
23 (ctor65535): Renamed to ...
24 (ctor65535a): This.
25 (ctor65535b): New.
26 (ctors65535): Remove ctor65535. Add ctor65535b and ctor65535a.
27 (dtor65535): Renamed to ...
28 (dtor65535a): This.
29 (dtor65535b): New.
30 (dtors65535): Remove dtor65535. Add dtor65535b and dtor65535a.
31
32 * ld-elf/pr12730.cc: New.
33 * ld-elf/pr12730.out: Likewise.
34
7d24e6a6
RS
352011-05-06 Richard Sandiford <richard.sandiford@linaro.org>
36
37 * ld-arm/cortex-a8-fix-b-plt.s, ld-arm/cortex-a8-fix-b-plt.d,
38 ld-arm/cortex-a8-fix-bcc-plt.s, ld-arm/cortex-a8-fix-bcc-plt.d,
39 ld-arm/cortex-a8-fix-bl-plt.s, ld-arm/cortex-a8-fix-bl-plt.d,
40 ld-arm/cortex-a8-fix-blx-plt.s, ld-arm/cortex-a8-fix-blx-plt.d,
41 ld-arm/cortex-a8-fix-plt.ld: New tests.
42 * ld-arm/arm-elf.exp: Run them.
43
c6a8f6e0
BS
442011-05-05 Bernd Schmidt <bernds@codesourcery.com>
45
46 * ld-tic6x/shared-nopic.d: New test.
47 * ld-tic6x/shared-nopid.d: New test.
48 * ld-tic6x/attr-pid-21.d: Don't expect a warning; check readelf
49 output instead.
50 * ld-tic6x/attr-pid-12.d: Likewise.
51 * ld-tic6x/attr-pic-01.d: Likewise.
52 * ld-tic6x/attr-pic-10.d: Likewise.
53 * ld-tic6x/attr-pid-01.d: Likewise.
54 * ld-tic6x/attr-pid-10.d: Likewise.
55 * ld-tic6x/attr-pid-02.d: Likewise.
56 * ld-tic6x/attr-pid-20.d: Likewise.
57 * ld-tic6x/got-reloc-inrange.d: Pass -mpic and -mpid options to gas.
58
2fbb87f6
PB
592011-05-03 Paul Brook <paul@codesourcery.com>
60
61
62 * ld-tic6x/ehtype-reloc-1-rel.d: New test.
63 * ld-tic6x/ehtype-reloc-1.d: New test.
64 * ld-tic6x/ehtype-reloc-1.s: New test.
65
2abca860
L
662011-05-01 H.J. Lu <hongjiu.lu@intel.com>
67
68 PR ld/12718
69 * ld-i386/i386.exp: Run pr12718.
70 * ld-x86-64/x86-64.exp: Likewise.
71
72 * ld-i386/pr12718.d: New.
73 * ld-i386/pr12718.s: Likewise.
74 * ld-x86-64/pr12718.d: Likewise.
75 * ld-x86-64/pr12718.s: Likewise.
76
72b016b4
NC
772011-04-26 Kai Tietz <ktietz@redhat.com>
78
79 * ld-pe/pe.exp: Add cfi/cfi32 tests.
80 * ld-pe/cfi.d: New.
81 * ld-pe/cfi32.d: New.
82 * ld-pe/cfia.s: New.
83 * ld-pe/cfib.s: New.
84
aa715242
L
852011-04-21 H.J. Lu <hongjiu.lu@intel.com>
86
87 PR ld/12694
88 * ld-ifunc/ifunc-14-i386.d: New.
89 * ld-ifunc/ifunc-14-x86-64.d: Likewise.
90 * ld-ifunc/ifunc-14a.s: Likewise.
91 * ld-ifunc/ifunc-14b.s: Likewise.
92
948b3cc4
L
932011-04-19 H.J. Lu <hongjiu.lu@intel.com>
94
95 * ld-plugin/plugin-ignore.d: Removed.
96
86942c28
L
972011-04-18 H.J. Lu <hongjiu.lu@intel.com>
98
99 * ld-plugin/plugin-7.d: Update expected LTO linker errors for
100 GCC 4.6.
101 * ld-plugin/plugin-8.d: Likewise.
102
901f1d17
AM
1032011-04-18 Alan Modra <amodra@gmail.com>
104
105 * ld-plugin/plugin-7.d: Adjust for plugin changes.
106 * ld-plugin/plugin-8.d: Likewise.
107 * ld-plugin/plugin.exp: Pass --verbose=2 for visibility test, and
108 compare ld output to..
109 * ld-plugin/plugin-12.d: New.
110
9c68f58e
MK
1112011-04-15 Maxim Kuvyrkov <maxim@codesourcery.com>
112
113 * ld-m68k/tls-gd-ie-1.d: Stabilize test.
114 * ld-m68k/tls-gd-3.[sd]: New test.
115
6452a567
RH
1162011-04-12 Richard Henderson <rth@redhat.com>
117
118 * ld-alpha/emptygot.s, ld-alpha/emptygot.nm: New test.
119 * ld-alpha/alpha.exp: Run it.
120
f64b2e8d
NC
1212011-04-11 Mark Wielaard <mjw@redhat.com>
122
123 PR 10549
124 * ld-unique: New directory.
125 * ld-unique/unique.exp: New file: Run the UNIQUE tests.
126 * ld-unique/unique.s: New test file.
127 * ld-unique/unique_empty.s: Likewise.
128 * ld-unique/unique_shared.s: Likewise.
129
721da2d9
AM
1302011-04-11 Alan Modra <amodra@gmail.com>
131
132 * ld-elf/eh-frame-hdr.d: xfail avr.
133
959b0961
L
1342011-04-08 H.J. Lu <hongjiu.lu@intel.com>
135
136 PR ld/12654
137 * ld-i386/i386.exp: Run tlspie2.
138
139 * ld-i386/tlspie2.d: New.
140 * ld-i386/tlspie2.s: Likewise.
141
8c5fc800
JM
1422011-04-06 Joseph Myers <joseph@codesourcery.com>
143
144 * ld-selective/selective.exp (xscale-*-*): Don't handle.
145 * ld-srec/srec.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
146 handle.
147 (*arm*-*-*): Change to arm*-*-*.
148 (strongarm*-*-coff, xscale*-*-coff, thumb-*-coff*, thumb-*-pe*,
149 thumb-*-elf*, strongarm*-*-*, thumb-*-*): Remove xfails.
150 * ld-undefined/undefined.exp (thumb*-*-pe*, thumb*-*-pe*): Remove
151 commented-out xfails.
152 (thumb-elf): Remove reference in comment.
153 * lib/ld-lib.exp (strongarm*-*-*, xscale*-*-*, thumb-*-*): Don't
154 handle.
155
a3293649
L
1562011-04-04 H.J. Lu <hongjiu.lu@intel.com>
157
158 PR ld/12627
159 * ld-i386/i386.exp: Run pr12627.
160
161 * ld-i386/pr12627.d: New.
162 * ld-i386/pr12627.s: Likewise.
163 * ld-i386/pr12627.t: Likewise.
164
ac145307
BS
1652011-03-31 Bernd Schmidt <bernds@codesourcery.com>
166
167 * ld-scripts/crossref.exp: Add CFLAGS for tic6x*-*-*.
168 * ld-elf/sec-to-seg.exp: Remove tic6x from list of targets defining
169 pagesize to 1.
170 * ld-tic6x/tic6x.exp: Add support for DSBT shared library/executable
171 linking tests.
172 * ld-tic6x/dsbt.ld: New linker script.
173 * ld-tic6x/dsbt-be.ld: New linker script.
174 * ld-tic6x/dsbt-overflow.ld: New linker script.
175 * ld-tic6x/dsbt-inrange.ld: New linker script.
176 * ld-tic6x/shlib-1.s: New test.
177 * ld-tic6x/shlib-2.s: New test.
178 * ld-tic6x/shlib-app-1r.s: New test.
179 * ld-tic6x/shlib-app-1.s: New test.
180 * ld-tic6x/shlib-1.sd: New test.
181 * ld-tic6x/shlib-1.dd: New test.
182 * ld-tic6x/shlib-app-1.rd: New test.
183 * ld-tic6x/shlib-app-1rb.rd: New test.
184 * ld-tic6x/shlib-app-1.sd: New test.
185 * ld-tic6x/static-app-1rb.od: New test.
186 * ld-tic6x/shlib-app-1.dd: New test.
187 * ld-tic6x/shlib-app-1rb.sd: New test.
188 * ld-tic6x/static-app-1b.od: New test.
189 * ld-tic6x/static-app-1r.od: New test.
190 * ld-tic6x/shlib-1rb.rd: New test.
191 * ld-tic6x/shlib-app-1rb.dd: New test.
192 * ld-tic6x/shlib-1rb.sd: New test.
193 * ld-tic6x/shlib-1rb.dd: New test.
194 * ld-tic6x/shlib-app-1b.od: New test.
195 * ld-tic6x/tic6x.exp: New test.
196 * ld-tic6x/static-app-1rb.rd: New test.
197 * ld-tic6x/shlib-app-1r.od: New test.
198 * ld-tic6x/static-app-1.od: New test.
199 * ld-tic6x/static-app-1b.rd: New test.
200 * ld-tic6x/static-app-1r.rd: New test.
201 * ld-tic6x/static-app-1rb.sd: New test.
202 * ld-tic6x/static-app-1b.sd: New test.
203 * ld-tic6x/static-app-1rb.dd: New test.
204 * ld-tic6x/static-app-1r.sd: New test.
205 * ld-tic6x/static-app-1b.dd: New test.
206 * ld-tic6x/shlib-1b.rd: New test.
207 * ld-tic6x/static-app-1r.dd: New test.
208 * ld-tic6x/shlib-app-1b.rd: New test.
209 * ld-tic6x/shlib-1r.rd: New test.
210 * ld-tic6x/shlib-app-1r.rd: New test.
211 * ld-tic6x/shlib-1b.sd: New test.
212 * ld-tic6x/static-app-1.rd: New test.
213 * ld-tic6x/shlib-app-1b.sd: New test.
214 * ld-tic6x/shlib-1r.sd: New test.
215 * ld-tic6x/shlib-1b.dd: New test.
216 * ld-tic6x/shlib-app-1r.sd: New test.
217 * ld-tic6x/shlib-app-1b.dd: New test.
218 * ld-tic6x/shlib-1r.dd: New test.
219 * ld-tic6x/static-app-1.sd: New test.
220 * ld-tic6x/shlib-app-1r.dd: New test.
221 * ld-tic6x/static-app-1.dd: New test.
222 * ld-tic6x/shlib-noindex.rd: New test.
223 * ld-tic6x/shlib-noindex.dd: New test.
224 * ld-tic6x/shlib-noindex.sd: New test.
225 * ld-tic6x/got-reloc-local-1.s: New test.
226 * ld-tic6x/got-reloc-local-2.s: New test.
227 * ld-tic6x/got-reloc-local-r.d: New test.
228 * ld-tic6x/got-reloc-global.s: New test.
229 * ld-tic6x/got-reloc-global-addend-1.d: New test.
230 * ld-tic6x/got-reloc-global-addend-1.s: New test.
231 * ld-tic6x/got-reloc-global-addend-2.d: New test.
232 * ld-tic6x/got-reloc-inrange.d: New test.
233 * ld-tic6x/got-reloc-overflow.d: New test.
234 * ld-tic6x/got-reloc-global-addend-2.s: New test.
235 * ld-tic6x/dsbt-index-error.d: New test.
236 * ld-tic6x/dsbt-index.d: New test.
237 * ld-tic6x/dsbt-index.s: New test.
238 * ld-tic6x/shlib-app-1.od: New test.
239 * ld-tic6x/shlib-app-1rb.od: New test.
240 * ld-tic6x/shlib-1.rd: New test.
241 * ld-tic6x/weak.d: New test.
242 * ld-tic6x/weak-be.d: New test.
243 * ld-tic6x/weak.s: New test.
244 * ld-tic6x/weak-data.d: New test.
245 * ld-tic6x/common.d: New test.
246 * ld-tic6x/common.ld: New test.
247 * ld-tic6x/common.s: New test.
248
991cda6c
RH
2492011-03-30 Richard Henderson <rth@redhat.com>
250
251 * ld-elf/elf.exp: Force 32-bit start address for alpha.
252 * ld-elf/group8a.d: Don't disable for alpha.
253 * ld-elf/group8b.d: Likewise.
254 * ld-gc/start.s: Use .dc.a instead of .long.
255
663a1470
AM
2562011-03-24 Alan Modra <amodra@gmail.com>
257
258 * ld-powerpc/tlsmark.s: Delete non-optimizable section.
259 * ld-powerpc/tlsmark32.s: Likewise.
260 * ld-powerpc/tlsmark.d: Adjust to suit.
261 * ld-powerpc/tlsmark32.d: Likewise.
262 * ld-powerpc/tlsopt1.d, * ld-powerpc/tlsopt1.s: New.
263 * ld-powerpc/tlsopt2.d, * ld-powerpc/tlsopt2.s: New.
264 * ld-powerpc/tlsopt3.d, * ld-powerpc/tlsopt3.s: New.
265 * ld-powerpc/tlsopt4.d, * ld-powerpc/tlsopt4.s: New.
266 * ld-powerpc/tlsopt1_32.d, * ld-powerpc/tlsopt1_32.s: New.
267 * ld-powerpc/tlsopt2_32.d, * ld-powerpc/tlsopt2_32.s: New.
268 * ld-powerpc/tlsopt3_32.d, * ld-powerpc/tlsopt3_32.s: New.
269 * ld-powerpc/tlsopt4_32.d, * ld-powerpc/tlsopt4_32.s: New.
270 * ld-powerpc/powerpc.exp: Run new tests.
271
e6961d10
MF
2722011-03-15 Mike Frysinger <vapier@gentoo.org>
273
274 * ld-elfvers/vers.exp (vers19): Add -Wl,-rpath-link,. to linker flags.
275
34e77a92
RS
2762011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
277
278 * ld-arm/ifunc-1.s, ld-arm/ifunc-1.dd, ld-arm/ifunc-1.gd,
279 ld-arm/ifunc-1.rd, ld-arm/ifunc-2.s, ld-arm/ifunc-2.dd,
280 ld-arm/ifunc-2.gd, ld-arm/ifunc-2.rd, ld-arm/ifunc-3.s,
281 ld-arm/ifunc-3.dd, ld-arm/ifunc-3.gd, ld-arm/ifunc-3.rd,
282 ld-arm/ifunc-4.s, ld-arm/ifunc-4.dd, ld-arm/ifunc-4.gd,
283 ld-arm/ifunc-4.rd, ld-arm/ifunc-5.s, ld-arm/ifunc-5.dd,
284 ld-arm/ifunc-5.gd, ld-arm/ifunc-5.rd, ld-arm/ifunc-6.s,
285 ld-arm/ifunc-6.dd, ld-arm/ifunc-6.gd, ld-arm/ifunc-6.rd,
286 ld-arm/ifunc-7.s, ld-arm/ifunc-7.dd, ld-arm/ifunc-7.gd,
287 ld-arm/ifunc-7.rd, ld-arm/ifunc-8.s, ld-arm/ifunc-8.dd,
288 ld-arm/ifunc-8.gd, ld-arm/ifunc-8.rd, ld-arm/ifunc-9.s,
289 ld-arm/ifunc-9.dd, ld-arm/ifunc-9.gd, ld-arm/ifunc-9.rd,
290 ld-arm/ifunc-10.s, ld-arm/ifunc-10.dd, ld-arm/ifunc-10.gd,
291 ld-arm/ifunc-10.rd, ld-arm/ifunc-11.s, ld-arm/ifunc-11.dd,
292 ld-arm/ifunc-11.gd, ld-arm/ifunc-11.rd, ld-arm/ifunc-12.s,
293 ld-arm/ifunc-12.dd, ld-arm/ifunc-12.gd, ld-arm/ifunc-12.rd,
294 ld-arm/ifunc-13.s, ld-arm/ifunc-13.dd, ld-arm/ifunc-13.gd,
295 ld-arm/ifunc-13.rd, ld-arm/ifunc-14.s, ld-arm/ifunc-14.dd,
296 ld-arm/ifunc-14.gd, ld-arm/ifunc-14.rd, ld-arm/ifunc-15.s,
297 ld-arm/ifunc-15.dd, ld-arm/ifunc-15.gd, ld-arm/ifunc-15.rd,
298 ld-arm/ifunc-16.s, ld-arm/ifunc-16.dd, ld-arm/ifunc-16.gd,
299 ld-arm/ifunc-16.rd, ld-arm/ifunc-dynamic.ld,
300 ld-arm/ifunc-static.ld: New tests.
301 * ld-arm/farcall-group.d, ld-arm/farcall-group-size2.d,
302 ld-arm/farcall-mixed-lib-v4t.d, ld-arm/farcall-mixed-lib.d: Update
303 for new stub hashes.
304 * ld-arm/arm-elf.exp: Run them.
305
f6e32f6d
RS
3062011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
307
308 * ld-arm/arm-lib-plt-2a.s, ld-arm/arm-lib-plt-2b.s,
309 ld-arm/arm-lib-plt-2.dd, ld-arm/arm-lib-plt-2.rd: New tests.
310 * ld-arm/arm-elf.exp: Run them.
311
b436d854
RS
3122011-03-14 Richard Sandiford <richard.sandiford@linaro.org>
313
314 * ld-arm/exec-got-1a.s, ld-arm/exec-got-1b.s, ld-arm/exec-got-1.d,
315 ld-arm/unresolved-1.s, ld-arm/unresolved-1.d,
316 ld-arm/unresolved-1-dyn.d: New tests.
317 * ld-arm/arm-elf.exp: Run them.
318
52bc799a
L
3192011-03-12 H.J. Lu <hongjiu.lu@intel.com>
320
321 * ld-x86-64/tlsgd4.dd: New.
322 * ld-x86-64/tlsgd4.s: Likewise.
323 * ld-x86-64/tlsgd5.dd: Likewise.
324 * ld-x86-64/tlsgd5a.s: Likewise.
325 * ld-x86-64/tlsgd5b.s: Likewise.
326 * ld-x86-64/tlsgd6.dd: Likewise.
327 * ld-x86-64/tlsgd6a.s: Likewise.
328 * ld-x86-64/tlsgd6b.s: Likewise.
329 * ld-x86-64/tlsld2.dd: Likewise.
330 * ld-x86-64/tlsld2.s: Likewise.
331
332 * ld-x86-64/x86-64.exp (x86_64tests): Add tlsgd4, libtlsgd5.so,
333 tlsgd5, libtlsgd6.so, tlsgd6 and tlsld2.
334
4a4c5f25
L
3352011-03-03 H.J. Lu <hongjiu.lu@intel.com>
336
337 * ld-x86-64/tlsie4.dd: New.
338 * ld-x86-64/tlsie4.s: Likewise.
339
340 * ld-x86-64/x86-64.exp (x86_64tests): Add tlsie4.
341
6ee6cf6a
L
3422011-02-25 H.J. Lu <hongjiu.lu@intel.com>
343
344 PR ld/12516
345 * ld-elf/dynamic1.d: New.
346 * ld-elf/dynamic1.ld: Likewise.
347 * ld-elf/dynamic1.s: Likewise.
348
e1e90034
AM
3492011-02-25 Alan Modra <amodra@gmail.com>
350
351 * ld-mn10300/i135409-3.s: Correct .size label reference.
352 * ld-sh/sh64/stolib.s: Likewise.
353
3b8d4c36
L
3542011-02-23 H.J. Lu <hongjiu.lu@intel.com>
355
356 * ld-elf/new.cc: Don't include <exception_defines.h>.
357
6092a2bf
AM
3582011-02-10 Alan Modra <amodra@gmail.com>
359
ea6c5ce9
AM
360 * ld-scripts/defined.exp: Don't run defined5 for AOUT.
361 * ld-scripts/defined5.s: Use .text for "defined" section.
362 * ld-scripts/defined5.t: Adjust.
363
6092a2bf
AM
364 * ld-gc/start.d: Exclude frv-*-linux*.
365 * ld-misc/defsym1.d: Likewise.
366
2893311c
AM
3672011-02-09 Alan Modra <amodra@gmail.com>
368
369 * ld-elfvsb/elfvsb.exp: Don't run any non-PIC tests on powerpc*-linux.
370 * ld-gc/gc.exp: Ensure powerpc64 test continues to fail.
371 * ld-srec/srec.exp: Don't edit toc on powerpc64.
372
6a2bb080
AM
3732011-01-23 Alan Modra <amodra@gmail.com>
374
375 * ld-scripts/sane1.d, * ld-scripts/sane1.t: New test.
376 * ld-scripts/expr.exp: Run it.
377
1a0c107f
L
3782011-01-18 H.J. Lu <hongjiu.lu@intel.com>
379
380 * ld-x86-64/ilp32-4.d: Updated.
381
da17376b
RS
3822011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
383
384 * ld-arm/arm-rel32.s, ld-arm/arm-rel32.d: New testcase.
385 * ld-arm/arm-elf.exp: Run it.
386
1e81e12b
RS
3872011-01-17 Richard Sandiford <richard.sandiford@linaro.org>
388
389 * ld-arm/gc-thumb-lib.s, ld-arm/gc-thumb.s,
390 ld-arm/gc-thumb.d: New test.
391 * ld-arm/arm-elf.exp: Run it.
392
570561f7
L
3932011-01-14 H.J. Lu <hongjiu.lu@intel.com>
394
9d537815
L
395 * ld-x86-64/ia32-2.d: Replace --n32 with --x32.
396 * ld-x86-64/ilp32-1.d: Likewise.
570561f7
L
397 * ld-x86-64/ilp32-2.d: Likewise.
398 * ld-x86-64/ilp32-3.d: Likewise.
399 * ld-x86-64/ilp32-4.d: Likewise.
400 * ld-x86-64/ilp32-5.d: Likewise.
9d537815 401 * ld-x86-64/lp64-3.d: Likewise.
570561f7
L
402 * ld-x86-64/x86-64.exp: Likewise.
403
248775ba
L
4042011-01-14 H.J. Lu <hongjiu.lu@intel.com>
405
406 * ld-x86-64/ilp32-5.d: New.
407 * ld-x86-64/ilp32-5.s: Likewise.
408
409 * ld-x86-64/x86-64.exp: Run ilp32-5.
410
82e96e07
L
4112011-01-13 H.J. Lu <hongjiu.lu@intel.com>
412
413 * ld-x86-64/ilp32-4.d: New.
414
415 * ld-x86-64/x86-64.exp: Run ilp32-4.
416
75e68ef9
L
4172011-01-13 H.J. Lu <hongjiu.lu@intel.com>
418
419 PR ld/12356
420 * ld-scripts/defined.exp: Run defined5.
421
422 * ld-scripts/defined5.d: New.
423 * ld-scripts/defined5.s: Likewise.
424 * ld-scripts/defined5.t: Likewise.
425
e235872c
L
4262011-01-13 H.J. Lu <hongjiu.lu@intel.com>
427
428 * ld-scripts/defined4.d: Xfail rs6000-*-aix*. Skip mips*-*-*
429 and mmix-*-*.
430
431 * ld-scripts/expr2.d: Xfail rs6000-*-aix* and arm-*-*aout.
432
eda17dc1
L
4332011-01-10 H.J. Lu <hongjiu.lu@intel.com>
434
435 * ld-scripts/assert.exp: Run assert2.
436
437 * ld-scripts/assert2.d: New.
438 * ld-scripts/assert2.t: Likewise.
439
0855e32b
NS
4402011-01-10 Nathan Sidwell <nathan@codesourcery.com>
441 Glauber de Oliveira Costa <glommer@gmail.com>
442
443 * ld-arm/arm-elf.exp: Added tests for new TLS handling
444 relocations.
445 * ld-arm/tls-descrelax-be32.d: New.
446 * ld-arm/tls-descrelax-be32.s: New.
447 * ld-arm/tls-descrelax-be8.d: New.
448 * ld-arm/tls-descrelax-be8.s: New.
449 * ld-arm/tls-descrelax-v7.d: New.
450 * ld-arm/tls-descrelax-v7.s: New.
451 * ld-arm/tls-descrelax.d: New.
452 * ld-arm/tls-descrelax.s: New.
453 * ld-arm/tls-descseq.d: New.
454 * ld-arm/tls-descseq.r: New.
455 * ld-arm/tls-descseq.s: New.
456 * ld-arm/tls-gdesc-got.d: New.
457 * ld-arm/tls-gdesc-got.s: New.
458 * ld-arm/tls-gdesc-nlazy.g: New.
459 * ld-arm/tls-gdesc-nlazy.s: New.
460 * ld-arm/tls-gdesc.d: New.
461 * ld-arm/tls-gdesc.r: New.
462 * ld-arm/tls-gdesc.s: New.
463 * ld-arm/tls-gdierelax.d: New.
464 * ld-arm/tls-gdierelax.s: New.
465 * ld-arm/tls-gdierelax2.d: New.
466 * ld-arm/tls-gdierelax2.s: New.
467 * ld-arm/tls-gdlerelax.d: New.
468 * ld-arm/tls-gdlerelax.s: New.
469 * ld-arm/tls-lib-loc.d: New.
470 * ld-arm/tls-lib-loc.r: New.
471 * ld-arm/tls-lib-loc.s: New.
472 * ld-arm/tls-longplt-lib.d: New.
473 * ld-arm/tls-longplt-lib.s: New.
474 * ld-arm/tls-longplt.d: New.
475 * ld-arm/tls-longplt.s: New.
476 * ld-arm/tls-mixed.r: New.
477 * ld-arm/tls-mixed.s: New.
478 * ld-arm/tls-thumb1.d: New.
479 * ld-arm/tls-thumb1.s: New.
480 * ld-arm/arm-elf.exp: New.
481
bd53e8b7
NC
4822011-01-08 Nick Clifton <nickc@redhat.com>
483
484 * ld-misc/defsym1.d: Add a -e linker command line option.
485 * ld-misc/dummy.s: Remove text.
486
fc31e83b
NC
4872011-01-08 Nick Clifton <nickc@redhat.com>
488
5d8cb124
NC
489 PR ld/12358
490 PR ld/12359
fc31e83b
NC
491 * ld-elf/textaddr2.d: Fix regexp to work with hppa64 targets.
492 * ld-elf/textaddr6.d: Fix regexp to work with hppa64 targets.
493
ae428b57 4942011-01-06 H.J. Lu <hongjiu.lu@intel.com>
3db2e7dd
L
495
496 PR ld/12366
497 PR ld/12371
498 * ld-ifunc/ifunc-10-i386.s: Add more tests.
499 * ld-ifunc/ifunc-10-x86-64.s: Likewise.
500 * ld-ifunc/ifunc-11-i386.s: Likewise.
501 * ld-ifunc/ifunc-11-x86-64.s: Likewise.
502
503 * ld-ifunc/ifunc-12-i386.d: New.
504 * ld-ifunc/ifunc-12-i386.s: Likewise.
505 * ld-ifunc/ifunc-12-x86-64.d: Likewise.
506 * ld-ifunc/ifunc-12-x86-64.s: Likewise.
507 * ld-ifunc/ifunc-13-i386.d: Likewise.
508 * ld-ifunc/ifunc-13-x86-64.d: Likewise.
509 * ld-ifunc/ifunc-13a-i386.s: Likewise.
510 * ld-ifunc/ifunc-13a-x86-64.s: Likewise.
511 * ld-ifunc/ifunc-13b-i386.s: Likewise.
512 * ld-ifunc/ifunc-13b-x86-64.s: Likewise.
513
889a4d3e
L
5142011-01-03 H.J. Lu <hongjiu.lu@intel.com>
515
516 * ld-x86-64/dummy.s: New.
517 * ld-x86-64/foo.s: Likewise.
518 * ld-x86-64/ia32-1.d: Likewise.
519 * ld-x86-64/ia32-2.d: Likewise.
520 * ld-x86-64/ia32-3.d: Likewise.
521 * ld-x86-64/ilp32-1.d: Likewise.
522 * ld-x86-64/ilp32-2.d: Likewise.
523 * ld-x86-64/ilp32-3.d: Likewise.
524 * ld-x86-64/lp64-1.d: Likewise.
525 * ld-x86-64/lp64-2.d: Likewise.
526 * ld-x86-64/lp64-3.d: Likewise.
527 * ld-x86-64/start.s: Likewise.
528
529 * ld-x86-64/x86-64.exp: Run ilp32-1, ilp32-2, ilp32-3, ia32-1,
530 ia32-2, ia32-3, lp64-1, lp64-2 and lp64-3.
531
f024e155
L
5322011-01-02 H.J. Lu <hongjiu.lu@intel.com>
533
534 PR ld/12001
535 * ld-misc/defsym.exp: New.
536 * ld-misc/defsym1.d: Likewise.
537 * ld-misc/dummy.s: Likewise.
538 * ld-misc/foo.s: Likewise.
539 * ld-misc/start.s: Likewise.
540
9e9e0820 541For older changes see ChangeLog-2010
c9e214e5
AM
542\f
543Local Variables:
544mode: change-log
545left-margin: 8
546fill-column: 74
547version-control: never
548End:
This page took 0.352988 seconds and 4 git commands to generate.