* gdbarch.sh: Remove "macro" column of input table. Remove handling
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
CommitLineData
25b07cd9
NS
12007-10-17 Nathan Sidwell <nathan@codesourcery.com>
2
3 * gas/m68k/mcf-movsr.s: New.
4 * gas/m68k/mcf-movsr.d: New.
5 * gas/m68k/all.exp: Add mcf-movsr test.
6
504b7d20
NC
72007-10-16 Nick Clifton <nickc@redhat.com>
8
9 * gas/elf/elf.exp: Accept COMMON in readelf's output.
10 * gas/elf/type.s: Add test of common type.
11 * gas/elf/type.e: Extend expected output.
12
6f932bce
NC
132007-10-11 Nick Clifton <nickc@redhat.com>
14
15 * gas/elf/elf.exp (run_elf_list_test): Run section6 test.
16 * gas/elf/section6.s: New file: Check behaviour of .pushsection
17 with a subsection argument.
18 * gas/elf/section6.d: New file: Expected disassembly.
19
8a72226a
L
202007-10-08 H.J. Lu <hongjiu.lu@intel.com>
21
22 * gas/i386/i386.exp: Run simd-suffix and x86-64-simd-suffix.
23
24 * gas/i386/simd-suffix.d: New.
25 * gas/i386/x86-64-simd-suffix.d: Likewise.
26
27 * gas/i386/x86-64-opcode.d: Updated.
28 * gas/i386/x86-64-simd.d: Likewise.
29
f409fd1e
MR
302007-10-08 Maciej W. Rozycki <macro@linux-mips.org>
31
32 * gas/mips/cp0-names-r3000.d: New test for R3000 CP0 symbolic
33 disassembly.
34 * gas/mips/cp0-names-r4000.d: New test for R4000/R4400 symbolic
35 CP0 disassembly.
36 * mips/mips.exp: Run the new tests.
37
382007-10-08 Maciej W. Rozycki <macro@linux-mips.org>
741fe287
MR
39
40 * gas/mips/at-1.d, gas/mips/at-2.l: New tests to check the ".set
41 at=REG" directive.
42 * gas/mips/at-1.s, gas/mips/at-2.s: Sources for the new tests.
43 * gas/mips/mips.exp: Run the new tests.
44
47dd174c
L
452007-10-05 H.J. Lu <hongjiu.lu@intel.com>
46
47 * gas/i386/i386.exp: Run smx.
48
49 * gas/i386/smx.d: New.
50 * gas/i386/smx.s: Likewise.
51
f2a421c4
L
522007-10-04 H.J. Lu <hongjiu.lu@intel.com>
53
54 * gas/i386/simd.s: Add tests for unpckhpd and unpckhps.
55 * gas/i386/x86-64-simd.s: Likewise.
56
57 * gas/i386/simd-intel.d: Updated.
58 * gas/i386/simd.d: Likewise.
59 * gas/i386/x86-64-simd-intel.d: Likewise.
60 * gas/i386/x86-64-simd.d: Likewise.
61
c8ab98e0
DD
622007-10-04 David Daney <ddaney@avtrex.com>
63
64 * gas/mips/odd-float.d, gas/mips/odd-float.s: New test.
65 * gas/mips/mips.exp: Run it.
66
955e1e6a
L
672007-10-04 H.J. Lu <hongjiu.lu@intel.com>
68
69 PR gas/5109
70 * gas/i386/simd-intel.d: Updated.
71 * gas/i386/simd.d: Likewise.
72 * gas/i386/x86-64-simd-intel.d: Likewise.
73 * gas/i386/x86-64-simd.d: Likewise.
74
75 * gas/i386/simd.s: Add more tests.
76 * gas/i386/x86-64-simd.s: Likewise.
77
38a57ae7
NC
782007-10-04 Helge Deller <deller@gmx.de>
79
80 * gas/all/gas.exp: Include new test "strings".
81 * gas/all/string.s: New
82 * gas/all/string.d: New.
83
3a9eaa7d
NC
842007-10-01 Tristan Gingold <gingold@adacore.com>
85
86 * gas/ppc/altivec_xcoff.s: Do not use .machine pseudo-ops as it
87 overrides gas options.
88 * gas/ppc/altivec_xcoff64.s: Likewise.
89 * gas/ppc/booke_xcoff64.s: Likewise.
90 * gas/ppc/altivec_xcoff.d: Accept 32bits offsets.
91 * gas/ppc/booke_xcoff.s: Do not use .machine pseudo-op and remove
92 booke64 opcodes.
93 * gas/ppc/booke_xcoff.d: Accept 32bits offsets and renumber.
94 * gas/ppc/booke_xcoff64.d: Use booke opcodes.
95
07e8d93c
L
962007-09-30 H.J. Lu <hongjiu.lu@intel.com>
97
98 PR gas/5080
99 * gas/i386/simd-intel.d: Updated.
100 * gas/i386/simd.d: Likewise.
101 * gas/i386/x86-64-simd-intel.d: Likewise.
102 * gas/i386/x86-64-simd.d: Likewise.
103
104 * gas/i386/simd.s: Add new tests for cvttsd2si and cvttss2si.
105 * gas/i386/x86-64-simd.s: Likewise.
106
7c52e0e8
L
1072007-09-27 H.J. Lu <hongjiu.lu@intel.com>
108
109 PR binutils/5072
110 * gas/i386/i386.exp: Run x86-64-opcode-inval and
111 x86-64-opcode-inval-intel.
112
113 * gas/i386/x86-64-opcode-inval-intel.d: New.
114 * gas/i386/x86-64-opcode-inval.d: Likewise.
115 * gas/i386/x86-64-opcode-inval.s: Likewise.
116
d0fa1372
KH
1172007-09-27 Kazu Hirata <kazu@codesourcery.com>
118
119 * gas/m68k/fido.s: Add tests for %mbo.
120 * gas/m68k/fido.d: Update accordingly.
121
87767711
JB
1222007-09-26 Jan Beulich <jbeulich@novell.com>
123
124 * gas/i386/x86-64-addr32.d: Adjust expectations.
125
9a04903e
JB
1262007-09-26 Jan Beulich <jbeulich@novell.com>
127
128 * gas/i386/reloc64.s: Adjust for %eip-relative addressing no
129 longer generating errors.
130 * gas/i386/reloc64.d, gas/i386/reloc64.l: Update.
131 * gas/i386/x86-64-addr32.s: Remove explicit addr32 prefix
132 for %eip-realtive addressing case.
133
cac27205
NC
1342007-09-25 Nathan Sidwell <nathan@codesourcery.com>
135
136 * gas/m68k/br-isaa.d: Dump relocs too.
137 * gas/m68k/br-isab.d: Likewise.
138 * gas/m68k/br-isac.d: Likewise. Adjust for long branch relaxation.
139
49954fb4
CD
1402007-09-24 Carlos O'Donell <carlos@codesourcery.com>
141
142 * gas/mips/align.s, gas/mips/align.d: New test.
143 * gas/mips/mips.exp: Run it.
144
20afcfb7
L
1452007-09-20 H.J. Lu <hongjiu.lu@intel.com>
146
147 * gas/i386/sib.s: Add more eiz tests.
148 * gas/i386/x86-64-sib.s: Add more riz tests.
149
150 * gas/i386/sib-intel.d: Updated.
151 * gas/i386/sib.d: Likewise.
152 * gas/i386/x86-64-sib-intel.d: Likewise.
153 * gas/i386/x86-64-sib.d: Likewise.
154
db51cc60
L
1552007-09-20 H.J. Lu <hongjiu.lu@intel.com>
156
157 PR 658
158 * gas/i386/i386.exp: Run sib-intel, x86-64-sib and
159 x86-64-sib-intel.
160
161 * gas/i386/nops-1-i386-i686.d: Updated.
162 * gas/i386/nops-1-i386.d: Likewise.
163 * gas/i386/nops-1.d: Likewise.
164 * gas/i386/nops-2-i386.d: Likewise.
165 * gas/i386/nops-2-merom.d: Likewise.
166 * gas/i386/nops-2.d: Likewise.
167 * gas/i386/nops-3-i386.d: Likewise.
168 * gas/i386/nops-3.d : Likewise.
169 * gas/i386/sib.d: Likewise.
170
171 * gas/i386/sib.s: Use %eiz in testcases.
172
173 * gas/i386/sib-intel.d: New.
174 * gas/i386/x86-64-sib-intel.d: Likewise.
175 * gas/i386/x86-64-sib.d: Likewise.
176 * gas/i386/x86-64-sib.s: Likewise.
177
0f7da397
L
1782007-09-19 H.J. Lu <hongjiu.lu@intel.com>
179
180 * gas/i386/intelok.s: Add tests for memory without base.
181 * gas/i386/intelok.d: Updated.
182 * gas/i386/intelok.e: Likewise.
183
916af048
L
1842007-09-17 H.J. Lu <hongjiu.lu@intel.com>
185
186 * gas/i386/x86-64-rip.s: Revert the last change.
187 * gas/i386/x86-64-rip-intel.d: Likewise.
188 * gas/i386/x86-64-rip.d: Likewise.
189
27ac7208
L
1902007-09-15 H.J. Lu <hongjiu.lu@intel.com>
191
192 PR gas/5034
193 * gas/i386/x86-64-rip.s: Add Intel mode testcases.
194 * gas/i386/x86-64-rip-intel.d: Updated.
195 * gas/i386/x86-64-rip.d: Likewise.
196
f033ec5c 1972007-09-14 Michael Meissner <michael.meissner@amd.com>
85f10a01
MM
198 Dwarakanath Rajagopal <dwarak.rajagopal@amd.com>
199 Tony Linthicum <tony.linthicum@amd.com>
200
201 * gas/i386/i386.exp (x86-64-sse5): Run SSE5 64-bit tests.
85f10a01
MM
202
203 * gas/i386/x86-64-sse5.s: New file for SSE5 support.
204 * gas/i386/x86-64-sse5.d: Ditto.
205
ae91ad40 2062007-09-12 Jan Beulich <jbeulich@novell.com>
f033ec5c 207
ae91ad40
JB
208 * gas/i386/sse4_1.s, gas/i386/x86-64-sse4_1.s: Add two-operand forms
209 of blendvps, blendvpd, and pblendvb.
210 * gas/i386/sse4_1.d, gas/i386/sse4_1-intel.d,
211 gas/i386/x86-64-sse4_1.d, gas/i386/x86-64-sse4_1-intel.d: Adjust,
212 making last/first operand of blendvps, blendvpd, and pblendvb
213 optional.
214
ec56d5c0 2152007-09-12 Jan Beulich <jbeulich@novell.com>
f033ec5c 216
ec56d5c0
JB
217 * gas/i386/amdfam10.s, gas/i386/x86-64-amdfam10.s: Add Intel syntax
218 code.
219 * gas/i386/amdfam10.d, gas/i386/x86-64-amdfam10.d: Adjust.
220
26186d74
L
2212007-09-06 H.J. Lu <hongjiu.lu@intel.com>
222
223 * gas/i386/svme.s: Updated to allow eax in 64bit.
224 * gas/i386/svme.d: Updated.
225 * gas/i386/svme64.d: Likewise.
226
144c41d9
L
2272007-08-31 H.J. Lu <hongjiu.lu@intel.com>
228
229 * gas/i386/svme.s: Updated to accept eax in 32bit and rax in
230 64bit.
231 * gas/i386/svme.d: Updated.
232 * gas/i386/svme64.d: Likewise.
233
bbedc832
L
2342007-08-30 H.J. Lu <hongjiu.lu@intel.com>
235
236 * gas/i386/amd.s: Add rdtscp.
237 * gas/i386/amd.d: Updated.
238
239 * gas/i386/mem-intel.d: Update invlpg for BYTE PTR.
240 * gas/i386/x86-64-mem-intel.d: Likewise.
241
242 * gas/i386/x86-64-opcode.s: Add swapgs.
243 * gas/i386/x86-64-opcode.d: Updated.
244
851feff8
DJ
2452007-08-29 Daniel Jacobowitz <dan@codesourcery.com>
246
247 * gas/lns/lns-duplicate.d, gas/lns/lns-duplicate.s: New.
248 * gas/lns/lns.exp: Run lns-duplicate.
249
5cee3fe6
L
2502007-08-29 H.J. Lu <hongjiu.lu@intel.com>
251
252 * gas/i386/i386.exp: Run x86-64-reg and x86-64-reg-intel.
253
254 * gas/i386/x86-64-reg.s: New. Add tests for instructions
255 with one register operand.
256 * gas/i386/x86-64-reg-intel.d: Likewise.
257 * gas/i386/x86-64-reg.d: Likewise.
258
b844680a
L
2592007-08-29 H.J. Lu <hongjiu.lu@intel.com>
260
261 * gas/i386/i386.exp: Run reg and reg-intel.
262
263 * gas/i386/katmai.d: Update bad instructions.
264
265 * gas/i386/reg.s: New. Add tests for instructions with one
266 register operand.
267 * gas/i386/reg-intel.d: Likewise.
268 * gas/i386/reg.d: Likewise.
269
d9a5e5e5
L
2702007-08-28 H.J. Lu <hongjiu.lu@intel.com>
271
03d92d88
L
272 * gas/i386/i386.exp: Run mem, mem-intel, x86-64-mem and
273 x86-64-mem-intel.
274
d9a5e5e5
L
275 * gas/i386/mem.s: New. Add tests for instructions with one
276 memory operand.
277 * gas/i386/x86-64-mem.s: Likewise.
03d92d88 278 * gas/i386/mem-intel.d: Likewise.
d9a5e5e5
L
279 * gas/i386/mem.d: Likewise.
280 * gas/i386/x86-64-mem-intel.d: Likewise.
281 * gas/i386/x86-64-mem.d: Likewise.
282
7f6a71ff 2832007-08-28 Mark Shinwell <shinwell@codesourcery.com>
d9a5e5e5 284 Joseph Myers <joseph@codesourcery.com>
7f6a71ff
JM
285
286 * lib/gas-defs.exp (gas_version): Use remote_* functions instead
287 of exec.
288 (gas_host_run): New.
289 (gas_run): Use gas_host_run.
290 (gas_start): Likewise.
291 (run_dump_test): Likewise.
292 (objdump): Use gas_host_run.
293 (objdump_start_no_subdir): Likewise.
294 * lib/gas-dg.exp (gas-dg-test): Use "remote_file host delete".
295 * lib/run: Remove.
296 * gas/macros/macros.exp: Download app4b.s to host.
297 * gas/i386/i386.exp (gas_64_check): Use gas_host_run.
298 (gas_32_check): Likewise.
299 * gas/maxq10/maxq10.exp (gas_64_check): Likewise
300 (gas_32_check): Likewise.
301 * gas/maxq20/maxq20.exp (gas_64_check): Likewise
302 (gas_32_check): Likewise.
303 * gas/sparc/sparc.exp (gas_64_check): Likewise.
304 * gas/cfi/cfi.exp: Likewise.
305 * gas/elf/elf.exp (run_list_test): Likewise. Use temporary file
306 for readelf output in place of pipe.
307 * gas/all/gas.exp: Download incbin.dat to host.
308 (do_comment): Allow \r\r\n.
309
4396b686
PB
3102007-08-09 Paul Brook <paul@codesourcery.com>
311
312 * gas/arm/relax_load_align.d: new test.
313 * gas/arm/relax_load_align.s: new test.
314
c3ad16c0
L
3152007-08-09 H.J. Lu <hongjiu.lu@intel.com>
316
317 * gas/i386/i386.exp: Run sse4_1-intel, sse4_2-intel,
318 x86-64-sse4_1-intel and x86-64-sse4_2-intel.
319
320 * gas/i386/sse4_1-intel.d: New file.
321 * gas/i386/sse4_2-intel.d: Likewise.
322 * gas/i386/x86-64-sse4_1-intel.d: Likewise.
323 * gas/i386/x86-64-sse4_2-intel.d: Likewise.
324
325 * gas/i386/sse4_1.s: Add tests for Intel syntax.
326 * gas/i386/sse4_2.s: Likewise.
327 * gas/i386/x86-64-sse4_1.s: Likewise.
328 * gas/i386/x86-64-sse4_2.s: Likewise.
329
330 * gas/i386/sse4_1.d: Updated.
331 * gas/i386/sse4_2.d: Likewise.
332 * gas/i386/x86-64-sse4_1.d: Likewise.
333 * gas/i386/x86-64-sse4_2.d: Likewise.
334
151fab34
AM
3352007-08-09 Alan Modra <amodra@bigpond.net.au>
336
337 * gas/all/weakref1u.d (not-target): Match *-*-*aout.
338
8976381e
L
3392007-07-29 H.J. Lu <hongjiu.lu@intel.com>
340
341 PR binutils/4834
342 * gas/i386/simd-intel.d: Updated.
343 * gas/i386/simd.d: Likewise.
344 * gas/i386/x86-64-simd-intel.d: Likewise.
345 * gas/i386/x86-64-simd.d: Likewise.
346
347 * gas/i386/simd.s: Add tests for SSE4 instructions.
348 * gas/i386/x86-64-simd.s: Likewise.
349
34828aad
L
3502007-07-29 H.J. Lu <hongjiu.lu@intel.com>
351
352 * gas/i386/simd.s: Add tests for cvtss2si/cvtsd2si in Intel
353 mode.
354 * gas/i386/x86-64-simd.s: Likewise.
355
356 * gas/i386/simd-intel.d: Updated.
357 * gas/i386/simd.d: Likewise.
358 * gas/i386/x86-64-simd-intel.d: Likewise.
359 * gas/i386/x86-64-simd.d: Likewise.
360
09335d05
L
3612007-07-28 H.J. Lu <hongjiu.lu@intel.com>
362
59d5bbeb 363 PR binutils/4834
09335d05
L
364 * gas/i386/simd-intel.d: Updated.
365 * gas/i386/simd.d: Likewise.
366 * gas/i386/x86-64-simd-intel.d: Likewise.
367 * gas/i386/x86-64-simd.d: Likewise.
368
369 * gas/i386/simd.s: Add new tests.
370 * gas/i386/x86-64-simd.s: Likewise.
371
231af070
L
3722007-07-28 H.J. Lu <hongjiu.lu@intel.com>
373
374 * gas/i386/x86-64-opcode.d: Updated.
375 * gas/i386/x86-64-simd-intel.d: Likewise.
376 * gas/i386/x86-64-simd.d: Likewise.
377
378 * gas/i386/x86-64-simd.s: Add movq.
379
76bc74dc
L
3802007-07-23 H.J. Lu <hongjiu.lu@intel.com>
381
382 * gas/i386/i386.exp: Run nops16-1, nops-1-i386-i686, nops-1-k8,
383 nops-3-i386, nops-4, nops-4-i386, x86-64-nops-2, x86-64-nops-3,
384 x86-64-nops-4, x86-64-nops-4-core2 and x86-64-nops-4-k8.
385
386 * gas/i386/nops-1-i386-i686.d: New.
387 * gas/i386/nops-1-k8.d: Likewise.
388 * gas/i386/nops-3-i386.d : Likewise.
389 * gas/i386/nops-3-i686.d: Likewise.
390 * gas/i386/nops-4-i386.d: Likewise.
391 * gas/i386/nops-4.d: Likewise.
392 * gas/i386/nops16-1.d: Likewise.
393 * gas/i386/nops16-1.s: Likewise.
394 * gas/i386/x86-64-nops-1-k8.d: Likewise.
395 * gas/i386/x86-64-nops-2.d: Likewise.
396 * gas/i386/x86-64-nops-3.d: Likewise.
397 * gas/i386/x86-64-nops-4-core2.d: Likewise.
398 * gas/i386/x86-64-nops-4-k8.d: Likewise.
399 * gas/i386/x86-64-nops-4.d: Likewise.
400
401 * gas/i386/nops-1-i386.d: Updated.
402 * gas/i386/nops-1-i686.d: Likewise.
403 * gas/i386/nops-1.d: Likewise.
404 * gas/i386/nops-2-i386.d: Likewise.
405 * gas/i386/nops-2-merom.d : Likewise.
406 * gas/i386/nops-2.d: Likewise.
407 * gas/i386/nops-3.d: Likewise.
408 * gas/i386/x86-64-nops-1-merom.d: Likewise.
409 * gas/i386/x86-64-nops-1-nocona.d: Likewise.
410 * gas/i386/x86-64-nops-1.d: Likewise.
411
412 * gas/i386/x86-64-nops-1.s: Removed.
413
4142007-07-23 Evandro Menezes <evandro.menezes@amd.com>
415 H.J. Lu <hongjiu.lu@intel.com>
416
417 * gas/i386/i386.exp: Don't run x86-64-nops-1-k8. Run
418 nops-3-i686 and nops-4-i686.
419
420 * gas/i386/nops-3-i686.d: New.
421 * gas/i386/nops-4-i686.d: Likewise.
422 * gas/i386/nops-4.s: Likewise.
423
dc89df6a
RS
4242007-07-23 Richard Sandiford <richard@codesourcery.com>
425
426 * lib/gas-defs.exp (run_list_test): Make the options optional.
427 * gas/cr16/cr16.exp (run_list_test): Delete.
428
b27a00c5
NC
4292007-07-19 Nick Clifton <nickc@redhat.com>
430
431 PR gas/4804
432 * gas/elf/elf.exp (target_machine): Treat the arm-linux-gnu target
433 in the same way as the arm-eabi target.
434 * gas/arm/mapshort-eabi.d: Use this file for the arm-linux-gnu
435 target.
436 * gas/arm/mapshort-elf.d: Do not use this file for the
437 arm-linux-gnu target.
438
14051056
L
4392007-07-16 H.J. Lu <hongjiu.lu@intel.com>
440
441 * gas/i386/simd.s: Add tests for punpcklbw, punpckldq,
442 punpcklwd and punpcklqdq.
443 * gas/i386/x86-64-simd.s: Likewise.
444
445 * gas/i386/simd-intel.d: Updated.
446 * gas/i386/simd.d: Likewise.
447 * gas/i386/x86-64-simd-intel.d: Likewise.
448 * gas/i386/x86-64-simd.d: Likewise.
449
d929913e
NC
4502007-07-14 Nick Clifton <nickc@redhat.com>
451
452 * gas/arm/arm.s: Add tests for re-aliasing a previously removed
453 alias.
454 * gas/arm/arm.l: Add new expected warning message.
455
e600c1cf
L
4562007-07-04 H.J. Lu <hongjiu.lu@intel.com>
457
458 * gas/i386/ssemmx2.d: Ignore padding.
459
96f8e2ee
L
4602007-07-04 H.J. Lu <hongjiu.lu@intel.com>
461
462 * gas/i386/rex.s: Avoid the last rex prefix becoming the
463 rex prefix for the padding.
464
872ce6ff
L
4652007-07-04 H.J. Lu <hongjiu.lu@intel.com>
466
467 * gas/i386/i386.exp: Run x86-64-nops-1 for x86_64-*-mingw*.
468
1a412f5f
NC
4692007-07-04 Nick Clifton <nickc@redhat.com>
470
471 * gas/mep/relocs.d: Fix expected disassembly to work on 64-bit
472 hosts.
473
3ccac826
NC
4742007-07-03 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
475
476 * gas/elf/elf.exp: Expect redef test to fail for CR16.
477 * gas/all/gas.exp: Expect forward and do_930509a tests to fail for
478 the CR16.
479 * gas/cr16/cinv_test.d: Remove whitespace dependencies.
480
ec2655a6
NC
4812007-07-03 Nick Clifton <nickc@redhat.com>
482
483 * lib/gas-defs.exp: Update copyright notice to refer to GPLv3.
484 * gas/all/itbl-test.c, gas/all/test-example.c, gas/all/test-gen.c,
485 gas/arm/maverick.c, gas/cris/cris.exp, gas/hppa/basic/basic.exp,
486 gas/hppa/parse/parse.exp, gas/hppa/reloc/reloc.exp,
487 gas/hppa/unsorted/unsorted.exp, gas/mmix/mmix-err.exp,
488 gas/mmix/mmix-list.exp, gas/mmix/mmix.exp, gas/mn10200/basic.exp,
489 gas/mn10300/am33-2.c, gas/mn10300/basic.exp, gas/pdp11/opcode.s,
490 gas/ppc/aix.exp, gas/sh/arch/arch.exp, gas/sh/sh64/sh64.exp,
491 gas/sh/basic.exp, gas/sh/err.exp, gas/v850/basic.exp: Likewise.
492
afa2158f
NS
4932007-07-03 Nathan Sidwell <nathan@codesourcery.com>
494
495 * gas/m68k/mcf-coproc.d: New.
496 * gas/m68k/mcf-coproc.s: New.
497 * gas/m68k/all.exp: Add it.
498
3d3d428f
NC
4992007-06-29 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
500
501 * gas/cr16: New directory
502 * gas/cr16.exp: New file
503 * add_test.d and add_test.s: New files
504 * and_test.d and and_test.s: New files
505 * ash_test.d and ash_test.s: New files
506 * bal_test.d and bal_test.s: New files
507 * bcc_test.d and bcc_test.s: New files
508 * beq0_test.d and beq0_test.s: New files
509 * cbitb_test.d and cbitb_test.s: New files
510 * cbitw_test.d and cbitw_test.s: New files
511 * cinv_test.d and cinv_test.s: New files
512 * cmp_test.d and cmp_test.s: New files
513 * excp_test.d and excp_test.s: New files
514 * jal_test.d and jal_test.s: New files
515 * jcc_test.d and jcc_test.s: New files
516 * loadb_test.d and loadb_test.s: New files
517 * loadd_test.d and loadd_test.s: New files
518 * loadm_test.d and loadm_test.s: New files
519 * loadw_test.d and loadw_test.s: New files
520 * lpsp_test.d and lpsp_test.s: New files
521 * lsh_test.d and lsh_test.s: New files
522 * mov_test.d and mov_test.s: New files
523 * mul_test.d and mul_test.s: New files
524 * or_test.d and or_test.s: New files
525 * popret_test.d and popret_test.s: New files
526 * pop_test.d and pop_test.s: New files
527 * push_test.d and push_test.s: New files
528 * sbitb_test.d and sbitb_test.s: New files
529 * sbitw_test.d and sbitw_test.s: New files
530 * scc_test.d and scc_test.s: New files
531 * storb_test.d and storb_test.s: New files
532 * stord_test.d and stord_test.s: New files
533 * storm_test.d and storm_test.s: New files
534 * storw_test.d and storw_test.s: New files
535 * sub_test.d and sub_test.s: New files
536 * tbitb_test.d and tbitb_test.s: New files
537 * tbit_test.d and tbit_test.s: New files
538 * tbitw_test.d and tbitw_test.s: New files
539 * xor_test.d and xor_test.s: New files
540
cd2cf30b
PB
5412007-06-26 Paul Brook <paul@codesourcery.com>
542
543 * gas/arm/vfp1xD.d: Add new fmrx/fmxr tests.
544 * gas/arm/vfp1xD.s: Ditto.
545 * gas/arm/vfp1xD_t2.d: Ditto.
546 * gas/arm/vfp1xD_t2.s: Ditto.
547
a46ed97f
NC
5482007-06-24 Nick Clifton <nickc@redhat.com>
549
550 * gas/arm/backslash-at.d: Fix for non-ELF arm targets.
551
09a2c6cf
L
5522007-06-23 H.J. Lu <hongjiu.lu@intel.com>
553
554 PR binutils/4667
555 * gas/i386/i386.exp: Run simd, simd-intel, x86-64-simd
556 and x86-64-simd-intel.
557
558 * gas/i386/opcode-intel.d: Updated.
559
560 * gas/i386/simd-intel.d: New.
561 * gas/i386/simd.d: Likewise.
562 * gas/i386/simd.s: Likewise.
563 * gas/i386/x86-64-simd-intel.d: Likewise.
564 * gas/i386/x86-64-simd.d: Likewise.
565 * gas/i386/x86-64-simd.s: Likewise.
566
ddefa7f5
KH
5672007-06-18 Kazu Hirata <kazu@codesourcery.com>
568
569 * gas/m68k/all.exp: Run mcf-wdebug.
570 * gas/testsuite/gas/m68k/mcf-wdebug.d,
571 gas/testsuite/gas/m68k/mcf-wdebug.s: New.
572
728ca7c9
PB
5732007-06-14 Paul Brook <paul@codesourcery.com>
574
575 * gas/arm/thumb32.s: Add tests for shift instructions.
576 * gas/arm/thumb32.d: Ditto.
577
dce323d1
PB
5782007-06-06 Paul Brook <paul@codesourcery.com>
579
580 * gas/arm/thumb.d: Update expected output.
581 * gas/arm/thumb2_relax.d: Ditto.
582
79d49516
PB
5832007-06-05 Paul Brook <paul@codesourcery.com>
584
585 * gas/arm/thumb32.d: Add writeback addressing mode tests.
586 * gas/arm/thumb32.s: Update expected output.
587
dfeb0666
NC
5882007-06-05 Nick Clifton <nickc@redhat.com>
589
590 PR gas/4587
591 * gas/sparc/sparc.exp: Run pr4587 list test.
592 * gas/sparc/pr4587.s: New test case.
593 * gas/sparc/pr4587.l: Expected assembler output.
594
5952007-06-05 Nick Clifton <nickc@redhat.com>
596
597 * lib/gas-defs.exp (run_list_test): New proc.
598 * gas/alpha/alpha.exp: Delete proc run_list_test.
599 * gas/bfin/bfin.exp : Likewise.
600 * gas/cfi/cfi.exp : Likewise.
601 * gas/crx/allinsn.exp : Likewise.
602 * gas/d10v/d10v.exp : Likewise.
603 * gas/d30v/d30v.exp : Likewise.
604 * gas/frv/allinsn.exp : Likewise.
605 * gas/i386/i386.exp : Likewise.
606 * gas/i860.i860.exp : Likewise.
607 * gas/ia64/ia64.exp : Likewise.
608 * gas/lns/lns.exp : Likewise.
609 * gas/macros/macros.exp : Likewise.
610 * gas/maxq10/maxq10.exp : Likewise.
611 * gas/maxq20/maxq20.exp : Likewise.
612 * gas/mips/mips.exp : Likewise.
613 * gas/mmix/mmix-list.exp : Likewise.
614 * gas/mn10300/basic.exp : Likewise.
615 * gas/msp430/msp430.exp : Likewise.
616 * gas/pdp11/pdp11.exp : Likewise.
617 * gas/ppc/ppc.exp : Likewise.
618 * gas/s390/s390.exp : Likewise.
619 * gas/elf/elf.exp (proc run_list_test): Rename to run_elf_list_test.
620
c699f087
JJ
6212007-05-29 Jakub Jelinek <jakub@redhat.com>
622
623 PR gas/4558
624 * gas/sparc/sparc.exp: Add v9branch{1,2,3,4,5} tests.
625 * gas/sparc/v9branch1.d: New test.
626 * gas/sparc/v9branch1.s: New.
627 * gas/sparc/v9branch2.d: New test.
628 * gas/sparc/v9branch2.s: New.
629 * gas/sparc/v9branch3.d: New test.
630 * gas/sparc/v9branch3.s: New.
631 * gas/sparc/v9branch4.d: New test.
632 * gas/sparc/v9branch4.s: New.
633 * gas/sparc/v9branch5.d: New test.
634 * gas/sparc/v9branch5.s: New.
635
efd81785
PB
6362007-03-25 Paul Brook <paul@codesourcery.com>
637
638 * gas/arm/thumb32.s: Add tests for subs pc, lr.
639 * gas/arm/thumb32.d: Change error-output: to stderr:.
640 Update expected output.
641
e39ff52a
PB
6422007-05-22 Paul Brook <paul@codesourcery.com>
643
644 * gas/arm/backslash-at.d: Update expected output.
645
5d14452b
L
6462007-05-17 H.J. Lu <hongjiu.lu@intel.com>
647
648 2003-06-05 Michal Ludvig <mludvig@suse.cz>
649 * gas/cfi/cfi-x86_64.s: Test new directives
650 and different writings of registers and numbers.
651 * gas/cfi/cfi-x86_64.d: Updated pattern to
652 match the above change.
653
2a676888
MS
6542007-05-15 Mark Shinwell <shinwell@codesourcery.com>
655
656 * gas/arm/backslash-at.d: New.
657 * gas/arm/backslash-at.s: New.
658
1c3f20b4
NC
6592007-05-15 Vincent Riviere <vincent.riviere@freesbee.fr>
660 Nick Clifton <nickc@redhat.com>
661
662 PR gas/3041
663 * gas/m68k/p3041.s: New test case.
664 * gas/m68k/p3041.d: New expected disassembly.
665 * gas/m68k/all.exp: Run new test for m68k-*-netbsd toolchains.
666 Only run arch-cpu-1 test for ELF based toolchains.
667
668 Tidy ups for m68k-netbsd gas toolchain:
669 * gas/m68k/cpu32.d: Allow for extra text after expected
670 disassembly.
671 * gas/m68k/mcf-trap.d: Allow for alternative trap mnemonics.
672 * gas/m68k/br-isab.d: Fix name of test.
673 * gas/m68k/br-isac.d: Fix name of test.
674
9beff690
L
6752007-05-14 H.J. Lu <hongjiu.lu@intel.com>
676
677 PR binutils/4502
678 * gas/i386/amd.d: Replace "pfmulhrw" with "pmulhrw".
679
1bc5dc87
KH
6802007-05-04 Kazu Hirata <kazu@codesourcery.com>
681
682 * gas/m68k/all.exp: Skip fmoveml on fido.
683
bfb56888
L
6842007-05-03 H.J. Lu <hongjiu.lu@intel.com>
685
686 PR gas/4460
687 * gas/i386/gotpc.s: Add a new test.
688 * gas/i386/reloc64.s: Likewise.
689
690 * gas/i386/gotpc.d: Updated.
691 * gas/i386/reloc64.d: Likewise.
692
20592a94
L
6932007-05-03 H.J. Lu <hongjiu.lu@intel.com>
694
695 * gas/i386/crc32-intel.d: Updated.
696 * gas/i386/crc32.d: Likewise.
697 * gas/i386/sse4_2.d: Likewise.
698 * gas/i386/x86-64-crc32-intel.d: Likewise.
699 * gas/i386/x86-64-crc32.d: Likewise.
700 * gas/i386/x86-64-sse4_2.d: Likewise.
701
702 * gas/i386/crc32.s: Remove crc32 instructions with ambiguous
703 operand size and suffix in crc32 instructions in Intel mode.
704 * gas/i386/x86-64-crc32.s: Likewise.
705
706 * gas/i386/sse4_2.s: Remove crc32 instructions with ambiguous
707 operand size.
708 * gas/i386/x86-64-sse4_2.s: Likewise.
709
710 * gas/i386/i386.exp: Run inval-crc32 and x86-64-inval-crc32.
711
712 * gas/i386/inval-crc32.l: New.
713 * gas/i386/inval-crc32.s: Likewise.
714 * gas/i386/x86-64-inval-crc32.l: Likewise.
715 * gas/i386/x86-64-inval-crc32.s: Likewise.
716
9344ff29
L
7172007-05-01 H.J. Lu <hongjiu.lu@intel.com>
718
719 * gas/i386/crc32-intel.d: New file.
720 * gas/i386/crc32.d:Likewise.
721 * gas/i386/crc32.s:Likewise.
722 * gas/i386/x86-64-crc32-intel.d:Likewise.
723 * gas/i386/x86-64-crc32.d:Likewise.
724 * gas/i386/x86-64-crc32.s:Likewise.
725
726 * gas/i386/i386.exp: Run crc32, crc32-intel, x86-64-crc32
727 and x86-64-crc32-intel.
728
5d669648
L
7292007-04-26 H.J. Lu <hongjiu.lu@intel.com>
730
731 PR binutils/4430
732 * gas/i386/amd.d: Updated.
733 * gas/i386/immed32.d: Likewise.
734 * gas/i386/intel.d: Likewise.
735 * gas/i386/intel16.d: Likewise.
736 * gas/i386/intelok.d: Likewise.
737 * gas/i386/jump16.d: Likewise.
738 * gas/i386/naked.d: Likewise.
739 * gas/i386/opcode-suffix.d: Likewise.
740 * gas/i386/opcode.d: Likewise.
741 * gas/i386/prescott.d: Likewise.
742 * gas/i386/ssemmx2.d: Likewise.
743 * gas/i386/tlsd.d: Likewise.
744 * gas/i386/tlspic.d: Likewise.
745 * gas/i386/x86-64-addr32.d: Likewise.
746 * gas/i386/x86-64-prescott.d: Likewise.
747 * gas/i386/x86-64-rip.d: Likewise.
748 * gas/i386/x86_64.d: Likewise.
749
185b1163
L
7502007-04-26 H.J. Lu <hongjiu.lu@intel.com>
751
752 PR binutils/4429
753 * gas/i386/i386.exp: Run "x86-64-addr32-intel" and
754 "x86-64-rip-intel".
755
756 * gas/i386/intelok.d: Updated.
757
758 * gas/i386/x86-64-addr32-intel.d: New file.
759 * gas/i386/x86-64-rip-intel.d: Likewise.
760
dacc8b01
MS
7612007-04-24 Andreas Krebbel <krebbel1@de.ibm.com>
762
763 * gas/s390/zarch-z9-ec.d: Add pfpo, ectg and csst.
764 * gas/s390/zarch-z9-ec.s: Likewise.
765
9a2e615a
NS
7662007-04-23 Nathan Sidwell <nathan@codesourcery.com>
767
768 * gas/m68k/br-isaa.s: New.
769 * gas/m68k/br-isaa.d: New.
770 * gas/m68k/br-isab.s: New.
771 * gas/m68k/br-isab.d: New.
772 * gas/m68k/br-isac.s: New.
773 * gas/m68k/br-isac.d: New.
774 * gas/m68k/all.exp: Adjust.
775
5f69fa6d
RE
7762007-04-21 Richard Earnshaw <rearnsha@arm.com>
777
778 * gas/arm/arch4t.d: Convert to unified syntax.
779 * gas/arm/archv6.d: Likewise.
780 * gas/arm/archv6t2.d: Likewise.
781 * gas/arm/arch3.d: Likewise.
782 * gas/arm/arch7dm.d: Likewise.
783 * gas/arm/arch7t.d: Likewise.
784 * gas/arm/archv1.d: Likewise.
785 * gas/arm/copro.d: Likewise.
786 * gas/arm/inst.d: Likewise.
787 * gas/arm/macro1.d: Likewise.
788 * gas/arm/tcompat.d: Likewise.
789 * gas/arm/wince_inst.d: Likewise.
790 * gas/arm/xscale.d: Likewise.
791
792 * gas/arm/thumb.d: White space cleanup.
793 * gas/arm/thumb2_relax.d: Likewise.
794 * gas/arm/thumb32.d: Likewise.
795
78336706
NS
7962007-04-20 Nathan Sidwell <nathan@codesourcery.com>
797
798 * gas/m68k/ctrl-1.d, gas/m68k/ctrl-1.s: New.
799 * gas/m68k/ctrl-2.d, gas/m68k/ctrl-2.s: New.
800 * gas/m68k/all.exp: Add them.
801
c5c2803a
AM
8022007-04-20 Alan Modra <amodra@bigpond.net.au>
803
804 * gas/ppc/range64.s: New.
805 * gas/ppc/range64.l: New.
806 * gas/ppc/range.s: New.
807 * gas/ppc/range.l: New.
808 * gas/ppc/ppc.exp (run_list_test): New. Use to run new tests.
809
90723616
RE
8102007-04-20 Richard Earnshaw <rearnsha@arm.com>
811
812 * gas/arm/mapshort.s: Add a small .data section.
813 * gas/arm/mapshort-eabi.d: Check the data section doesn't confuse
814 disassembly.
815 * gas/arm/mapshort-elf.d: Likewise.
816
076d447c
PB
8172007-04-19 Paul Brook <paul@codesourcery.com>
818
819 * gas/arm/thumb1_unified.d: New test.
820 * gas/arm/thumb1_unified.s: New test.
821
ec25e08f
AM
8222007-04-19 Nathan Froyd <froydnj@codesourcery.com>
823
824 * gas/ppc/booke.s: Add tlbsx, tlbsxe.
825 * gas/ppc/booke.d: Update.
826
381d071f
L
8272007-04-18 H.J. Lu <hongjiu.lu@intel.com>
828
829 * gas/i386/i386.exp: Add sse4.2 and x86-64-sse4.2.
830
831 * gas/i386/sse4_2.d: New file.
832 * gas/i386/sse4_2.s: Likewise.
833 * gas/i386/x86-64-sse4_2.d: Likewise.
834 * gas/i386/x86-64-sse4_2.s: Likewise.
835
42903f7f
L
8362007-04-18 H.J. Lu <hongjiu.lu@intel.com>
837
838 * gas/i386/i386.exp: Add sse4.1 and x86-64-sse4.1.
839
840 * gas/i386/sse4_1.d: New file.
841 * gas/i386/sse4_1.s: Likewise.
842 * gas/i386/x86-64-sse4_1.d: Likewise.
843 * gas/i386/x86-64-sse4_1.s: Likewise.
844
026d3abb
PB
8452007-04-18 Paul Brook <paul@codesourcery.com>
846
847 * gas/arm/thumb2_add.s: Add rsb #0 test.
848 * gas/arm/thumb2_add.d: Update expected output.
849
3b8d421e
PB
8502007-04-04 Paul Brook <paul@codesourcery.com>
851
852 * gas/arm/neon-cov.s: Add new vext test.
853 * gas/arm/neon-cov.d: Ditto.
854
46a1babe
CG
8552007-04-01 Christian Groessler <chris@groessler.org>
856
857 * gas/z8k/calr.d: Fix for 64bit bfd.
858 * gas/z8k/djnz.d: Likewise.
859 * gas/z8k/inout.d: Likewise.
860 * gas/z8k/jmp-cc.d: Likewise.
861 * gas/z8k/jr-back.d: Likewise.
862 * gas/z8k/jr-forw.d: Likewise.
863 * gas/z8k/reglabel.d: Likewise.
864 * gas/z8k/ctrl-names.d: Fix name. Fix for 64bit bfd.
865 * gas/z8k/ret-cc.d: Likewise.
866
728d1ad9
AM
8672007-03-31 Alan Modra <amodra@bigpond.net.au>
868
869 * gas/i386/nops-3.s: Don't use .align.
870
3c707909
PB
8712007-03-30 Paul Brook <paul@codesourcery.com>
872
873 * gas/arm/thumb2_ldmstm.d: New test.
874 * gas/arm/thumb2_ldmstm.s: New test.
875
f24f8f70
AM
8762007-03-27 Alan Modra <amodra@bigpond.net.au>
877
878 * gas/ppc/reloc.s: New.
879 * gas/ppc/reloc.d: New.
880
30e27cd0
JB
8812007-03-26 Julian Brown <julian@codesourcery.com>
882
883 * gas/arm/neon-const.s: Use FP syntax for 0/-0.
884 * gas/arm/vfp-neon-syntax-inc.s: Likewise, for 1.
885 * gas/arm/neon-cov.s: Use float syntax for FP immediate.
886
b6702015
PB
8872007-03-24 Paul Brook <paul@codesourcery.com>
888 Mark Shinwell <shinwell@codesourcery.com>
889
890 * gas/arm/archv6.s: Add new SRS tests.
891 * gas/arm/archv6.d: Update expected output.
892 * gas/arm/thumb32.s: Add new SRS tests.
893 * gas/arm/thumb32.d: Update expected output.
894 * gas/arm/srs-t2.d: New.
895 * gas/arm/srs-t2.l: New.
896 * gas/arm/srs-t2.s: New.
897 * gas/arm/srs-arm.d: New.
898 * gas/arm/srs-arm.l: New.
899 * gas/arm/srs-arm.s: New.
900
831480e9 9012007-03-23 H.J. Lu <hongjiu.lu@intel.com>
0003779b
L
902
903 * gas/i386/rex.s: Add tests for rex.WRXB.
904 * gas/i386/rex.d: Updated.
905
906 * gas/i386/rex.d: Replace rex64XYZ with rex.WRXB.
907 * gas/i386/x86-64-io-intel.d : Likewise.
908 * gas/i386/x86-64-io-suffix.d: Likewise.
909 * gas/i386/x86-64-io.d: Likewise.
910 * gas/i386/x86-64-opcode.d: Likewise.
911
831480e9 9122007-03-21 H.J. Lu <hongjiu.lu@intel.com>
8b38ad71
L
913
914 PR binutils/4218
915 * gas/i386/nops.s: Add testcases for nop r/m.
916 * gas/i386/x86-64-nops.s: Likewise.
917
918 * gas/i386/x86-64-opcode.s: Add testcases for xchg with %ax,
919 %eax and %rax.
920
921 * gas/i386/nops.d: Updated.
922 * gas/i386/x86-64-nops.d: Likewise.
923 * gas/i386/x86-64-opcode.d: Likewise.
924
831480e9 9252007-03-21 H.J. Lu <hongjiu.lu@intel.com>
c0f91ba6
L
926
927 * gas/i386/i386.exp: Run nops-3.
928
929 * gas/i386/nops-3.d: New file.
930 * gas/i386/nops-3.s: Likewise.
931
cb2eed63
MS
9322007-03-20 Mark Shinwell <shinwell@codesourcery.com>
933
934 * gas/arm/mul-overlap.s: Don't use %type.
935 * gas/arm/mul-overlap.l: Update line numbers.
936 * gas/arm/mul-overlap-v6.s: Don't use %type.
937
8fb9d7b9
MS
9382007-03-18 Mark Shinwell <shinwell@codesourcery.com>
939
940 * gas/arm/mul-overlap.s: New.
941 * gas/arm/mul-overlap.d: New.
942 * gas/arm/mul-overlap.l: New.
943 * gas/arm/mul-overlap-v6.s: New.
944 * gas/arm/mul-overlap-v6.d: New.
945
794ba86a
DJ
9462007-03-14 Daniel Jacobowitz <dan@codesourcery.com>
947
948 * gas/arm/thumbver.d, gas/arm/thumbver.s: New test.
949
155257ea
PB
9502007-03-14 Paul Brook <paul@codesourcery.com>
951
952 * gas/arm/thumb2_add.d: Add tests using sp.
953 * gas/arm/thumb2_add.s: Ditto.
954
cd0c2fe2
AM
9552007-03-14 Alan Modra <amodra@bigpond.net.au>
956
957 PR 4029
958 * gas/all/relax.s: New.
959 * gas/all/relax.d: New.
960 * gas/all/gas.exp: Run it.
961
3894944c
HPN
9622007-03-11 Hans-Peter Nilsson <hp@bitrange.com>
963
964 * gas/mmix/comment-1.d, gas/mmix/bspec-1.d, gas/mmix/bspec-2.d:
965 Adjust for change in readelf output.
966
b5639b37
MS
9672007-03-06 Andreas Krebbel <krebbel1@de.ibm.com>
968
969 * gas/s390/zarch-z9-ec.d: New file.
970 * gas/s390/zarch-z9-ec.s: New file.
971 * gas/s390/s390.exp: Run the z9-ec testcases.
972
412cc54e
L
9732007-03-05 H.J. Lu <hongjiu.lu@intel.com>
974
975 PR gas/3918
976 * lib/gas-defs.exp (gas_started): New variable. Initialized to
977 0.
978 (gas_start): Set gas_started to 1.
979 (gas_finish): Skip if gas_started is 0. Reset gas_started to 0.
980
5e77afaa
PB
9812007-03-02 Paul Brook <paul@codesourcery.com>
982
983 * gas/arm/relax_branch_align.d: New test.
984 * gas/arm/relax_branch_align.s: New test.
985
aa32346d
NC
9862007-02-28 Nick Clifton <nickc@redhat.com>
987
c5d07591
NC
988 PR gas/3797
989 * gas/lns/lns.exp: Do not run the lns-common test for the d10v
990 port.
991 * gas/d10v/address-002.l: Update expected assembler output.
992 * gas/d10v/address-003.l, gas/d10v/address-004.l,
993 gas/d10v/address-005.l, gas/d10v/address-006.l,
994 gas/d10v/address-007.l, gas/d10v/address-008.l,
995 gas/d10v/address-009.l, gas/d10v/address-010.l,
996 gas/d10v/address-011.l, gas/d10v/address-012.l,
997 gas/d10v/address-013.l, gas/d10v/address-014.l,
998 gas/d10v/address-015.l, gas/d10v/address-016.l,
999 gas/d10v/address-017.l, gas/d10v/address-018.l,
1000 gas/d10v/address-019.l, gas/d10v/address-020.l,
1001 gas/d10v/address-021.l, gas/d10v/address-022.l,
1002 gas/d10v/address-023.l, gas/d10v/address-024.l,
1003 gas/d10v/address-025.l, gas/d10v/address-026.l,
1004 gas/d10v/address-027.l, gas/d10v/address-030.l,
1005 gas/d10v/address-031.l, gas/d10v/address-032.l,
1006 gas/d10v/address-033.l, gas/d10v/address-034.l,
1007 gas/d10v/address-035.l, gas/d10v/address-036.l,
1008 gas/d10v/address-037.l, gas/d10v/address-038.l,
728d1ad9 1009 gas/d10v/address-039.l, gas/d10v/address-040.l,
c5d07591
NC
1010 gas/d10v/address-041.l: Likewise.
1011
10122007-02-28 Nick Clifton <nickc@redhat.com>
1013
1014 PR gas/3975
aa32346d
NC
1015 * gas/arm/mapshort.d: Split into two new files...
1016 * gas/arm/mapshort-eabi.d: The one and...
1017 * gas/arm/mapshort-elf.d: This one.
1018 * gas/arm/arch7.d: Remove 32-bit host expectation.
1019 * gas/arm/arm7t.d: Replace ".word 0x00000000" with ".*" as some
1020 arm targets will disassemble this value as an instruction.
1021 * gas/arm/neon-ldst-rm.d: Likewise.
1022 * gas/arm/thumb2_pool.d: Only run this test for ELF based arm
1023 ports.
1024 * gas/arm/thumbrel.d: Only run this test for EABI based arm
1025 ports.
1026 * gas/arm/wince_inst.d: Fix expected branch targets.
1027
b2e818b7
DD
10282007-02-22 DJ Delorie <dj@redhat.com>
1029
1030 * gas/s390/esa-g5.s: Adjust for corrected PKA syntax.
1031 * gas/s390/esa-g5.d: Adjust for corrected PKA syntax.
1032
8b082fb1
TS
10332007-02-20 Thiemo Seufer <ths@mips.com>
1034 Chao-Ying Fu <fu@mips.com>
1035
1036 * gas/mips/mips32-dspr2.s, gas/mips/mips32-dspr2.d: New test for
1037 DSP R2.
1038 * gas/mips/mips.exp: Run new test.
1039
929e4d1a
MS
10402007-02-19 Andreas Krebbel <krebbel1@de.ibm.com>
1041
1042 * gas/s390/esa-g5.d (cfxbr, cfebr, cfdbr): Exchanged floating
1043 point and fixed point operands.
1044 * gas/s390/esa-g5.s: Likewise.
1045 * gas/s390/zarch-z900.d (cfdr, cfer, cfxr, cgdbr, cgebr, cgxbr,
1046 cgdr, cger, cgxr): Likewise.
1047 * gas/s390/zarch-z900.s: Likewise.
1048
fda592e8
L
10492007-02-11 H.J. Lu <hongjiu.lu@intel.com>
1050
1051 PR gas/4027
1052 * gas/i386/opcode.s: Add more tests for "test".
1053 * i386/opcode-intel.d: Updated.
1054 * gas/i386/opcode-suffix.d: Likewise.
1055 * gas/i386/opcode.d: Likewise.
1056
7b5030c0
NC
10572007-02-06 Nick Clifton <nickc@redhat.com>
1058
1059 PR gas/3810 gas/3800
1060 * gas/elf/elf.exp: Expect the redef test to fail on targets which
1061 do not convert fixups against ordinary symbols into relocs against
1062 section symbols.
1063 * gas/all/gas.exp: Likewise.
1064
280d71bf
DB
10652007-02-05 Dave Brolley <brolley@redhat.com>
1066
1067 * gas/mep/relocs-junk1.s: Add a .data section.
1068 * gas/mep/relocs.d: Updated to match above.
1069
9e5a0568 10702007-02-04 H.J. Lu <hongjiu.lu@intel.com>
81d8aae1
L
1071
1072 PR gas/3961
1073 * gas/i386/secrel.d: Support 64bit host.
1074
7e017ce0
NC
10752007-02-02 Nick Clifton <nickc@redhat.com>
1076
1077 PR gas/3812
1078 * gas/v850/v850e1.d: Correct expected disassembly of cmov insn to
1079 account for sign extension.
1080
dc4503c6
PB
10812007-01-11 Paul Brook <paul@codesourcery.com>
1082
1083 * gas/arm/thumb2_add.d: Add test for missing operand.
1084 * gas/arm/thumb2_add.s: Ditto.
1085
7c48b4f1
NC
10862007-01-11 Nick Clifton <nickc@redhat.com>
1087
e2204714
NC
1088 * gas/mcore/allinsn.s: Remove use of '#' before numbers - it is a
1089 line comment character.
1090 * gas/mcore/allinsn.d: Adjust expected disassembly to match real
1091 output.
1092
1093 * gas/lns/lns.exp: Run the alternative version of the lns-common-1
1094 test for the MCore target.
7c48b4f1 1095
42037fe5
NC
10962007-01-08 Kai Tietz <kai.tietz@onevision.com>
1097
1098 * gas/all/gas.exp: Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
1099 * gas/i386/i386.exp: Ditto.
1100
a028a6f5
PB
11012007-01-04 Paul Brook <paul@codesourcery.com>
1102
1103 * gas/arm/archv6.s: Add more cpsie tests.
1104 * gas/arm/archv6.d: Ditto.
1105
baee4c9e
AS
11062007-01-04 Andreas Schwab <schwab@suse.de>
1107
1108 * gas/m68k/cpu32.[sd]: New test.
1109 * gas/m68k/all.exp: Run it.
1110
97828f49
JB
11112007-01-04 Julian Brown <julian@codesourcery.com>
1112
1113 * gas/arm/neon-omit.d: Fix expected encodings for vshl, vqshl.
1114
92559b5b
PB
11152007-01-04 Paul Brook <paul@codesourcery.com>
1116
1117 * gas/arm/neon-cov.d: Adjust expected output.
1118 * gas/arm/neon-omit.s: Add tests for vcgt and vcle. Reorder vacle
1119 and vacle.
1120 * gas/arm/neon-omit.d: Adjust expected output.
1121
5ccca1c0 1122For older changes see ChangeLog-2006
c9e214e5
AM
1123\f
1124Local Variables:
1125mode: change-log
1126left-margin: 8
1127fill-column: 74
1128version-control: never
1129End:
This page took 0.217193 seconds and 4 git commands to generate.