diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2014-03-30 15:47:43 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2014-03-30 15:47:43 +0000 |
commit | 368348abbb3c4abff8f8e5bb356f326468fda8e9 (patch) | |
tree | 5fb1554712a729eecb74d8741350d5c79278fd5b /gcc/ada/system-linux-mips.ads | |
parent | 1e3cdc9d948802794090d3be6f0b0c342589829f (diff) | |
download | gcc-368348abbb3c4abff8f8e5bb356f326468fda8e9.zip gcc-368348abbb3c4abff8f8e5bb356f326468fda8e9.tar.gz gcc-368348abbb3c4abff8f8e5bb356f326468fda8e9.tar.bz2 |
re PR ada/60703 (System.Address not preelaborable on MIPS)
PR ada/60703
* system-linux-alpha.ads: Adjust for Ada 2005.
* system-linux-mips.ads: Likewise.
* system-linux-mips64el.ads: Likewise.
* system-linux-mipsel.ads: Likewise.
* system-linux-s390.ads: Likewise.
* system-linux-s390x.ads: Likewise.
* system-linux-sparc.ads: Likewise.
* system-linux-sparcv9.ads: Likewise.
* system-rtems.ads: Likewise.
* system-vxworks-arm.ads: Likewise.
From-SVN: r208945
Diffstat (limited to 'gcc/ada/system-linux-mips.ads')
-rw-r--r-- | gcc/ada/system-linux-mips.ads | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/system-linux-mips.ads b/gcc/ada/system-linux-mips.ads index 18f4495..0872465 100644 --- a/gcc/ada/system-linux-mips.ads +++ b/gcc/ada/system-linux-mips.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (GNU-Linux/MIPS 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; |