diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-30 15:47:43 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-03-30 15:47:43 +0000 |
commit | 5407dc745082fe0d7be6c80b31859bd4884635b0 (patch) | |
tree | 5fb1554712a729eecb74d8741350d5c79278fd5b /gcc/ada/system-linux-mips.ads | |
parent | 4da88f0cc8f114f6112643c477750658e6b5de7c (diff) | |
download | gcc-5407dc745082fe0d7be6c80b31859bd4884635b0.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@208945 138bc75d-0d04-0410-961f-82ee72b054a4
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 18f449563d4..08724650d4d 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; |