aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2001-06-11 01:07:02 +0000
committerH.J. Lu <hjl.tools@gmail.com>2001-06-11 01:07:02 +0000
commitbab00ceadaf9533585cb33a905a2521aa2e7389b (patch)
tree1e57df6836e4de30c00aa9c10949c658f89ce2fa /gas/testsuite
parentd42dae6cb26969ad6b1b901d89ff678d1b8c31b8 (diff)
downloadgdb-bab00ceadaf9533585cb33a905a2521aa2e7389b.zip
gdb-bab00ceadaf9533585cb33a905a2521aa2e7389b.tar.gz
gdb-bab00ceadaf9533585cb33a905a2521aa2e7389b.tar.bz2
2001-06-10 H.J. Lu <hjl@gnu.org>
* gas/elf/section2.l: Match various white spaces.
Diffstat (limited to 'gas/testsuite')
-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