aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.8/gcc/ada/system-linux-mips64el.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.8/gcc/ada/system-linux-mips64el.ads')
-rw-r--r--gcc-4.8/gcc/ada/system-linux-mips64el.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc-4.8/gcc/ada/system-linux-mips64el.ads b/gcc-4.8/gcc/ada/system-linux-mips64el.ads
index 85a0f41c3..5c8cad177 100644
--- a/gcc-4.8/gcc/ada/system-linux-mips64el.ads
+++ b/gcc-4.8/gcc/ada/system-linux-mips64el.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (GNU-Linux/MIPS64EL Version) --
-- --
--- Copyright (C) 1992-2012, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2014, 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 --
@@ -62,6 +62,7 @@ package System is
-- Storage-related Declarations
type Address is private;
+ pragma Preelaborable_Initialization (Address);
Null_Address : constant Address;
Storage_Unit : constant := 8;