diff options
author | Jan Beulich <jbeulich@suse.com> | 2024-07-19 11:58:58 +0200 |
---|---|---|
committer | Jan Beulich <jbeulich@suse.com> | 2024-07-19 11:58:58 +0200 |
commit | 91a082c1bac121c31778b7d4634be898cec4ea62 (patch) | |
tree | 8a61bc6dbdc659ffdc3836c4e5d6e81f0bb531ab | |
parent | 6e892703fedb1c50af79158647c39f9fc0745c3e (diff) | |
download | fsf-binutils-gdb-91a082c1bac121c31778b7d4634be898cec4ea62.zip fsf-binutils-gdb-91a082c1bac121c31778b7d4634be898cec4ea62.tar.gz fsf-binutils-gdb-91a082c1bac121c31778b7d4634be898cec4ea62.tar.bz2 |
Sparc: relax gas testsuite whitespace expectations
In a subsequent change the scrubber is going to be changed to retain
further whitespace. Test case expectations generally would better not
depend on the specific whitespace treatment by the scrubber, unless of
course a test is specifically about it. Adjust relevant test cases to
permit blanks where those will subsequently appear.
-rw-r--r-- | gas/testsuite/gas/sparc/asi-arch-error.l | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/testsuite/gas/sparc/asi-arch-error.l b/gas/testsuite/gas/sparc/asi-arch-error.l index d41881f..406a2c6 100644 --- a/gas/testsuite/gas/sparc/asi-arch-error.l +++ b/gas/testsuite/gas/sparc/asi-arch-error.l @@ -1,3 +1,3 @@ .*asi-arch-error.s: Assembler messages: -.*asi-arch-error.s:3: Error: Architecture mismatch on "ldda \[%g0]#ASI_FL16_P,%f0". +.*asi-arch-error.s:3: Error: Architecture mismatch on "ldda \[%g0] ?#ASI_FL16_P,%f0". .*asi-arch-error.s:3: \(Requires v9b\|v9c\|v9d\|v9e\|v9v\|v9m.*; requested architecture is v9.\) |