diff options
author | Nick Clifton <nickc@redhat.com> | 2005-03-03 17:25:36 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2005-03-03 17:25:36 +0000 |
commit | be20d78e37acfd8281442d8397140a21cd43500d (patch) | |
tree | 8a4a9bb753f03aeb12225044b37cdb507447a226 /gas | |
parent | fbacee5b438e57d41abf87ba13167ea03697ab80 (diff) | |
download | gdb-be20d78e37acfd8281442d8397140a21cd43500d.zip gdb-be20d78e37acfd8281442d8397140a21cd43500d.tar.gz gdb-be20d78e37acfd8281442d8397140a21cd43500d.tar.bz2 |
(and.s): Expect this test to fail for the tic4x-coff target because it uses
the '&' character as a line separator.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gas/testsuite/gas/macros/macros.exp | 5 |
2 files changed, 9 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 228e541..b78fc47 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -4,6 +4,10 @@ 2005-03-03 Nick Clifton <nickc@redhat.com> + * gas/macros/macros.exp (and.s): Expect this test to fail for the + tic4x-coff target because it uses the '&' character as a line + separator. + * gas/sh/basic.exp: Add an sh-hms version of the pcrel test. * gas/sh/pcrel-hms.d: New file. Adjusted form of pcrel-coff.d for the sh-hms target. diff --git a/gas/testsuite/gas/macros/macros.exp b/gas/testsuite/gas/macros/macros.exp index d56c51f..37435cc 100644 --- a/gas/testsuite/gas/macros/macros.exp +++ b/gas/testsuite/gas/macros/macros.exp @@ -32,6 +32,11 @@ if { ![istarget *c54x*-*-*] && ![istarget *c4x*-*-*] } { gas_test_error "err.s" "" "macro infinite recursion" +# The tic4x-coff target fails the next test because it defines '&' +# as its line separator character, so the expression "(0 & TFLAG_C)" +# becomes divided up into two lines and the parser complains about +# a missing closing parenthesis for the first line. +setup_xfail "tic4x*-*" gas_test "and.s" "" "" "logical and in macro definition" case $target_triplet in { |