oops - omitted from previous delta
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
58abc3eb
L
12008-02-26 H.J. Lu <hongjiu.lu@intel.com>
2
3 * gas/i386/jump.d: Updated for COFF.
4
849830bd
L
52008-02-23 H.J. Lu <hongjiu.lu@intel.com>
6
7 * gas/i386/jump.s: Add tests for far branches.
8 * gas/i386/jump16.s: Likewise.
9
10 * gas/i386/jump.d: Updated.
11 * gas/i386/jump16.d: Likewise.
12 * gas/i386/x86-64-inval.l: Likewise.
13
14 * gas/i386/x86-64-inval.s: Add tests for 16-bit near indirect
15 branches.
16
a696b49e
NC
172008-02-22 Nick Clifton <nickc@redhat.com>
18
19 * gas/m68hc11/bug-1825.d: Update to match changes in the
20 information generated with source-in-disassembly listings.
21 * gas/m68hc11/indexed12.d: Likewise.
22 * gas/m68hc11/insns-dwarf2.d: Likewise.
23 * gas/m68hc11/lbranch-dwarf2.d: Likewise.
24
b6460688
L
252008-02-18 H.J. Lu <hongjiu.lu@intel.com>
26
27 * cfi/cfi.exp (gas_x86_64_check): New.
28 (gas_x86_32_check): Likewise.
29 Run 32bit and 64bit tests for x86 targets if they are supportd.
30
192dc9c6
JB
312008-02-18 Jan Beulich <jbeulich@novell.com>
32
33 * gas/i386/att-regs.s, gas/i386/att-regs.d,
34 gas/i386/intel-regs.s, gas/i386/intel-regs.d: New.
35 * gas/i386/i386.exp: Run new tests.
36
93ac2687
NC
372008-02-14 Nick Clifton <nickc@redhat.com>
38
39 PR gas/5712
40 * gas/arm/fp-save.s: New test.
41 * gas/arm/fp-save.d: Expected disassembly.
42
9579d382
AN
432008-02-13 Adam Nemet <anemet@caviumnetworks.com>
44
45 * gas/mips/branch-misc-2pic-64.d (#name): Have a unique name
46 different from the branch-misc-2-64.d test.
47
b7240065
JB
482008-02-13 Jan Beulich <jbeulich@novell.com>
49
50 * gas/i386/intelok.s: Replace invalid offset expression with
51 valid ones.
52 * gas/i386/x86_64.s: Likewise.
53
34b772a6
JB
542008-02-13 Jan Beulich <jbeulich@novell.com>
55
56 * gas/i386/intelbad.s, gas/i386/intelok.s: Add 'bound' tests.
57 * gas/i386/intelbad.l, gas/i386/intelok.l, gas/i386/intelok.e,
58 gas/i386/opcode-intel.d: Adjust.
59
a60de03c
JB
602008-02-13 Jan Beulich <jbeulich@novell.com>
61
62 * gas/cfi/cfi-i386.s: Add code testing use of all registers.
63 Fix a few comments.
64 * gas/cfi/cfi-x86_64.s: Likewise.
65 * gas/cfi/cfi-i386.d, gas/cfi/cfi-x86_64.d: Adjust.
66
785d276e 672008-02-12 H.J. Lu <hongjiu.lu@intel.com>
e8efc4d9
L
68
69 * gas/i386/i386.exp: Run x86-64-arch-2 instead of
70 x86-64-arch-10.
71
72 * gas/i386/x86-64-arch-10.d: Removed.
73
74 * gas/i386/x86-64-arch-2.d: New.
75 * gas/i386/x86-64-arch-2.s: Likewise.
76
a3ac9d58
L
772008-02-12 H.J. Lu <hongjiu.lu@intel.com>
78
79 * gas/i386/x86-64-xsave.d: Remove prefix.
80
f03fe4c1
L
812008-02-11 H.J. Lu <hongjiu.lu@intel.com>
82
83 * gas/i386/arch-10.s: Add xgetbv.
84
85 * gas/i386/arch-10.d: Updated.
86 * gas/i386/arch-10-1.l: Likewise.
87 * gas/i386/arch-10-2.l: Likewise.
88 * gas/i386/arch-10-3.l: Likewise.
89 * gas/i386/arch-10-4.l: Likewise.
90 * gas/i386/x86-64-arch-10.d: Likewise.
91
475a2301
L
922002-02-11 H.J. Lu <hongjiu.lu@intel.com>
93
94 * gas/i386/i386.exp: Run xsave, xsave-intel, x86-64-xsave
95 and x86-64-xsave-intel.
96
97 * gas/i386/x86-64-xsave-intel.d: New file.
98 * gas/i386/x86-64-xsave.d: Likewise.
99 * gas/i386/x86-64-xsave.s: Likewise.
100 * gas/i386/xsave-intel.d: Likewise.
101 * gas/i386/xsave.d: Likewise.
102 * gas/i386/xsave.s: Likewise.
103
0797561a
AN
1042008-02-05 Adam Nemet <anemet@caviumnetworks.com>
105
106 * gas/mips/mips.exp: Invoke the tests smartmips, mips32-dsp,
107 mips32-dspr2, mips64-dsp and mips32-mt with run_dump_test instead
108 of run_dump_test_arches.
109 * gas/mips/smartmips.d: Pass -mips32.
110 * gas/mips/mips64-dsp.d: Pass -mips64r2.
111 * gas/mips/mips32-dsp.d: Pass -mips32r2.
112 * gas/mips/mips32-dspr2.d: Likewise.
113 * gas/mips/mips32-mt.d: Likewise.
114
61d4e56d
AN
1152008-02-04 Adam Nemet <anemet@caviumnetworks.com>
116
117 * gas/mips/mips.exp: Call mips_arch_create for Octeon. Invoke
118 Octeon tests.
119 * gas/mips/octeon.s, gas/mips/octeon.d: New test.
120
f8a52b59
BW
1212008-01-31 Marc Gauthier <marc@tensilica.com>
122
123 * gas/all/gas.exp: Recognize Xtensa processor variants.
124 * gas/elf/elf.exp: Likewise.
125 * gas/lns/lns.exp: Likewise.
126
2dc4cec1
L
1272008-01-28 H.J. Lu <hongjiu.lu@intel.com>
128
129 * gas/cfi/cfi-alpha-1.d: Replace DW_CFA_def_cfa_reg with
130 DW_CFA_def_cfa_register.
131 * gas/cfi/cfi-alpha-3.d: Likewise.
132 * gas/cfi/cfi-hppa-1.d: Likewise.
133 * gas/cfi/cfi-i386.d: Likewise.
134 * gas/cfi/cfi-m68k.d: Likewise.
135 * gas/cfi/cfi-mips-1.d: Likewise.
136 * gas/cfi/cfi-sh-1.d: Likewise.
137 * gas/cfi/cfi-sparc-1.d: Likewise.
138 * gas/cfi/cfi-sparc64-1.d: Likewise.
139 * gas/cfi/cfi-x86_64.d: Likewise.
140
141 * gas/cfi/cfi-common-1.d: Updated for i386/x86-64 register
142 names.
143 * gas/cfi/cfi-common-2.d: Likewise.
144 * gas/cfi/cfi-common-5.d: Likewise.
145 * gas/cfi/cfi-i386.d: Likewise.
146 * gas/cfi/cfi-x86_64.d: Likewise.
147
82c18208
L
1482008-01-24 H.J. Lu <hongjiu.lu@intel.com>
149
150 * gas/i386/x86-64-sib.s: Add tests for r12.
151
152 * gas/i386/x86-64-sib-intel.d: Updated.
153 * gas/i386/x86-64-sib.d: Likewise.
154
599121aa
L
1552008-01-23 H.J. Lu <hongjiu.lu@intel.com>
156
157 * gas/i386/i386.exp : Run x86-64-arch-1 and x86-64-arch-10.
158
159 * gas/i386/x86-64-arch-1.d: New.
160 * gas/i386/x86-64-arch-1.s: Likewise.
161 * gas/i386/x86-64-arch-10.d: Likewise.
162
73f4030d
TG
1632008-01-23 Tristan Gingold <gingold@adacore.com>
164
165 * gas/ia64/regs.d: Updated as the ia64 disassembler now displays
166 symbolic names for all ar registers.
167
115c7c25
L
1682008-01-22 H.J. Lu <hongjiu.lu@intel.com>
169
170 * gas/i386/arch-10.d: New.
171 * gas/i386/arch-11.s: Likewise.
172 * gas/i386/arch-12.d: Likewise.
173 * gas/i386/arch-12.s: Likewise.
174
175 * gas/i386/i386.exp: Run arch-11 and arch-12.
176
6305a203
L
1772008-01-22 H.J. Lu <hongjiu.lu@intel.com>
178
179 * gas/i386/arch-10-1.l: New.
180 * gas/i386/arch-10-1.s: Likewise.
181 * gas/i386/arch-10-2.l: Likewise.
182 * gas/i386/arch-10-2.s: Likewise.
183 * gas/i386/arch-10-3.l: Likewise.
184 * gas/i386/arch-10-3.s: Likewise.
185 * gas/i386/arch-10-4.l: Likewise.
186 * gas/i386/arch-10-4.s: Likewise.
187 * gas/i386/arch-10.d: Likewise.
188 * gas/i386/arch-10.s: Likewise.
189
190 * gas/i386/i386.exp: Run arch-10, arch-10-1, arch-10-2,
191 arch-10-3 and arch-10-4.
192
193 * gas/i386/nops-2.s: Use movsbl instead of cmove.
194 * gas/i386/nops-2-i386.d: Updated.
195 * gas/i386/nops-2-merom.d: Likewise.
196 * gas/i386/nops-2.d: Likewise.
197 * gas/i386/x86-64-nops-2.d: Likewise.
198
fd07a1c8
L
1992008-01-15 H.J. Lu <hongjiu.lu@intel.com>
200
201 * gas/i386/prescott.s: Add tests for movddup in Intel syntax.
202 * gas/i386/x86-64-prescott.s: Likewise.
203
204 * gas/i386/prescott.d: Updated.
205 * gas/i386/x86-64-prescott.d: Likewise.
206
321fd21e
L
2072008-01-15 H.J. Lu <hongjiu.lu@intel.com>
208
209 * gas/i386/i386.s: Add more tests for movsx and movzx.
210 * gas/i386/x86_64.s: Likewise.
211
212 * gas/i386/inval.s: Remove tests for movsxw and movzxw.
213
214 * gas/i386/x86-64-inval.s: Remove tests for movsxb, movsxw,
215 movsxl, movzxb and movzxw.
216
217 * gas/i386/i386.d: Updated.
218 * gas/i386/inval.l: Likewise.
219 * gas/i386/x86_64.d: Likewise.
220 * gas/i386/x86-64-inval.l: Likewise.
221
5c07affc
L
2222008-01-14 H.J. Lu <hongjiu.lu@intel.com>
223
224 * gas/i386/i386.s: Add tests for movsx, movzx and movnti.
225 * gas/i386/inval.s: Likewise.
226 * gas/i386/x86_64.s: Likewise.
227 * gas/i386/x86-64-inval.s: Likewise.
228
229 * gas/i386/i386.d: Updated.
230 * gas/i386/inval.l: Likewise.
231 * gas/i386/x86_64.d: Likewise.
232 * gas/i386/x86-64-inval.l: Likewise.
233
7d5e4556
L
2342008-01-12 H.J. Lu <hongjiu.lu@intel.com>
235
236 PR gas/5534
237 * gas/i386/i386.s: Add tests for fnstsw and fstsw.
238 * gas/i386/inval.s: Likewise.
239 * gas/i386/x86_64.s: Likewise.
240
241 * gas/i386/intel.s: Use word instead of dword on ss.
242
243 * gas/i386/x86-64-inval.s: Add tests for fnstsw, fstsw, in
244 and out.
245
246 * gas/i386/prefix.s: Remove invalid fstsw.
247
248 * gas/i386/inval.l: Updated.
249 * gas/i386/intelbad.l: Likewise.
250 * gas/i386/i386.d: Likewise.
251 * gas/i386/x86_64.d: Likewise.
252 * gas/i386/x86-64-inval.l: Likewise.
253 * gas/i386/prefix.d: Updated.
254
b5b1fc4f
L
2552008-01-10 H.J. Lu <hongjiu.lu@intel.com>
256
257 * gas/i386/nops.s: Add more tests with opcodes from 0x0f19
258 to 0x0f1f.
259 * gas/i386/x86-64-nops.s: Likewise.
260
261 * gas/i386/nops.d: Updated.
262 * gas/i386/x86-64-nops.d: Likewise.
263
7ddd14de
BW
2642008-01-09 Bob Wilson <bob.wilson@acm.org>
265
266 * gas/lns/lns.exp: Run new lns-big-delta test for targets that set
267 DWARF2_USE_FIXED_ADVANCE_PC.
268 * gas/lns/lns-big-delta.s: New.
269 * gas/lns/lns-big-delta.d: New.
270
9396508d
NC
2712008-01-08 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
272
273 PR gas/5322
274 * lib/gas-defs.exp (gas_host_run): Add fourth argument to regsub
275 command.
276
e1d4d893
L
2772008-01-05 H.J. Lu <hongjiu.lu@intel.com>
278
279 * gas/i386/intel.s: Add tests for fadd, faddp, fdiv, fdivp,
280 fdivr, fdivrp, fmul, fmulp, fsub, fsubp, fsubr and fsubrp.
281
282 * gas/i386/intel.d: Updated.
283 * gas/i386/intel.e: Likewise.
284
c6add537
L
2852008-01-04 H.J. Lu <hongjiu.lu@intel.com>
286
287 * gas/i386/rexw.d: New.
288 * gas/i386/rexw.s: Likewise.
289
290 * gas/i386/x86-64-sse4_1-intel.d: Updated.
291 * gas/i386/x86-64-sse4_1.d: Likewise.
292
b0e34bfe
NC
2932008-01-04 Nick Clifton <nickc@redhat.com>
294
295 * gas/ppc/altivec_and_spe.s: New test - checks that ISA extension
296 command line options (-maltivec, -mspe) can be specified before
297 CPU selection command line options.
298 * gas/ppc/altivec_and_spe.d: Expected disassembly.
299 * gas/ppc/ppc.exp: Run the new test
300
3629bb00
L
3012008-01-03 H.J. Lu <hongjiu.lu@intel.com>
302
303 * gas/i386/arch-9.d: New file.
304 * gas/i386/arch-9.s: Likewise.
305
306 * gas/i386/i386.exp: Run arch-9.
307
e0329a22
L
3082008-01-02 H.J. Lu <hongjiu.lu@intel.com>
309
310 * gas/i386/arch-5.d: New file.
311 * gas/i386/arch-5.s: Likewise.
312 * gas/i386/arch-6.d: Likewise.
313 * gas/i386/arch-6.s: Likewise.
314 * gas/i386/arch-7.d: Likewise.
315 * gas/i386/arch-7.s: Likewise.
316 * gas/i386/arch-8.d: Likewise.
317 * gas/i386/arch-8.s: Likewise.
318
319 * gas/i386/i386.exp: Run arch-5, arch-6, arch-7 and arch-8.
320
f2a9c676
L
3212008-01-02 H.J. Lu <hongjiu.lu@intel.com>
322
323 * gas/i386/i386.s: Add tests for movq.
324 * gas/i386/x86_64.s: Likewise.
325
326 * gas/i386/i386.d Updated.
327 * gas/i386/x86_64.d: Likewise.
328
582d5edd
L
3292008-01-02 H.J. Lu <hongjiu.lu@intel.com>
330
331 PR gas/5534
332 * gas/i386/intel.s: Use QWORD on movq instead of DWORD.
333
334 * gas/i386/inval.s: Add tests for movq.
335 * gas/i386/x86-64-inval.s: Likewise.
336
337 * gas/i386/inval.l: Updated.
338 * gas/i386/x86-64-inval.l: Likewise.
339
e7c604dd
CM
3402008-01-02 Catherine Moore <clm@codesourcery.com>
341
342 * gas/mips/jalr.s: New test.
343 * gas/mips/jalr.l: New test output.
344 * gas/mips/mips.exp: Run new test.
345
6c7ac64e 346For older changes see ChangeLog-2007
c9e214e5
AM
347\f
348Local Variables:
349mode: change-log
350left-margin: 8
351fill-column: 74
352version-control: never
353End:
This page took 0.222616 seconds and 4 git commands to generate.