2001-06-10 H.J. Lu <hjl@gnu.org>
authorH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Jun 2001 01:07:02 +0000 (01:07 +0000)
committerH.J. Lu <hjl.tools@gmail.com>
Mon, 11 Jun 2001 01:07:02 +0000 (01:07 +0000)
* gas/elf/section2.l: Match various white spaces.

gas/testsuite/ChangeLog
gas/testsuite/gas/elf/section2.l

index f441d2e6c759a5e0feb23dfddb6f259900b1f354..106b8dcf7c1a89ec5522a3cb7923dfaf222f9081 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-10  H.J. Lu  <hjl@gnu.org>
+
+       * gas/elf/section2.l: Match various white spaces.
+
 2001-06-10  H.J. Lu  <hjl@gnu.org>
 
        * gas/elf/section2.e: Support 64bit ELF.
index cf56d88b81edf43f5b0b343fcbb55b223a673760..00ad74320e6e26b1422e8e2241a25ca6bf74f642 100644 (file)
@@ -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