aboutsummaryrefslogtreecommitdiff
path: root/gas
diff options
context:
space:
mode:
Diffstat (limited to 'gas')
-rw-r--r--gas/testsuite/ChangeLog4
-rw-r--r--gas/testsuite/gas/elf/section2.l6
2 files changed, 7 insertions, 3 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog
index f441d2e..106b8dc 100644
--- a/gas/testsuite/ChangeLog
+++ b/gas/testsuite/ChangeLog
@@ -1,5 +1,9 @@
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.
* gas/elf/section2.e-mips: Likewise.
diff --git a/gas/testsuite/gas/elf/section2.l b/gas/testsuite/gas/elf/section2.l
index cf56d88..00ad743 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