diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-11 01:07:02 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-11 01:07:02 +0000 |
commit | bab00ceadaf9533585cb33a905a2521aa2e7389b (patch) | |
tree | 1e57df6836e4de30c00aa9c10949c658f89ce2fa | |
parent | d42dae6cb26969ad6b1b901d89ff678d1b8c31b8 (diff) | |
download | ppe42-binutils-bab00ceadaf9533585cb33a905a2521aa2e7389b.tar.gz ppe42-binutils-bab00ceadaf9533585cb33a905a2521aa2e7389b.zip |
2001-06-10 H.J. Lu <hjl@gnu.org>
* gas/elf/section2.l: Match various white spaces.
-rw-r--r-- | gas/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | 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 <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 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 |