aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/system-linux-mips64el.ads
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2011-08-30 16:49:06 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2011-08-30 16:49:06 +0000
commit7d266442af03e4f4ec9a27b8fdc45be13bf15061 (patch)
tree979b2ba7030883e0d97f9f17458a0d29c8784d06 /gcc/ada/system-linux-mips64el.ads
parent4f1a975cc19d5cd5ce2fa7142044a77eeffb5572 (diff)
downloadgcc-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.ads3
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;