19990502 sourceware import
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 1999-05-02 Nick Clifton <nickc@cygnus.com>
2
3 * gas/mcore/allinsn.d: Update to match latest assembler
4 operations.
5
6 1999-04-16 DJ Delorie <dj@cygnus.com>
7
8 * gas/i386/amd.s: Add NOPs to align for coff targets
9 * gas/i386/amd.d: and check for them.
10
11 Thu Apr 15 15:03:43 1999 Jeffrey A Law (law@cygnus.com)
12
13 * gas/hppa/basic/basic.exp (do_coprmem): No longer expected to file.
14
15 Wed Apr 14 13:43:06 1999 Jeffrey A Law (law@cygnus.com)
16
17 * gas/hppa/basic/branch.s: Do not use immediate value where we
18 really want a register.
19 * gas/hppa/basic/coprmem.s: Likewise.
20 * gas/hppa/basic/fmemLRbug.s: Likewise.
21 * gas/hppa/basic/coprmem.s: Likewise.
22 * gas/hppa/basic/spop.s: Likewise.
23 * gas/hppa/basic/imem.s: Likewise.
24 * gas/hppa/parse/badfmpyadd.s: Likewise.
25 * gas/hppa/parse/calldatabug.s: Likewise.
26 * gas/hppa/parse/entrybug.s: Likewise.
27 * gas/hppa/parse/exprbug.s: Likewise.
28 * gas/hppa/parse/fixup7bug.s: Likewise.
29 * gas/hppa/parse/labelbug.s: Likewise.
30 * gas/hppa/reloc/applybug.s: Likewise.
31 * gas/hppa/reloc/funcrelocbug.s: Likewise.
32 * gas/hppa/reloc/labelopbug.s: Likewise.
33 * gas/hppa/reloc/longcall.s: Likewise.
34 * gas/hppa/reloc/plabelbug.s: Likewise.
35 * gas/hppa/reloc/reduce.s: Likewise.
36 * gas/hppa/reloc/reduce2.s: Likewise.
37 * gas/hppa/reloc/reduce3.s: Likewise.
38 * gas/hppa/unsorted/brlenbug.s: Likewise.
39 * gas/hppa/unsorted/importbug.s: Likewise.
40 * gas/hppa/unsorted/lasbeldiffs.s: Likewise.
41
42 * gas/hppa/basic/basic.exp (do_imem): Handle multiple encodings
43 for loads and stores using reg + small d addresses.
44 No longer expect failure for mis-parse of imm %reg.
45
46 1999-04-13 Doug Evans <devans@casey.cygnus.com>
47
48 * gas/m32r/m32rx.d (cmpu__rach): Fix expected output.
49 * gas/m32r/m32rx.s (bc__add,add__bc): Explicitly specify short branch
50 so branch relaxation restrictions won't interfere with parallelization
51 attempts.
52
53 1999-04-08 Nick Clifton <nickc@cygnus.com>
54
55 * gas/mcore: New Directory.
56 * gas/mcore/allinsn.exp: New File: Expect file for MCore assembly
57 tests.
58 * gas/mcore/allinsn.s: New File: Source file for MCore assembly
59 tests.
60 * gas/mcore/allinsn.d: New File: Expected output file for MCore
61 assembly tests.
62
63 1999-03-20 Doug Evans <devans@casey.cygnus.com>
64
65 * gas/m32r/m32rx.[sd]: Fix a few more testcases.
66
67 1999-03-16 Martin Hunt <hunt@cygnus.com>
68
69 * gas/d30v/d30.exp (run_list_test): Add new tests,
70 label, guard-debug, serial, warn_oddreg, bittest, and mul.
71
72 * gas/d30v/opt.s: Fix some warnings and add a few labels
73 to keep things from parallelizing where we don't want them to.
74
75 * gas/d30v/reloc.s: Fix warning.
76
77 * gas/d30v/opt.d, reloc.d, inst.d: Rebuild.
78
79 * gas/d30v/label.s: New test. Check that labels are aligned
80 on 8-byte boundaries.
81
82 * gas/d30v/guard-debug.s: New test. Test output with "-g".
83
84 * gas/d30v/serial.s: New test. Check for warnings with
85 illegal serial instructions.
86
87 * gas/d30v/warn_oddreg.s: New test. CHeck for warnings when
88 odd-numbered registers are used for some instructions.
89
90 * gas/d30v/bittest.s: New test. Check for bit operation
91 instructions (BCLR, BNOT, BSET, BTST) in the IU.
92
93 * gas/d30v/mul.s: New test. Check for restricted sequences
94 in a bunch of different multiply instructions.
95
96 * gas/vtable/vtable.exp (run_list_test): Don't
97 run test on D30V.
98
99 1999-03-05 Nick Clifton <nickc@cygnus.com>
100
101 * gas/all/gas.exp: Expect strongarm-coff target to fail cofftag
102 test.
103
104 1999-02-13 Jim Blandy <jimb@zwingli.cygnus.com>
105
106 * gas/mips/mips.exp: Run the new tests, below.
107 * gas/mips/elf_e_flags1.d, gas/mips/elf_e_flags2.d,
108 gas/mips/elf_e_flags3.d, gas/mips/elf_e_flags4.d: New files.
109 * gas/mips/elf_e_flags.c, gas/mips/elf_e_flags.s: New files.
110
111 * lib/gas-defs.exp (run_dump_test): Document. It's not
112 really trivial.
113
114 * lib/gas-defs.exp (run_dump_test): Clean up logic for guessing
115 $program (the dump tool).
116
117 1999-02-10 Doug Evans <devans@casey.cygnus.com>
118
119 * gas/m32r/allinsn.d: Prefix all | with \.
120 (push,pop): Fix expected output.
121 * gas/m32r/relax-1.d: Emitted nops are serial, not parallel.
122 * gas/m32r/fslot.d: Prefix all | with \.
123
124 1999-02-08 Nick Clifton <nickc@cygnus.com>
125
126 * gas/vtable/inherit0.s: Do not use '@' prefix to .type operator.
127 Some ports use it as a comment initiator.
128
129 * gas/vtable/entry1.d: Do not look for an addend. Some ports use
130 REL relocations and so do not have one.
131
132 1998-12-18 Nick Clifton <nickc@cygnus.com>
133
134 * gas/fr30/allinsn.s: Fix to match latest assembler syntax.
135 * gas/fr30/allinsn.d: Fix to match latest assembler output
136
137 1998-12-03 Nick Clifton <nickc@cygnus.com>
138
139 * gas/fr30/allinsn.d: Updated to match latest assembler output.
140
141 1998-12-02 Nick Clifton <nickc@cygnus.com>
142
143 * gas/fr30/allinsn.s: Replace illegal insns with legal versions.
144
145 * gas/fr30/allinsn.d: Update to match latest assembler output.
146
147 Thu Nov 19 15:59:51 1998 Dave Brolley <brolley@cygnus.com>
148
149 * gas/fr30/allinsn.s: Reorder insns for better simulation.
150
151 Thu Nov 19 07:50:44 1998 Doug Evans <devans@charmed.cygnus.com>
152
153 * gas/mips/sync.[sd]: New testcase.
154 * gas/mips/mips.exp: Run it.
155
156 Wed Nov 18 11:27:56 1998 Dave Brolley <brolley@cygnus.com>
157
158 * gas/fr30/allinsn.s (dmov): Correct hex literals.
159
160 Tue Nov 17 15:24:20 1998 Nick Clifton <nickc@cygnus.com>
161
162 * gas/fr30/allinsn.s: Moved currently un-assembliable instructions
163 to end of file.
164
165 * gas/fr30/allinsn.d: Added disassembly of currently assembliable
166 opcodes.
167
168 Mon Nov 16 16:50:27 1998 Nick Clifton <nickc@cygnus.com>
169
170 * gas/fr30/allinsn.s: Fix syntax errors.
171
172 Mon Nov 16 19:27:52 1998 Dave Brolley <brolley@cygnus.com>
173
174 * gas/fr30/allinsn.s: Fixed more typos.
175
176 Fri Nov 13 13:15:01 1998 Nick Clifton <nickc@cygnus.com>
177
178 * gas/fr30/allinsn.s: Fixed typos and added some tests of upper
179 case vs lower case.
180
181 Tue Nov 10 14:54:47 1998 Nick Clifton <nickc@cygnus.com>
182
183 * gas/fr30/allinsn.s: New file.
184 * gas/fr30/allinsn.d: New file.
185 * gas/fr30/allinsn.exp: New file.
186 * gas/fr30/fr30.exp: New file.
187
188 Mon Nov 2 20:16:50 1998 Doug Evans <devans@canuck.cygnus.com>
189
190 * gas/m32r/fslot.[sd]: New testcase.
191 * gas/m32r/m32r.exp: Run it.
192
193 Tue Oct 20 11:35:06 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
194
195 * gas/i386/i386.exp: Run AMD insn test.
196 * gas/i386/amd.s: New test.
197 * gas/i386/amd.d: New test results.
198
199 Sun Sep 20 01:00:01 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
200
201 * gas/vtable/inherit1.l: Require only the word GAS somewere in the
202 first line of the listing.
203
204 Tue Sep 1 10:20:03 1998 Richard Henderson <rth@cygnus.com>
205
206 * gas/ppc/astest.d: Adjust regexps to match a 64-bit host.
207 * gas/ppc/astest2.d: Likewise.
208
209 Mon Aug 31 13:25:07 1998 Richard Henderson <rth@cygnus.com>
210
211 * gas/vtable/{entry0.d,entry1.d,inherit0.d}: Fix pattern matching
212 of whitespace for 64-bit hosts.
213
214 Mon Aug 31 12:45:49 1998 Richard Henderson <rth@cygnus.com>
215
216 * gas/vtable/vtable.exp: New.
217 * gas/vtable/{entry0.s,entry0.d}: New.
218 * gas/vtable/{entry1.s,entry1.d}: New.
219 * gas/vtable/{inherit0.s,inherit0.d}: New.
220 * gas/vtable/{inherit1.s,inherit1.l}: New.
221
222 Thu Aug 20 23:18:06 1998 Ian Lance Taylor <ian@cygnus.com>
223
224 * gas/i386/white.l: Revert patch of August 12.
225
226 Wed Aug 12 11:54:37 1998 Jeffrey A Law (law@cygnus.com)
227
228 * gas/mn10300/udf.s: New test.
229 * gas/mn10300/basic.exp: Run it.
230
231 Wed Aug 12 13:25:38 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
232
233 * gas/i386/general.l: Test andb $~0x80,foo.
234 * gas/i386/general.s: Update.
235
236 * gas/i386/white.l: Expect warning for stand-alone ss prefix.
237
238 Tue Jul 21 12:46:59 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
239
240 * gas/i386/white.s: Add some more whitespace tests.
241 * gas/i386/white.l: Update accordingly.
242
243 Mon Jul 13 18:15:11 1998 Alan Modra <alan@spri.levels.unisa.edu.au>
244
245 * gas/i386/*: All new i386 testsuite.
246
247 1998-07-02 Ken Raeburn <raeburn@cygnus.com>
248
249 * lib/gas-defs.exp (gas_init): Complain if target name isn't in
250 canonical form.
251
252 Wed Jul 1 15:35:09 1998 Nick Clifton <nickc@cygnus.com>
253
254 * gas/all/gas.exp: Expect ARM and Thumb cofftag test to fail.
255
256 Wed Jul 1 17:31:39 1998 Ian Lance Taylor <ian@cygnus.com>
257
258 * gas/ppc/simpshft.s: Add alignment so that it works on AIX.
259 * gas/ppc/simpshft.d: Change accordingly. Only dump the .text
260 section.
261
262 Tue Jun 23 15:14:43 1998 Nick Clifton <nickc@cygnus.com>
263
264 * gas/v850/hilo2.s: Use r1 as the destination of the movea
265 instruction, since r0 is read only.
266
267 * gas/v850/basic.exp: Fix names of special area relocations.
268 Set -mwarn-signed-overflow flag when running range.s test.
269
270 Sun Jun 21 12:44:43 1998 Nick Clifton <nickc@cygnus.com>
271
272 * gas/d30v/reloc.d: Updated to match latest assembler output.
273
274 Wed Jun 17 14:02:10 1998 Frank Ch. Eigler <fche@cygnus.com>
275
276 * gas/mips/delay.d: Add -mcpu=NNNN to gas flags to let test case
277 run on differently targeted assembler.
278 * gas/mips/{ld-ilocks-addr32,ld-svr4pic.d}: Ditto.
279 * gas/mips/{ld-xgot.d,lif-svr4pic.d,lif-xgot.d}: Same.
280 * gas/mips/{mips16.d,mips4.d,nodelay.d}: Again.
281 * gas/mips/{trunc.d,uld.d,ulh-xgot.d,usd.d}: And then some.
282
283 * gas/mips/ld-ilocks.d: Removed disassembler flags to let target
284 defaults go unmodified. Replaced $f4/$f5 with $fp[45], as the
285 original `ld.d' had. Find `ld.s'.
286 * gas/mips/mul-ilocks.d: Nearly ditto.
287
288 Thu Jun 11 16:50:46 1998 Nick Clifton <nickc@cygnus.com>
289
290 * gas/d30v/inst.d: Expect repeati instrucitons to be combined.
291
292 * gas/d30v/inst.s: Add nop to keep assembled instructions at
293 expected addresses.
294
295 Mon Jun 8 18:47:11 1998 Nick Clifton <nickc@cygnus.com>
296
297 * gas/d30v/array.d: Updated to match latest assembler results.
298 * gas/d30v/reloc.d: Partially updated to match latest assembler
299 results.
300
301 Fri Jun 5 19:15:59 1998 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
302
303 * gas/m68k/operands.s: For all pc relative addresses change tstl
304 to pea since the former does not allow pcrel on m68000. Do not
305 make label foo global, so that references to it can be relaxed on
306 ELF targets.
307 * gas/m68k/operands.d, gas/m68k/op68000.d: Updated.
308
309 Tue Jun 2 15:08:36 1998 Geoff Keating <geoffk@ozemail.com.au>
310
311 * gas/ppc/ppc.exp: Run simpshft test.
312 * gas/ppc/simpshft.d: New file.
313 * gas/ppc/simpshft.s: New file.
314
315 Mon Jun 1 17:00:22 1998 Jeffrey A Law (law@cygnus.com)
316
317 * gas/mips/div-ilocks.d: Handle both "break" instruction variants.
318 * gas/mips/{div.d, mul-ilocks.d, mul.d}: Likewise.
319
320 Fri May 29 12:07:35 1998 Ian Lance Taylor <ian@cygnus.com>
321
322 * gas/mips/mips.exp: Adjust ilocks initialization to match current
323 assembler defaults more closely.
324
325 * gas/sh/fp.s: Remove ftst/nan. The assembler no longer supports
326 the instruction.
327 * gas/sh/basic.exp: Adjust accordingly.
328
329 Wed May 27 15:26:51 1998 Nick Clifton <nickc@cygnus.com>
330
331 * gas/d30v/align.d: Updated to match latest assembler output.
332 * gas/d30v/inst.d: Updated to match latest assembler output.
333 * gas/d30v/inst.s: Updated to match latest assembler rules.
334 * gas/d30v/opt.d: Updated to match latest assembler output.
335
336 Fri May 22 15:56:51 1998 Doug Evans <devans@canuck.cygnus.com>
337
338 * gas/m32r/allinsn.d: Handle 64 bit bfd_vma.
339 * gas/m32r/uppercase.d: Likewise.
340
341 Thu May 21 15:03:06 1998 Nick Clifton <nickc@cygnus.com>
342
343 * gas/arm/thumb.s: Add period to start of labels to prevent
344 assembler thinking that they are function entry points.
345
346 Tue May 19 18:17:10 1998 Ian Lance Taylor <ian@cygnus.com>
347
348 * gas/mips/mips16.d: Correct to reflect bug fix to disassembler.
349
350 Mon May 18 13:11:45 1998 Frank Ch. Eigler <fche@cygnus.com>
351
352 * gas/mips/{div,ld,mul}.d: Add assembler -mcpu= flag to match
353 disassembler.
354
355 Fri May 15 14:51:01 1998 Gavin Koch <gavin@cygnus.com>
356
357 * gas/mips/mips.exp: Distinguish chains with 32-bit addresses.
358 * gas/mips/ld-ilocks-addr32.d : New.
359
360 Wed May 13 15:06:31 1998 Doug Evans <devans@canuck.cygnus.com>
361
362 * gas/m32r/uppercase.[sd]: Test for HIGH,SHIGH,LOW,SDA.
363
364 Thu May 7 13:05:25 1998 Frank Ch. Eigler <fche@cygnus.com>
365
366 * gas/mips/break20.[sd]: New tests for 20-bit operand break and
367 sddbp instructions.
368 * gas/mips/trap20.[sd]: New tests for 20-bit operand trap
369 instructions.
370 * gas/mips/mips.exp: Run them.
371
372 Thu Apr 30 11:55:01 1998 Frank Ch. Eigler <fche@cygnus.com>
373
374 * gas/d30v/{inst,array,opt,reloc}.d: Accept <symbol+offset> labels
375 in disassembly, where the offset is in hex and has a "0x" prefix.
376
377 Tue Apr 28 16:38:34 1998 Frank Ch. Eigler <fche@cygnus.com>
378
379 * gas/mips/lineno.[sd]: Assembly source line number test.
380 * gas/mips/mips.exp: Added lineno test.
381
382 Wed Apr 8 18:45:17 1998 Jeffrey A Law (law@cygnus.com)
383
384 * gas/testsuite/all/gas.exp: No longer expect failures for
385 difference of undefined symbols on mn10x00 targets.
386
387 Mon Mar 23 10:47:33 1998 Frank Ch. Eigler <fche@cygnus.com>
388
389 * gas/all/align.s: Back out ".section text" change below;
390 use ".text" again.
391 * gas/macros/semi.s: Ditto.
392
393 Fri Mar 20 18:51:49 1998 Frank Ch. Eigler <fche@cygnus.com>
394
395 * gas/all/align.s: Identify ".text" section explicitly.
396 * gas/macros/semi.s: Ditto.
397
398
399
400 Mon Mar 2 13:30:40 1998 Doug Evans <devans@seba.cygnus.com>
401
402 * gas/m32r/allinsn.[sd] (ldi8a,ldi16a): Delete.
403 (ldi16): Improve test.
404 (nop): Fix test.
405
406 Thu Feb 12 20:12:39 1998 Ian Lance Taylor <ian@cygnus.com>
407
408 * gasp/macro.out: Adjust to reflect the fact that keyword
409 arguments are now permitted after positional arguments.
410
411 Wed Feb 4 15:27:44 1998 Nick Clifton <nickc@cygnus.com>
412
413 * gas/arm/arm7t.d: Update to match latest assembler output.
414
415 Wed Feb 4 15:40:00 1998 Geoffrey Keating <geoffk@ozemail.com.au>
416
417 * gas/ppc/ppc.exp: New file.
418 * gas/ppc/astest.s, gas/ppc/astest.d: New test.
419 * gas/ppc/astest2.s, gas/ppc/astest2.d: New test.
420
421 Sun Feb 1 21:43:54 1998 Jeffrey A Law (law@cygnus.com)
422
423 * gas/mips/4010.s: Pad test code out to a 16byte boundary.
424 * gas/mips/4010.d: Corresponding changes.
425 * gas/mips/4100.s: Pad test code out to a 16byte boundary.
426 * gas/mips/4100.d: Corresponding changes.
427 * gas/mips/4650.s: Pad test code out to a 16byte boundary.
428 * gas/mips/4650.d: Corresponding changes.
429
430 Fri Jan 30 14:09:13 1998 Ian Lance Taylor <ian@cygnus.com>
431
432 * gas/mri/moveml.d: Add test comments, fix regexps.
433
434 Thu Jan 29 13:34:49 1998 Doug Evans <devans@canuck.cygnus.com>
435
436 * gas/m32r/{allinsn,high-1}.d: Allow # constant prefix to be missing.
437
438 Thu Jan 29 09:43:50 1998 Richard Henderson <rth@cygnus.com>
439
440 * gas/m68k/mri_moveml.[sd]: Moved to ...
441 * gas/mri/moveml.[sd]: ... here.
442 * gas/mri/mri.exp: Run it.
443
444 Tue Jan 27 21:55:44 1998 Jeffrey A Law (law@cygnus.com)
445
446 * gas/mips/4010.s: Add 4010 tests.
447 * gas/mips/4010.d: Expected output.
448 * gas/mips/4100.s: Add 4010 tests.
449 * gas/mips/4100.d: Expected output.
450 * gas/mips/4650.s: Add 4010 tests.
451 * gas/mips/4650.d: Expected output.
452 * gas/mips/mips.exp: Run the new tests.
453 * gas/mips/*.d: Pass the right processor model to objdump.
454 Fix minor cases where expected output was wrong due to opcode
455 conflicts.
456
457 Tue Jan 27 05:35:02 1998 Richard Henderson <rth@cygnus.com>
458
459 * gas/m68k/mri_moveml.[sd]: New testcase.
460
461 Thu Jan 22 17:29:07 1998 Nick Clifton <nickc@cygnus.com>
462
463 * gas/m32r/high-1.d: Add hash prefix to constants.
464
465 * gas/m32r/allinsn.s: Add hash prefix to some constants.
466 * gas/m32r/allinsn.d: Add hash prefix to constants.
467
468 Wed Jan 21 21:24:08 1998 Manfred Hollstein <manfred@s-direktnet.de>
469
470 * gas/m88k/init.d: Fix hexadecimal offsets.
471
472 Wed Jan 14 17:49:22 1998 Nick Clifton <nickc@cygnus.com>
473
474 * gas/m32r/uppercase.d: Fix white space matching.
475 * gas/m32r/relax-1.d: Fix white space matching.
476
477 Wed Jan 14 15:44:32 1998 Jeffrey A Law (law@cygnus.com)
478
479 * gas/mips/div.d: Update for recent assembler changes.
480 * gas/mips/div-ilocks.d: Likewise.
481
482 Wed Jan 14 11:13:06 1998 Doug Evans <devans@seba.cygnus.com>
483
484 * gas/m32r/allinsn.d (cmpui): Update output to new format.
485
486 Thu Dec 18 11:10:42 1997 Nick Clifton <nickc@cygnus.com>
487
488 * gas/arm/inst.d: Updated to match latest disassembler changes.
489
490 * gas/arm/arm7t.d: Updated to match latest disassembler changes.
491
492 Tue Dec 16 22:19:25 1997 Ken Raeburn <raeburn@cygnus.com>
493
494 * gas/mips/lb-xgot.d, gas/mips/rol.d, gas/mips/jal-svr4pic.d,
495 gas/mips/jal-xgot.d: Add assembler option to select a specific
496 target chip, the R3000.
497 * gas/mips/lb-xgot-ilocks.d: New test, specifically selecting
498 R3900.
499 * gas/mips/mips.exp: Run it.
500
501 * gas/ieee-fp/x930509a.exp: Don't run IEEE FP tests for Vax
502 targets.
503
504 Wed Oct 15 10:40:14 1997 Jeffrey A Law (law@cygnus.com)
505
506 * gas/ieee-fp/x930509a.s: Tweak slightly to work on the PA.
507
508 * gas/hppa/unsorted/unsorted.exp: Update for recent disassembler
509 changes.
510
511 Thu Oct 9 18:10:44 1997 Doug Evans <dje@canuck.cygnus.com>
512
513 * gas/sparc/set64.[sd]: `set' doesn't take negative arguments.
514
515 Thu Oct 9 12:59:55 1997 Ian Lance Taylor <ian@cygnus.com>
516
517 * gas/arm/arm7t.d: Update for recent disassembler changes.
518 * gas/h8300/ffxx1.d: Likewise.
519
520 Wed Oct 8 16:22:50 1997 Doug Evans <dje@canuck.cygnus.com>
521
522 * gas/sparc/reloc64.[sd]: Add testcases for %hix,%lox.
523
524 Wed Oct 8 15:12:35 1997 Ian Lance Taylor <ian@cygnus.com>
525
526 * gas/sparc/synth.d: Update for recent disassembler changes.
527 * gas/sparc/synth64.d: Likewise.
528
529 * gas/mips/beq.s: Add .text to .globl to mark the symbol to as a
530 function symbol.
531 * gas/mips/jal.s: Likewise.
532
533 Tue Oct 7 13:30:30 1997 Doug Evans <dje@canuck.cygnus.com>
534
535 * gas/sparc/reloc64.[sd]: New testcase.
536 * gas/sparc/sparc.exp: Run it.
537
538 Sat Oct 4 19:14:24 1997 Ian Lance Taylor <ian@cygnus.com>
539
540 * gas/ieee-fp/x930509a.exp: Accept m68k listing format.
541
542 Fri Oct 3 15:46:05 1997 Ian Lance Taylor <ian@cygnus.com>
543
544 * gas/ieee-fp/x930509a.exp: Remove setup_xfail; it should now
545 work. Correct for big endian and for tabs in input file.
546
547 * gas/alpha/fp.exp: Check for alpha-*-osf*, not alpha-*-osf1*.
548 * gas/alpha/fp.s: Change comment characters from ! to #.
549
550 Thu Sep 18 11:17:53 1997 Doug Evans <dje@canuck.cygnus.com>
551
552 * gas/sparc/splet.d: Update to new objdump output format.
553 * gas/sparc/{asi.d,membar.d,prefetch.d,rdpr.d,wrpr.d}: Likewise.
554 * gas/sparc/set64.[ds]: New testcase.
555 * gas/sparc/splet-2.[ds]: New testcase.
556 * gas/sparc/sparc.exp: Run them.
557
558 Tue Sep 16 15:27:08 1997 Ken Raeburn <raeburn@cygnus.com>
559
560 Merge changes from Martin Hunt:
561
562 * gas/d30v/inst.s: Add some new tests.
563
564 * gas/d30v/{inst, opt, reloc}.d: Update results with
565 new disassembler changes.
566
567 * gas/d30v/inst.[sd]: Update examples for d*i instructions.
568
569 * gas/d30v/*.d: Update all test results because
570 of new ".s" and ".l" extensions.
571
572 * gas/d30v/inst.[sd]: Correct entry for mulx2h.
573 * gas/d30v/opt.[sd]: Correct st2w instruction.
574
575 * gas/d30v/align.d: Change expected output.
576
577 * gas/d30v/reloc.[sd]: Add test case.
578
579 * gas/d30v/array.[sd]: New test case.
580
581 * gas/d30v/opt.[sd]: Added more test cases.
582
583 * gas/d30v/opt.s: Add test cases.
584 * gas/d30v/reloc.s: Fix a test case.
585 * gas/d30v/{opt,reloc}.d: Regenerate.
586
587 Mon Sep 8 14:21:23 1997 Doug Evans <dje@canuck.cygnus.com>
588
589 * gas/m32r/high-1.[ds]: New testcase.
590 * gas/m32r/m32r.exp: Run it.
591
592 Mon Aug 25 11:04:24 1997 Doug Evans <dje@canuck.cygnus.com>
593
594 * gas/m32r/relax-1.[ds]: New testcase.
595 * gas/m32r/m32r.exp: Run it.
596
597 Thu Aug 14 23:49:49 1997 Doug Evans <dje@canuck.cygnus.com>
598
599 * gas/arc: New directory
600 * gas/arc/{arc.exp,alias.[sd],branch.[sd],flag.[sd],insn3.[sd],j.[sd],
601 ld.[sd],math.[sd],sshift.[sd],st.[sd],warn.{exp,s}}: New files.
602
603 Wed Aug 6 00:33:30 1997 Ian Lance Taylor <ian@cygnus.com>
604
605 * config/default.exp: Set AS and GASP to as-new, not as.new.
606
607 Tue Aug 5 12:33:23 1997 Ian Lance Taylor <ian@cygnus.com>
608
609 * config/default.exp: Set NM to nm-new, not nm.new, to match
610 recent change in binutils build directory.
611
612 Thu Jul 31 15:21:51 1997 Jeffrey A Law (law@cygnus.com)
613
614 * gas/v850/range.s: New test.
615 * gas/v850/basic.exp: Run it.
616
617 Tue Jul 29 14:35:02 1997 Jeffrey A Law (law@cygnus.com)
618
619 * gas/v850/hilo2.s: New test.
620 * gas/v850/fepsw.s: New test.
621 * gas/v850/basic.exp: Run them.
622
623 Tue Jul 15 13:03:17 1997 Doug Evans <dje@canuck.cygnus.com>
624
625 * gas/m32r/uppercase.[sd]: New testcase.
626 * gas/m32r/m32r.exp: New file.
627
628 Mon Jun 16 14:32:11 1997 Ian Lance Taylor <ian@cygnus.com>
629
630 * gas/m68k/pcrel.d: Update for m68k disassembler changes.
631 * gas/m68k/operands.d: Likewise.
632
633 Mon Jun 2 16:50:03 1997 Nick Clifton <nickc@cygnus.com>
634
635 * gas/arm/arm.exp: Added changes from armT-970328-branch.
636
637 Mon Jun 2 12:09:02 1997 Gavin Koch <gavin@cygnus.com>
638
639 * gas/mips/mips.exp: The r3900 has interlocks for mul, but
640 not div.
641
642 Mon Jun 2 12:03:32 1997 Gavin Koch <gavin@.cygnus.com>
643
644 * gas/mips/mul.{d,s}: End the tests with no-ops.
645
646 Mon Jun 2 11:48:58 1997 Gavin Koch <gavin@cygnus.com>
647
648 * lib/gas-defs.exp (regexp_diff): Improve messages when one
649 file is shorter than the other.
650
651 Wed May 7 16:18:30 1997 Manfred Hollstein <manfred@s-direktnet.de>
652
653 * gas/m88k/init.{s,d}: New checks for proper padding of
654 .init sections.
655 * gas/m88k/m88.exp: Run them.
656
657 * gas/m68k/t2.d: New file for check of presence of section
658 symbols on the m68k-motorola-sysv.
659 * gas/m68k/all.exp: Run t2 if [istarget m68*-motorola-sysv].
660
661 Wed May 7 16:12:24 1997 Ian Lance Taylor <ian@cygnus.com>
662
663 * gas/all/gas.exp: Don't run cofftag test for m88k-coff.
664
665 * gas/mips/lifloat.s: Update for recent changes to floating point
666 handling.
667 * gas/mips/lif-empic.d, gas/mips/lif-svr4pic.d: Likewise.
668 * gas/mips/lif-xgot.d, gas/mips/lifloat.d: Likewise.
669
670 * gas/mips/mips.exp: Handle Irix 6 like Irix 5.
671
672 Sat Apr 19 23:16:35 1997 Niklas Hallqvist <niklas@petra.appli.se>
673
674 * gas/mips/mips.exp: Handle OpenBSD like NetBSD.
675
676 Wed Apr 16 12:20:24 1997 Martin Hunt <hunt@cygnus.com>
677
678 * gas/d30v/d30.exp: Add optimizer test case.
679 * gas/d30v/opt.s: Add conditional compilation tests.
680 * gas/d30v/opt.d: Rebuild.
681
682 Tue Apr 15 18:10:01 1997 Gavin Koch <gavin@cygnus.com>
683
684 * gas/mips/{delay.d,nodelay.d}: added.
685
686 Mon Apr 7 12:57:45 1997 Doug Evans <dje@canuck.cygnus.com>
687
688 * gas/m32r/allinsn.d: Update to new objdump output style.
689
690 Fri Apr 4 13:19:39 1997 Ian Lance Taylor <ian@cygnus.com>
691
692 * gas/all/float.s: Put a tab before .text, to keep the PA happy.
693
694 * gas/arm/arm.exp: Only run inst and arm7t on targets which can
695 handle -EL. Add setup_xfail for thumb.
696
697 * gas/h8300/ffxx1.d: Don't fail if BFD is 64 bits.
698
699 Thu Apr 3 18:26:56 1997 Doug Evans <dje@canuck.cygnus.com>
700
701 * gas/m32r/allinsn.{exp,s.d}: New testcases.
702
703 Thu Mar 27 00:42:28 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
704
705 * gas/d30v/d30.exp: Add test case reloc.
706 * gas/d30v/reloc.[sd]: New files to test relocations.
707
708 Sat Mar 15 17:21:46 1997 Ian Lance Taylor <ian@cygnus.com>
709
710 * gas/arm/inst.d: Update for disassembler changes.
711 * gas/arm/arm7t.d: Likewise.
712
713 Tue Mar 11 13:31:56 1997 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
714
715 * gas/m68k/op68000.d: Update for recent assembler bug fix.
716
717 Wed Mar 5 13:01:24 1997 Jeffrey A Law (law@cygnus.com)
718
719 * gas/all/gas.exp: xfail a couple tests for the mn10300.
720
721 Mon Mar 3 11:41:00 1997 Fred Fish <fnf@cygnus.com>
722
723 * gas/tic80/{add.d, float.d, regops2.d, relocs1.d, relocs1b.d,
724 relocs2.d, relocs2b.d}: Adjust to objdump format tweaks.
725
726 Thu Feb 27 15:21:46 1997 Fred Fish <fnf@cygnus.com>
727
728 * gas/tic80/{align.d, align.lst, align.s} New test for the
729 ".align" pseudop.
730 * gas/tic80/tic80.exp: Run the align test.
731
732 Wed Feb 26 20:36:46 1997 Fred Fish <fnf@cygnus.com>
733
734 * gas/tic80/{float.d, float.lst, float.s}: New tests for
735 simple floating point operands.
736 * gas/tic80/tic80.exp: Run the float test.
737
738 Wed Feb 26 15:16:04 1997 Fred Fish <fnf@cygnus.com>
739
740 * gas/tic80/{regops2.d, regops2.lst, regops2.s, regops3.d,
741 regops3.lst, regops3.s, regops4.d, regops4.lst, regops4.s}:
742 New tests for :m and :s operand modifiers.
743 * gas/tic80/tic80.exp: Run the regops2, regops3, and regops4 tests.
744
745 Tue Feb 25 13:45:55 1997 Ian Lance Taylor <ian@cygnus.com>
746
747 * gas/macros/semi.s: Force the final alignment to use a fill value
748 of 0.
749
750 * gas/all/cond.s, gas/all/cond.d: New test.
751 * gas/all/gas.exp: Run it.
752
753 Mon Feb 24 10:52:12 1997 Bob Manson <manson@charmed.cygnus.com>
754
755 * lib/gas-defs.exp(gas_init): Added new parameter for script
756 name.
757
758 Mon Feb 24 10:40:28 1997 Fred Fish <fnf@cygnus.com>
759
760 * gas/tic80/{add.d, bitnum.d, ccode.d, cregops.d, endmask.d,
761 regops.d, relocs1.d,
762 (relocs1.c): Add file for reference.
763 (relocs1b.d): Split reloc table contents test to different test file.
764 (relocs2.c): Add test that uses various types (char, short, int, ...) of
765 static and global variables with data shuffling to generate lots of ld/st
766 instructions for the different types.
767 (relocs2.d): New file, expected code for relocs2 test.
768 (relocs2.lst): New file, TI assembler listing for reference.
769 (relocs2.s): New file, assembly source for relocs2 test.
770 (relocs2b.d): New file, expected reloc table contents for relocs2 test.
771 (tic80.exp): Run the relocs1b, relocs2, and relocs2b tests.
772
773 Sun Feb 23 17:54:00 1997 Dawn Perchik <dawn@cygnus.com>
774
775 * gas/all/itbl-test.c(main): Update function calls.
776 Remove parameters from itbl_get_reg_val and
777 change itbl_get_insn_name to itbl_get_field.
778
779 Sun Feb 23 17:22:00 1997 Dawn Perchik <dawn@cygnus.com>
780
781 * gas/mips/itbl: Add comments.
782 * gas/mips/itbl.s: Add comments. Prefix register names with $.
783 * gas/all/itbl: Generic table for testing for itbl support.
784 * gas/all/itbl.s: Generic assembly for testing for itbl support.
785 * gas/mips/itbl-test.c: Moved to gas/all.
786 * gas/all/itbl-test.c: Moved from gas/mips.
787
788 Sat Feb 22 20:24:23 1997 Fred Fish <fnf@cygnus.com>
789
790 * gas/tic80/{add.lst, bitnum.lst, ccode.lst, cregops.lst,
791 endmask.lst, regops.lst}: Remove ^M's from end of lines.
792 * gas/tic80/bitnum.s: Add comment to each line showing value
793 that symbolic BITNUM assembles to. Add coverage for raw
794 numeric values for the BITNUM operand.
795 * gas/tic80/bitnum.d: Update due to bitnum.s changes.
796 * gas/tic80/regops.d: Update due to opcode library additions
797 of floating point test BITNUM values that are ambiguous with
798 the integral ones.
799 * gas/tic80/relocs1.s: New test case that tests simple relocs.
800 * gas/tic80/relocs1.d: Expected output for above.
801 * gas/tic80/relocs1.lst: TI assembler listing for above.
802 * gas/tic80/tic80.exp: Add relocs1 test.
803
804 Fri Feb 21 14:23:14 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
805
806 * gas/d30v/{align.d, align.s, d30.exp, guard.d, guard.s,
807 inst.d, inst.s, opt.d, opt.s}: Test files for D30V.
808
809 Wed Feb 19 00:55:29 1997 Ian Lance Taylor <ian@cygnus.com>
810
811 * gas/macros/semi.s, gas/macros/semi.d: New test.
812 * gas/macros/macros.exp: Run it.
813 * gas/mri/semi.s, gas/mri/semi.d: New test.
814 * gas/mri/mri.exp: Run it.
815
816 Tue Feb 18 13:37:06 1997 Jeffrey A Law (law@cygnus.com)
817
818 * gas/hppa/unsorted/unsorted.exp (align4 tests): Tweak expected
819 output.
820
821 Fri Feb 14 17:56:27 1997 Ian Lance Taylor <ian@cygnus.com>
822
823 * gas/all/align.d, gas/all/align.s: New test.
824 * gas/all/gas.exp: Run it.
825
826 Thu Feb 13 14:44:05 1997 Ian Lance Taylor <ian@cygnus.com>
827
828 * gas/mips/mips16.d: Correct PC relative instruction bytes.
829
830 Wed Feb 12 12:33:08 1997 Ian Lance Taylor <ian@cygnus.com>
831
832 * gas/mips/lif-svr4pic.d: Pass -EB when running the assembler.
833 * gas/mips/lif-xgot.d: Likewise.
834 * gas/mips/ulh-svr4pic.d: Likewise.
835 * gas/mips/ulh-xgot.d: Likewise.
836
837 * gas/mips/mips16.d: Update for yet another change in disassembly
838 output (this one is spacing only).
839
840 Tue Feb 11 14:45:39 1997 Fred Fish <fnf@cygnus.com>
841
842 * gas/tic80/{add.d, add.lst, add.s, bitnum.d, bitnum.lst, bitnum.s,
843 ccode.d, ccode.lst, ccode.s, cregops.d, cregops.lst, cregops.s,
844 endmask.d, endmask.lst, endmask.s, regops.d, regops.lst, regops.s,
845 tic80.exp}: New files for TIc80 test cases.
846
847 Tue Feb 11 15:46:27 1997 Ian Lance Taylor <ian@cygnus.com>
848
849 * gas/mips/mips16.d: Update for change in disassembly output.
850
851 Mon Feb 10 22:24:00 1997 Dawn Perchik <dawn@cygnus.com>
852
853 * gas/mips/itbl-test.c: Add copyright message and fix indentation.
854
855 Mon Feb 10 17:54:00 1997 Dawn Perchik <dawn@cygnus.com>
856
857 * gas/mips/itbl-test.c: New file. Stand-alone assembler and
858 dissassembler for itbl support.
859
860 Mon Feb 10 17:20:00 1997 Dawn Perchik <dawn@cygnus.com>
861
862 * gas/mips/itbl: New file. Instruction Spec for testing --itbl
863 option.
864 * gas/mips/itbl.s: New file. Assembly with ne2w instructions
865 specified in itbl.
866
867 Fri Feb 7 16:42:53 1997 Bob Manson <manson@charmed.cygnus.com>
868
869 * gasp/gasp.exp: Use prune_warnings instead of prune_system_crud.
870 * lib/gas-defs.exp: Ditto.
871
872 Mon Feb 3 15:46:05 1997 Ian Lance Taylor <ian@cygnus.com>
873
874 * gas/arm/inst.d, gas/arm/arm7t.d: Pass --prefix-addresses to
875 objdump. Update for current relocation printing style.
876
877 Thu Jan 30 11:57:33 1997 Ian Lance Taylor <ian@cygnus.com>
878
879 * gas/mips/mips16.d: Update for disassembler changes.
880
881 Thu Jan 23 03:15:06 1997 Angela Marie Thomas (angela@cygnus.com)
882
883 * gas/mips/mips.exp: set ilocks for all 4100/4300
884
885 Thu Jan 2 16:49:17 1997 Ian Lance Taylor <ian@cygnus.com>
886
887 * gas/mips/mips16.s, gas/mips/mips16.d: New test.
888 * gas/mips/mips.exp: Run mips16 test.
889
890 * gas/mips/mips.exp: Run dli test unconditionally.
891 * gas/mips/dli.s: Add text symbol. Add nops to round to 16 byte
892 boundary.
893 * gas/mips/dli.d: Corresponding changes.
894
895 Tue Dec 31 13:03:16 1996 Ian Lance Taylor <ian@cygnus.com>
896
897 * gas/sparc/synth.d: Use --prefix-addresses for objdump.
898 * gas/sparc/synth64.d: Likewise.
899
900 Tue Dec 24 16:30:58 1996 Angela Marie Thomas (angela@cygnus.com)
901
902 * gas/mips/*-ilocks.d: Fix regexps to resemble disassembled output.
903
904 Fri Dec 13 13:05:33 1996 Ian Lance Taylor <ian@cygnus.com>
905
906 * gas/mips/*.[sd]: Add explicit nops, sometimes controlled by
907 .ifdef, to accomodate change to avoid default alignment on
908 embedded systems.
909
910 Wed Dec 11 09:26:01 1996 Jeffrey A Law (law@cygnus.com)
911
912 * gas/mn10200/basic.exp (do_movb): Fix bit pattern for
913 "movb dm,(an)".
914
915 Tue Dec 10 13:01:05 1996 Jeffrey A Law (law@cygnus.com)
916
917 * gas/mn10300/basic.exp: Update after endianness changes to
918 the assembler.
919
920 * gas/mn10200/{mov1.s,mov2.s,mov3.s,mov4.s,movx.s}: New tests.
921 * gas/mn10200/{movb.s, movbu.s}: Likewise.
922 * gas/mn10200/basic.exp: Run them.
923
924 Mon Dec 9 17:08:38 1996 Jeffrey A Law (law@cygnus.com)
925
926 * gas/mn10200/*.s: New tests for the mn10200 assembler.
927 * gas/mn10200/basic.exp: Run them.
928
929 Fri Dec 6 15:35:04 1996 Jeffrey A Law (law@cygnus.com)
930
931 * gas/mn10300/*.s: Remove '$' register prefixing.
932
933 Mon Nov 25 16:35:33 1996 Doug Evans <dje@canuck.cygnus.com>
934
935 * gas/sparc-solaris/addend.exp: Fix patterns, you can't assume
936 \r will be present.
937
938 Mon Nov 25 13:45:02 1996 Ian Lance Taylor <ian@cygnus.com>
939
940 * gas/m68k/*.d: Update for disassembler changes.
941 * gas/mri/*.d: Likewise.
942
943 Mon Nov 25 11:38:37 1996 Jeffrey A Law (law@cygnus.com)
944
945 * gas/mn10300/*.s: Use '$' as register prefix for
946 all register operands.
947
948 Thu Nov 21 11:52:54 1996 Jeffrey A Law (law@cygnus.com)
949
950 * gas/all/gas.exp: xfail a couple tests for the mn10300.
951
952 Wed Nov 20 11:31:41 1996 Jeffrey A Law (law@cygnus.com)
953
954 * gas/mn10300/other.s: Update for correct syntax on a
955 few instructions (those with register lists).
956 * gas/mn10300/basic.exp: Corresponding changes.
957
958 Tue Nov 19 13:36:57 1996 Jeffrey A Law (law@cygnus.com)
959
960 * gas/mn10300/movm.s: Update for correct syntax.
961 * gas/mn10300/basic.exp: Update expected movm bit patterns.
962
963 Fri Nov 15 13:57:42 1996 Jeffrey A Law (law@cygnus.com)
964
965 * gas/mn10300/other.s: Put parens around register
966 argument in calls and jmp instructions.
967
968 Wed Nov 13 13:16:04 1996 Jeffrey A Law (law@cygnus.com)
969
970 * gas/h8300/ffxx1.d: Update for recent disassembler changes.
971
972 Mon Nov 11 16:03:24 1996 Jeffrey A Law (law@cygnus.com)
973
974 * gas/hppa/reloc/reloc.exp: Pass "--prefix-addresses" to objdump
975 as needed.
976 * gas/hppa/unsorted/unsorted.exp: Likewise.
977
978 Thu Nov 7 00:27:52 1996 Jeffrey A Law (law@cygnus.com)
979
980 * gas/mn10300/basic.exp: Check opcode insertion for
981 extended instructions.
982 * gas/mn10300/extend.s: Tweak constants for better
983 testsuite coverage.
984
985 Wed Nov 6 13:50:07 1996 Jeffrey A Law (law@cygnus.com)
986
987 * gas/mn10300/basic.exp: Test insertion of operands
988 into call and jmp instructions with 32bit offsets.
989 Fix typo in bit test patterns.
990 * gas/mn10300/other.s: Tweak constants to improve
991 testsuite coverage.
992
993 * gas/mn10300/basic.exp: Test insertion of 32bit operand
994 in calls, btst, bclr & bset instructions.
995
996 * gas/mn10300/*.s: Tweak constants in 32bit insns for
997 better testing coverage.
998 * gas/mn10300/basic.exp: Test insertion of most 32bit
999 operands.
1000
1001 Tue Nov 5 13:33:12 1996 Jeffrey A Law (law@cygnus.com)
1002
1003 * gas/mn10300/basic.exp: Check bit patterns for indexed mov,
1004 movbu, movhu instructions. Check bit patterns for more bit
1005 operations. Check bit patterns for various 16bit call, retf
1006 and ret instructions.
1007 * gas/mn10300/other.s: Update operands for better test coverage.
1008
1009 Mon Nov 4 12:55:11 1996 Jeffrey A Law (law@cygnus.com)
1010
1011 * gas/mn10300/basic.exp: Check bit patterns for a couple more
1012 mov and cmp instructions.
1013
1014 Tue Oct 29 17:05:43 1996 Ian Lance Taylor <ian@cygnus.com>
1015
1016 * gas/mips/*.d: Update for disassembler changes.
1017
1018 Wed Oct 16 22:39:50 1996 Jeffrey A Law (law@cygnus.com)
1019
1020 * gas/v850/reloc.s: New tests.
1021 * gas/v850/basic.exp: Run them.
1022
1023 Mon Oct 14 13:52:55 1996 Ian Lance Taylor <ian@cygnus.com>
1024
1025 * gas/mips: Add symbols to several testsuites, since the ELF
1026 assembler now always builds a symbol table, which means that
1027 objdump will no longer report `No symbols in FILE'. Change the
1028 expected output accordingly.
1029
1030 Thu Oct 10 13:11:48 1996 Jeffrey A Law (law@cygnus.com)
1031
1032 * gas/mn10300/basic.exp: Check bit patterns for instructions
1033 with a single 8bit or 16bit immediate operand.
1034
1035 * gas/mn10300/basic.exp: Check bit patterns for many
1036 instructions. Add missing test in do_mov1.
1037 * gas/mn10300/mov1.s: Add missing test.
1038
1039 Wed Oct 9 14:15:18 1996 Jeffrey A Law (law@cygnus.com)
1040
1041 * gas/mn10300/{add.s, bcc.s, bit.s, cmp.s, ext.s}: New tests.
1042 * gas/mn10300/{extend.s logical.s, loop.s, mov1.s}: Likewise.
1043 * gas/mn10300/{mov2.s, mov3.s, mov4.s, movbu.s}: Likewise.
1044 * gas/mn10300/{movhu.s, movm.s, muldiv.s, other.s}: Likewise.
1045 * gas/mn10300/{shift.s, sub.s}: Likewise.
1046 * gas/mn10300/basic.exp: Run them.
1047
1048 Thu Oct 3 09:57:03 1996 Jeffrey A Law (law@cygnus.com)
1049
1050 * gas/mn10200, gas/mn10300: New directories for Matsushita
1051 mn10200 and mn10300 tests.
1052
1053 Tue Oct 1 15:38:28 1996 Ian Lance Taylor <ian@cygnus.com>
1054
1055 * lib/gas-defs.exp (gas_version): Fix for current version
1056 printing.
1057
1058 Sun Sep 29 07:55:58 1996 Doug Evans <dje@canuck.cygnus.com>
1059
1060 * gas/sparc/splet.d: Fix typo in cpusha result.
1061
1062 Mon Sep 23 12:33:31 1996 Ian Lance Taylor <ian@cygnus.com>
1063
1064 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: Add tests for fmovemx.
1065
1066 Wed Sep 18 12:14:06 1996 Ian Lance Taylor <ian@cygnus.com>
1067
1068 * gas/all/cofftag.s: Use .p2align rather than .align.
1069
1070 Fri Sep 13 15:28:04 1996 Jeffrey A Law (law@cygnus.com)
1071
1072 * gas/h8300/macs.s: Add "stmac" instructions.
1073 * gas/h8300/basic.exp: Test them.
1074
1075 Thu Sep 12 10:28:44 1996 James G. Smith <jsmith@cygnus.co.uk>
1076
1077 * gas/arm/thumb.s (back): Check assembly of Thumb BL.
1078
1079 Mon Sep 9 14:37:00 1996 Ian Lance Taylor <ian@cygnus.com>
1080
1081 * gas/mips/mips4.s, gas/mips/mips4.d: Use $fccN for condition code
1082 registers.
1083
1084 Fri Sep 6 18:23:54 1996 James G. Smith <jsmith@cygnus.co.uk>
1085
1086 * gas/mips/dli.{s,d}: More test cases added.
1087
1088 Wed Sep 4 11:47:29 1996 James G. Smith <jsmith@cygnus.co.uk>
1089
1090 * gas/mips/mips.exp: Add check for dli macro instruction.
1091 * gas/mips/dli.{s,d}: Added.
1092
1093 Sat Aug 31 01:25:03 1996 Jeffrey A Law (law@cygnus.com)
1094
1095 * gas/v850/basic.exp (do_mem): Check bit patterns for short
1096 load/store instructions. Remove xfails for short load/store
1097 instructions.
1098 * gas/v850/mem.s: Offsets for short load/store operands
1099 are unsigned.
1100
1101 * gas/v850/basic.exp (do_branch): Check offsets in branch insns.
1102 (do_jumps): Likewise.
1103
1104 Fri Aug 30 00:37:55 1996 Jeffrey A Law (law@cygnus.com)
1105
1106 * gas/v850/misc.s: Tweak register numbers for better testing.
1107 * gas/v850/basic.exp (do_misc): Corresponding changes.
1108
1109 * gas/v850/hilo.s: New testfile.
1110 * gas/v850/basic.exp: Run hilo tests.
1111
1112 Thu Aug 29 11:32:23 1996 James G. Smith <jsmith@cygnus.co.uk>
1113
1114 * gas/arm/arm7t.d: Explicitly force little-endian assembly.
1115
1116 Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
1117
1118 * gas/v850/basic.exp (do_move): Test instruction bit patterns.
1119 * gas/v850/move.s: Tweak constants for better testing.
1120
1121 * gas/v850/basic.exp (do_mem): Test instruction bit patterns.
1122 xfail sst and sld tests.
1123 (do_mov): Remove bogus xfail.
1124 * gas/v850/mem.s: sst and sld instructions can only index from
1125 "ep" register.
1126
1127 * gas/v850/basic.exp (do_logical): Test instruction bit patterns.
1128 Update addresses.
1129 * gas/v850/logical.s: Tweak constants for better testing.
1130
1131 * gas/v850/basic.exp (do_jump): Test instruction bit patterns,
1132 but not displacements (yet).
1133
1134 * gas/v850/basic.exp (do_compare): Test instruction bit patterns.
1135
1136 * gas/v850/basic.exp (do_branch): Test instruction bit patterns,
1137 but not displacements (yet).
1138
1139 * gas/v850/basic.exp (do_bit): Test instruction bit patterns.
1140
1141 * gas/v850/basic.exp (do_arith): Test instruction bit patterns.
1142 * gas/v850/arith.s: Tweak constants for better testing.
1143
1144 * gas/v850/basic.exp (do_misc): No longer expect failures
1145 assembling "ldsr" and "stsr" opcodes.
1146 * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr"
1147 opcodes.
1148
1149 * gas/v850/basic.exp (do_misc): No longer expect failures
1150 assembling "trap" opcodes.
1151 * gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
1152
1153 * gas/v850: New directory with v850 tests.
1154
1155 Fri Aug 16 00:19:10 1996 Jeffrey A Law (law@cygnus.com)
1156
1157 * gas/hppa/basic/purge.s: Use "%sr4" on pitlb, pitlbe
1158 fic and fice instructions to test 3bit space identifiers.
1159 * gas/hppa/basic/system.s: Similarly for iitlba and
1160 iitlbp.
1161 * gas/hppa/basic/basic.exp: Corresponding changes.
1162
1163 Thu Aug 15 16:25:05 1996 James G. Smith <jsmith@cygnus.co.uk>
1164
1165 * gas/arm/arm.exp: Change inst.s test to check objdump.
1166 * gas/arm/inst.d: Added.
1167
1168 Thu Aug 15 16:06:02 1996 James G. Smith <jsmith@cygnus.co.uk>
1169
1170 * gas/arm/thumb.s: Added.
1171 * gas/arm/immed.s: Added.
1172 * gas/arm/arch4t.s: Added.
1173 * gas/arm/arm.exp: Updated to run the new tests.
1174
1175 Tue Aug 6 11:06:29 1996 Jeffrey A Law (law@cygnus.com)
1176
1177 * gas/h8300/misch.s: Reenable "eepmov.w" test.
1178 * gas/h8300/miscs.s: Likewise.
1179 * gas/h8300/h8300.exp: Check for correct assembly of "eepmov.w"
1180 on the H8/300H and H8/S. Don't expect it to fail.
1181
1182 Wed Jul 31 10:57:44 1996 Doug Evans <dje@canuck.cygnus.com>
1183
1184 * gas/sparc/asi.s: Update ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
1185
1186 Wed Jul 31 15:55:12 1996 James G. Smith <jsmith@cygnus.co.uk>
1187
1188 * gas/arm/arm7t.s: Added.
1189 * gas/arm/arm7t.d: Added.
1190 * gas/arm/arm.exp: Updated to run the new test.
1191
1192 Mon Jul 8 14:27:39 1996 Ian Lance Taylor <ian@cygnus.com>
1193
1194 * gas/m68k/pcrel.d: Rename from schwab.d.
1195 * gas/m68k/pcrel.s: Rename from schwab.s.
1196
1197 Mon Jul 8 14:23:26 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
1198
1199 * gas/m68k/schwab.d: Correct for ELF format.
1200 * gas/m68k/all.exp: Run "schwab" test for all targets.
1201
1202 Thu Jul 4 14:23:36 1996 Ian Lance Taylor <ian@cygnus.com>
1203
1204 Avoid DOS file naming problems:
1205 * gas/h8300/branch.s: Rename from branches.s.
1206 * gas/h8300/branchh.s: Rename from branchesh.s.
1207 * gas/h8300/branchs.s: Rename from branchess.s.
1208 * gas/h8300/rotsh.s: Rename from rotshift.s.
1209 * gas/h8300/rotshh.s: Rename from rotshifth.s.
1210 * gas/h8300/rotshs.s: Rename from rotshifts.s.
1211 * gas/h8300/h8300.exp: Corresponding changes.
1212
1213 Thu Jul 4 14:01:46 1996 James G. Smith <jsmith@cygnus.co.uk>
1214
1215 * gas/mips/mips.exp: Add new tests for processors with interlocks
1216 on div and mul.
1217 * gas/mips/div-ilocks.d: Added.
1218 * gas/mips/mul-ilocks.d: Added.
1219
1220 Wed Jul 3 14:20:04 1996 Ian Lance Taylor <ian@cygnus.com>
1221
1222 * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two tests
1223 which now pass.
1224 * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64
1225 bit host.
1226
1227 Sat Jun 29 18:21:51 1996 Ian Lance Taylor <ian@cygnus.com>
1228
1229 * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509a
1230 test.
1231 * gas/vax/quad.exp: Expect a nop after the movq.
1232
1233 Tue Jun 18 12:39:49 1996 Jeffrey A. Law <law@rtl.cygnus.com>
1234
1235 * gas/h8300/cbranchh.s: Switch into h8300h mode.
1236 * gas/h8300/h8300.exp (H8/300H misc tests): Fix test names.
1237
1238 * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the
1239 H8/S.
1240 * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise.
1241 * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise.
1242 * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise.
1243 * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise.
1244 * gas/h8300/{rotshifts.s,extends.s}: Likewise.
1245 * gas/h8300/h8300.exp: Run them.
1246
1247 Mon Jun 10 14:14:40 1996 Ian Lance Taylor <ian@cygnus.com>
1248
1249 * gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tag
1250 with the same name as a global variable.
1251 * gas/all/gas.exp: Run cofftag test for any COFF target.
1252
1253 Thu Jun 6 12:30:05 1996 Ian Lance Taylor <ian@cygnus.com>
1254
1255 * gas/m68k/all.exp: Pass -m68020 when assembling the disperr.s
1256 test.
1257
1258 Fri May 31 10:11:13 1996 Jeffrey A Law (law@cygnus.com)
1259
1260 * gas/h8300/h8300.exp: Fix add.l test for H8/300H.
1261
1262 Wed May 29 16:35:43 1996 Ian Lance Taylor <ian@cygnus.com>
1263
1264 * gas/mips/jal-xgot.d: Correct for 64 bit output.
1265
1266 Thu Apr 25 19:31:59 1996 Doug Evans <dje@canuck.cygnus.com>
1267
1268 * gas/sparc/sparc.exp: Only run sparclet tests if sparclet.
1269
1270 Wed Apr 24 17:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
1271
1272 * gas/m68k/op68000.d: Add statements now caught by gas.
1273
1274 Mon Apr 22 16:45:12 1996 Doug Evans <dje@canuck.cygnus.com>
1275
1276 * gas/sparc/splet.[ds]: New tests for sparclet extensions.
1277 * gas/sparc/sparc.exp: Run them.
1278
1279 Mon Apr 15 17:25:18 1996 Ian Lance Taylor <ian@cygnus.com>
1280
1281 * gas/mips/la.d: Updated for April 5 MIPS assembler changes.
1282 * gas/mips/lb.d, gas/mips/ld.d, gas/mips/sb.d: Likewise.
1283 * gas/mips/uld.d, gas/mips/ulh.d, gas/mips/ulw.d: Likewise.
1284 * gas/mips/usd.d, gas/mips/ush.d, gas/mips/usw.d: Likewise.
1285
1286 Wed Apr 10 14:27:51 1996 Jeffrey A Law (law@cygnus.com)
1287
1288 * gas/h8300/mov32bug.s: New test.
1289 * gas/h8300/h8300.exp: Run it.
1290
1291 Fri Apr 5 10:13:28 1996 Jeffrey A Law (law@cygnus.com)
1292
1293 * gas/h8300/{addsubh.s,bitops1h.s,bitops2h.s}: New h8300h tests.
1294 * gas/h8300/{bitops3h.s,bitops4h.s,branchesh.s}: New h8300h tests.
1295 * gas/h8300/{cbranchh.s,compareh.s,decimalh.s}: New h8300h tests.
1296 * gas/h8300/{divmulh.s,incdech.s,logicalh.s}: New h8300h tests.
1297 * gas/h8300/{misch.s,movbh.s,movwh.s}: New h8300h tests.
1298 * gas/h8300/{pushpoph.s,rotshifth.s}: New h8300h tests.
1299 * gas/h8300/h8300.exp: Run them.
1300
1301 * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
1302
1303 * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests.
1304
1305 * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
1306 * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests.
1307 * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests.
1308 * gas/h8300/{divmul.s,incdec.s,logical.s}: New h8300 tests.
1309 * gas/h8300/{misc.s,movb.s,movw.s}: New h8300 tests.
1310 * gas/h8300/{pushpop.s,rotshift.s}: New h8300 tests.
1311 * gas/h8300/h8300.exp: Run them.
1312
1313 Fri Mar 15 17:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
1314
1315 * gas/sparc/synth.d: Don't require sparc in the file format, since
1316 it won't be there on SunOS.
1317
1318 Thu Mar 7 14:51:23 1996 Doug Evans <dje@charmed.cygnus.com>
1319
1320 * gas/sparc/synth.[ds]: New testcase.
1321 * gas/sparc/sparc.exp: Run it.
1322
1323 Fri Mar 1 12:01:48 1996 Jeffrey A Law (law@cygnus.com)
1324
1325 * gas/all/gas.exp: xfail difference of two undefined symbols
1326 and difference of forward references for the h8300.
1327
1328 Thu Feb 22 16:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
1329
1330 * gas/mips/lb-xgot.d: Correct.
1331
1332 Mon Feb 19 02:43:36 1996 Doug Evans <dje@charmed.cygnus.com>
1333
1334 * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9
1335 to gas.
1336 * gas/sparc/addend.exp: Execute for any sparc cpu.
1337 * gas/sparc/{mismatch.exp,mism-1.s}: New test.
1338
1339 Wed Feb 14 13:49:59 1996 Ian Lance Taylor <ian@cygnus.com>
1340
1341 * gas/mips/jal-xgot.d, gas/mips/la-xgot.d: New tests.
1342 * gas/mips/lb-xgot.d, gas/mips/ld-xgot.d: New tests.
1343 * gas/mips/lif-xgot.d, gas/mips/ulh-xgot.d: New tests.
1344 * gas/mips/mips.exp: Run new tests if svr4pic.
1345
1346 Sat Jan 27 13:27:45 1996 Doug Evans <dje@charmed.cygnus.com>
1347
1348 * lib/gas-dg.exp (gas-dg-test): Delete default_flags and libs args.
1349
1350 Fri Jan 26 14:24:01 1996 Jeffrey A Law (law@cygnus.com)
1351
1352 * gas/hppa/unsorted/unsorted.exp: Update for objdump changes.
1353
1354 Wed Jan 10 12:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
1355
1356 * gas/mips/*.d: Update for changes to disassembler.
1357
1358 Wed Jan 3 22:59:53 1996 Ian Lance Taylor <ian@cygnus.com>
1359
1360 * gas/mips/ulh-svr4pic.d: Update for tc-mips.c load_address
1361 change.
1362
1363 Fri Nov 17 10:32:25 1995 Ian Lance Taylor <ian@cygnus.com>
1364
1365 * gas/mri/immconst.d: New test.
1366 * gas/mri/mri.exp: Run it.
1367 * gas/mri/constants.s: Test immediate constants.
1368 * gas/mri/constants.d: Corresponding change.
1369
1370 * gas/m68k/link.s: Add nop to pad to eight byte boundary.
1371 * gas/m68k/link.d: Corresponding change.
1372
1373 Sun Nov 12 21:28:11 1995 Jeffrey A Law (law@cygnus.com)
1374
1375 * gas/hppa/unsorted/brlenbug.s: New test.
1376 * gas/hppa/unsorted/unsorted.exp: Run it.
1377
1378 Sun Nov 5 12:49:27 1995 Ian Lance Taylor <ian@cygnus.com>
1379
1380 * gas/mips/beq.s: Declare text_label global.
1381 * gas/mips/jal.s: Likewise.
1382
1383 Fri Nov 3 12:35:07 1995 Ian Lance Taylor <ian@cygnus.com>
1384
1385 * gas/m68k/link.s: Use "&" instead of "#" for immediate values.
1386
1387 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: New test.
1388 * gas/m68k/all.exp: Run it.
1389
1390 Thu Nov 2 23:11:05 1995 Ian Lance Taylor <ian@cygnus.com>
1391
1392 * gas/m68k/link.s, gas/m68k/link.d: New test.
1393 * gas/m68k/all.exp: Run it.
1394
1395 Tue Oct 24 10:57:20 1995 Jeffrey A Law (law@cygnus.com)
1396
1397 * gas/hppa/basic/basic.exp: Test lci and syncdma instructions.
1398 * gas/hppa/basic/system.s: Corresponding changes.
1399
1400 Fri Oct 6 17:13:35 1995 Ken Raeburn <raeburn@cygnus.com>
1401
1402 * gas/m68k/operands.d: Don't require a fixed number of leading
1403 zeros in any number.
1404
1405 * gas/m68k/operands.s, gas/m68k/bitfield.s: Use "&" instead of "#"
1406 for immediate values.
1407
1408 Fri Oct 6 10:54:13 1995 Doug Evans <dje@canuck.cygnus.com>
1409
1410 * gas/arm/arm.exp: Renamed from gas.exp.
1411 * gas/arm/le-fpconst.[sd]: New testcase.
1412
1413 Fri Sep 29 15:12:10 1995 Ian Lance Taylor <ian@cygnus.com>
1414
1415 * gas/mri/mri.exp: Only run tests for m68k target.
1416
1417 Mon Sep 25 12:31:46 1995 Ian Lance Taylor <ian@cygnus.com>
1418
1419 * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
1420 test.
1421
1422 Thu Sep 21 01:26:08 1995 Jeff Law (law@snake.cs.utah.edu)
1423
1424 * gas/sh/fp.s (fmac): Update for new assembly syntax.
1425
1426 Mon Sep 18 14:04:34 1995 Ian Lance Taylor <ian@cygnus.com>
1427
1428 * lib/gas-defs.exp (gas_run): Call prune_system_crud.
1429 (run_dump_test, objdump): Likewise.
1430
1431 Thu Sep 14 13:10:10 1995 Doug Evans <dje@canuck.cygnus.com>
1432
1433 * gas/sparc/{wrdr.[ds],rdpr.[ds]}: New tests.
1434 * gas/sparc/sparc.exp: Run them.
1435
1436 Wed Sep 13 16:35:51 1995 Ian Lance Taylor <ian@cygnus.com>
1437
1438 * Makefile.in, configure.in: Remove; the testsuite is now run
1439 directly from the gas Makefile.
1440
1441 Mon Sep 11 11:44:23 1995 Ian Lance Taylor <ian@cygnus.com>
1442
1443 * gas/mri/empty.s: New file.
1444 * gas/mri/mri.exp: Test assembling empty.s.
1445 * gas/mri/comment.s: Add a couple more comment variants.
1446
1447 * gas/mri/mri.exp: Add xfail for the expr test for all hppa
1448 targets.
1449
1450 Wed Sep 6 21:39:23 1995 Ian Lance Taylor <ian@cygnus.com>
1451
1452 * gas/mri/comment.s, gas/mri/comment.d: New test.
1453 * gas/mri/mri.exp: Run it.
1454 * gas/mri/expr.s: Remove whitespace in operand field.
1455 * gas/mri/for.s: Add comments for further testing.
1456 * gas/macros/test2.s: Put in an upper case ELSE to test case
1457 insensitivity.
1458
1459 Wed Aug 30 16:12:03 1995 Doug Evans <dje@canuck.cygnus.com>
1460
1461 * gas/sparc/{prefetch.[ds],synth64.[ds]}: New tests.
1462
1463 Tue Aug 29 18:59:33 1995 Doug Evans <dje@canuck.cygnus.com>
1464
1465 * gas/sparc/sparc.exp: New file.
1466 * gas/sparc/{asi.[ds],membar.[ds]}: New tests.
1467
1468 Mon Aug 21 14:39:29 1995 Ian Lance Taylor <ian@cygnus.com>
1469
1470 * gas/macros/*: New tests for macros.
1471
1472 * gas/mri/common.s: Use data, not .data.
1473
1474 * gasp/pl3.out: Update for changes in commented source output when
1475 LOCAL is used.
1476
1477 Sat Aug 19 17:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
1478
1479 * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
1480 of diff.
1481 * lib/gas-defs.exp: Define prune_system_crud if it is not already
1482 defined.
1483
1484 Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
1485
1486 * gasp/mri/*.out: Use ;, not !, for the comment character.
1487
1488 Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
1489
1490 * gas/mri/mri.exp: Change hppa*-*-* expected failures to only
1491 expect failure for targets which use SOM.
1492
1493 * lib/gas-defs.exp (run_dump_test): If the program to run does not
1494 exist, mark the test as untested.
1495
1496 * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
1497 common test.
1498
1499 * lib/gas-defs.exp (run_dump_test): Name the output file dump.o,
1500 rather than using an implicit a.out.
1501
1502 * gas/mri/for.s: Add nop to round out to four byte boundary.
1503 * gas/mri/repeat.s: Likewise.
1504 * gas/mri/while.s: Likewise.
1505 * gas/mri/for.d: Expected added nop.
1506 * gas/mri/repeat.d: Likewise.
1507 * gas/mri/while.d: Likewise.
1508
1509 * gas/mips/*.d: Change all test names to say MIPS.
1510
1511 Tue Aug 15 15:42:33 1995 Ian Lance Taylor <ian@cygnus.com>
1512
1513 * gas/mri/for.d, gas/mri/for.s: New test.
1514 * gas/mri/if.d, gas/mri/if.s: New test.
1515 * gas/mri/repeat.d, gas/mri/repeat.s: New test.
1516 * gas/mri/while.d, gas/mri/while.s: New test.
1517 * gas/mri/mri.exp: Run the new tests.
1518
1519 Mon Aug 14 16:03:07 1995 Ian Lance Taylor <ian@cygnus.com>
1520
1521 * gas/mri/expr.d: Permit leading zeroes, in case we're using a
1522 64-bit BFD.
1523
1524 * gasp/mri/*: New tests.
1525 * gasp/gasp.exp: Run them. Also, clean up the test names used in
1526 pass and fail.
1527
1528 Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu)
1529
1530 * gas/sh/basic.exp: Update now that we know the right
1531 bit patters for the new sts instructions.
1532
1533 Thu Aug 10 00:46:21 1995 Ian Lance Taylor <ian@cygnus.com>
1534
1535 * gas/mri/char.d: Fix for little endian machines.
1536 * gas/mri/float.d: Likewise.
1537
1538 Wed Aug 9 15:34:36 1995 Ian Lance Taylor <ian@cygnus.com>
1539
1540 * gas/all/struct.s, gas/all/struct.d: New test.
1541 * gas/all/gas.exp: Run it.
1542
1543 Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
1544
1545 * gas/mri/common.s, gas/mri/common.d: New test.
1546 * gas/mri/mri.exp: Run it.
1547
1548 Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
1549
1550 * gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
1551 test.
1552
1553 * gasp/crash1.out, gasp/macro.out, gasp/sfunc.out: Complete
1554 truncated files, so that the tests pass.
1555
1556 * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
1557 constants, and expr.
1558
1559 * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
1560 on vxworks*, not just vxworks5.1.
1561
1562 * lib/gas-defs.exp (fail_phase, pass_phase): Remove.
1563 (run_dump_test): Just call pass or fail.
1564
1565 * gas/m68k/operands.s, gas/m68k/operands.d: New test.
1566 * gas/m68k/op68000.d: New test.
1567 * gas/m68k/cas.s, gas/m68k/cas.d: New test.
1568 * gas/m68k/bitfield.s, gas/m68k/bitfield.d: New test.
1569 * gas/m68k/schwab.d: Run objdump with -j .text. Adjust for
1570 changes to disassembler.
1571 * gas/m68k/all.exp: Run new tests. Run schwab test for
1572 m68k-*-coff*.
1573
1574 Mon Aug 7 03:01:32 1995 Jeff Law (law@snake.cs.utah.edu)
1575
1576 * gas/sh/*: New tests for the hitachi-sh.
1577
1578 Tue Aug 1 18:02:47 1995 Ian Lance Taylor <ian@cygnus.com>
1579
1580 * gas/mri/*: New tests for MRI mode.
1581
1582 * lib/gas-defs.exp (run_dump_test): Support using objcopy. Dump
1583 program executions to the log file before running them. Use the
1584 simple program name, rather than the path to the binary being run,
1585 in pass/fail messages.
1586 (regexp_diff): If the regexp file has the special comment #pass,
1587 stop checking at that point.
1588 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
1589 if they are not already set.
1590
1591 Tue Aug 1 11:41:30 1995 steve chamberlain <sac@slash.cygnus.com>
1592
1593 * Makefile.in: Remove superfluous runtest gasp.
1594
1595 Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
1596
1597 * gasp/*: New.
1598 * Makefile.in: Use gasp tests.
1599 * config/default.exp: Add gasp stuff.
1600
1601 Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu)
1602
1603 * gas/all/gas.exp: Disable tests that are not appropriate for
1604 the PA.
1605
1606 Thu Jul 13 18:22:49 1995 Ken Raeburn <raeburn@cygnus.com>
1607
1608 * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1.
1609
1610 Wed Jun 21 21:28:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1611
1612 * gas/m68k/schwab.*: New test based on a test case from Andreas
1613 Schwab.
1614 * gas/m68k/all.exp: Run it for some aout configurations.
1615
1616 Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu)
1617
1618 * gas/hppa/parse/badfmpyadd.s: New test.
1619 * gas/hppa/parse/parse.exp: Run it.
1620
1621 Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu)
1622
1623 * gas/hppa/unsorted/unsorted.exp: Disable align4 tests for
1624 ELF targets.
1625
1626 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
1627
1628 * arm/arm7dm.s: New file -- tests for ARM7DM instructions.
1629 * arm/arm6.s: Correct bogus tests.
1630 * arm/gas.exp (arm6.s): Is now a valid test.
1631 (arm7dm.s): New test.
1632 * arm/float.s: Add load/store multiple floating point instruction
1633 tests.
1634
1635 Wed May 3 13:14:44 1995 Jeff Law (law@snake.cs.utah.edu)
1636
1637 * gas/hppa/reloc/longcall.s: New test.
1638 * gas/hppa/reloc/reloc.exp: Run it.
1639
1640 Tue May 2 16:37:48 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1641
1642 * gas/mips/ld.d: Modified for gas delay-slot fixes.
1643
1644 Sat Apr 29 23:35:18 1995 Doug Evans <dje@chestnut.cygnus.com>
1645
1646 * lib/gas-dg.exp: New file.
1647
1648 Tue Apr 11 13:57:52 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1649
1650 * gas/mips/mips4.d: Allow more than exactly 8 zeros in bc1*
1651 targets.
1652
1653 Mon Apr 10 15:36:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1654
1655 * lib/gas-defs.exp (pass_phase): New proc.
1656 (run_dump_test): Note passing or failing of each phase of this
1657 test, instead of failure of phases or passing of complete test.
1658 Ensure test file name is in reported message.
1659
1660 Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com>
1661
1662 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.
1663 Always resolve testcase status before returning.
1664 If `slurp_options' fails, return and don't do test.
1665 (slurp_options): Fix "can't open" error message.
1666 Return -1 to indicate error.
1667
1668 Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu)
1669
1670 * gas/hppa/unsorted/common.s: New test.
1671 * gas/hppa/unsorted/unsorted.exp: Run it.
1672
1673 Fri Mar 10 19:07:09 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1674
1675 * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate
1676 uncertainty as to whether there should be trailing bytes in the
1677 output file.
1678 * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value
1679 of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is
1680 correct.) End with "..." to match trailing zero bytes.
1681
1682 Wed Mar 8 15:50:34 1995 Ian Lance Taylor <ian@cygnus.com>
1683
1684 * gas/mips/mips4.d, gas/mips/mips4.s: New files.
1685 * gas/mips/mips.exp: Run new test.
1686
1687 Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu)
1688
1689 * gas/hppa/basic/fmemLRbug.s: Add indexing variants.
1690 * gas/hppa/basic/basic.exp: Test them.
1691
1692 Wed Feb 15 15:43:26 1995 Ian Lance Taylor <ian@cygnus.com>
1693
1694 * gas/mips/uld.d: New file.
1695 * gas/mips/uld.s: New file.
1696 * gas/mips/usd.d: New file.
1697 * gas/mips/usd.s: New file.
1698 * gas/mips/mips.exp: Run new tests.
1699
1700 Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu)
1701
1702 * gas/hppa/reloc/applybug.s: New test.
1703 * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
1704
1705 Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu)
1706
1707 * gas/hppa/reloc/picreloc.s: New test.
1708 * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it.
1709
1710 Fri Jan 27 14:02:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1711
1712 * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s,
1713 gas/h8300/h8300.exp: New tests.
1714
1715 Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu)
1716
1717 * gas/hppa/basic/basic.exp (do_system): Update.
1718
1719 Wed Jan 11 17:20:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
1720
1721 * gas/mips/mips.exp: Don't run the memory-access tests if the
1722 format is a.out, because the generated code is different from what
1723 is used with other formats.
1724
1725 Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu)
1726
1727 * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in
1728 regexp to avoid losing without a controlling tty.
1729
1730 Fri Dec 30 18:08:20 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1731
1732 * gas/i386/pushw.l: Fixed whitespace to match current listing
1733 style.
1734
1735 * gas/all/gas.exp: Mark test p1480.s expected to pass, even with
1736 listings enabled.
1737
1738 Thu Dec 15 18:14:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1739
1740 * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
1741 (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp.
1742 * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use
1743 findfile and transform procedures to determine objdump program
1744 name.
1745
1746 * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end,
1747 in case the format doesn't automatically require it.
1748 * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate
1749 name for the reloc type.
1750
1751 * lib/gas-defs.exp (file_contents, verbose_eval): New procs.
1752 (run_dump_test): If verbosity level is over 3, print out dump
1753 command and its output.
1754
1755 Tue Dec 13 18:21:09 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1756
1757 * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
1758 disassembly.
1759
1760 Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1761
1762 * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
1763 it depends on tty modes.
1764
1765 * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
1766 -nottyinit.
1767
1768 * gas/arm/gas.exp: The arm6 test should report errors, for now.
1769
1770 Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1771
1772 * lib/gas-defs.exp: Use -i in expect_after command.
1773
1774 Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1775
1776 * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
1777 disassembly.
1778
1779 * gas/ieee-fp: Renamed from ieee.fp.
1780
1781 * lib/gas-defs.exp: Make sure timeout is at least 2 minutes.
1782
1783 Wed Nov 30 10:48:00 1994 Jeff Law (law@snake.cs.utah.edu)
1784
1785 * gas/hppa/parse: Renamed from gas/hppa/more.parse.
1786
1787 Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
1788
1789 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
1790 to fail. Fix comments for the test. Tweak test name.
1791
1792 Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
1793
1794 * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF
1795 output.
1796
1797 Fri Nov 18 17:56:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1798
1799 * gas/mips/ld.d: Adjust to work for both big and little endian
1800 code.
1801 * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise.
1802 * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise.
1803 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise.
1804 * gas/mips/usw.d: Likewise.
1805
1806 Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu)
1807
1808 * gas/hppa/unsorted/align4.s: New test.
1809 * gas/hppa/unsorted/unsorted.exp: Run it.
1810
1811 * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match
1812 current expected PA ELF output.
1813 * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise.
1814 (do_plabel_relocation_test): Likewise.
1815
1816 Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
1817
1818 * gas/all/p1480.s: Use larger constant, so expression can have a
1819 positive value.
1820 * gas/all/gas.exp: Expect p1480.s without listings to pass.
1821
1822 Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
1823
1824 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
1825 Correct test cases.
1826
1827 Thu Oct 20 00:55:13 1994 Jeff Law (law@snake.cs.utah.edu)
1828
1829 * gas/hppa/reloc/blebug3.s: New test.
1830 * gas/hppa/reloc/reloc.exp: Run it.
1831
1832 Mon Oct 17 02:33:53 1994 Jeff Law (law@snake.cs.utah.edu)
1833
1834 * gas/hppa/reloc/reduce3.s: New test.
1835 * gas/hppa/reloc/reloc.exp: Run it.
1836
1837 Sun Oct 16 22:25:56 1994 Jeff Law (law@snake.cs.utah.edu)
1838
1839 * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
1840 current reality.
1841
1842 Wed Sep 28 21:21:34 1994 Jeff Law (law@snake.cs.utah.edu)
1843
1844 * gas/hppa/reloc/reduce.s: Renamed from relocreduce.s
1845 * gas/hppa/reloc/reduce2.s: Renamed from relocreduce2.s
1846 * gas/hppa/reloc/r_no_reloc.s: Renamed from r_no_relocbug.s
1847 * gas/hppa/reloc/reloc.exp: Changed accordingly.
1848
1849 Wed Sep 28 13:25:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1850
1851 * gas/mips/beq.d, gas/mips/beq.s: Test that unconditional branch
1852 overflows are correctly converted to jumps.
1853
1854 Mon Sep 26 17:41:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1855
1856 * gas/mips: Add test cases for PIC code, both SVR4 style and
1857 -membedded-pic style.
1858
1859 Fri Sep 23 14:45:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1860
1861 * gas/mips: New directory with MIPS specific test cases.
1862
1863 * lib/gas-defs.exp (run_dump_test): Permit the .d file to specify
1864 the name of the source file to assemble.
1865 (regexp_diff): Put the reason for failure in the log file.
1866
1867 Wed Sep 21 13:44:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
1868
1869 * lib/gas-defs.exp: Don't try to use shell redirection, since TCL
1870 doesn't support it. Redirect stdout using > instead of 1>, and
1871 don't bother to redirect stderr since TCL redirects it anyhow.
1872 (run_dump_test): Pass appropriate arguments to program, defaulting
1873 to -r.
1874
1875 Sat Sep 17 01:04:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1876
1877 * gas/vax: New directory.
1878 * gas/vax/{quad.s,quad.exp}: New test, for immediate quadword
1879 values.
1880
1881 Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
1882
1883 * gas/hppa/reloc/r_no_relocbug.s: New test.
1884 * gas/hppa/reloc/reloc.exp: Run it.
1885
1886 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
1887 expected output.
1888
1889 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
1890
1891 * gas/arm/*: New subtree. Add ARM tests.
1892
1893 Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
1894
1895 * gas/hppa/unsorted/unsorted.exp: Accept any character
1896 between foo's type and foo itself.
1897
1898 Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1899
1900 * lib/gas-defs.exp (run_dump_test): New routine for running the
1901 assembler, running objdump or nm (not fully supported) on the
1902 resulting object file, and comparing the results against a file of
1903 regular expressions in the test suite, all in one command.
1904 Options for the assembler and objdump are read from comments at
1905 the start of the .d file.
1906 (fail_phase, slurp_options): New auxiliary routines.
1907 (regexp_diff): Always return a value. Fix bugs in actually doing
1908 the regexp test.
1909
1910 * gas/sun4/addend.exp: Use run_dump_test.
1911 * gas/sun4/addend.d: Fix regular expressions so that they work.
1912
1913 Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
1914
1915 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
1916 * gas/hppa/reloc/reloc.exp: Run them.
1917
1918 Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1919
1920 * config/default.exp: Look for "as.new" in "$base_dir/..", where
1921 it got compiled, not in "$base_dir".
1922 * config/unknown.exp: Deleted.
1923
1924 Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
1925
1926 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
1927 before exiting. Enclose both calls inside a "catch".
1928 (objdump_finish): Likewise.
1929
1930 Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
1931
1932 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
1933 for SOM to match current testcase.
1934
1935 Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1936
1937 * gas/i386/{pushw.s,pushw.l}: New test.
1938 * gas/i386/all.exp: Run it.
1939
1940 * Makefile.in (distclean): Remove site config files and gas.sum.
1941
1942 Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1943
1944 * gas/m68k/disperr.s: Use % for registers.
1945
1946 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
1947
1948 Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
1949
1950 * lib/gas-defs.exp: Replace error proc calls with perror calls.
1951
1952 Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
1953
1954 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
1955 ELF code.
1956 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
1957 not support them.
1958 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
1959 new ELF code.
1960
1961 Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1962
1963 * config/default.exp: Renamed from unix-gas.exp.
1964
1965 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
1966
1967 * Makefile.in (check): Set TCL_LIBRARY for runtest.
1968
1969 Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1970
1971 * gas/hppa/more.parse/callinfobug.s: Add missing name for
1972 procedure.
1973
1974 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
1975 $DATA$ rather than $LIT$ subspace.
1976
1977 Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1978
1979 * gas/hppa/reloc/funcrelocbug.s: New test.
1980 * gas/hppa/reloc/reloc.exp: Run it.
1981
1982 Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1983
1984 * gas/hppa/unsorted/importbug.s: New test.
1985 * gas/hppa/unsorted/unsorted.exp: Run it.
1986
1987 Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1988
1989 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
1990
1991 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
1992 * gas/hppa/unsorted/unsorted.exp: Run it.
1993
1994 * gas/hppa/more.parse/callinfobug.s: New test.
1995 * gas/hppa/omre.parse/parse.exp: Run it.
1996
1997 * gas/hppa/more.parse/regpopbug.s: New test.
1998 * gas/hppa/more.parse/parse.exp: Run it.
1999
2000 Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2001
2002 * lib/gas-defs.exp (objdump): New proc.
2003 (objdump_start): Deleted unused proc.
2004 (objdump_start_common): Merged into objdump_start_no_subdir.
2005
2006 * gas/alpha/fp.exp: Use objdump instead of
2007 objdump_start_no_subdir, since the former actually waits for
2008 objdump to finish. Specify .rdata section only. Make comment
2009 indicate Alpha architecture rather than SPARC.
2010 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
2011 against ASCII code 0x2a ("*", special in regexp).
2012 * gas/sun4/addend.exp: Use objdump instead of
2013 objdump_start_no_subdir.
2014
2015 Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2016
2017 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
2018 a failure if gas is not producing an ELF object.
2019
2020 Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2021
2022 * gas/hppa/basic/fmemLRbug.s: New test.
2023 * gas/hppa/basic/basic.exp: Run it.
2024
2025 Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2026
2027 * gas/alpha/fp.*: New files.
2028 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
2029 verbosity level 3 or above only.
2030
2031 Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2032
2033 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
2034 PA OSF1.
2035
2036 Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2037
2038 * gas/hppa/more.parse/xmpyubug.s: New test.
2039 * gas/hppa/more.parse/parse.exp: Run it.
2040
2041 Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2042
2043 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
2044 "simple_diff" from linker test suite.
2045 * gas/sun4/addend.exp: Use it.
2046 * gas/sun4/addend.d: New file.
2047
2048 Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
2049
2050 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
2051 format.
2052
2053 Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
2054
2055 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
2056 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
2057 well under either version of expect.
2058
2059 Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2060
2061 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
2062 elsewhere now.
2063 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
2064 * gas/hppa/basic/basic.exp: Run them.
2065
2066 Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2067
2068 * gas/all/gas.exp: No longer expect difference of forward
2069 references to fail.
2070 * gas/all/x930509.s: Fix testcase to match how the expect code was
2071 written.
2072
2073 Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2074
2075 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
2076 for cross-subspace call bugs is no longer expected to fail.
2077
2078 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
2079 to having a function's label follow the .PROC directive.
2080
2081 Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2082
2083 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
2084 found while working on multiple $CODE$ subspace support.
2085
2086 Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2087
2088 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
2089 to fail.
2090 * gas/hppa/more.parse/procbug.s: Add missing .procend.
2091
2092 Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
2093
2094 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
2095 app.c change.
2096
2097 Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2098
2099 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
2100
2101 Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
2102
2103 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
2104 OBJDUMPFLAGS in case it's empty. Use temporary names until the
2105 end; make creating site.exp the final step.
2106 (check): Pass in ASFLAGS.
2107
2108 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
2109 C comments to avoid bugs in latest expect code.
2110
2111 Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2112
2113 * gas/m68k/disperr.s: New test.
2114 * gas/m68k/all.exp: Run it.
2115
2116 Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2117
2118 * gas/hppa/reloc/roundmode.s: New test.
2119 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
2120
2121 Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2122
2123 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
2124 test for ELF.
2125
2126 Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2127
2128 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
2129 directive is an XFAIL for SOM assmeblers.
2130
2131 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
2132 cross-subspace call test.
2133
2134 Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2135
2136 * gas/hppa/more.parse/appbug.s: New test.
2137 * gas/hppa/more.parse/parse.exp: Run it.
2138
2139 * gas/hppa/unsorted/align3.s: New test.
2140 * gas/hppa/unsorted/unsorted.exp: Run it.
2141
2142 Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2143
2144 * gas/all/p2425.s: Insert a tab before assembler directives so
2145 that the directives are not interpreted as labels.
2146
2147 * gas/hppa/basic/weird.s: Sync with GDB version.
2148
2149 * gas/hppa/more.parse/labelbug.s: New test.
2150
2151 * gas/hppa/more.parse/parse.exp: Run it.
2152
2153 Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2154
2155 * gas/hppa/reloc/fixupbug.s: New test.
2156 * gas/hppa/reloc/reloc.exp: Run it.
2157
2158 * gas/hppa/reloc/exitbug.s: New test.
2159 * gas/hppa/reloc/reloc.exp: Run it.
2160
2161 Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2162
2163 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
2164 share the same test code.
2165 * gas/hppa/reloc/relocreduce.s: Likewise.
2166
2167 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
2168 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
2169
2170 Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2171
2172 * gas/hppa/reloc/reloc.exp: No longer expect failure for
2173 field selector on ble instruction test.
2174
2175 * gas/hppa/basic/basic.exp: No longer expect failures for
2176 system instruction tests now that probei is fixed.
2177
2178 Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2179
2180 * gas/hppa/reloc/selectorbug.s: New test.
2181 * gas/hppa/reloc/reloc.exp: Run it.
2182
2183 Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2184
2185 * gas/hppa/unsorted/fragbug.s: New test.
2186 * gas/hppa/unsorted/unsorted.exp: Run it.
2187
2188 Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
2189
2190 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
2191
2192 Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2193
2194 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
2195 * gas/hppa/more.parse/parse.exp: Run them.
2196
2197 Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2198
2199 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
2200 which specific relocations are expected to be found.
2201
2202 Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2203
2204 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
2205
2206 * gas/hppa/more.parse/parse.exp: Add new test.
2207 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
2208 sections are handled correctly.
2209
2210 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
2211
2212 Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2213
2214 * gas/hppa/more.parse/calldatabug.s: Colonize.
2215 * gas/hppa/more.parse/parse.exp: Fix typos.
2216
2217 Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
2218
2219 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
2220 * gas/hppa/*/*.exp: New test drivers.
2221 * gas/hppa/*/*.s: New test files.
2222
2223 Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
2224
2225 * gas/sun4: New directory.
2226 * gas/sun4/addend.s,addend.exp: New test case.
2227 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
2228 test case.
2229
2230 * gas/all/gas.exp: Check `*' in C comments.
2231
2232 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
2233 simplify some tests.
2234 (want_no_output): Return zero or nonzero, depending on success or
2235 failure.
2236 (gas_test_old): Return value from want_no_output.
2237 (objdump_start_common): Split off from objdump_start.
2238 (objdump_start_no_subdir): New procedure.
2239
2240 Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
2241
2242 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
2243 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
2244
2245 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
2246 AS_FOR_TARGET.
2247 (check): Don't pass ASFLAGS variable.
2248 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
2249
2250 From Jeff Law:
2251
2252 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
2253 so that tests can parse the output of objdump looking for errors
2254 in relocation entires, file headers and the like.
2255
2256 Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2257
2258 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
2259 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
2260 call so it no longer performs multiple tests.
2261 * gas/m68k/all.exp (t2.s): Don't bother with listings.
2262 (p2410.s): Don't pass unwanted arguments to gas_test_error.
2263
2264 Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2265
2266 * lib/do*: Remove RCS id strings.
2267
2268 Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2269
2270 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
2271 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
2272 * gas/i386: New directory.
2273
2274 Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
2275
2276 * Added directory structure, to categorize tests by targets.
2277 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
2278 and refined some to examine the assembler listing output.
2279 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
2280 expect_after patterns.
2281 (gas_start, gas_finish): New procs, for tests that examine process
2282 output.
2283 * config/unix-gas.exp: Invoke gas_init directly, instead of
2284 requiring test .exp files do it.
2285
2286 Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2287
2288 * gas/gas.exp: Handle new tests, and changes to testing procs.
2289
2290 * lib/gas-defs.exp (want_no_output): New proc; success iff output
2291 is empty.
2292 (gas_test_old): Functionally same as old gas_test.
2293 (gas_test_ignore_stdout): Rewritten to use want_no_output.
2294 (gas_test): New argument lists set of options to be tried in
2295 combinations. Option with trailing ">" indicates standard output
2296 should be ignored.
2297
2298 * gas/p2425a.s: Use %-form for registers, so this test can be run
2299 on m68k-coff targets too.
2300
2301 * gas/p2430a.s: New test case, whitespace &c matches customer
2302 report more closely. Gets different results from p2430.s; this is
2303 bad, and not yet tested for.
2304
2305 Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
2306
2307 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
2308 * lib/run: New script.
2309 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
2310 and redirection options. Use "run" script so redirection works.
2311 (gas_test): Now takes assembler options as separate arg from input
2312 file name.
2313 (gas_test_ignore_stdout): New proc. Discards output.
2314 (gas_test_error): New proc. Expects assembler to generate output.
2315 (target_cpu_family setting): Handle i486->i386 also.
2316
2317 * lib/do*: Scripts moved here from gas/testscripts. May be useful
2318 someday for writing more test cases; not currently used.
2319
2320 Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
2321
2322 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
2323 cases.
2324 * gas/gas.exp: Enable them for appropriate targets. Removed some
2325 useless comments &c. Changed m68k target test to be more general.
2326
2327 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
2328 * gas/gas.exp: Call gas_init.
2329
2330 Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
2331
2332 * Test suite created.
2333
This page took 0.106612 seconds and 4 git commands to generate.