20000320-1.c: The ARM VFP format is 'natural-endian'.

* gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
'natural-endian'.

From-SVN: r62306
This commit is contained in:
Richard Earnshaw 2003-02-03 10:15:15 +00:00 committed by Richard Earnshaw
parent 5da14cb5ce
commit ca777b88c8
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-02-03 Richard Earnshaw <rearnsha@arm.com>
* gcc.c-torture/exectue/ieee/20000320-1.c: The ARM VFP format is
'natural-endian'.
2003-02-01 Richard Sandiford <rsandifo@redhat.com>
* g++.dg/init/new1.C: Remove -fvolatile dg-options line.

View File

@ -49,7 +49,7 @@ int main()
exit (0);
c(0x3690000000000000ULL, 0x00000000U);
#if (defined __arm__ || defined __thumb__) && ! defined __ARMEB__
#if (defined __arm__ || defined __thumb__) && ! (defined __ARMEB__ || defined __VFP_FP__)
/* The ARM always stores FP numbers in big-wordian format,
even when running in little-byteian mode. */
c(0x0000000136900000ULL, 0x00000001U);