forked from Imagelibrary/binutils-gdb
Fix testsuites for bigendian sh-linux
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2001-11-02 NIIBE Yutaka <gniibe@m17n.org>
|
||||
|
||||
* gas/sh/basic.exp: For Linux, add "-big" option for the
|
||||
invocation of gas.
|
||||
|
||||
2001-11-01 Stephane Carrez <Stephane.Carrez@worldnet.fr>
|
||||
|
||||
* gas/m68hc11/opers12.s: Add test for disassembler bug with movb
|
||||
|
||||
@@ -19,6 +19,11 @@
|
||||
|
||||
# Written by Cygnus Support.
|
||||
|
||||
if [istarget "sh*-*-linux-gnu"] {
|
||||
global ASFLAGS
|
||||
set ASFLAGS "$ASFLAGS -big"
|
||||
}
|
||||
|
||||
proc do_fp {} {
|
||||
set testname "fp.s: floating point tests (sh3e)"
|
||||
set x 0
|
||||
|
||||
Reference in New Issue
Block a user