* ld-elf/flags1.d: Adjust for MIPS text alignment.
[binutils-gdb.git] / ld / testsuite / ChangeLog
1 2008-03-26 Daniel Jacobowitz <dan@codesourcery.com>
2
3 * ld-elf/flags1.d: Adjust for MIPS text alignment.
4
5 2008-03-25 Nathan Sidwell <nathan@codesourcery.com>
6
7 * ld-vxworks/tls-3.s: New.
8 * ld-vxworks/tls-3.d: New.
9
10 2008-03-22 Hans-Peter Nilsson <hp@axis.com>
11
12 * ld-cris/libdso-10.d: Adjust for change in objdump output.
13
14 2008-03-21 Adam Nemet <anemet@caviumnetworks.com>
15
16 * ld-mips-elf/dyn-sec64.d, ld-mips-elf/dyn-sec64.s,
17 ld-mips-elf/dyn-sec64.ld: New test.
18 * ld-mips-elf/mips-elf.exp: Run it.
19
20 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
21
22 * ld-mips-elf/got-dump-1.d, ld-mips-elf/got-dump-1.s,
23 ld-mips-elf/got-dump-1.ld, ld-mips-elf/got-dump-2.d,
24 ld-mips-elf/got-dump-2.s, ld-mips-elf/got-dump-2.ld: New tests.
25 * ld-mips-elf/mips-elf.exp: Run them.
26
27 2008-03-20 Richard Sandiford <rsandifo@nildram.co.uk>
28
29 * ld-mips-elf/elf-rel-got-n64-linux.d: Expect bit 63 rather than
30 bit 31 of the second GOT entry to be set.
31 * ld-mips-elf/elf-rel-got-n64.d: Likewise.
32 * ld-mips-elf/elf-rel-xgot-n64-linux.d: Likewise.
33 * ld-mips-elf/elf-rel-xgot-n64.d: Likewise.
34
35 2008-03-17 Richard Sandiford <rsandifo@nildram.co.uk>
36
37 * ld-mips-elf/eh-frame1-n32.d: Expect a warning about .eh_frame_hdr.
38 Remove duplicate CIEs. Adjust relocation addresses and .eh_frame
39 offsets accordingly. Do not allow there to be any trailing
40 R_MIPS_NONE relocations.
41 * ld-mips-elf/eh-frame1-n64.d: Likewise.
42 * ld-mips-elf/eh-frame2-n32.d: Likewise.
43 * ld-mips-elf/eh-frame2-n64.d: Likewise.
44
45 2008-03-17 Richard Sandiford <rsandifo@nildram.co.uk>
46
47 * ld-mips-elf/mips-elf.exp (o32_as_flags, o32_ld_flags): New variables.
48 (mips16_call_global_test, mips16_intermix_test): Use them.
49
50 2008-03-16 H.J. Lu <hongjiu.lu@intel.com>
51
52 PR ld/5789
53 PR ld/5943
54 * ld-i386/hidden1.d: New.
55 * ld-i386/hidden1.s: Likewise.
56 * ld-i386/hidden2.d: Likewise.
57 * ld-i386/hidden2.s: Likewise.
58 * ld-i386/hidden3.d: Likewise.
59 * ld-i386/hidden4.s: Likewise.
60 * ld-i386/protected1.d: Likewise.
61 * ld-i386/protected1.s: Likewise.
62 * ld-i386/protected2.d: Likewise.
63 * ld-i386/protected2.s: Likewise.
64 * ld-i386/protected3.d: Likewise.
65 * ld-i386/protected3.s: Likewise.
66 * ld-x86-64/hidden1.d: Likewise.
67 * ld-x86-64/hidden1.s: Likewise.
68 * ld-x86-64/hidden2.d: Likewise.
69 * ld-x86-64/hidden2.s: Likewise.
70 * ld-x86-64/hidden3.d: Likewise.
71 * ld-x86-64/hidden3.s: Likewise.
72 * ld-x86-64/protected1.d: Likewise.
73 * ld-x86-64/protected1.s: Likewise.
74 * ld-x86-64/protected2.d: Likewise.
75 * ld-x86-64/protected2.s: Likewise.
76 * ld-x86-64/protected3.d: Likewise.
77 * ld-x86-64/protected3.s: Likewise.
78
79 * ld-i386/i386.exp: Run hidden1, hidden2, hidden3, protected1,
80 protected2 and protected3.
81 * ld-x86-64/x86-64.exp: Likewise.
82
83 2008-03-14 Alan Modra <amodra@bigpond.net.au>
84
85 * ld-spu/ovl2.s: Make setjmp global.
86 * ld-spu/ovl2.d: Update.
87
88 2008-03-12 Alan Modra <amodra@bigpond.net.au>
89
90 PR 5900
91 * ld-elf/sec64k.exp: Update.
92
93 2008-03-08 Paul Brook <paul@codesourcery.com>
94
95 * ld-arm/arm-elf.exp (armeabitests): Add thumb2-b-interwork.
96 * ld-arm/thumb2-b-interwork.d: New test.
97 * ld-arm/thumb2-b-interwork.s: New test.
98
99 2008-03-07 Paul Brook <paul@codesourcery.com>
100
101 * ld-arm/arm-elf.exp (armelftests): Add movw-merge and arm-app-movw.
102 * ld-arm/arm-app-movw.s: New test.
103 * ld-arm/arm-app.r: Update expected output.
104 * ld-arm/movw-merge.d: New test.
105 * ld-arm/movw-merge.s: New test.
106
107 2008-03-01 Alan Modra <amodra@bigpond.net.au>
108
109 * ld-powerpc/relbrlt.d: Update. Also check .branch_lt section.
110
111 2008-02-27 Catherine Moore <clm@codesourcery.com>
112
113 * ld-cris/libdso-10.d: Update expected output for the Dynamic
114 Section to allow an arbitrary number of spaces.
115
116 2008-02-20 Mark Mitchell <mark@codesourcery.com>
117
118 ld/testsuite/
119 * ld-elf/seg.d: Expect .reginfo section on MIPS.
120
121 2008-02-20 Pedro Alves <pedro_alves@portugalmail.pt>
122
123 * ld-auto-import/auto-import.exp: Use $ld to link the dll for
124 cygwin, not $CC.
125
126 2008-02-18 Hans-Peter Nilsson <hp@axis.com>
127
128 * lib/ld-lib.exp (run_dump_test): Don't apply prune_warnings
129 for tool invocations where warnings or errors can be matched.
130
131 2008-02-14 H.J. Lu <hongjiu.lu@intel.com>
132
133 * ld-shared/sh1.c (shlib_overriddencall2): Moved to ...
134 * ld-shared/sh2.c (shlib_overriddencall2): Here. New.
135
136 2008-02-07 Alan Modra <amodra@bigpond.net.au>
137
138 * ld-spu/ovl.d: Update.
139 * ld-spu/ovl2.d: Update.
140
141 2008-02-04 Bob Wilson <bob.wilson@acm.org>
142
143 * ld-undefined/undefined.exp: XFAIL for xtensa*-*-linux*.
144
145 2008-01-31 Marc Gauthier <marc@tensilica.com>
146
147 * ld-elf/merge.d: Recognize Xtensa processor variants.
148 * ld-xtensa/coalesce.exp: Likewise.
149 * ld-xtensa/lcall.exp: Likewise.
150
151 2008-01-28 Petr Muller <pmuller@redhat.com>
152
153 * ld-elfvers/vers.exp (test_ar): Sort the expected output so that
154 it has matches the ordering of the obtained output.
155
156 2008-01-28 H.J. Lu <hongjiu.lu@intel.com>
157
158 * ld-elf/eh1.d: Replace DW_CFA_def_cfa_reg with
159 DW_CFA_def_cfa_register. Updated for i386/x86-64 register
160 names.
161 * ld-elf/eh2.d: Likewise.
162 * ld-elf/eh3.d: Likewise.
163 * ld-elf/eh4.d: Likewise.
164 * ld-elf/eh5.d: Likewise.
165
166 2008-01-28 Alan Modra <amodra@bigpond.net.au>
167
168 * ld-spu/ovl.d: Update.
169 * ld-spu/ovl2.d: Update.
170
171 2008-01-26 Alan Modra <amodra@bigpond.net.au>
172
173 * ld-elf/loadaddr.t: New, extracted from..
174 * ld-elf/loadaddr1.t: ..here. Use insert.
175 * ld-elf/loadaddr2.t: Likewise.
176 * ld-elf/loadaddr1.d: Update.
177 * ld-elf/loadaddr2.d: Update.
178
179 2008-01-25 Alan Modra <amodra@bigpond.net.au>
180
181 * ld-spu/ovl.lnk: Delete overlay.
182 * ld-spu/ovl1.lnk: New file.
183 * ld-spu/ovl2.lnk: New file.
184 * ld-spu/ovl.d: Update.
185 * ld-spu/ovl2.d: Update.
186
187 2008-01-23 Andreas Schwab <schwab@suse.de>
188
189 * ld-gc/gc.c: Make sure used_func is not inlined.
190
191 2008-01-22 H.J. Lu <hongjiu.lu@intel.com>
192
193 * ld-gc/gc.exp: Use [which $CC] != 0.
194
195 2008-01-14 Tristan Gingold <gingold@adacore.com>
196
197 * ld-gc/gc.exp (test_gc): Let missing C compiler make tests
198 "untested" instead of "failed".
199
200 2008-01-10 Tristan Gingold <gingold@adacore.com>
201
202 * lib/ld-lib.exp (check_gc_sections_available): Now available on
203 VxWorks.
204 * ld-gc: New directory for testing --gc-sections.
205 * ld-gc/gc.c: New file.
206 * ld-gc/gc.exp: New file.
207 * ld-gc/noent.s: New file.
208 * ld-gc/noent.d: New file.
209
210 2008-01-09 Richard Sandiford <rsandifo@nildram.co.uk>
211
212 PR ld/5526
213 * ld-elf/eh6.s, ld-elf/eh6.d: New test.
214
215 2008-01-07 H.J. Lu <hongjiu.lu@intel.com>
216
217 PR ld/5522
218 * ld-elf/noload-3.d: New file.
219 * ld-elf/noload-3.s: Likewise.
220 * ld-elf/noload-3.t: Likewise.
221
222 For older changes see ChangeLog-2007
223 \f
224 Local Variables:
225 mode: change-log
226 left-margin: 8
227 fill-column: 74
228 version-control: never
229 End: