diff options
author | Jeff Law <law@redhat.com> | 1994-01-10 17:55:19 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1994-01-10 17:55:19 +0000 |
commit | 378cbfe1c935c2c59d0819ca06bb40d59d0ed632 (patch) | |
tree | 5af1e5afe43c67c71285fb891c8b3bd3bf977cf9 /gas/testsuite | |
parent | 4047ff1d241b8a09b600c4038547217a3c4441b0 (diff) | |
download | gdb-378cbfe1c935c2c59d0819ca06bb40d59d0ed632.zip gdb-378cbfe1c935c2c59d0819ca06bb40d59d0ed632.tar.gz gdb-378cbfe1c935c2c59d0819ca06bb40d59d0ed632.tar.bz2 |
* gas/hppa/more.parse/parse.exp: procbug.s is no longer expected
to fail.
* gas/hppa/more.parse/procbug.s: Add missing .procend.
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 11 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/more.parse/parse.exp | 1 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/more.parse/procbug.s | 1 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/parse/parse.exp | 1 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/parse/procbug.s | 1 |
5 files changed, 13 insertions, 2 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4d0f327..ac098b1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,14 @@ +Mon Jan 10 09:54:15 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/hppa/more.parse/parse.exp: procbug.s is no longer expected + to fail. + * gas/hppa/more.parse/procbug.s: Add missing .procend. + +Mon Jan 3 10:07:47 1994 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/hppa/more.parse/labelbug.s: Add testcase for bug in last + app.c change. + Wed Dec 29 11:32:39 1993 Jeffrey A. Law (law@snake.cs.utah.edu) * gas/hppa/more.parse/labelbug.s: Add more colonless label tests. diff --git a/gas/testsuite/gas/hppa/more.parse/parse.exp b/gas/testsuite/gas/hppa/more.parse/parse.exp index ec74f03..686e305 100755 --- a/gas/testsuite/gas/hppa/more.parse/parse.exp +++ b/gas/testsuite/gas/hppa/more.parse/parse.exp @@ -128,7 +128,6 @@ if [istarget hppa*-*-*] then { # GAS-2.0 (and 1.36 for that matter) can not handle a .proc which # has no label before it. - setup_xfail hppa*-*-* gas_test "procbug.s" "" "" "Label following .proc" # One is required to explicitly IMPORT any non-local symbol used diff --git a/gas/testsuite/gas/hppa/more.parse/procbug.s b/gas/testsuite/gas/hppa/more.parse/procbug.s index a3f453a..9a324cf 100755 --- a/gas/testsuite/gas/hppa/more.parse/procbug.s +++ b/gas/testsuite/gas/hppa/more.parse/procbug.s @@ -5,3 +5,4 @@ .proc .callinfo divu: stws,ma %r4,4(%r5) ; save registers on stack + .procend diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index ec74f03..686e305 100755 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -128,7 +128,6 @@ if [istarget hppa*-*-*] then { # GAS-2.0 (and 1.36 for that matter) can not handle a .proc which # has no label before it. - setup_xfail hppa*-*-* gas_test "procbug.s" "" "" "Label following .proc" # One is required to explicitly IMPORT any non-local symbol used diff --git a/gas/testsuite/gas/hppa/parse/procbug.s b/gas/testsuite/gas/hppa/parse/procbug.s index a3f453a..9a324cf 100755 --- a/gas/testsuite/gas/hppa/parse/procbug.s +++ b/gas/testsuite/gas/hppa/parse/procbug.s @@ -5,3 +5,4 @@ .proc .callinfo divu: stws,ma %r4,4(%r5) ; save registers on stack + .procend |