diff options
Diffstat (limited to 'gcc/ada/system-linux-arm.ads')
-rw-r--r-- | gcc/ada/system-linux-arm.ads | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/system-linux-arm.ads b/gcc/ada/system-linux-arm.ads index e99daf052b0..d26e4c7894b 100644 --- a/gcc/ada/system-linux-arm.ads +++ b/gcc/ada/system-linux-arm.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (GNU-Linux/ARM Version) -- -- -- --- Copyright (C) 1992-2016, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2017, Free Software Foundation, Inc. -- -- -- -- This specification is derived from the Ada Reference Manual for use with -- -- GNAT. The copyright notice above, and the license provisions that follow -- @@ -89,7 +89,8 @@ package System is -- Other System-Dependent Declarations type Bit_Order is (High_Order_First, Low_Order_First); - Default_Bit_Order : constant Bit_Order := Low_Order_First; + Default_Bit_Order : constant Bit_Order := + Bit_Order'Val (Standard'Default_Bit_Order); pragma Warnings (Off, Default_Bit_Order); -- kill constant condition warning -- Priority-related Declarations (RM D.1) |