Commit ca777b88 by Richard Earnshaw Committed by Richard Earnshaw

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
parent 5da14cb5
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.
......
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment