diff options
author | Nick Clifton <nickc@redhat.com> | 2001-11-02 17:07:52 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-11-02 17:07:52 +0000 |
commit | dc5e727b86cc05ea74d34a54d3aa9d3a67005dd2 (patch) | |
tree | 20cee67f61c631bc13b963f6be96a2abfb6e7641 /gas/testsuite | |
parent | 3a9091c4e556853a0229057818972f0141cc4054 (diff) | |
download | gdb-dc5e727b86cc05ea74d34a54d3aa9d3a67005dd2.zip gdb-dc5e727b86cc05ea74d34a54d3aa9d3a67005dd2.tar.gz gdb-dc5e727b86cc05ea74d34a54d3aa9d3a67005dd2.tar.bz2 |
Fix testsuites for bigendian sh-linux
Diffstat (limited to 'gas/testsuite')
-rw-r--r-- | gas/testsuite/ChangeLog | 5 | ||||
-rw-r--r-- | gas/testsuite/gas/sh/basic.exp | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/gas/testsuite/ChangeLog b/gas/testsuite/ChangeLog index 4a1fe47..47abda3 100644 --- a/gas/testsuite/ChangeLog +++ b/gas/testsuite/ChangeLog @@ -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 diff --git a/gas/testsuite/gas/sh/basic.exp b/gas/testsuite/gas/sh/basic.exp index 8cc3353..905a3d2 100644 --- a/gas/testsuite/gas/sh/basic.exp +++ b/gas/testsuite/gas/sh/basic.exp @@ -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 |