9054a12cdb439dae81d7569499fa903b8b8112e0
[deliverable/binutils-gdb.git] / gas / testsuite / ChangeLog
1 Tue Dec 10 13:01:05 1996 Jeffrey A Law (law@cygnus.com)
2
3 * gas/mn10200/{mov1.s,mov2.s,mov3.s,mov4.s,movx.s}: New tests.
4 * gas/mn10200/{movb.s, movbu.s}: Likewise.
5 * gas/mn10200/basic.exp: Run them.
6
7 Mon Dec 9 17:08:38 1996 Jeffrey A Law (law@cygnus.com)
8
9 * gas/mn10200/*.s: New tests for the mn10200 assembler.
10 * gas/mn10200/basic.exp: Run them.
11
12 Fri Dec 6 15:35:04 1996 Jeffrey A Law (law@cygnus.com)
13
14 * gas/mn10300/*.s: Remove '$' register prefixing.
15
16 Mon Nov 25 16:35:33 1996 Doug Evans <dje@canuck.cygnus.com>
17
18 * gas/sparc-solaris/addend.exp: Fix patterns, you can't assume
19 \r will be present.
20
21 Mon Nov 25 13:45:02 1996 Ian Lance Taylor <ian@cygnus.com>
22
23 * gas/m68k/*.d: Update for disassembler changes.
24 * gas/mri/*.d: Likewise.
25
26 Mon Nov 25 11:38:37 1996 Jeffrey A Law (law@cygnus.com)
27
28 * gas/mn10300/*.s: Use '$' as register prefix for
29 all register operands.
30
31 Thu Nov 21 11:52:54 1996 Jeffrey A Law (law@cygnus.com)
32
33 * gas/all/gas.exp: xfail a couple tests for the mn10300.
34
35 Wed Nov 20 11:31:41 1996 Jeffrey A Law (law@cygnus.com)
36
37 * gas/mn10300/other.s: Update for correct syntax on a
38 few instructions (those with register lists).
39 * gas/mn10300/basic.exp: Corresponding changes.
40
41 Tue Nov 19 13:36:57 1996 Jeffrey A Law (law@cygnus.com)
42
43 * gas/mn10300/movm.s: Update for correct syntax.
44 * gas/mn10300/basic.exp: Update expected movm bit patterns.
45
46 Fri Nov 15 13:57:42 1996 Jeffrey A Law (law@cygnus.com)
47
48 * gas/mn10300/other.s: Put parens around register
49 argument in calls and jmp instructions.
50
51 Wed Nov 13 13:16:04 1996 Jeffrey A Law (law@cygnus.com)
52
53 * gas/h8300/ffxx1.d: Update for recent disassembler changes.
54
55 Mon Nov 11 16:03:24 1996 Jeffrey A Law (law@cygnus.com)
56
57 * gas/hppa/reloc/reloc.exp: Pass "--prefix-addresses" to objdump
58 as needed.
59 * gas/hppa/unsorted/unsorted.exp: Likewise.
60
61 Thu Nov 7 00:27:52 1996 Jeffrey A Law (law@cygnus.com)
62
63 * gas/mn10300/basic.exp: Check opcode insertion for
64 extended instructions.
65 * gas/mn10300/extend.s: Tweak constants for better
66 testsuite coverage.
67
68 Wed Nov 6 13:50:07 1996 Jeffrey A Law (law@cygnus.com)
69
70 * gas/mn10300/basic.exp: Test insertion of operands
71 into call and jmp instructions with 32bit offsets.
72 Fix typo in bit test patterns.
73 * gas/mn10300/other.s: Tweak constants to improve
74 testsuite coverage.
75
76 * gas/mn10300/basic.exp: Test insertion of 32bit operand
77 in calls, btst, bclr & bset instructions.
78
79 * gas/mn10300/*.s: Tweak constants in 32bit insns for
80 better testing coverage.
81 * gas/mn10300/basic.exp: Test insertion of most 32bit
82 operands.
83
84 Tue Nov 5 13:33:12 1996 Jeffrey A Law (law@cygnus.com)
85
86 * gas/mn10300/basic.exp: Check bit patterns for indexed mov,
87 movbu, movhu instructions. Check bit patterns for more bit
88 operations. Check bit patterns for various 16bit call, retf
89 and ret instructions.
90 * gas/mn10300/other.s: Update operands for better test coverage.
91
92 Mon Nov 4 12:55:11 1996 Jeffrey A Law (law@cygnus.com)
93
94 * gas/mn10300/basic.exp: Check bit patterns for a couple more
95 mov and cmp instructions.
96
97 Tue Oct 29 17:05:43 1996 Ian Lance Taylor <ian@cygnus.com>
98
99 * gas/mips/*.d: Update for disassembler changes.
100
101 start-sanitize-v850
102 Wed Oct 16 22:39:50 1996 Jeffrey A Law (law@cygnus.com)
103
104 * gas/v850/reloc.s: New tests.
105 * gas/v850/basic.exp: Run them.
106
107 end-sanitize-v850
108 Mon Oct 14 13:52:55 1996 Ian Lance Taylor <ian@cygnus.com>
109
110 * gas/mips: Add symbols to several testsuites, since the ELF
111 assembler now always builds a symbol table, which means that
112 objdump will no longer report `No symbols in FILE'. Change the
113 expected output accordingly.
114
115 Thu Oct 10 13:11:48 1996 Jeffrey A Law (law@cygnus.com)
116
117 * gas/mn10300/basic.exp: Check bit patterns for instructions
118 with a single 8bit or 16bit immediate operand.
119
120 * gas/mn10300/basic.exp: Check bit patterns for many
121 instructions. Add missing test in do_mov1.
122 * gas/mn10300/mov1.s: Add missing test.
123
124 Wed Oct 9 14:15:18 1996 Jeffrey A Law (law@cygnus.com)
125
126 * gas/mn10300/{add.s, bcc.s, bit.s, cmp.s, ext.s}: New tests.
127 * gas/mn10300/{extend.s logical.s, loop.s, mov1.s}: Likewise.
128 * gas/mn10300/{mov2.s, mov3.s, mov4.s, movbu.s}: Likewise.
129 * gas/mn10300/{movhu.s, movm.s, muldiv.s, other.s}: Likewise.
130 * gas/mn10300/{shift.s, sub.s}: Likewise.
131 * gas/mn10300/basic.exp: Run them.
132
133 Thu Oct 3 09:57:03 1996 Jeffrey A Law (law@cygnus.com)
134
135 * gas/mn10200, gas/mn10300: New directories for Matsushita
136 mn10200 and mn10300 tests.
137
138 Tue Oct 1 15:38:28 1996 Ian Lance Taylor <ian@cygnus.com>
139
140 * lib/gas-defs.exp (gas_version): Fix for current version
141 printing.
142
143 Sun Sep 29 07:55:58 1996 Doug Evans <dje@canuck.cygnus.com>
144
145 * gas/sparc/splet.d: Fix typo in cpusha result.
146
147 Mon Sep 23 12:33:31 1996 Ian Lance Taylor <ian@cygnus.com>
148
149 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: Add tests for fmovemx.
150
151 Wed Sep 18 12:14:06 1996 Ian Lance Taylor <ian@cygnus.com>
152
153 * gas/all/cofftag.s: Use .p2align rather than .align.
154
155 Fri Sep 13 15:28:04 1996 Jeffrey A Law (law@cygnus.com)
156
157 * gas/h8300/macs.s: Add "stmac" instructions.
158 * gas/h8300/basic.exp: Test them.
159
160 Thu Sep 12 10:28:44 1996 James G. Smith <jsmith@cygnus.co.uk>
161
162 * gas/arm/thumb.s (back): Check assembly of Thumb BL.
163
164 Mon Sep 9 14:37:00 1996 Ian Lance Taylor <ian@cygnus.com>
165
166 * gas/mips/mips4.s, gas/mips/mips4.d: Use $fccN for condition code
167 registers.
168
169 Fri Sep 6 18:23:54 1996 James G. Smith <jsmith@cygnus.co.uk>
170
171 * gas/mips/dli.{s,d}: More test cases added.
172
173 Wed Sep 4 11:47:29 1996 James G. Smith <jsmith@cygnus.co.uk>
174
175 * gas/mips/mips.exp: Add check for dli macro instruction.
176 * gas/mips/dli.{s,d}: Added.
177
178 start-sanitize-v850
179 Sat Aug 31 01:25:03 1996 Jeffrey A Law (law@cygnus.com)
180
181 * gas/v850/basic.exp (do_mem): Check bit patterns for short
182 load/store instructions. Remove xfails for short load/store
183 instructions.
184 * gas/v850/mem.s: Offsets for short load/store operands
185 are unsigned.
186
187 * gas/v850/basic.exp (do_branch): Check offsets in branch insns.
188 (do_jumps): Likewise.
189
190 Fri Aug 30 00:37:55 1996 Jeffrey A Law (law@cygnus.com)
191
192 * gas/v850/misc.s: Tweak register numbers for better testing.
193 * gas/v850/basic.exp (do_misc): Corresponding changes.
194
195 * gas/v850/hilo.s: New testfile.
196 * gas/v850/basic.exp: Run hilo tests.
197
198 end-sanitize-v850
199 Thu Aug 29 11:32:23 1996 James G. Smith <jsmith@cygnus.co.uk>
200
201 * gas/arm/arm7t.d: Explicitly force little-endian assembly.
202
203 start-sanitize-v850
204 Fri Aug 23 11:02:55 1996 Jeffrey A Law (law@cygnus.com)
205
206 * gas/v850/basic.exp (do_move): Test instruction bit patterns.
207 * gas/v850/move.s: Tweak constants for better testing.
208
209 * gas/v850/basic.exp (do_mem): Test instruction bit patterns.
210 xfail sst and sld tests.
211 (do_mov): Remove bogus xfail.
212 * gas/v850/mem.s: sst and sld instructions can only index from
213 "ep" register.
214
215 * gas/v850/basic.exp (do_logical): Test instruction bit patterns.
216 Update addresses.
217 * gas/v850/logical.s: Tweak constants for better testing.
218
219 * gas/v850/basic.exp (do_jump): Test instruction bit patterns,
220 but not displacements (yet).
221
222 * gas/v850/basic.exp (do_compare): Test instruction bit patterns.
223
224 * gas/v850/basic.exp (do_branch): Test instruction bit patterns,
225 but not displacements (yet).
226
227 * gas/v850/basic.exp (do_bit): Test instruction bit patterns.
228
229 * gas/v850/basic.exp (do_arith): Test instruction bit patterns.
230 * gas/v850/arith.s: Tweak constants for better testing.
231
232 * gas/v850/basic.exp (do_misc): No longer expect failures
233 assembling "ldsr" and "stsr" opcodes.
234 * gas/v850/misc.s: Re-enable assembling of "ldsr" and "stsr"
235 opcodes.
236
237 * gas/v850/basic.exp (do_misc): No longer expect failures
238 assembling "trap" opcodes.
239 * gas/v850/misc.s: Re-enable assembling of "trap" opcodes.
240
241 * gas/v850: New directory with v850 tests.
242
243 end-sanitize-v850
244 Fri Aug 16 00:19:10 1996 Jeffrey A Law (law@cygnus.com)
245
246 * gas/hppa/basic/purge.s: Use "%sr4" on pitlb, pitlbe
247 fic and fice instructions to test 3bit space identifiers.
248 * gas/hppa/basic/system.s: Similarly for iitlba and
249 iitlbp.
250 * gas/hppa/basic/basic.exp: Corresponding changes.
251
252 Thu Aug 15 16:25:05 1996 James G. Smith <jsmith@cygnus.co.uk>
253
254 * gas/arm/arm.exp: Change inst.s test to check objdump.
255 * gas/arm/inst.d: Added.
256
257 Thu Aug 15 16:06:02 1996 James G. Smith <jsmith@cygnus.co.uk>
258
259 * gas/arm/thumb.s: Added.
260 * gas/arm/immed.s: Added.
261 * gas/arm/arch4t.s: Added.
262 * gas/arm/arm.exp: Updated to run the new tests.
263
264 Tue Aug 6 11:06:29 1996 Jeffrey A Law (law@cygnus.com)
265
266 * gas/h8300/misch.s: Reenable "eepmov.w" test.
267 * gas/h8300/miscs.s: Likewise.
268 * gas/h8300/h8300.exp: Check for correct assembly of "eepmov.w"
269 on the H8/300H and H8/S. Don't expect it to fail.
270
271 Wed Jul 31 10:57:44 1996 Doug Evans <dje@canuck.cygnus.com>
272
273 * gas/sparc/asi.s: Update ASI_AS_IF_USER_{PRIMARY,SECONDARY}_LITTLE.
274
275 Wed Jul 31 15:55:12 1996 James G. Smith <jsmith@cygnus.co.uk>
276
277 * gas/arm/arm7t.s: Added.
278 * gas/arm/arm7t.d: Added.
279 * gas/arm/arm.exp: Updated to run the new test.
280
281 Mon Jul 8 14:27:39 1996 Ian Lance Taylor <ian@cygnus.com>
282
283 * gas/m68k/pcrel.d: Rename from schwab.d.
284 * gas/m68k/pcrel.s: Rename from schwab.s.
285
286 Mon Jul 8 14:23:26 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de>
287
288 * gas/m68k/schwab.d: Correct for ELF format.
289 * gas/m68k/all.exp: Run "schwab" test for all targets.
290
291 Thu Jul 4 14:23:36 1996 Ian Lance Taylor <ian@cygnus.com>
292
293 Avoid DOS file naming problems:
294 * gas/h8300/branch.s: Rename from branches.s.
295 * gas/h8300/branchh.s: Rename from branchesh.s.
296 * gas/h8300/branchs.s: Rename from branchess.s.
297 * gas/h8300/rotsh.s: Rename from rotshift.s.
298 * gas/h8300/rotshh.s: Rename from rotshifth.s.
299 * gas/h8300/rotshs.s: Rename from rotshifts.s.
300 * gas/h8300/h8300.exp: Corresponding changes.
301
302 Thu Jul 4 14:01:46 1996 James G. Smith <jsmith@cygnus.co.uk>
303
304 * gas/mips/mips.exp: Add new tests for processors with interlocks
305 on div and mul.
306 * gas/mips/div-ilocks.d: Added.
307 * gas/mips/mul-ilocks.d: Added.
308
309 Wed Jul 3 14:20:04 1996 Ian Lance Taylor <ian@cygnus.com>
310
311 * gas/all/gas.exp: Remove setup_xfail for h8300*-*-* for two tests
312 which now pass.
313 * gas/h8300/h8300.exp: Fix regexp of mov32bug test to work on a 64
314 bit host.
315
316 Sat Jun 29 18:21:51 1996 Ian Lance Taylor <ian@cygnus.com>
317
318 * gas/all/gas.exp: Add setup_xfail for vax*-*-vms* for 930509a
319 test.
320 * gas/vax/quad.exp: Expect a nop after the movq.
321
322 Tue Jun 18 12:39:49 1996 Jeffrey A. Law <law@rtl.cygnus.com>
323
324 * gas/h8300/cbranchh.s: Switch into h8300h mode.
325 * gas/h8300/h8300.exp (H8/300H misc tests): Fix test names.
326
327 * gas/h8300/{addsubs.s,bitops1s.s,bitops2s.s}: New tests for the
328 H8/S.
329 * gas/h8300/{bitops3.s,bitops4.s,cbranchs.s,logicals.s}: Likewise.
330 * gas/h8300/{branchess.s,compares.s,macs.s,decimals.s}: Likewise.
331 * gas/h8300/{incdecs.s,divmuls.s,miscs.s,multiples.s}: Likewise.
332 * gas/h8300/{movbs.s,movws.s,movls.s,pushpops.s}: Likewise.
333 * gas/h8300/{rotshifts.s,extends.s}: Likewise.
334 * gas/h8300/h8300.exp: Run them.
335
336 Mon Jun 10 14:14:40 1996 Ian Lance Taylor <ian@cygnus.com>
337
338 * gas/all/cofftag.s, gas/all/cofftag.d: New test for COFF enum tag
339 with the same name as a global variable.
340 * gas/all/gas.exp: Run cofftag test for any COFF target.
341
342 Thu Jun 6 12:30:05 1996 Ian Lance Taylor <ian@cygnus.com>
343
344 * gas/m68k/all.exp: Pass -m68020 when assembling the disperr.s
345 test.
346
347 Fri May 31 10:11:13 1996 Jeffrey A Law (law@cygnus.com)
348
349 * gas/h8300/h8300.exp: Fix add.l test for H8/300H.
350
351 Wed May 29 16:35:43 1996 Ian Lance Taylor <ian@cygnus.com>
352
353 * gas/mips/jal-xgot.d: Correct for 64 bit output.
354
355 Thu Apr 25 19:31:59 1996 Doug Evans <dje@canuck.cygnus.com>
356
357 * gas/sparc/sparc.exp: Only run sparclet tests if sparclet.
358
359 Wed Apr 24 17:06:18 1996 Ian Lance Taylor <ian@cygnus.com>
360
361 * gas/m68k/op68000.d: Add statements now caught by gas.
362
363 Mon Apr 22 16:45:12 1996 Doug Evans <dje@canuck.cygnus.com>
364
365 * gas/sparc/splet.[ds]: New tests for sparclet extensions.
366 * gas/sparc/sparc.exp: Run them.
367
368 Mon Apr 15 17:25:18 1996 Ian Lance Taylor <ian@cygnus.com>
369
370 * gas/mips/la.d: Updated for April 5 MIPS assembler changes.
371 * gas/mips/lb.d, gas/mips/ld.d, gas/mips/sb.d: Likewise.
372 * gas/mips/uld.d, gas/mips/ulh.d, gas/mips/ulw.d: Likewise.
373 * gas/mips/usd.d, gas/mips/ush.d, gas/mips/usw.d: Likewise.
374
375 Wed Apr 10 14:27:51 1996 Jeffrey A Law (law@cygnus.com)
376
377 * gas/h8300/mov32bug.s: New test.
378 * gas/h8300/h8300.exp: Run it.
379
380 Fri Apr 5 10:13:28 1996 Jeffrey A Law (law@cygnus.com)
381
382 * gas/h8300/{addsubh.s,bitops1h.s,bitops2h.s}: New h8300h tests.
383 * gas/h8300/{bitops3h.s,bitops4h.s,branchesh.s}: New h8300h tests.
384 * gas/h8300/{cbranchh.s,compareh.s,decimalh.s}: New h8300h tests.
385 * gas/h8300/{divmulh.s,incdech.s,logicalh.s}: New h8300h tests.
386 * gas/h8300/{misch.s,movbh.s,movwh.s}: New h8300h tests.
387 * gas/h8300/{pushpoph.s,rotshifth.s}: New h8300h tests.
388 * gas/h8300/h8300.exp: Run them.
389
390 * gas/h8300/{movb.s,movw.s}: Correct predecrement syntax.
391
392 * gas/h8300/h8300.exp: Fix typos in bitops4 and movb tests.
393
394 * gas/h8300/{addsub.s,bitops1.s,bitops2.s}: New h8300 tests.
395 * gas/h8300/{bitops3.s,bitops4.s,branches.s}: New h8300 tests.
396 * gas/h8300/{cbranch.s,compare.s,decimal.s}: New h8300 tests.
397 * gas/h8300/{divmul.s,incdec.s,logical.s}: New h8300 tests.
398 * gas/h8300/{misc.s,movb.s,movw.s}: New h8300 tests.
399 * gas/h8300/{pushpop.s,rotshift.s}: New h8300 tests.
400 * gas/h8300/h8300.exp: Run them.
401
402 Fri Mar 15 17:16:24 1996 Ian Lance Taylor <ian@cygnus.com>
403
404 * gas/sparc/synth.d: Don't require sparc in the file format, since
405 it won't be there on SunOS.
406
407 Thu Mar 7 14:51:23 1996 Doug Evans <dje@charmed.cygnus.com>
408
409 * gas/sparc/synth.[ds]: New testcase.
410 * gas/sparc/sparc.exp: Run it.
411
412 Fri Mar 1 12:01:48 1996 Jeffrey A Law (law@cygnus.com)
413
414 * gas/all/gas.exp: xfail difference of two undefined symbols
415 and difference of forward references for the h8300.
416
417 Thu Feb 22 16:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
418
419 * gas/mips/lb-xgot.d: Correct.
420
421 Mon Feb 19 02:43:36 1996 Doug Evans <dje@charmed.cygnus.com>
422
423 * gas/sparc/{asi,membar,prefetch,rdpr,synth64,wrpr}.d: Pass -Av9
424 to gas.
425 * gas/sparc/addend.exp: Execute for any sparc cpu.
426 * gas/sparc/{mismatch.exp,mism-1.s}: New test.
427
428 Wed Feb 14 13:49:59 1996 Ian Lance Taylor <ian@cygnus.com>
429
430 * gas/mips/jal-xgot.d, gas/mips/la-xgot.d: New tests.
431 * gas/mips/lb-xgot.d, gas/mips/ld-xgot.d: New tests.
432 * gas/mips/lif-xgot.d, gas/mips/ulh-xgot.d: New tests.
433 * gas/mips/mips.exp: Run new tests if svr4pic.
434
435 Sat Jan 27 13:27:45 1996 Doug Evans <dje@charmed.cygnus.com>
436
437 * lib/gas-dg.exp (gas-dg-test): Delete default_flags and libs args.
438 start-sanitize-arc
439 * gas/arc/warn.exp: Delete libs arg in call to dg-runtest.
440 end-sanitize-arc
441
442 Fri Jan 26 14:24:01 1996 Jeffrey A Law (law@cygnus.com)
443
444 * gas/hppa/unsorted/unsorted.exp: Update for objdump changes.
445
446 Wed Jan 10 12:40:31 1996 Ian Lance Taylor <ian@cygnus.com>
447
448 * gas/mips/*.d: Update for changes to disassembler.
449
450 Wed Jan 3 22:59:53 1996 Ian Lance Taylor <ian@cygnus.com>
451
452 * gas/mips/ulh-svr4pic.d: Update for tc-mips.c load_address
453 change.
454
455 Fri Nov 17 10:32:25 1995 Ian Lance Taylor <ian@cygnus.com>
456
457 * gas/mri/immconst.d: New test.
458 * gas/mri/mri.exp: Run it.
459 * gas/mri/constants.s: Test immediate constants.
460 * gas/mri/constants.d: Corresponding change.
461
462 * gas/m68k/link.s: Add nop to pad to eight byte boundary.
463 * gas/m68k/link.d: Corresponding change.
464
465 Sun Nov 12 21:28:11 1995 Jeffrey A Law (law@cygnus.com)
466
467 * gas/hppa/unsorted/brlenbug.s: New test.
468 * gas/hppa/unsorted/unsorted.exp: Run it.
469
470 Sun Nov 5 12:49:27 1995 Ian Lance Taylor <ian@cygnus.com>
471
472 * gas/mips/beq.s: Declare text_label global.
473 * gas/mips/jal.s: Likewise.
474
475 Fri Nov 3 12:35:07 1995 Ian Lance Taylor <ian@cygnus.com>
476
477 * gas/m68k/link.s: Use "&" instead of "#" for immediate values.
478
479 * gas/m68k/fmoveml.s, gas/m68k/fmoveml.d: New test.
480 * gas/m68k/all.exp: Run it.
481
482 Thu Nov 2 23:11:05 1995 Ian Lance Taylor <ian@cygnus.com>
483
484 * gas/m68k/link.s, gas/m68k/link.d: New test.
485 * gas/m68k/all.exp: Run it.
486
487 Tue Oct 24 10:57:20 1995 Jeffrey A Law (law@cygnus.com)
488
489 * gas/hppa/basic/basic.exp: Test lci and syncdma instructions.
490 * gas/hppa/basic/system.s: Corresponding changes.
491
492 Fri Oct 6 17:13:35 1995 Ken Raeburn <raeburn@cygnus.com>
493
494 * gas/m68k/operands.d: Don't require a fixed number of leading
495 zeros in any number.
496
497 * gas/m68k/operands.s, gas/m68k/bitfield.s: Use "&" instead of "#"
498 for immediate values.
499
500 Fri Oct 6 10:54:13 1995 Doug Evans <dje@canuck.cygnus.com>
501
502 * gas/arm/arm.exp: Renamed from gas.exp.
503 * gas/arm/le-fpconst.[sd]: New testcase.
504
505 Fri Sep 29 15:12:10 1995 Ian Lance Taylor <ian@cygnus.com>
506
507 * gas/mri/mri.exp: Only run tests for m68k target.
508
509 Mon Sep 25 12:31:46 1995 Ian Lance Taylor <ian@cygnus.com>
510
511 * gas/mri/mri.exp: Add setup_xfail for arm*-*-* for constants
512 test.
513
514 Thu Sep 21 01:26:08 1995 Jeff Law (law@snake.cs.utah.edu)
515
516 * gas/sh/fp.s (fmac): Update for new assembly syntax.
517
518 Mon Sep 18 14:04:34 1995 Ian Lance Taylor <ian@cygnus.com>
519
520 * lib/gas-defs.exp (gas_run): Call prune_system_crud.
521 (run_dump_test, objdump): Likewise.
522
523 Thu Sep 14 13:10:10 1995 Doug Evans <dje@canuck.cygnus.com>
524
525 * gas/sparc/{wrdr.[ds],rdpr.[ds]}: New tests.
526 * gas/sparc/sparc.exp: Run them.
527
528 Wed Sep 13 16:35:51 1995 Ian Lance Taylor <ian@cygnus.com>
529
530 * Makefile.in, configure.in: Remove; the testsuite is now run
531 directly from the gas Makefile.
532
533 Mon Sep 11 11:44:23 1995 Ian Lance Taylor <ian@cygnus.com>
534
535 * gas/mri/empty.s: New file.
536 * gas/mri/mri.exp: Test assembling empty.s.
537 * gas/mri/comment.s: Add a couple more comment variants.
538
539 * gas/mri/mri.exp: Add xfail for the expr test for all hppa
540 targets.
541
542 Wed Sep 6 21:39:23 1995 Ian Lance Taylor <ian@cygnus.com>
543
544 * gas/mri/comment.s, gas/mri/comment.d: New test.
545 * gas/mri/mri.exp: Run it.
546 * gas/mri/expr.s: Remove whitespace in operand field.
547 * gas/mri/for.s: Add comments for further testing.
548 * gas/macros/test2.s: Put in an upper case ELSE to test case
549 insensitivity.
550
551 Wed Aug 30 16:12:03 1995 Doug Evans <dje@canuck.cygnus.com>
552
553 * gas/sparc/{prefetch.[ds],synth64.[ds]}: New tests.
554
555 Tue Aug 29 18:59:33 1995 Doug Evans <dje@canuck.cygnus.com>
556
557 * gas/sparc/sparc.exp: New file.
558 * gas/sparc/{asi.[ds],membar.[ds]}: New tests.
559
560 Mon Aug 21 14:39:29 1995 Ian Lance Taylor <ian@cygnus.com>
561
562 * gas/macros/*: New tests for macros.
563
564 * gas/mri/common.s: Use data, not .data.
565
566 * gasp/pl3.out: Update for changes in commented source output when
567 LOCAL is used.
568
569 Sat Aug 19 17:36:17 1995 Ian Lance Taylor <ian@cygnus.com>
570
571 * gasp/gasp.exp (gasp_test): Call prune_system_crud on the output
572 of diff.
573 * lib/gas-defs.exp: Define prune_system_crud if it is not already
574 defined.
575
576 Fri Aug 18 11:09:38 1995 Ian Lance Taylor <ian@cygnus.com>
577
578 * gasp/mri/*.out: Use ;, not !, for the comment character.
579
580 Wed Aug 16 12:24:12 1995 Ian Lance Taylor <ian@cygnus.com>
581
582 * gas/mri/mri.exp: Change hppa*-*-* expected failures to only
583 expect failure for targets which use SOM.
584
585 * lib/gas-defs.exp (run_dump_test): If the program to run does not
586 exist, mark the test as untested.
587
588 * gas/mri/mri.exp: Add setup_xfail for i960 b.out targets for
589 common test.
590
591 * lib/gas-defs.exp (run_dump_test): Name the output file dump.o,
592 rather than using an implicit a.out.
593
594 * gas/mri/for.s: Add nop to round out to four byte boundary.
595 * gas/mri/repeat.s: Likewise.
596 * gas/mri/while.s: Likewise.
597 * gas/mri/for.d: Expected added nop.
598 * gas/mri/repeat.d: Likewise.
599 * gas/mri/while.d: Likewise.
600
601 * gas/mips/*.d: Change all test names to say MIPS.
602
603 Tue Aug 15 15:42:33 1995 Ian Lance Taylor <ian@cygnus.com>
604
605 * gas/mri/for.d, gas/mri/for.s: New test.
606 * gas/mri/if.d, gas/mri/if.s: New test.
607 * gas/mri/repeat.d, gas/mri/repeat.s: New test.
608 * gas/mri/while.d, gas/mri/while.s: New test.
609 * gas/mri/mri.exp: Run the new tests.
610
611 Mon Aug 14 16:03:07 1995 Ian Lance Taylor <ian@cygnus.com>
612
613 * gas/mri/expr.d: Permit leading zeroes, in case we're using a
614 64-bit BFD.
615
616 * gasp/mri/*: New tests.
617 * gasp/gasp.exp: Run them. Also, clean up the test names used in
618 pass and fail.
619
620 Sun Aug 13 00:39:24 1995 Jeff Law (law@snake.cs.utah.edu)
621
622 * gas/sh/basic.exp: Update now that we know the right
623 bit patters for the new sts instructions.
624
625 Thu Aug 10 00:46:21 1995 Ian Lance Taylor <ian@cygnus.com>
626
627 * gas/mri/char.d: Fix for little endian machines.
628 * gas/mri/float.d: Likewise.
629
630 Wed Aug 9 15:34:36 1995 Ian Lance Taylor <ian@cygnus.com>
631
632 * gas/all/struct.s, gas/all/struct.d: New test.
633 * gas/all/gas.exp: Run it.
634
635 Tue Aug 8 17:11:39 1995 Ian Lance Taylor <ian@cygnus.com>
636
637 * gas/mri/common.s, gas/mri/common.d: New test.
638 * gas/mri/mri.exp: Run it.
639
640 Mon Aug 7 22:39:28 1995 Ian Lance Taylor <ian@cygnus.com>
641
642 * gas/mri/mri.exp: Add setup_xfail for a29k*-*-* for constants
643 test.
644
645 * gasp/crash1.out, gasp/macro.out, gasp/sfunc.out: Complete
646 truncated files, so that the tests pass.
647
648 * gas/mri/mri.exp: Add setup_xfail for hppa*-*-* for equ,
649 constants, and expr.
650
651 * gas/m68k/all.exp: Run schwab test on hpux*, not just hpux. Run
652 on vxworks*, not just vxworks5.1.
653
654 * lib/gas-defs.exp (fail_phase, pass_phase): Remove.
655 (run_dump_test): Just call pass or fail.
656
657 * gas/m68k/operands.s, gas/m68k/operands.d: New test.
658 * gas/m68k/op68000.d: New test.
659 * gas/m68k/cas.s, gas/m68k/cas.d: New test.
660 * gas/m68k/bitfield.s, gas/m68k/bitfield.d: New test.
661 * gas/m68k/schwab.d: Run objdump with -j .text. Adjust for
662 changes to disassembler.
663 * gas/m68k/all.exp: Run new tests. Run schwab test for
664 m68k-*-coff*.
665
666 Mon Aug 7 03:01:32 1995 Jeff Law (law@snake.cs.utah.edu)
667
668 * gas/sh/*: New tests for the hitachi-sh.
669
670 Tue Aug 1 18:02:47 1995 Ian Lance Taylor <ian@cygnus.com>
671
672 * gas/mri/*: New tests for MRI mode.
673
674 * lib/gas-defs.exp (run_dump_test): Support using objcopy. Dump
675 program executions to the log file before running them. Use the
676 simple program name, rather than the path to the binary being run,
677 in pass/fail messages.
678 (regexp_diff): If the regexp file has the special comment #pass,
679 stop checking at that point.
680 * config/default.exp: Set NM, NMFLAGS, OBJCOPY, and OBJCOPYFLAGS,
681 if they are not already set.
682
683 Tue Aug 1 11:41:30 1995 steve chamberlain <sac@slash.cygnus.com>
684
685 * Makefile.in: Remove superfluous runtest gasp.
686
687 Mon Jul 31 18:19:26 1995 steve chamberlain <sac@slash.cygnus.com>
688
689 * gasp/*: New.
690 * Makefile.in: Use gasp tests.
691 * config/default.exp: Add gasp stuff.
692
693 Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu)
694
695 * gas/all/gas.exp: Disable tests that are not appropriate for
696 the PA.
697
698 Thu Jul 13 18:22:49 1995 Ken Raeburn <raeburn@cygnus.com>
699
700 * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1.
701
702 Wed Jun 21 21:28:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
703
704 * gas/m68k/schwab.*: New test based on a test case from Andreas
705 Schwab.
706 * gas/m68k/all.exp: Run it for some aout configurations.
707
708 Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu)
709
710 * gas/hppa/parse/badfmpyadd.s: New test.
711 * gas/hppa/parse/parse.exp: Run it.
712
713 Sun May 21 20:26:18 1995 Jeff Law (law@snake.cs.utah.edu)
714
715 * gas/hppa/unsorted/unsorted.exp: Disable align4 tests for
716 ELF targets.
717
718 Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk)
719
720 * arm/arm7dm.s: New file -- tests for ARM7DM instructions.
721 * arm/arm6.s: Correct bogus tests.
722 * arm/gas.exp (arm6.s): Is now a valid test.
723 (arm7dm.s): New test.
724 * arm/float.s: Add load/store multiple floating point instruction
725 tests.
726
727 Wed May 3 13:14:44 1995 Jeff Law (law@snake.cs.utah.edu)
728
729 * gas/hppa/reloc/longcall.s: New test.
730 * gas/hppa/reloc/reloc.exp: Run it.
731
732 Tue May 2 16:37:48 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
733
734 * gas/mips/ld.d: Modified for gas delay-slot fixes.
735
736 Sat Apr 29 23:35:18 1995 Doug Evans <dje@chestnut.cygnus.com>
737
738 * lib/gas-dg.exp: New file.
739 start-sanitize-arc
740 * gas/arc/warn.{exp,s}: New testcase.
741 end-sanitize-arc
742
743 Tue Apr 11 13:57:52 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
744
745 * gas/mips/mips4.d: Allow more than exactly 8 zeros in bc1*
746 targets.
747
748 Mon Apr 10 15:36:39 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
749
750 * lib/gas-defs.exp (pass_phase): New proc.
751 (run_dump_test): Note passing or failing of each phase of this
752 test, instead of failure of phases or passing of complete test.
753 Ensure test file name is in reported message.
754
755 Sat Apr 8 12:46:33 1995 Doug Evans <dje@chestnut.cygnus.com>
756
757 start-sanitize-arc
758 * gas/arc: Testsuite for ARC.
759 * gas/arc/{arc.exp,math.[sd],flag.[sd],j.[sd]}: New files.
760 * gas/arc/{branch.[sd],alias.[sd],sshift.[sd]}: New files.
761 * gas/arc/{insn3.[sd],mul64.[sd],ld.[sd],st.[sd]}: New files.
762 end-sanitize-arc
763
764 * lib/gas-defs.exp (run_dump_test): Handle arguments with paths.
765 Always resolve testcase status before returning.
766 If `slurp_options' fails, return and don't do test.
767 (slurp_options): Fix "can't open" error message.
768 Return -1 to indicate error.
769
770 Mon Mar 20 22:45:30 1995 Jeff Law (law@snake.cs.utah.edu)
771
772 * gas/hppa/unsorted/common.s: New test.
773 * gas/hppa/unsorted/unsorted.exp: Run it.
774
775 Fri Mar 10 19:07:09 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
776
777 * gas/h8300/ffxx1.s: Add .word 0 at the end to eliminate
778 uncertainty as to whether there should be trailing bytes in the
779 output file.
780 * gas/h8300/ffxx1.d: Adjust reloc values to permit an addend value
781 of 0x00000000ffffffff on 64-bit hosts. (I'm not sure if this is
782 correct.) End with "..." to match trailing zero bytes.
783
784 Wed Mar 8 15:50:34 1995 Ian Lance Taylor <ian@cygnus.com>
785
786 * gas/mips/mips4.d, gas/mips/mips4.s: New files.
787 * gas/mips/mips.exp: Run new test.
788
789 Thu Feb 23 17:58:50 1995 Jeff Law (law@snake.cs.utah.edu)
790
791 * gas/hppa/basic/fmemLRbug.s: Add indexing variants.
792 * gas/hppa/basic/basic.exp: Test them.
793
794 Wed Feb 15 15:43:26 1995 Ian Lance Taylor <ian@cygnus.com>
795
796 * gas/mips/uld.d: New file.
797 * gas/mips/uld.s: New file.
798 * gas/mips/usd.d: New file.
799 * gas/mips/usd.s: New file.
800 * gas/mips/mips.exp: Run new tests.
801
802 Thu Feb 9 10:57:39 1995 Jeff Law (law@snake.cs.utah.edu)
803
804 * gas/hppa/reloc/applybug.s: New test.
805 * gas/hppa/reloc/reloc.exp (do_applybug_test): Run it.
806
807 Thu Feb 2 00:34:55 1995 Jeff Law (law@snake.cs.utah.edu)
808
809 * gas/hppa/reloc/picreloc.s: New test.
810 * gas/hppa/reloc/reloc.exp (do_pic_relocation_test): Run it.
811
812 Fri Jan 27 14:02:02 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
813
814 * gas/h8300/ffxx1.d, gas/h8300/ffxx1.s, gas/h8300/cmpsi2.s,
815 gas/h8300/h8300.exp: New tests.
816
817 Mon Jan 23 21:44:26 1995 Jeff Law (law@snake.cs.utah.edu)
818
819 * gas/hppa/basic/basic.exp (do_system): Update.
820
821 Wed Jan 11 17:20:25 1995 Ken Raeburn <raeburn@cujo.cygnus.com>
822
823 * gas/mips/mips.exp: Don't run the memory-access tests if the
824 format is a.out, because the generated code is different from what
825 is used with other formats.
826
827 Tue Jan 10 11:42:13 1995 Jeff Law (law@snake.cs.utah.edu)
828
829 * gas/hppa/unsorted/unsorted.exp (align4.s): Fix glitch in
830 regexp to avoid losing without a controlling tty.
831
832 Fri Dec 30 18:08:20 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
833
834 * gas/i386/pushw.l: Fixed whitespace to match current listing
835 style.
836
837 * gas/all/gas.exp: Mark test p1480.s expected to pass, even with
838 listings enabled.
839
840 Thu Dec 15 18:14:27 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
841
842 * Makefile.in (AS_FOR_TARGET, OBJDUMP_FOR_TARGET): Don't set.
843 (uninstall): Don't set OBJDUMP and OBJDUMPFLAGS in site.exp.
844 * config/default.exp: Default OBJDUMP and OBJDUMPFLAGS. Use
845 findfile and transform procedures to determine objdump program
846 name.
847
848 * gas/mips/abs.s, gas/mips/div.s: Force some padding at the end,
849 in case the format doesn't automatically require it.
850 * gas/mips/beq.d, gas/mips/jal.d: Handle MIPS_JMP as an alternate
851 name for the reloc type.
852
853 * lib/gas-defs.exp (file_contents, verbose_eval): New procs.
854 (run_dump_test): If verbosity level is over 3, print out dump
855 command and its output.
856
857 Tue Dec 13 18:21:09 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
858
859 * gas/mips/jal-svr4pic.d: Fix 0-strings to work with 64-bit hosted
860 disassembly.
861
862 Fri Dec 9 19:54:04 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
863
864 * gas/all/gas.exp (comment.s test): Make the "\r" optional, since
865 it depends on tty modes.
866
867 * lib/gas-defs.exp (gas_start): Try using -nottycopy instead of
868 -nottyinit.
869
870 * gas/arm/gas.exp: The arm6 test should report errors, for now.
871
872 Thu Dec 8 20:19:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
873
874 * lib/gas-defs.exp: Use -i in expect_after command.
875
876 Wed Dec 7 16:49:14 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
877
878 * gas/mips/mul.d,jal.d: Fix 0-strings to work with 64-bit hosted
879 disassembly.
880
881 * gas/ieee-fp: Renamed from ieee.fp.
882
883 * lib/gas-defs.exp: Make sure timeout is at least 2 minutes.
884
885 Wed Nov 30 10:48:00 1994 Jeff Law (law@snake.cs.utah.edu)
886
887 * gas/hppa/parse: Renamed from gas/hppa/more.parse.
888
889 Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
890
891 * gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
892 to fail. Fix comments for the test. Tweak test name.
893
894 Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
895
896 * gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF
897 output.
898
899 Fri Nov 18 17:56:57 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
900
901 * gas/mips/ld.d: Adjust to work for both big and little endian
902 code.
903 * gas/mips/ld.s, gas/mips/lif-empic.d: Likewise.
904 * gas/mips/lifloat.d, gas/mips/ulh-empic.d: Likewise.
905 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d: Likewise.
906 * gas/mips/usw.d: Likewise.
907
908 Tue Nov 15 11:09:57 1994 Jeff Law (law@snake.cs.utah.edu)
909
910 * gas/hppa/unsorted/align4.s: New test.
911 * gas/hppa/unsorted/unsorted.exp: Run it.
912
913 * gas/hppa/unsorted/unsorted.exp (importbug): Tweak to match
914 current expected PA ELF output.
915 * gas/hppa/reloc/reloc.exp (do_r_no_reloc): Likewise.
916 (do_plabel_relocation_test): Likewise.
917
918 Thu Nov 3 18:14:09 1994 Ken Raeburn <raeburn@cujo.cygnus.com>
919
920 * gas/all/p1480.s: Use larger constant, so expression can have a
921 positive value.
922 * gas/all/gas.exp: Expect p1480.s without listings to pass.
923
924 Thu Nov 3 15:43:46 1994 Ian Lance Taylor <ian@sanguine.cygnus.com>
925
926 * gas/mips/ulh.d, gas/mips/ulw.d, gas/mips/ush.d, gas/mips/usw.d:
927 Correct test cases.
928
929 Thu Oct 20 00:55:13 1994 Jeff Law (law@snake.cs.utah.edu)
930
931 * gas/hppa/reloc/blebug3.s: New test.
932 * gas/hppa/reloc/reloc.exp: Run it.
933
934 Mon Oct 17 02:33:53 1994 Jeff Law (law@snake.cs.utah.edu)
935
936 * gas/hppa/reloc/reduce3.s: New test.
937 * gas/hppa/reloc/reloc.exp: Run it.
938
939 Sun Oct 16 22:25:56 1994 Jeff Law (law@snake.cs.utah.edu)
940
941 * gas/hppa/reloc/reloc.exp (r_no_reloc): Tweak output to match
942 current reality.
943
944 Wed Sep 28 21:21:34 1994 Jeff Law (law@snake.cs.utah.edu)
945
946 * gas/hppa/reloc/reduce.s: Renamed from relocreduce.s
947 * gas/hppa/reloc/reduce2.s: Renamed from relocreduce2.s
948 * gas/hppa/reloc/r_no_reloc.s: Renamed from r_no_relocbug.s
949 * gas/hppa/reloc/reloc.exp: Changed accordingly.
950
951 Wed Sep 28 13:25:10 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
952
953 * gas/mips/beq.d, gas/mips/beq.s: Test that unconditional branch
954 overflows are correctly converted to jumps.
955
956 Mon Sep 26 17:41:43 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
957
958 * gas/mips: Add test cases for PIC code, both SVR4 style and
959 -membedded-pic style.
960
961 Fri Sep 23 14:45:42 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
962
963 * gas/mips: New directory with MIPS specific test cases.
964
965 * lib/gas-defs.exp (run_dump_test): Permit the .d file to specify
966 the name of the source file to assemble.
967 (regexp_diff): Put the reason for failure in the log file.
968
969 Wed Sep 21 13:44:21 1994 Ian Lance Taylor (ian@sanguine.cygnus.com)
970
971 * lib/gas-defs.exp: Don't try to use shell redirection, since TCL
972 doesn't support it. Redirect stdout using > instead of 1>, and
973 don't bother to redirect stderr since TCL redirects it anyhow.
974 (run_dump_test): Pass appropriate arguments to program, defaulting
975 to -r.
976
977 Sat Sep 17 01:04:56 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
978
979 * gas/vax: New directory.
980 * gas/vax/{quad.s,quad.exp}: New test, for immediate quadword
981 values.
982
983 Mon Sep 12 22:19:11 1994 Jeff Law (law@snake.cs.utah.edu)
984
985 * gas/hppa/reloc/r_no_relocbug.s: New test.
986 * gas/hppa/reloc/reloc.exp: Run it.
987
988 * gas/hppa/reloc/reloc.exp (do_function_reloc_bug): Update
989 expected output.
990
991 Sun Sep 04 17:58:10 1994 Richard Earnshaw (rwe@pegasus.esprit.ec.org)
992
993 * gas/arm/*: New subtree. Add ARM tests.
994
995 Mon Aug 8 12:13:31 1994 Jeff Law (law@snake.cs.utah.edu)
996
997 * gas/hppa/unsorted/unsorted.exp: Accept any character
998 between foo's type and foo itself.
999
1000 Fri Jul 15 19:09:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1001
1002 * lib/gas-defs.exp (run_dump_test): New routine for running the
1003 assembler, running objdump or nm (not fully supported) on the
1004 resulting object file, and comparing the results against a file of
1005 regular expressions in the test suite, all in one command.
1006 Options for the assembler and objdump are read from comments at
1007 the start of the .d file.
1008 (fail_phase, slurp_options): New auxiliary routines.
1009 (regexp_diff): Always return a value. Fix bugs in actually doing
1010 the regexp test.
1011
1012 * gas/sun4/addend.exp: Use run_dump_test.
1013 * gas/sun4/addend.d: Fix regular expressions so that they work.
1014
1015 Thu Jul 7 11:55:33 1994 Jeff Law (law@snake.cs.utah.edu)
1016
1017 * gas/hppa/reloc/relocreduce2.s: More relocation reduction tests.
1018 * gas/hppa/reloc/reloc.exp: Run them.
1019
1020 Thu Jun 30 18:49:25 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1021
1022 * config/default.exp: Look for "as.new" in "$base_dir/..", where
1023 it got compiled, not in "$base_dir".
1024 * config/unknown.exp: Deleted.
1025
1026 Sun Jun 26 13:23:54 1994 Jeff Law (law@snake.cs.utah.edu)
1027
1028 * gas/lib/gas-defs.exp (gas_finish): Call "close" and "wait"
1029 before exiting. Enclose both calls inside a "catch".
1030 (objdump_finish): Likewise.
1031
1032 Fri Jun 10 10:23:35 1994 Jeff Law (law@snake.cs.utah.edu)
1033
1034 * gas/hppa/reloc/reloc.exp (roundmode test): Tweak expected output
1035 for SOM to match current testcase.
1036
1037 Thu Jun 2 19:46:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1038
1039 * gas/i386/{pushw.s,pushw.l}: New test.
1040 * gas/i386/all.exp: Run it.
1041
1042 * Makefile.in (distclean): Remove site config files and gas.sum.
1043
1044 Fri May 27 12:24:18 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1045
1046 * gas/m68k/disperr.s: Use % for registers.
1047
1048 * gas/m68k-coff/gas.exp: Expect failure for p2389a.s.
1049
1050 Tue May 17 14:53:08 1994 Bill Cox (bill@rtl.cygnus.com)
1051
1052 * lib/gas-defs.exp: Replace error proc calls with perror calls.
1053
1054 Mon May 16 13:19:16 1994 Jeff Law (law@snake.cs.utah.edu)
1055
1056 * gas/hppa/reloc/reloc.exp: Tweak expected output to match new
1057 ELF code.
1058 * gas/hppa/reloc/roundmode.s: Avoid "S" and "D" modes, ELF does
1059 not support them.
1060 * gas/hppa/unsorted/unsorted.exp: Tweak expected output to match
1061 new ELF code.
1062
1063 Thu May 5 17:27:54 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1064
1065 * config/default.exp: Renamed from unix-gas.exp.
1066
1067 Mon Apr 11 10:31:00 1994 Bill Cox (bill@rtl.cygnus.com)
1068
1069 * Makefile.in (check): Set TCL_LIBRARY for runtest.
1070
1071 Mon Apr 11 07:54:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1072
1073 * gas/hppa/more.parse/callinfobug.s: Add missing name for
1074 procedure.
1075
1076 * gas/hppa/reloc/funcrelocbug.s: Place the trampoline in the
1077 $DATA$ rather than $LIT$ subspace.
1078
1079 Sun Mar 27 14:05:33 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1080
1081 * gas/hppa/reloc/funcrelocbug.s: New test.
1082 * gas/hppa/reloc/reloc.exp: Run it.
1083
1084 Thu Mar 17 13:38:04 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1085
1086 * gas/hppa/unsorted/importbug.s: New test.
1087 * gas/hppa/unsorted/unsorted.exp: Run it.
1088
1089 Wed Mar 16 11:57:07 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1090
1091 * gas/hppa/more.parse/regpopbug.s: Add trivial .equ test.
1092
1093 * gas/hppa/unsorted/globalbug.s: New test (expected to fail).
1094 * gas/hppa/unsorted/unsorted.exp: Run it.
1095
1096 * gas/hppa/more.parse/callinfobug.s: New test.
1097 * gas/hppa/omre.parse/parse.exp: Run it.
1098
1099 * gas/hppa/more.parse/regpopbug.s: New test.
1100 * gas/hppa/more.parse/parse.exp: Run it.
1101
1102 Mon Feb 28 14:10:04 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1103
1104 * lib/gas-defs.exp (objdump): New proc.
1105 (objdump_start): Deleted unused proc.
1106 (objdump_start_common): Merged into objdump_start_no_subdir.
1107
1108 * gas/alpha/fp.exp: Use objdump instead of
1109 objdump_start_no_subdir, since the former actually waits for
1110 objdump to finish. Specify .rdata section only. Make comment
1111 indicate Alpha architecture rather than SPARC.
1112 * gas/alpha/fp.d: Omit .reginfo patterns. Just use "." to match
1113 against ASCII code 0x2a ("*", special in regexp).
1114 * gas/sun4/addend.exp: Use objdump instead of
1115 objdump_start_no_subdir.
1116
1117 Thu Feb 24 07:11:57 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1118
1119 * gas/hppa/more.parse/parse.exp (no subspace test): Only expect
1120 a failure if gas is not producing an ELF object.
1121
1122 Mon Feb 14 09:24:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1123
1124 * gas/hppa/basic/fmemLRbug.s: New test.
1125 * gas/hppa/basic/basic.exp: Run it.
1126
1127 Thu Feb 10 00:34:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1128
1129 * gas/alpha/fp.*: New files.
1130 * lib/gas-defs.exp (regexp_diff): Report noted mismatch at
1131 verbosity level 3 or above only.
1132
1133 Mon Feb 7 15:53:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1134
1135 * gas/hppa/*/*.exp: Change xfails to check for PA ELF rather than
1136 PA OSF1.
1137
1138 Fri Feb 4 23:42:14 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1139
1140 * gas/hppa/more.parse/xmpyubug.s: New test.
1141 * gas/hppa/more.parse/parse.exp: Run it.
1142
1143 Fri Feb 4 17:13:20 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1144
1145 * lib/gas-defs.exp (regexp_diff): New procedure, vaguely based on
1146 "simple_diff" from linker test suite.
1147 * gas/sun4/addend.exp: Use it.
1148 * gas/sun4/addend.d: New file.
1149
1150 Sun Jan 30 23:34:58 1994 Ken Raeburn (raeburn@cujo.cygnus.com)
1151
1152 * gas/all/gas.exp: Adjust regexp for x930509.s for current listing
1153 format.
1154
1155 Thu Jan 20 16:44:51 1994 Rob Savoye (rob@darkstar.cygnus.com)
1156
1157 * gas/all/gas.exp, lib/gas-defs.exp, sun4/addend.exp,
1158 sparc-solaris/addend.exp: Tweaked to fix a few bugs and to run
1159 well under either version of expect.
1160
1161 Mon Jan 17 00:25:03 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1162
1163 * gas/hppa/basic/fp_misc.s: Delete copr instruction. It's tested
1164 elsewhere now.
1165 * gas/hppa/basic/{copr, coprmem, spop}.s: New tests.
1166 * gas/hppa/basic/basic.exp: Run them.
1167
1168 Thu Jan 13 11:59:22 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1169
1170 * gas/all/gas.exp: No longer expect difference of forward
1171 references to fail.
1172 * gas/all/x930509.s: Fix testcase to match how the expect code was
1173 written.
1174
1175 Wed Jan 12 13:41:10 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1176
1177 * gas/hppa/reloc/reloc.exp: Fix typo in last change. Latest test
1178 for cross-subspace call bugs is no longer expected to fail.
1179
1180 * gas/hppa/more.parse/procbug.s: Add test for another bug relating
1181 to having a function's label follow the .PROC directive.
1182
1183 Tue Jan 11 21:47:48 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1184
1185 * gas/hppa/reloc/reloc.exp: Add test for cross-subspace call bug
1186 found while working on multiple $CODE$ subspace support.
1187
1188 Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1189
1190 * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
1191 to fail.
1192 * gas/hppa/more.parse/procbug.s: Add missing .procend.
1193
1194 Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu)
1195
1196 * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last
1197 app.c change.
1198
1199 Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1200
1201 * gas/hppa/more.parse/labelbug.s: Add more colonless label tests.
1202
1203 Wed Dec 15 08:24:31 1993 Ken Raeburn (raeburn@rtl.cygnus.com)
1204
1205 * Makefile.in (site.exp): Don't set ASFLAGS. Quote value of
1206 OBJDUMPFLAGS in case it's empty. Use temporary names until the
1207 end; make creating site.exp the final step.
1208 (check): Pass in ASFLAGS.
1209
1210 * gas/all/gas.exp: Use all_ones proc. Change regexp for matching
1211 C comments to avoid bugs in latest expect code.
1212
1213 Wed Dec 8 14:30:14 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1214
1215 * gas/m68k/disperr.s: New test.
1216 * gas/m68k/all.exp: Run it.
1217
1218 Sun Dec 5 19:24:57 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1219
1220 * gas/hppa/reloc/roundmode.s: New test.
1221 * gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
1222
1223 Wed Dec 1 10:44:18 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1224
1225 * gas/hppa/reloc/reloc.exp: Run the first half of bogus R_EXIT
1226 test for ELF.
1227
1228 Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1229
1230 * gas/hppa/more.parse/parse.exp: Test for error on for subspace
1231 directive is an XFAIL for SOM assmeblers.
1232
1233 * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
1234 cross-subspace call test.
1235
1236 Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1237
1238 * gas/hppa/more.parse/appbug.s: New test.
1239 * gas/hppa/more.parse/parse.exp: Run it.
1240
1241 * gas/hppa/unsorted/align3.s: New test.
1242 * gas/hppa/unsorted/unsorted.exp: Run it.
1243
1244 Sat Nov 27 22:50:01 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1245
1246 * gas/all/p2425.s: Insert a tab before assembler directives so
1247 that the directives are not interpreted as labels.
1248
1249 * gas/hppa/basic/weird.s: Sync with GDB version.
1250
1251 * gas/hppa/more.parse/labelbug.s: New test.
1252
1253 * gas/hppa/more.parse/parse.exp: Run it.
1254
1255 Wed Nov 24 01:25:03 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1256
1257 * gas/hppa/reloc/fixupbug.s: New test.
1258 * gas/hppa/reloc/reloc.exp: Run it.
1259
1260 * gas/hppa/reloc/exitbug.s: New test.
1261 * gas/hppa/reloc/reloc.exp: Run it.
1262
1263 Sun Nov 21 22:11:10 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1264
1265 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF can
1266 share the same test code.
1267 * gas/hppa/reloc/relocreduce.s: Likewise.
1268
1269 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.
1270 * gas/hppa/basic/basic.exp: Test quadword FP store instructions.
1271
1272 Sun Nov 7 00:31:41 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1273
1274 * gas/hppa/reloc/reloc.exp: No longer expect failure for
1275 field selector on ble instruction test.
1276
1277 * gas/hppa/basic/basic.exp: No longer expect failures for
1278 system instruction tests now that probei is fixed.
1279
1280 Sat Nov 6 22:45:08 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1281
1282 * gas/hppa/reloc/selectorbug.s: New test.
1283 * gas/hppa/reloc/reloc.exp: Run it.
1284
1285 Thu Nov 4 17:01:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1286
1287 * gas/hppa/unsorted/fragbug.s: New test.
1288 * gas/hppa/unsorted/unsorted.exp: Run it.
1289
1290 Thu Nov 04 09:09:49 1993 Jeffrey Wheat (cassidy@cygnus.com)
1291
1292 * Makefile.in: Changed RUNTESTFLAGS to RUNTEST_FLAGS
1293
1294 Tue Nov 2 22:12:30 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1295
1296 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.
1297 * gas/hppa/more.parse/parse.exp: Run them.
1298
1299 Mon Nov 1 23:37:58 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1300
1301 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets at
1302 which specific relocations are expected to be found.
1303
1304 Sat Oct 30 14:12:31 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1305
1306 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.
1307
1308 * gas/hppa/more.parse/parse.exp: Add new test.
1309 * gas/hppa/more.parse/ssbug.s: New test to make sure non-default
1310 sections are handled correctly.
1311
1312 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.
1313
1314 Fri Oct 29 16:29:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1315
1316 * gas/hppa/more.parse/calldatabug.s: Colonize.
1317 * gas/hppa/more.parse/parse.exp: Fix typos.
1318
1319 Thu Oct 28 21:40:06 1993 Jeffrey A. Law (law@snake.cs.utah.edu)
1320
1321 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.
1322 * gas/hppa/*/*.exp: New test drivers.
1323 * gas/hppa/*/*.s: New test files.
1324
1325 Mon Oct 25 09:40:59 1993 Ken Raeburn (raeburn@cygnus.com)
1326
1327 * gas/sun4: New directory.
1328 * gas/sun4/addend.s,addend.exp: New test case.
1329 * gas/sparc-solaris/addend.s,addend.exp: Solaris version of same
1330 test case.
1331
1332 * gas/all/gas.exp: Check `*' in C comments.
1333
1334 * lib/gas-defs.exp (all_ones): New procedure, for a predicate to
1335 simplify some tests.
1336 (want_no_output): Return zero or nonzero, depending on success or
1337 failure.
1338 (gas_test_old): Return value from want_no_output.
1339 (objdump_start_common): Split off from objdump_start.
1340 (objdump_start_no_subdir): New procedure.
1341
1342 Wed Oct 20 07:25:48 1993 Ken Raeburn (raeburn@rover.cygnus.com)
1343
1344 * gas/all/diff1.s, gas/m68k/pic1.s: New tests.
1345 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
1346
1347 * Makefile.in (OBJDUMP_FOR_TARGET): Define similar to
1348 AS_FOR_TARGET.
1349 (check): Don't pass ASFLAGS variable.
1350 (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
1351
1352 From Jeff Law:
1353
1354 * lib/gas-defs.exp (objdump_start, objdump_finish): New functions
1355 so that tests can parse the output of objdump looking for errors
1356 in relocation entires, file headers and the like.
1357
1358 Thu Sep 23 16:20:34 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1359
1360 * gas/ieee.fp/x930509a.exp: Currently expected to fail always.
1361 * gas/all/gas.exp (p1480.s, x930509.s): Ditto. Break up gas_test
1362 call so it no longer performs multiple tests.
1363 * gas/m68k/all.exp (t2.s): Don't bother with listings.
1364 (p2410.s): Don't pass unwanted arguments to gas_test_error.
1365
1366 Wed Aug 25 16:50:08 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1367
1368 * lib/do*: Remove RCS id strings.
1369
1370 Mon May 17 15:09:45 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
1371
1372 * gas/all/float.s, gas/all/p1480.s, gas/m68k/p2410.s: New tests.
1373 * gas/all/gas.exp, gas/m68k/all.exp: Run them.
1374 * gas/i386: New directory.
1375
1376 Mon May 10 14:50:20 1993 Ken Raeburn (raeburn@deneb.cygnus.com)
1377
1378 * Added directory structure, to categorize tests by targets.
1379 * Added new tests all/x930509.s, ieee.fp/x930509a.s, m68k/p2663.s,
1380 and refined some to examine the assembler listing output.
1381 * lib/gas-defs.exp: Renamed gas_start to gas_run. Added some
1382 expect_after patterns.
1383 (gas_start, gas_finish): New procs, for tests that examine process
1384 output.
1385 * config/unix-gas.exp: Invoke gas_init directly, instead of
1386 requiring test .exp files do it.
1387
1388 Wed Apr 21 01:24:16 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1389
1390 * gas/gas.exp: Handle new tests, and changes to testing procs.
1391
1392 * lib/gas-defs.exp (want_no_output): New proc; success iff output
1393 is empty.
1394 (gas_test_old): Functionally same as old gas_test.
1395 (gas_test_ignore_stdout): Rewritten to use want_no_output.
1396 (gas_test): New argument lists set of options to be tried in
1397 combinations. Option with trailing ">" indicates standard output
1398 should be ignored.
1399
1400 * gas/p2425a.s: Use %-form for registers, so this test can be run
1401 on m68k-coff targets too.
1402
1403 * gas/p2430a.s: New test case, whitespace &c matches customer
1404 report more closely. Gets different results from p2430.s; this is
1405 bad, and not yet tested for.
1406
1407 Mon Apr 5 12:27:19 1993 Ken Raeburn (raeburn@cygnus.com)
1408
1409 * gas/p2389a.s, gas/p2411.s, gas/t2.s: New test cases.
1410 * lib/run: New script.
1411 * gas/gas-defs.exp (gas_start): Takes new args, assembler options
1412 and redirection options. Use "run" script so redirection works.
1413 (gas_test): Now takes assembler options as separate arg from input
1414 file name.
1415 (gas_test_ignore_stdout): New proc. Discards output.
1416 (gas_test_error): New proc. Expects assembler to generate output.
1417 (target_cpu_family setting): Handle i486->i386 also.
1418
1419 * lib/do*: Scripts moved here from gas/testscripts. May be useful
1420 someday for writing more test cases; not currently used.
1421
1422 Tue Mar 30 11:45:27 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
1423
1424 * gas/sol-gcc.s, gas/sol-cc.s, gas/p2425a.s, gas/p2389.s: New test
1425 cases.
1426 * gas/gas.exp: Enable them for appropriate targets. Removed some
1427 useless comments &c. Changed m68k target test to be more general.
1428
1429 * lib/gas-defs.exp (gas_exit, gas_init): New procs.
1430 * gas/gas.exp: Call gas_init.
1431
1432 Mon Mar 29 00:00:00 1993 Ken Raeburn (raeburn@kr-pc.cygnus.com)
1433
1434 * Test suite created.
1435
This page took 0.059794 seconds and 4 git commands to generate.