From fd0ff19bf435b267caae6a1ae04e7b4a4ba64f5b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 19 Nov 2021 10:51:27 +1030 Subject: [PATCH] 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. --- gas/testsuite/gas/all/multibyte1.l | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/gas/testsuite/gas/all/multibyte1.l b/gas/testsuite/gas/all/multibyte1.l index a592c17055b..96b797e7db4 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 -- 2.30.2