2001-06-07 H.J. Lu <hjl@gnu.org>
* gas/elf/section2.l: Match ".*GAS.*" instead of "GAS LISTING .*".
This commit is contained in:
parent
c36e006fbc
commit
7b15a6b5a9
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
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>
|
2001-06-07 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
* gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.
|
* gas/mips/mips.exp: Set xfail for "lineno" on Linux/mips.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.*: Assembler messages:
|
.*: Assembler messages:
|
||||||
.*:2: Warning: Section symbols are already global
|
.*:2: Warning: Section symbols are already global
|
||||||
GAS LISTING .*
|
.*GAS.*
|
||||||
|
|
||||||
|
|
||||||
1 .section A
|
1 .section A
|
||||||
|
|
Loading…
Reference in a new issue