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