aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Collapse)AuthorFilesLines
1993-12-15Some changes from trying to run test suite in California last week:Ken Raeburn1-7/+4
* Makefile.in (site.exp): Don't set ASFLAGS. Quote value of OBJDUMPFLAGS in case it's empty. Use temporary names until the end; make creating site.exp the final step. (check): Pass in ASFLAGS. * gas/all/gas.exp: Use all_ones proc. Change regexp for matching C comments to avoid bugs in latest expect code.
1993-12-08 * gas/m68k/disperr.s: New test.Jeff Law3-0/+22
* gas/m68k/all.exp: Run it.
1993-12-06 * gas/hppa/reloc/roundmode.s: New test.Jeff Law3-0/+34
* gas/hppa/reloc/reloc.exp: Run it. Fix typo in last change.
1993-11-30 * gas/hppa/more.parse/parse.exp: Test for error on for subspaceJeff Law4-1/+12
directive is an XFAIL for SOM assmeblers. * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on cross-subspace call test.
1993-11-28 * gas/hppa/more.parse/appbug.s: New test.Jeff Law7-0/+13
* gas/hppa/more.parse/parse.exp: Run it.
1993-11-28 * gas/hppa/unsorted/align3.s: New test.Jeff Law3-0/+26
* gas/hppa/unsorted/unsorted.exp: Run it.
1993-11-28 * gas/all/p2425.s: Insert a tab before assembler directives soJeff Law1-0/+11
that the directives are not interpreted as labels. * gas/hppa/basic/weird.s: Sync with GDB version. * gas/hppa/more.parse/labelbug.s: New test. * gas/hppa/more.parse/parse.exp: Run it.
1993-11-28 * gas/hppa/more.parse/labelbug.s: New test.Jeff Law6-0/+44
* gas/hppa/more.parse/parse.exp: Run it.
1993-11-24 * gas/hppa/reloc/fixupbug.s: New test.Jeff Law4-0/+61
* gas/hppa/reloc/reloc.exp: Run it.
1993-11-24 * gas/hppa/reloc/exitbug.s: New test.Jeff Law4-7/+74
* gas/hppa/reloc/reloc.exp: Run it.
1993-11-22 * gas/hppa/reloc/reloc.exp: Minor fixes so that SOM & ELF canJeff Law1-1/+1
share the same test code. * gas/hppa/reloc/relocreduce.s: Likewise.
1993-11-22 * gas/hppa/basic/fmem.s: Add quadword FP store instructions.Jeff Law1-0/+8
* gas/hppa/basic/basic.exp: Test quadword FP store instructions.
1993-11-07 * gas/hppa/basic/basic.exp: No longer expect failures forJeff Law1-0/+5
system instruction tests now that probei is fixed.
1993-11-07 * gas/hppa/reloc/selectorbug.s: New test.Jeff Law4-0/+266
* gas/hppa/reloc/reloc.exp: Run it.
1993-11-05 * gas/hppa/unsorted/fragbug.s: New test.Jeff Law2-0/+8
* gas/hppa/unsorted/unsorted.exp: Run it.
1993-11-05Add fragbug.s to things to keep.Jeff Law1-0/+1
1993-11-04Changed RUNTESTFLAGS to RUNTEST_FLAGSJeffrey Wheat2-2/+11
1993-11-03 * gas/hppa/more.parse/{defbug.s, stdreg.s}: New tests.Jeff Law8-0/+110
* gas/hppa/more.parse/parse.exp: Run them.
1993-11-02 * gas/hppa/reloc/reloc.exp (reloc_reduce): Correct offsets atJeff Law1-1/+6
which specific relocations are expected to be found.
1993-10-31 * gas/hppa/unsorted/unsorted.exp (ss_align): Remove OSF xfail.Jeff Law1-0/+6
* gas/hppa/more.parse/parse.exp: Add new test. * gas/hppa/more.parse/ssbug.s: New test to make sure non-default * sections are handled correctly.
1993-10-31 * gas/hppa/more.parse/parse.exp: Add new test.Jeff Law6-0/+32
* gas/hppa/more.parse/ssbug.s: New test to make sure non-default sections are handled correctly.
1993-10-30 * gas/all/gas.exp: Disable (and fail) p1480.s for all PA targets.Jeff Law1-0/+9
1993-10-29 * gas/hppa/more.parse/parse.exp: Fix typos.Jeff Law2-4/+4
1993-10-29 * gas/hppa/more.parse/calldatabug.s: Colonize.Jeff Law1-10/+10
1993-10-29 * gas/hppa/{basic, more.parse, reloc, unsorted}: New directories.Jeff Law1-3/+3
* gas/hppa/*/*.exp: New test drivers. * gas/hppa/*/*.s: New test files.
1993-10-29Unsorted PA tests.Jeff Law4-0/+105
1993-10-29Quick description of test directory contents.Jeff Law1-0/+34
1993-10-29Relocation tests for the PA.Jeff Law7-0/+250
1993-10-29Additional parsing tests for PA gas.Jeff Law40-0/+13828
1993-10-29 * gas/hppa/basic: New directory.Jeff Law1-0/+6
* gas/hppa/basic/basic.exp: New test driver. * gas/hppa/basic/*.s: New test files.
1993-10-29Keep hppa test directory.Jeff Law1-0/+1
1993-10-29Basic hppa GAS testsuite.Jeff Law21-0/+1905
1993-10-29Add new hppa directory.Jeff Law1-0/+39
1993-10-25bunch of changes...Ken Raeburn1-0/+20
1993-10-25keep diff1.sKen Raeburn1-0/+1
1993-10-25new test case for relocations with addendsKen Raeburn3-0/+49
1993-10-25keep pic1.sKen Raeburn1-0/+1
1993-10-25test case for relocations with addendsKen Raeburn2-0/+47
1993-10-25keep new sun4 dirKen Raeburn1-0/+1
1993-10-20new test m68k/pic1.s - simple pic code generationKen Raeburn1-0/+5
1993-10-20new test diff1.s - difference of two undefined symbols (should be rejected)Ken Raeburn1-0/+5
1993-10-20* Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET.Ken Raeburn1-17/+30
(check): Don't pass ASFLAGS variable. (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp.
1993-10-20Makefile.in (OBJDUMP_FOR_TARGET): Define similar to AS_FOR_TARGET.Ken Raeburn1-0/+15
(check): Don't pass ASFLAGS variable. (site.exp): Put ASFLAGS, OBJDUMP, OBJDUMPFLAGS into site.exp. From Jeff Law: lib/gas-defs.exp (objdump_start, objdump_finish): New functions so that tests can parse the output of objdump looking for errors in relocation entires, file headers and the like.
1993-09-23Add some "setup_xfail" commands, correct at least for sun4 native.Ken Raeburn2-0/+77
1993-06-01Add an install-info target too.Rob Savoye1-0/+1
1993-06-01Add info target.Rob Savoye1-1/+1
1993-05-28Add a blank install target so the top level make won't die.Rob Savoye1-0/+1
1993-05-27added things-to-lose sectionsK. Richard Pixley10-0/+20
1993-05-26configure.in template that supports *only* make check. (for releases)Rob Savoye1-0/+16
1993-05-26Makefile fragment that supports *only* make check. (for releases)Rob Savoye1-0/+76