diff options
author | Alan Modra <amodra@gmail.com> | 2021-11-19 10:51:27 +1030 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2021-11-19 20:23:57 +1030 |
commit | fd0ff19bf435b267caae6a1ae04e7b4a4ba64f5b (patch) | |
tree | 5e10b0b4f6f08f2fc24bf533435aa9f5fcc41a20 /gas | |
parent | ed939535e21733f05ffcc8d045f4585e22ed6a11 (diff) | |
download | fsf-binutils-gdb-fd0ff19bf435b267caae6a1ae04e7b4a4ba64f5b.zip fsf-binutils-gdb-fd0ff19bf435b267caae6a1ae04e7b4a4ba64f5b.tar.gz fsf-binutils-gdb-fd0ff19bf435b267caae6a1ae04e7b4a4ba64f5b.tar.bz2 |
Re: Add multibyte character warning option to the assembler.
On hppa*-hp-hpux* run_dump_test edits the test file, adjusting .comm
directives to suit those target's unusual syntax. Thus gas is passed
a temporary file name.
* testsuite/gas/all/multibyte1.l: Ignore file name.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/gas/all/multibyte1.l | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/gas/testsuite/gas/all/multibyte1.l b/gas/testsuite/gas/all/multibyte1.l index a592c17..96b797e 100644 --- a/gas/testsuite/gas/all/multibyte1.l +++ b/gas/testsuite/gas/all/multibyte1.l @@ -1,12 +1,12 @@ [^:]*: Assembler messages: -[^:]*: Warning: multibyte character \(0xe2\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0x80\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0xae\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0xe2\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0x80\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0xac\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0xe2\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0x80\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0xae\) encountered in .*multibyte.s -[^:]*: Warning: multibyte character \(0xe2\) encountered in .*multibyte.s +[^:]*: Warning: multibyte character \(0xe2\) encountered in .* +[^:]*: Warning: multibyte character \(0x80\) encountered in .* +[^:]*: Warning: multibyte character \(0xae\) encountered in .* +[^:]*: Warning: multibyte character \(0xe2\) encountered in .* +[^:]*: Warning: multibyte character \(0x80\) encountered in .* +[^:]*: Warning: multibyte character \(0xac\) encountered in .* +[^:]*: Warning: multibyte character \(0xe2\) encountered in .* +[^:]*: Warning: multibyte character \(0x80\) encountered in .* +[^:]*: Warning: multibyte character \(0xae\) encountered in .* +[^:]*: Warning: multibyte character \(0xe2\) encountered in .* [^:]*: Warning: further multibyte character warnings suppressed |