diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2001-06-07 18:06:59 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2001-06-07 18:06:59 +0000 |
commit | 7b15a6b5a91c1b22a09e4999509debf1b4d13b16 (patch) | |
tree | 25b8b1ed07ae79289093a9aa8f4be5a10f11fe13 /gas | |
parent | c36e006fbc8fa8824b103d83a8555c37a538696c (diff) | |
download | gdb-7b15a6b5a91c1b22a09e4999509debf1b4d13b16.zip gdb-7b15a6b5a91c1b22a09e4999509debf1b4d13b16.tar.gz gdb-7b15a6b5a91c1b22a09e4999509debf1b4d13b16.tar.bz2 |
2001-06-07 H.J. Lu <hjl@gnu.org>
* gas/elf/section2.l: Match ".*GAS.*" instead of
"GAS LISTING .*".
Diffstat (limited to 'gas')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/elf/section2.l | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 57c6707..a5bb4e1 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -1,5 +1,10 @@ 2001-06-07 H.J. Lu <hjl@gnu.org> + * gas/elf/section2.l: Match ".*GAS.*" instead of + "GAS LISTING .*". + +2001-06-07 H.J. Lu <hjl@gnu.org> + * gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips. 2001-06-07 H.J. Lu <hjl@gnu.org> diff --git a/gas/testsuite/gas/elf/section2.l b/gas/testsuite/gas/elf/section2.l index 282f858..cf56d88 100644 --- a/gas/testsuite/gas/elf/section2.l +++ b/gas/testsuite/gas/elf/section2.l @@ -1,6 +1,6 @@ .*: Assembler messages: .*:2: Warning: Section symbols are already global -GAS LISTING .* +.*GAS.* 1 .section A |