506b70558636539e44416511502000ba2301aa38
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 2006-09-16 Paul Brook <paul@codesourcery.com>
2
3 * gas/arm/unwind.s: Test two argument form of .movsp.
4 * gas/arm/unwind.d: Update expected output.
5 * gas/arm/unwind_vxworks.d: Ditto.
6
7 2006-09-08 Kazu Hirata <kazu@codesourcery.com>
8
9 * lib/gas-dg.exp (gas-dg-test): Treat $dir as a literal.
10
11 2006-09-08 Paul Brook <paul@codesourcery.com>
12
13 * gas/arm/arm-it.s: New test.
14 * gas/arm/arm-it.d: New test.
15
16 2006-09-07 Paul Brook <paul@codesourcery.com>
17
18 * gas/arm/neon-omit.s: Test three-argument variants.
19 * gas/arm/neon-omit.d: Update expected output.
20
21 2006-09-04 Paul Brook <paul@codesourcery.com>
22
23 * gas/arm/neon-cov.s: Test .u and .s aliases for .i suffixes.
24 * gas/arm/neon-cov.d: Adjust expected output.
25
26 2006-08-21 Joseph Myers <joseph@codesourcery.com>
27
28 * gas/arm/unwind.s: Test not merging iWMMXt register save with
29 previous long opcode.
30 * gas/arm/unwind.d, gas/arm/unwind_vxworks.d: Update.
31
32 2006-08-16 Julian Brown <julian@codesourcery.com>
33
34 * gas/arm/noarm.s: Add test for disabled ARM insns.
35 * gas/arm/noarm.d: Drive test for above.
36 * gas/arm/noarm.l: Expected error output.
37
38 2006-08-15 Thiemo Seufer <ths@mips.com>
39 Nigel Stephens <nigel@mips.com>
40 David Ung <davidu@mips.com>
41
42 * gas/mips/mips.exp: Handle mips*-sde-elf*.
43
44 2006-08-04 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
45
46 * sse2.d: Fixed the correct result for cvtpi2pd, cvtpd2pi
47 and cvttpd2pi.
48
49 2006-08-12 Thiemo Seufer <ths@networkno.de>
50
51 * gas/mips/mips16-save.d: Fix testcase.
52
53 2006-08-08 Bob Wilson <bob.wilson@acm.org>
54
55 * gas/lns/lns-common-1-alt.d: New file.
56 * gas/lns/lns.exp: Use lns-common-1-alt.d for xtensa targets.
57
58 2006-08-04 Pedro Alves <pedro_alves@portugalmail.pt>
59
60 * gas/arm/wince.s: New test.
61 * gas/arm/wince.d: New test.
62
63 * gas/arm/thumb2_add.s: Don't use elf specific ".type"
64 pseudo-op.
65
66 2006-08-03 Joseph Myers <joseph@codesourcery.com>
67
68 * gas/arm/iwmmxt-bad.s: Test invalid register names for wldrw and
69 wstrw.
70 * gas/arm/iwmmxt-bad.l: Update.
71
72 2006-08-03 Joseph Myers <joseph@codesourcery.com>
73
74 * gas/arm/iwmmxt.s: Test tmcr and tmrc with wcgr registers.
75 * gas/arm/iwmmxt.d: Update.
76
77 2006-08-01 H.J. Lu <hongjiu.lu@intel.com>
78
79 * gas/i386/nops-2-i386.d: Updated.
80 * gas/i386/nops-2-merom.d: Likewise.
81 * gas/i386/nops-2.d: Likewise.
82
83 2006-07-29 Richard Sandiford <richard@codesourcery.com>
84
85 * gas/m68k/mcf-fpu.s: Add tests for all addressing modes.
86 * gas/m68k/mcf-fpu.d: Update accordingly.
87
88 2006-07-20 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
89 Michael Meissner <michael.meissner@amd.com>
90
91 * gas/i386/amdfam10.s: Add .p2align 4,0 to make sure segment is
92 aligned on all systems.
93 * gas/i386/x86-64-amdfam10.s: Likewise.
94 * gas/i386/amdfam10.d: Adjust output for alignment.
95 * gas/i386/x86-64-amdfam10.d: Likewise.
96
97 2006-07-19 Paul Brook <paul@codesourcery.com>
98
99 * gas/arm/archv6t2.d: Adjust expected output for rbit.
100
101 2006-07-18 H.J. Lu <hongjiu.lu@intel.com>
102
103 * gas/i386/opcode.s: Add sldt, smsw and str.
104 * gas/i386/x86-64-opcode.s: Likewise.
105
106 * gas/i386/opcode.d: Updated.
107 * gas/i386/x86-64-opcode.d: Likewise.
108
109 2006-07-18 Paul Brook <paul@codesourcery.com>
110
111 * gas/arm/thumb2_add.d: New test.
112 * gas/arm/thumb2_add.s: New test.
113
114 2006-07-18 Maciej W. Rozycki <macro@mips.com>
115
116 * gas/mips/mips4.s, gas/mips/mips4.d: Enable the "pref" test. Change
117 arguments for "madd.s" so that the instruction is correct for mips1
118 and still matches "bc3*".
119
120 2006-07-13 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
121 Michael Meissner <michael.meissner@amd.com>
122
123 * gas/i386/amdfam10.s: New file for amdfam10 instructions.
124 * gam/i386/amdfam10.d: Ditto.
125 * gas/i386/x86-64-amdfam10.s: Ditto.
126 * gam/i386/x86-64-amdfam10.d: Ditto.
127
128 2006-07-12 Nick Clifton <nickc@redhat.com>
129
130 * gas/sh/basic.exp: Run "too_large" dump test.
131 * gas/sh/too_large.s: New test file. Check that .byte directives
132 do not generate a bogus overflow message.
133 * gas/sh/too_large.s: New test control file.
134
135 2006-07-05 Julian Brown <julian@codesourcery.com>
136
137 * gas/arm/vfp-neon-syntax.d: Tweak expected fmsrr syntax.
138 * gas/arm/vfp-neon-syntax_t2.d: Likewise.
139 * gas/arm/vfp2.d: Likewise.
140 * gas/arm/vfp2_t2.d: Likewise.
141
142 2006-07-04 Thiemo Seufer <ths@mips.com>
143
144 * gas/mips/e32-rel2.d, gas/mips/e32-rel4.d: Use -mabi=32 for as.
145 * gas/mips/mips.exp: Move mips16e testcase to ELF only tests.
146 Run elf{el}-rel2 and elf-rel4 for all arches with gpr64. Run
147 e32-rel2 and e32-rel4 also for 64 bit configurations.
148
149 2006-06-23 H.J. Lu <hongjiu.lu@intel.com>
150
151 * gas/i386/i386.exp: Run nops-1, nops-1-i386, nops-1-i686,
152 nops-1-merom, nops-2, nops-2-i386, nops-2-merom, x86-64-nops-1,
153 x86-64-nops-1-k8, x86-64-nops-1-nocona and x86-64-nops-1-merom.
154
155 * gas/i386/nops-1.s: New file.
156 * gas/i386/nops-2.s: Likewise.
157 * gas/i386/nops-1-i386.d: Likewise.
158 * gas/i386/nops-1-i686.d: Likewise.
159 * gas/i386/nops-1-merom.d: Likewise.
160 * gas/i386/nops-1.d: Likewise.
161 * gas/i386/nops-2-i386.d: Likewise.
162 * gas/i386/nops-2-merom.d: Likewise.
163 * gas/i386/nops-2.d: Likewise.
164 * gas/i386/x86-64-nops-1.s: Likewise.
165 * gas/i386/x86-64-nops-1-k8.d: Likewise.
166 * gas/i386/x86-64-nops-1-merom.d: Likewise.
167 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
168 * gas/i386/x86-64-nops-1.d: Likewise.
169
170 * gas/i386/sse2.d: Updated to expect xchg %ax,%ax as 2 byte
171 nop.
172
173 2006-06-20 Thiemo Seufer <ths@networkno.de>
174
175 * gas/mips/mips.exp: Explicitly specify o32 ABI.
176 * gas/mips/mips64-dsp.d: Dump o32 register names.
177 * gas/mips/smartmips.d: Explicitly specify o32 ABI.
178
179 2006-06-18 Nick Clifton <nickc@redhat.com>
180
181 * gas/arm/group-reloc-alu-encoding-bad.d: Skip for non-ELF
182 targets.
183 * gas/arm/group-reloc-alu-parsing-bad.d: Likewise.
184 * gas/arm/group-reloc-ldc-encoding-bad.d: Likewise.
185 * gas/arm/group-reloc-ldc-parsing-bad.d: Likewise.
186 * gas/arm/group-reloc-ldc.d: Likewise.
187 * gas/arm/group-reloc-ldr-encoding-bad.d: Likewise.
188 * gas/arm/group-reloc-ldr-parsing-bad.d: Likewise.
189 * gas/arm/group-reloc-ldr.d: Likewise.
190 * gas/arm/group-reloc-ldrs-encoding-bad.d: Likewise.
191 * gas/arm/group-reloc-ldrs-parsing-bad.d: Likewise.
192 * gas/arm/group-reloc-ldrs.d: Likewise.
193
194 2006-06-15 Mark Shinwell <shinwell@codesourcery.com>
195
196 * gas/arm/group-reloc-alu.d: New test.
197 * gas/arm/group-reloc-alu-encoding-bad.d: New test.
198 * gas/arm/group-reloc-alu-encoding-bad.l: New test.
199 * gas/arm/group-reloc-alu-encoding-bad.s: New test.
200 * gas/arm/group-reloc-alu-parsing-bad.d: New test.
201 * gas/arm/group-reloc-alu-parsing-bad.l: New test.
202 * gas/arm/group-reloc-alu-parsing-bad.s: New test.
203 * gas/arm/group-reloc-alu.s: New test.
204 * gas/arm/group-reloc-ldc.d: New test.
205 * gas/arm/group-reloc-ldc-encoding-bad.d: New test.
206 * gas/arm/group-reloc-ldc-encoding-bad.l: New test.
207 * gas/arm/group-reloc-ldc-encoding-bad.s: New test.
208 * gas/arm/group-reloc-ldc-parsing-bad.d: New test.
209 * gas/arm/group-reloc-ldc-parsing-bad.l: New test.
210 * gas/arm/group-reloc-ldc-parsing-bad.s: New test.
211 * gas/arm/group-reloc-ldc.s: New test.
212 * gas/arm/group-reloc-ldr.d: New test.
213 * gas/arm/group-reloc-ldr-encoding-bad.d: New test.
214 * gas/arm/group-reloc-ldr-encoding-bad.l: New test.
215 * gas/arm/group-reloc-ldr-encoding-bad.s: New test.
216 * gas/arm/group-reloc-ldr-parsing-bad.d: New test.
217 * gas/arm/group-reloc-ldr-parsing-bad.l: New test.
218 * gas/arm/group-reloc-ldr-parsing-bad.s: New test.
219 * gas/arm/group-reloc-ldr.s: New test.
220 * gas/arm/group-reloc-ldrs.d: New test.
221 * gas/arm/group-reloc-ldrs-encoding-bad.d: New test.
222 * gas/arm/group-reloc-ldrs-encoding-bad.l: New test.
223 * gas/arm/group-reloc-ldrs-encoding-bad.s: New test.
224 * gas/arm/group-reloc-ldrs-parsing-bad.d: New test.
225 * gas/arm/group-reloc-ldrs-parsing-bad.l: New test.
226 * gas/arm/group-reloc-ldrs-parsing-bad.s: New test.
227 * gas/arm/group-reloc-ldrs.s: New test.
228
229 2006-06-14 Thiemo Seufer <ths@mips.com>
230 Maciej W. Rozycki <macro@mips.com>
231
232 * gas/mips/elf-rel6.d, gas/mips/elf-rel6.s: Extend testcase.
233 * gas/mips/elf-rel6.d-n32.d, gas/mips/elf-rel6-n64.d: New files.
234 * gas/mips/mips.exp: Run new testcases.
235
236 2006-06-14 Thiemo Seufer <ths@mips.com>
237
238 * gas/mips/mips16e-jrc.d, gas/mips/mips16e-save.d,
239 gas/mips/mips32-dsp.d, gas/mips/mips32-mt.d: Explicitly specify
240 o32 ABI.
241
242 2006-06-12 H.J. Lu <hongjiu.lu@intel.com>
243
244 * gas/i386/i386.exp: Run nops and x86-64-nops.
245
246 * gas/i386/nops.d: New file.
247 * gas/i386/nops.s: Likewise.
248 * gas/i386/x86-64-nops.d: Likewise.
249 * gas/i386/x86-64-nops.s: Likewise.
250
251 2006-06-12 H.J. Lu <hongjiu.lu@intel.com>
252
253 * gas/i386/opcode.s: Add "xchg %ax,%ax".
254 * gas/i386/opcode.d: Updated.
255
256 * gas/i386/x86-64-opcode.s: Add xchg %ax,%ax, xchg %eax,%eax,
257 xchg %rax,%rax, rex64 xchg %rax,%rax and xchg %rax,%r8.
258 * gas/i386/x86-64-opcode.d: Updated.
259
260 2006-06-09 Thiemo Seufer <ths@mips.com>
261 Nigel Stephens <nigel@mips.com>
262
263 * gas/mips/mips32-sf32.s, gas/mips/mips32-sf32.d: New test for odd
264 single precision FPRs on MIPS32.
265 * gas/mips/mips.exp: Run them.
266
267 2006-06-08 Thiemo Seufer <ths@mips.com>
268 Nigel Stephens <nigel@mips.com>
269
270 * gas/mips/mips32.s: Added cop2 branches with explicit condition
271 code register numbers.
272 * gas/mips/mips32.d: Likewise.
273
274 2006-06-07 Julian Brown <julian@codesourcery.com>
275
276 * gas/arm/itblock.s: New file. Helper macro for making all-true IT
277 blocks.
278 * gas/arm/neon-cond-bad-inc.s: New test. Make sure unconditional
279 Neon instructions are rejected...
280 * gas/arm/neon-cond-bad.s: In ARM mode, and...
281 * gas/arm/neon-cond-bad_t2.s: Accepted in Thumb mode (with IT).
282 * gas/arm/neon-cond-bad.l: Expected error output in ARM mode.
283 * gas/arm/neon-cond-bad.d: Control ARM mode test.
284 * gas/arm/neon-cond-bad_t2.d: Expected output in Thumb mode.
285 * gas/arm/vfp-neon-syntax-inc.s: Test VFP Neon-style syntax.
286 * gas/arm/vfp-neon-syntax.s: ...in ARM mode.
287 * gas/arm/vfp-neon-syntax_t2.s: ...and Thumb mode.
288 * gas/arm/vfp-neon-syntax.d: Expected output in ARM mode.
289 * gas/arm/vfp-neon-syntax_t2.d: Expected output in Thumb mode.
290
291 2006-06-06 Paul Brook <paul@codesourcery.com>
292
293 * gas/arm/thumb2_bcond.d: Update expected output.
294 * gas/arm/thumb32.d: Ditto.
295 * gas/arm/vfp1_t2.d: Ditto.
296 * gas/arm/vfp1xD_t2.d: Ditto.
297
298 2006-06-06 Thiemo Seufer <ths@mips.com>
299 Chao-ying Fu <fu@mips.com>
300
301 * gas/mips/mips64-dsp.s, gas/mips/mips64-dsp.d: New DSP64 tests.
302 * gas/mips/mips.exp: Run DSP64 tests.
303
304 2006-06-05 Thiemo Seufer <ths@mips.com>
305
306 * gas/mips/mips32-dsp.d, gas/mips/mips32-dsp.s, gas/mips/mips32-mt.d,
307 gas/mips/mips32-mt.s: Remove instructions with invalid arguments.
308 * gas/mips/mips32-dsp.l, gas/mips/mips32-mt.l: Delete file.
309
310 2006-05-25 Richard Sandiford <richard@codesourcery.com>
311
312 * gas/m68k/mcf-fpu.s: Add fmovemd and fmovem instructions.
313 * gas/m68k/mcf-fpu.d: Adjust accordingly.
314
315 2006-05-25 Jie Zhang <jie.zhang@analog.com>
316
317 * gas/bfin/vector2.s, gas/bfin/vector2.d: Test to ensure (m) is not
318 thrown away.
319
320 2006-05-23 Thiemo Seufer <ths@mips.com>
321
322 * gas/mips/mips-gp32-fp64-pic.d, mips/mips-gp32-fp64.d,
323 gas/mips/mips-gp64-fp32-pic.d, gas/mips/mips-gp64-fp32.l,
324 gas/mips/mips-gp64-fp64.d: Adjust test cases to the changes assembler
325 output.
326 * gas/mips/mips-gp32-fp64.l, gas/mips/mips-gp64-fp32-pic.l: New files,
327 catch assembler warnings.
328
329 2006-05-22 Nick Clifton <nickc@redhat.com>
330
331 * gas/mips/mips32-dsp.l: Fix expected unsigned decoding of -1 in
332 warning messages.
333 * gas/mips/mips32-mt.l: Likewise.
334
335 2006-05-19 Thiemo Seufer <ths@mips.com>
336
337 * gas/mips/vxworks1-el.d, gas/mips/vxworks1-xgot-el.d: Add little
338 endian testcases.
339 * gas/mips/vxworks1.d, gas/mips/vxworks1-xgot.d: Build as big endian.
340 * gas/mips/mips.exp: Run new testcases.
341
342 2006-05-14 Thiemo Seufer <ths@mips.com>
343 Nigel Stephens <nigel@mips.com>
344
345 * gas/mips/mips.exp: Run new tests.
346 * gas/mips/mips16e.s, gas/mips/mips16e.d, gas/mips/mips16e-64.s,
347 gas/mips/mips16e-64.d, gas/mips/mips16e-64.l: New tests.
348
349 2006-05-11 Paul Brook <paul@codesourcery.com>
350
351 * gas/arm/local_function.d: New test.
352 * gas/arm/local_function.s: New test.
353
354 2006-05-11 Thiemo Seufer <ths@mips.com>
355
356 * gas/mips/jal-range.l: Don't check the range of j or jal
357 addresses.
358
359 2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
360
361 * gas/i386/x86-64-gidt.d: Adjusted.
362
363 2006-05-09 H.J. Lu <hongjiu.lu@intel.com>
364
365 * gas/i386/i386.exp: Run x86-64-gidt.
366
367 * gas/i386/x86-64-gidt.d: New file.
368 * gas/i386/x86-64-gidt.s: Likewise.
369
370 2006-05-09 David Ung <davidu@mips.com>
371
372 * gas/mips/jal-range.l: Only warn about an out-of-range j or jal
373 address.
374
375 2006-05-08 Thiemo Seufer <ths@mips.com>
376
377 * gas/mips/mips32.s, gas/mips/mips32.d: Extend testcase to check
378 larger offset arguments for cache instructions.
379
380 2006-05-08 Thiemo Seufer <ths@mips.com>
381 Nigel Stephens <nigel@mips.com>
382 David Ung <davidu@mips.com>
383
384 * gas/mips/smartmips.s, gas/mips/smartmips.d: New smartmips test.
385 * gas/mips/mips.exp: Run smartmips test.
386
387 2006-05-05 Julian Brown <julian@codesourcery.com>
388
389 * gas/arm/vfp-neon-overlap.s: New test. Overlapping VFP/Neon
390 instructions.
391 * gas/arm/vfp-neon-overlap.d: Expected output of above.
392 * gas/arm/vfp1xD.d: Test for fldmx/fstmx.
393 * gas/arm/vfp1xD_t2.d: Likewise.
394 * gas/arm/vfpv3-32drs.d: Likewise.
395
396 2006-05-05 Nigel Stephens <nigel@mips.com>
397
398 * gas/mips/noreorder.s, gas/mips/noreorder.d: New test for
399 reorder/noreorder corner case.
400 * gas/mips/mips.exp: Run new test.
401
402 2006-05-04 Kazu Hirata <kazu@codesourcery.com>
403
404 * gas/arm/armv1.d (error-output): New.
405 * gas/arm/armv1.l: New.
406 * gas/arm/thumb32.d (error-output): New.
407 * gas/arm/thumb32.l: New.
408
409 2006-05-04 Thiemo Seufer <ths@mips.com>
410 Nigel Stephens <nigel@mips.com>
411
412 * gas/mips/mips.exp: Run mips32-dsp tests only for mips32r2.
413 * gas/mips/set-arch.d: Adjust according to opcode table changes.
414
415 2006-05-03 Thiemo Seufer <ths@mips.com>
416
417 * gas/mips/mips32-mt.d: Fix mftr argument order.
418
419 2006-05-02 Joseph Myers <joseph@codesourcery.com>
420
421 * gas/arm/iwmmxt.s: Increase offsets for wstrb and wstrh.
422 * gas/arm/iwmmxt.d: Update expected results.
423 * gas/arm/iwmmxt-bad2.s: Test wstrb, wstrh, wldrb and wldrh.
424 * gas/arm/iwmmxt-bad2.l: Update expected error messages.
425
426 2006-04-29 H.J. Lu <hongjiu.lu@intel.com>
427
428 * gas/i386/fp.d: New file.
429 * gas/i386/fp.s: Likewise.
430
431 * gas/i386/i386.exp: Run "fp".
432
433 2006-04-28 Thiemo Seufer <ths@mips.com>
434 David Ung <davidu@mips.com>
435 Nigel Stephens <nigel@mips.com>
436
437 * gas/mips/cp0sel-names-mips32r2.d,
438 gas/mips/cp0sel-names-mips64r2.d: Update for MT register names.
439
440 2006-04-26 Julian Brown <julian@codesourcery.com>
441
442 * gas/arm/neon-const.s: New testcase. Neon floating-point constants.
443 * gas/arm/neon-const.d: Expected output of above.
444 * gas/arm/neon-cov.d: Expect floating-point disassembly for VMOV.F32.
445
446 2006-04-26 Julian Brown <julian@codesourcery.com>
447
448 * gas/arm/neon-psyn.s: Basic test of programmers syntax.
449 * gas/arm/neon-psyn.d: Expected output of above.
450
451 2006-04-26 Julian Brown <julian@codesourcery.com>
452
453 * gas/arm/copro.s: Avoid ldcl which encodes as a bad Neon instruction.
454 * gas/arm/copro.d: Update accordingly.
455 * gas/arm/neon-cond.s: New test. Conditional Neon opcodes in ARM mode.
456 * gas/arm/neon-cond.d: Expected results of above.
457 * gas/arm/neon-cov.s: New test. Coverage of Neon instructions.
458 * gas/arm/neon-cov.d: Expected results of above.
459 * gas/arm/neon-ldst-es.s: New test. Element and structure loads and
460 stores.
461 * gas/arm/neon-ldst-es.d: Expected results of above.
462 * gas/arm/neon-ldst-rm.s: New test. Single and multiple register loads
463 and stores.
464 * gas/arm/neon-ldst-rm.d: Expected results of above.
465 * gas/arm/neon-omit.s: New test. Omission of optional operands.
466 * gas/arm/neon-omit.d: Expected results of above.
467 * gas/arm/vfp1.d: Expect Neon syntax for some VFP instructions.
468 * gas/arm/vfp1_t2.d: Likewise.
469 * gas/arm/vfp1xD.d: Likewise.
470 * gas/arm/vfp1xD_t2.d: Likewise.
471 * gas/arm/vfp2.d: Likewise.
472 * gas/arm/vfp2_t2.d: Likewise.
473 * gas/arm/vfp3-32drs.s: New test. Extended D register range for VFP
474 instructions.
475 * gas/arm/vfp3-32drs.d: Expected results of above.
476 * gas/arm/vfp3-const-conv.s: New test. VFPv3 constant-load and
477 conversion instructions.
478 * gas/arm/vfp3-const-conv.d: Expected results of above.
479
480 2005-04-20 Paul Brook <paul@codesourcery.com>
481
482 * gas/arm/arch7.d: Remove skip.
483 * gas/arm/svc.d: Ditto.
484 * gas/arm/thumb2_bcond.d: Ditto.
485 * gas/arm/thumb2_it_bad.d: Ditto.
486
487 2006-04-18 H.J. Lu <hongjiu.lu@intel.com>
488
489 PR gas/2533
490 * gas/i386/inval.s: Add test for illegal immediate register
491 operand.
492 * gas/i386/inval.l: Updated.
493
494 2006-04-16 Nick Clifton <nickc@redhat.com>
495
496 * gas/arm/arch7.d: Skip test for non-ELF targets.
497 * gas/arm/blx-local.d: Likewise.
498 * gas/arm/svc.d: Likewise.
499 * gas/arm/thumb2_bcond.d: Likewise.
500 * gas/arm/thumb2_it_bad.d: Likewise.
501
502 2006-04-07 Paul Brook <paul@codesourcery.com>
503
504 * gas/arm/blx-local.d: New test.
505 * gas/arm/blx-local.d: New test.
506
507 2006-04-07 Paul Brook <paul@codesourcery.com>
508
509 * gas/arm/thumb2_pool.d: New test.
510 * gas/arm/thumb2_pool.s: New test.
511
512 2006-04-05 Richard Sandiford <richard@codesourcery.com>
513
514 * gas/sparc/vxworks-pic.s, gas/sparc/vxworks-pic.d: New test.
515 * gas/sparc/sparc.exp: Run it. Remove sparc*-*-vxworks* XFAILs.
516
517 2006-03-23 Michael Matz <matz@suse.de>
518
519 * gas/i386/reloc64.s: Accept 64-bit forms.
520 * gas/i386/reloc64.d: Adjust.
521 * gas/i386/reloc64.l: Adjust.
522
523 2006-03-23 H.J. Lu <hongjiu.lu@intel.com>
524
525 * gas/i386/rep.s: Pad with .p2align.
526 * gas/i386/rep.d: Adjust.
527
528 2006-03-22 Richard Sandiford <richard@codesourcery.com>
529
530 * gas/mips/vxworks1.s, gas/mips/vxworks1.d,
531 * gas/mips/vxworks1-xgot.d: New tests.
532 * gas/mips/mips.exp: Run them. Do not run other tests on VxWorks.
533
534 2006-03-21 Paul Brook <paul@codesourcery.com>
535
536 * gas/arm/thumb32.d: Correct expected output.
537
538 2006-03-20 Paul Brook <paul@codesourcery.com>
539
540 * gas/arm/thumb2_bcond.d: New test.
541 * gas/arm/thumb2_bcond.s: New test.
542 * gas/arm/thumb2_it_bad.d: New test.
543 * gas/arm/thumb2_it_bad.l: New test.
544 * gas/arm/thumb2_it_bad.s: New test.
545
546 2006-03-17 Paul Brook <paul@codesourcery.com>
547
548 * gas/arm/thumb32.d: Add ldm and stm tests.
549 * gas/arm/thumb32.s: Ditto.
550
551 2006-03-16 Bernd Schmidt <bernd.schmidt@analog.com>
552
553 * gas/bfin/shift2.s: Add new tests.
554 * gas/bfin/shift.d: Match changed disassembler behaviour.
555 * gas/bfin/parallel2.d: Likewise.
556 * gas/bfin/shift2.d: Likewise; also match new tests.
557
558 2006-03-16 Paul Brook <paul@codesourcery.com>
559
560 * gas/arm/svc.d: New test.
561 * gas/arm/svc.s: New test.
562 * gas/arm/inst.d: Accept svc mnemonic.
563 * gas/arm/thumb.d: Ditto.
564 * gas/arm/wince_inst.d: Ditto.
565
566 2006-03-09 Paul Brook <paul@codesourcery.com>
567
568 * gas/arm/nomapping.d: New test.
569 * gas/arm/nomapping.s: New test.
570
571 2006-03-07 H.J. Lu <hongjiu.lu@intel.com>
572
573 PR binutils/2428
574 * gas/i386/i386.exp: Add rep, rep-suffix, x86-64-rep and
575 x86-64-rep-suffix.
576
577 * gas/i386/naked.d: Replace repz with rep.
578 * gas/i386/x86_64.d: Likewise.
579
580 * gas/i386/rep-suffix.d: New file.
581 * gas/i386/rep-suffix.s: Likewise.
582 * gas/i386/rep.d: Likewise.
583 * gas/i386/rep.s: Likewise.
584 * gas/i386/x86-64-rep-suffix.d: Likewise.
585 * gas/i386/x86-64-rep-suffix.s: Likewise.
586 * gas/i386/x86-64-rep.d: Likewise.
587 * gas/i386/x86-64-rep.s: Likewise.
588
589 2006-03-07 Richard Sandiford <richard@codesourcery.com>
590
591 * gas/arm/abs12.s, gas/arm/abs12.d: New test.
592 * gas/arm/pic.d: Skip for *-*-vxworks*...
593 * gas/arm/pic_vxworks.d: ...use this version instead.
594 * gas/arm/unwind_vxworks.d: Fix expected output.
595
596 2006-03-06 Nathan Sidwell <nathan@codesourcery.com>
597
598 * gas/m68k/arch-cpu-1.s: Tweak.
599 * gas/m68k/arch-cpu-1.d: Tweak.
600
601 2006-02-28 Jan Beulich <jbeulich@novell.com>
602
603 * gas/all/altmacro.s: Adjust.
604 * gas/all/altmac2.s: Adjust.
605
606 2006-02-28 Jan Beulich <jbeulich@novell.com>
607
608 * gas/macros/paren[sd]: New.
609 * gas/macros/macros.exp: Run new test.
610
611 2006-02-27 H.J. Lu <hongjiu.lu@intel.com>
612
613 * gas/i386/i386.exp: Add merom and x86-64-merom.
614
615 * gas/i386/merom.d: New file.
616 * gas/i386/merom.s: Likewise.
617 * gas/i386/x86-64-merom.d: Likewise.
618 * gas/i386/x86-64-merom.s: Likewise.
619
620 2006-02-24 David S. Miller <davem@sunset.davemloft.net>
621
622 * gas/sparc/rdhpr.s: New test.
623 * gas/sparc/rdhpr.d: New test.
624 * gas/sparc/wrhpr.s: New test.
625 * gas/sparc/wrhpr.d: New test.
626 * gas/sparc/window.s: New test.
627 * gas/sparc/window.d: New test.
628 * gas/sparc/rdpr.s: Add case for reading %gl register.
629 * gas/sparc/rdpr.d: Likewise.
630 * gas/sparc/wrpr.s: Add case for writing %gl register.
631 * gas/sparc/wrpr.d: Likewise.
632 * gas/sparc/sparc.exp: Update for new tests.
633
634 2006-02-24 Paul Brook <paul@codesourcery.com>
635
636 * gas/arm/thumb32.d: Fix expected msr and mrs output.
637 * gas/arm/arch7.d: New test.
638 * gas/arm/arch7.s: New test.
639 * gas/arm/arch7m-bad.l: New test.
640 * gas/arm/arch7m-bad.d: New test.
641 * gas/arm/arch7m-bad.s: New test.
642
643 2006-02-23 H.J. Lu <hongjiu.lu@intel.com>
644
645 * gas/ia64/opc-i.s: Add tests for tf.
646 * gas/ia64/pseudo.s: Likewise.
647 * gas/ia64/opc-i.d: Updated.
648 * gas/ia64/pseudo.d: Likewise.
649
650 2006-02-22 H.J. Lu <hongjiu.lu@intel.com>
651
652 * gas/ia64/dv-raw-err.s: Add check for vmsw.0.
653 * gas/ia64/dv-raw-err.l: Updated.
654
655 * gas/ia64/opc-b.s: Add vmsw.0 and vmsw.1.
656 * gas/ia64/opc-b.d: Updated.
657
658 2005-02-22 Paul Brook <paul@codesourcery.com>
659
660 * gas/arm/thumb32.d: Fix expected pld opcode.
661
662 2006-02-17 Shrirang Khisti <shrirangk@kpitcummins.com>
663 Anil Paranjape <anilp1@kpitcummins.com>
664 Shilin Shakti <shilins@kpitcummins.com>
665
666 * gas/xc16x: New directory.
667 * gas/xc16x/xc16x.exp: New file
668 * gas/xc16x/add.s: New file
669 * gas/xc16x/add_test.s: New file
670 * gas/xc16x/addb.s: New file
671 * gas/xc16x/addc.s: New file
672 * gas/xc16x/addcb.s: New file
673 * gas/xc16x/and.s: New file
674 * gas/xc16x/andb.s: New file
675 * gas/xc16x/bfldl.s: New file
676 * gas/xc16x/bit.s: New file
677 * gas/xc16x/calla.s: New file
678 * gas/xc16x/calli.s: New file
679 * gas/xc16x/cmp.s: New file
680 * gas/xc16x/cmp_test.s: New file
681 * gas/xc16x/cmpb.s: New file
682 * gas/xc16x/cmpi.s: New file
683 * gas/xc16x/cpl.s: New file
684 * gas/xc16x/div.s: New file
685 * gas/xc16x/jmpa.s: New file
686 * gas/xc16x/jmpi.s: New file
687 * gas/xc16x/jmpr.s: New file
688 * gas/xc16x/mov.s: New file
689 * gas/xc16x/mov_test.s: New file
690 * gas/xc16x/movb.s: New file
691 * gas/xc16x/movbs.s: New file
692 * gas/xc16x/movbz.s: New file
693 * gas/xc16x/mul.s: New file
694 * gas/xc16x/neg.s: New file
695 * gas/xc16x/nop.s: New file
696 * gas/xc16x/or.s: New file
697 * gas/xc16x/orb.s: New file
698 * gas/xc16x/prior.s: New file
699 * gas/xc16x/pushpop.s: New file
700 * gas/xc16x/ret.s: New file
701 * gas/xc16x/scxt.s: New file
702 * gas/xc16x/shlrol.s: New file
703 * gas/xc16x/sub.s: New file
704 * gas/xc16x/sub_test.s: New file
705 * gas/xc16x/subb.s: New file
706 * gas/xc16x/subcb.s: New file
707 * gas/xc16x/syscontrol1.s: New file
708 * gas/xc16x/syscontrol2.s: New file
709 * gas/xc16x/trap.s: New file
710 * gas/xc16x/xor.s: New file
711 * gas/xc16x/xorb.s: New file
712
713 2006-02-12 H.J. Lu <hongjiu.lu@intel.com>
714
715 * gas/i386/x86-64-crx-suffix.d: Undo the last change.
716
717 2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
718
719 * gas/i386/i386.exp: Add "x86-64-drx" and "x86-64-drx-suffix".
720
721 * gas/i386/x86-64-crx-suffix.d: Minor update.
722
723 * gas/i386/x86-64-drx-suffix.d: New file.
724 * gas/i386/x86-64-drx.d: Likewise.
725 * gas/i386/x86-64-drx.s: Likewise.
726
727 2006-02-11 H.J. Lu <hongjiu.lu@intel.com>
728
729 * gas/i386/i386.exp: Add "x86-64-crx" and "x86-64-crx-suffix".
730
731 * gas/i386/x86-64-crx-suffix.d: New file.
732 * gas/i386/x86-64-crx.d: Likewise.
733 * gas/i386/x86-64-crx.s: Likewise.
734
735 2006-02-07 Nathan Sidwell <nathan@codesourcery.com>
736
737 * testsuite/gas/m68k/all.exp: Add arch-cpu-1 test.
738 * testsuite/gas/m68k/arch-cpu-1.[sd]: New.
739
740 2005-02-02 Paul Brook <paul@codesourcery.com>
741
742 * gas/arm/thumb2_invert.d: New test.
743 * gas/arm/thumb2_invert.s: New test.
744
745 2006-01-31 Paul Brook <paul@codesourcery.com>
746
747 * gas/testsuite/gas/arm/iwmmxt-bad.s: Add check for bad register name.
748 * gas/testsuite/gas/arm/iwmmxt-bad.l: Ditto.
749
750 2006-01-18 Arnold Metselaar <arnoldm@sourceware.org>
751
752 * gas/z80/z80.exp: Add offset.
753 * gas/z80/offset.d: New file.
754 * gas/z80/offset.s: New file.
755
756 2006-01-16 Paul Brook <paul@codesourcery.com>
757
758 * gas/m68k/all.exp: Add mcf-fpu.
759 * gas/m68k/mcf-fpu.d: New file.
760 * gas/m68k/mcf-fpu.s: New file.
761
762 2006-01-11 Nick Clifton <nickc@redhat.com>
763
764 * gas/tic54x/address.d: Work with 64bit hosts.
765 * gas/tic54x/addrfar.d: Likewise.
766 * gas/tic54x/align.d: Likewise.
767 * gas/tic54x/all-opcodes.d: Likewise.
768 * gas/tic54x/asg.d: Likewise.
769 * gas/tic54x/cons.d: Likewise.
770 * gas/tic54x/consfar.d: Likewise.
771 * gas/tic54x/extaddr.d: Likewise.
772 * gas/tic54x/field.d: Likewise.
773 * gas/tic54x/labels.d: Likewise.
774 * gas/tic54x/loop.d: Likewise.
775 * gas/tic54x/lp.d: Likewise.
776 * gas/tic54x/macro.d: Likewise.
777 * gas/tic54x/math.d: Likewise.
778 * gas/tic54x/opcodes.d: Likewise.
779 * gas/tic54x/sections.d: Likewise.
780 * gas/tic54x/set.d: Likewise.
781 * gas/tic54x/struct.d: Likewise.
782 * gas/tic54x/subsym.d: Likewise.
783
784 2006-01-09 H.J. Lu <hongjiu.lu@intel.com>
785
786 PR gas/2117
787 * gas/ia64/ia64.exp: Add ltoff22x-2, ltoff22x-3, ltoff22x-4 and
788 ltoff22x-5.
789
790 * gas/ia64/ltoff22x-2.d: New file.
791 * gas/ia64/ltoff22x-2.s: Likewise.
792 * gas/ia64/ltoff22x-3.d: Likewise.
793 * gas/ia64/ltoff22x-3.s: Likewise.
794 * gas/ia64/ltoff22x-4.d: Likewise.
795 * gas/ia64/ltoff22x-4.s: Likewise.
796 * gas/ia64/ltoff22x-5.d: Likewise.
797 * gas/ia64/ltoff22x-5.s: Likewise.
798
799 2006-01-03 Hans-Peter Nilsson <hp@bitrange.com>
800
801 PR gas/2101
802 * gas/mmix/hex2.s, gas/mmix/hex2.d: New test.
803
804 For older changes see ChangeLog-2005
805 \f
806 Local Variables:
807 mode: change-log
808 left-margin: 8
809 fill-column: 74
810 version-control: never
811 End:
This page took 0.045133 seconds and 4 git commands to generate.