mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-26 13:56:22 +08:00
2002-04-23 H.J. Lu <hjl@gnu.org>
* gas/hppa/parse/parse.exp: Don't expect failure on line separator test on hppa*-*-linux* nor hppa*-*-netbsd*.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-04-23 H.J. Lu <hjl@gnu.org>
|
||||||
|
|
||||||
|
* gas/hppa/parse/parse.exp: Don't expect failure on line separator
|
||||||
|
test on hppa*-*-linux* nor hppa*-*-netbsd*.
|
||||||
|
|
||||||
2002-04-22 Chris Demetriou <cgd@broadcom.com>
|
2002-04-22 Chris Demetriou <cgd@broadcom.com>
|
||||||
|
|
||||||
* gas/mips/mips-gp64-fp32.l: New file.
|
* gas/mips/mips-gp64-fp32.l: New file.
|
||||||
|
@ -119,8 +119,11 @@ proc do_valid_align_tests {} {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if [istarget hppa*-*-*] then {
|
if [istarget hppa*-*-*] then {
|
||||||
# GAS-2.0 does not always parse ! as a line separator when it should.
|
if { ![istarget hppa*-*-linux*]
|
||||||
setup_xfail hppa*-*-*
|
&& ![istarget hppa*-*-netbsd*] } {
|
||||||
|
# GAS-2.0 does not always parse ! as a line separator when it should.
|
||||||
|
setup_xfail hppa*-*-*
|
||||||
|
}
|
||||||
gas_test "linesepbug.s" "" "" "line separator bug"
|
gas_test "linesepbug.s" "" "" "line separator bug"
|
||||||
|
|
||||||
# Make sure GAS accepts syntax for accessing static data.
|
# Make sure GAS accepts syntax for accessing static data.
|
||||||
|
Reference in New Issue
Block a user