From 7b15a6b5a91c1b22a09e4999509debf1b4d13b16 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 7 Jun 2001 18:06:59 +0000 Subject: [PATCH] 2001-06-07 H.J. Lu * gas/elf/section2.l: Match ".*GAS.*" instead of "GAS LISTING .*". --- gas/testsuite/ChangeLog | 5 +++++ gas/testsuite/gas/elf/section2.l | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 57c6707..a5bb4e1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2001-06-07 H.J. Lu + * gas/elf/section2.l: Match ".*GAS.*" instead of + "GAS LISTING .*". + +2001-06-07 H.J. Lu + * gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips. 2001-06-07 H.J. Lu diff --git a/gas/testsuite/gas/elf/section2.l b/gas/testsuite/gas/elf/section2.l index 282f858..cf56d88 100644 --- a/gas/testsuite/gas/elf/section2.l +++ b/gas/testsuite/gas/elf/section2.l @@ -1,6 +1,6 @@ .*: Assembler messages: .*:2: Warning: Section symbols are already global -GAS LISTING .* +.*GAS.* 1 .section A -- 2.7.4