From f9ed33972929b951ee13bc9fc819abbe73a096c1 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Mon, 11 Jun 2001 01:07:02 +0000 Subject: [PATCH] 2001-06-10 H.J. Lu * gas/elf/section2.l: Match various white spaces. --- gas/testsuite/ChangeLog | 4 ++++ gas/testsuite/gas/elf/section2.l | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index f441d2e6c7..106b8dcf7c 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,9 @@ 2001-06-10 H.J. Lu + * gas/elf/section2.l: Match various white spaces. + +2001-06-10 H.J. Lu + * gas/elf/section2.e: Support 64bit ELF. * gas/elf/section2.e-mips: Likewise. diff --git a/gas/testsuite/gas/elf/section2.l b/gas/testsuite/gas/elf/section2.l index cf56d88b81..00ad74320e 100644 --- a/gas/testsuite/gas/elf/section2.l +++ b/gas/testsuite/gas/elf/section2.l @@ -3,6 +3,6 @@ .*GAS.* - 1 .section A - 2 .global A - 3 0000 31 .byte 49 +[ ]+1[ ]+.section A +[ ]+2[ ]+.global A +[ ]+3 0000 31[ ]+.byte 49 -- 2.11.0