diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-08-30 16:49:06 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-08-30 16:49:06 +0000 |
commit | 7d266442af03e4f4ec9a27b8fdc45be13bf15061 (patch) | |
tree | 979b2ba7030883e0d97f9f17458a0d29c8784d06 /gcc/ada/system-linux-mips64el.ads | |
parent | 4f1a975cc19d5cd5ce2fa7142044a77eeffb5572 (diff) | |
download | gcc-7d266442af03e4f4ec9a27b8fdc45be13bf15061.zip gcc-7d266442af03e4f4ec9a27b8fdc45be13bf15061.tar.gz gcc-7d266442af03e4f4ec9a27b8fdc45be13bf15061.tar.bz2 |
system-irix-n64.ads, [...]: Remove GCC_ZCX_Support.
* system-irix-n64.ads, system-linux-armeb.ads, system-linux-armel.ads,
system-linux-mips.ads, system-linux-mipsel.ads,
system-linux-mips64el.ads, system-linux-ppc64.ads,
system-linux-sparcv9.ads, system-rtems.ads: Remove GCC_ZCX_Support.
From-SVN: r178336
Diffstat (limited to 'gcc/ada/system-linux-mips64el.ads')
-rw-r--r-- | gcc/ada/system-linux-mips64el.ads | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/ada/system-linux-mips64el.ads b/gcc/ada/system-linux-mips64el.ads index c60d109..de3215b 100644 --- a/gcc/ada/system-linux-mips64el.ads +++ b/gcc/ada/system-linux-mips64el.ads @@ -7,7 +7,7 @@ -- S p e c -- -- (GNU-Linux/MIPS64EL Version) -- -- -- --- Copyright (C) 1992-2009, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2011, 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 -- @@ -139,6 +139,5 @@ private Suppress_Standard_Library : constant Boolean := False; Use_Ada_Main_Program_Name : constant Boolean := False; ZCX_By_Default : constant Boolean := True; - GCC_ZCX_Support : constant Boolean := True; end System; |