* gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected

to fail.  Fix comments for the test.  Tweak test name.
This commit is contained in:
Jeff Law 1994-11-28 07:55:25 +00:00
parent e07f892633
commit 5a1b13d7e9
2 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,8 @@
Mon Nov 28 00:40:26 1994 Jeff Law (law@snake.cs.utah.edu)
* gas/hppa/more.parse/parse.exp (nosubspace.s): No longer expected
to fail. Fix comments for the test. Tweak test name.
Tue Nov 22 23:38:20 1994 Jeff Law (law@snake.cs.utah.edu)
* gas/hppa/reloc/reloc.exp: Minor tweaks to match current PA ELF

View File

@ -137,11 +137,10 @@ if [istarget hppa*-*-*] then {
gas_test_error "undefbug.s" "" "Check for error when using undefined symbol"
# This file has code and assembler directives before switching into any
# space/subspace pair. This should report an error.
if ![istarget hppa*-*-*elf*] then {
setup_xfail hppa*-*-*
}
gas_test_error "nosubspace.s" "" "Check for error if no subspace directive"
# space/subspace pair. This should report an error for SOM (it is not
# an error for ELF. The file also has mismatched entry/exit and
# proc/procend pairs which are errors for both SOM and ELF.
gas_test_error "nosubspace.s" "" "Check for error(s) in input file "
# This file should return errors for both the ENTRY_GR and ENTRY_FR
# directives (they are out-of-range)