diff options
author | Jeff Law <law@redhat.com> | 1993-11-30 21:44:41 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1993-11-30 21:44:41 +0000 |
commit | b28171d0d0b01e4ec9454ee4d813964f165ac288 (patch) | |
tree | 9a34e896260309b46208f9e68fb0cd11b13a5b27 /gas | |
parent | 335d35c8bc7d8983c69b2e1502d5db61f992b3f4 (diff) | |
download | gdb-b28171d0d0b01e4ec9454ee4d813964f165ac288.zip gdb-b28171d0d0b01e4ec9454ee4d813964f165ac288.tar.gz gdb-b28171d0d0b01e4ec9454ee4d813964f165ac288.tar.bz2 |
* gas/hppa/more.parse/parse.exp: Test for error on for subspace
directive is an XFAIL for SOM assmeblers.
* gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on
cross-subspace call test.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 8 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/more.parse/parse.exp | 2 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/parse/parse.exp | 2 | ||||
-rwxr-xr-x | gas/testsuite/gas/hppa/reloc/reloc.exp | 1 |
4 files changed, 12 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 873f4eb..8cb10cc 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Tue Nov 30 13:43:21 1993 Jeffrey A. Law (law@snake.cs.utah.edu) + + * gas/hppa/more.parse/parse.exp: Test for error on for subspace + directive is an XFAIL for SOM assmeblers. + + * gas/hppa/reloc/reloc.exp: Remove XFAIL for relocation on + cross-subspace call test. + Sun Nov 28 12:12:50 1993 Jeffrey A. Law (law@snake.cs.utah.edu) * gas/hppa/more.parse/appbug.s: New test. diff --git a/gas/testsuite/gas/hppa/more.parse/parse.exp b/gas/testsuite/gas/hppa/more.parse/parse.exp index 897628c..ec74f03 100755 --- a/gas/testsuite/gas/hppa/more.parse/parse.exp +++ b/gas/testsuite/gas/hppa/more.parse/parse.exp @@ -139,6 +139,8 @@ if [istarget hppa*-*-*] then { # This file has code and assembler directives before switching into any # space/subspace pair. This should report an error. + setup_xfail hppa*-*-hpux* + setup_xfail hppa*-*-bsd* gas_test_error "nosubspace.s" "" "Check for error if no subspace directive" # This file should return errors for both the ENTRY_GR and ENTRY_FR diff --git a/gas/testsuite/gas/hppa/parse/parse.exp b/gas/testsuite/gas/hppa/parse/parse.exp index 897628c..ec74f03 100755 --- a/gas/testsuite/gas/hppa/parse/parse.exp +++ b/gas/testsuite/gas/hppa/parse/parse.exp @@ -139,6 +139,8 @@ if [istarget hppa*-*-*] then { # This file has code and assembler directives before switching into any # space/subspace pair. This should report an error. + setup_xfail hppa*-*-hpux* + setup_xfail hppa*-*-bsd* gas_test_error "nosubspace.s" "" "Check for error if no subspace directive" # This file should return errors for both the ENTRY_GR and ENTRY_FR diff --git a/gas/testsuite/gas/hppa/reloc/reloc.exp b/gas/testsuite/gas/hppa/reloc/reloc.exp index c42ac0e..9bf3b93 100755 --- a/gas/testsuite/gas/hppa/reloc/reloc.exp +++ b/gas/testsuite/gas/hppa/reloc/reloc.exp @@ -254,7 +254,6 @@ proc do_cross_space_fixup_test {} { # Make sure GAS generated a fixup/relocation for the cross-space # branch/call - setup_xfail hppa*-*-* while 1 { expect { -re "^00000000\[^\n\]*PCREL_CALL\[^\n\]*\n" |