diff options
author | Steve Chamberlain <sac@cygnus> | 1995-08-01 18:41:59 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-08-01 18:41:59 +0000 |
commit | a1bdcf913a6f7ee2bbb715dd48b1a75e10a43414 (patch) | |
tree | e5178ec9bb0aa5760258e577a5d8fefc4f33e53a /gas/testsuite | |
parent | b97bd7d17c3731dcab76e8642e7ac1e317113fae (diff) | |
download | gdb-a1bdcf913a6f7ee2bbb715dd48b1a75e10a43414.zip gdb-a1bdcf913a6f7ee2bbb715dd48b1a75e10a43414.tar.gz gdb-a1bdcf913a6f7ee2bbb715dd48b1a75e10a43414.tar.bz2 |
* Makefile.in: Remove superfluous runtest gasp.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 19 | ||||
-rw-r--r-- | gas/testsuite/Makefile.in | 1 |
2 files changed, 19 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 083da8c..dd00baa 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,22 @@ +Tue Aug 1 11:41:30 1995 steve chamberlain <sac@slash.cygnus.com> + + * Makefile.in: Remove superfluous runtest gasp. + +Thu Jul 20 18:56:48 1995 Jeff Law (law@snake.cs.utah.edu) + + * gas/all/gas.exp: Disable tests that are not appropriate for + the PA. + +Thu Jul 13 18:22:49 1995 Ken Raeburn <raeburn@cygnus.com> + + * gas/m68k/all.exp: Run schwab test for m68k vxworks5.1. + +Wed Jun 21 21:28:57 1995 Ken Raeburn <raeburn@cujo.cygnus.com> + + * gas/m68k/schwab.*: New test based on a test case from Andreas + Schwab. + * gas/m68k/all.exp: Run it for some aout configurations. + Mon Jun 12 22:27:18 1995 Jeff Law (law@snake.cs.utah.edu) * gas/hppa/parse/badfmpyadd.s: New test. diff --git a/gas/testsuite/Makefile.in b/gas/testsuite/Makefile.in index 666ffe8..143cac9 100644 --- a/gas/testsuite/Makefile.in +++ b/gas/testsuite/Makefile.in @@ -106,7 +106,6 @@ check: site.exp TCL_LIBRARY=$${srcdir}/../../tcl/library ; \ export TCL_LIBRARY ; fi ; \ $(RUNTEST) $(RUNTESTFLAGS) --tool gas - $(RUNTEST) $(RUNTESTFLAGS) --tool gasp force: |