aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/system-linux-ia64.ads
diff options
context:
space:
mode:
authorEric Botcazou <ebotcazou@gcc.gnu.org>2016-10-16 13:59:07 +0000
committerEric Botcazou <ebotcazou@gcc.gnu.org>2016-10-16 13:59:07 +0000
commit01c0b7cf89dafc68f61b7097bd0f3550a3c5cee2 (patch)
treefb31b9840ebdd1c2deff31069d9bd9a7a8233330 /gcc/ada/system-linux-ia64.ads
parentb08c2bc7bd54ccd43ab86bfb94c0858dd68353e1 (diff)
downloadgcc-01c0b7cf89dafc68f61b7097bd0f3550a3c5cee2.zip
gcc-01c0b7cf89dafc68f61b7097bd0f3550a3c5cee2.tar.gz
gcc-01c0b7cf89dafc68f61b7097bd0f3550a3c5cee2.tar.bz2
system-aix.ads (Always_Compatible_Rep): Change to False.
* system-aix.ads (Always_Compatible_Rep): Change to False. * system-aix64.ads (Always_Compatible_Rep): Likewise. * system-hpux-ia64.ads (Always_Compatible_Rep): Likewise. * system-hpux.ads (Always_Compatible_Rep): Likewise. * system-linux-alpha.ads (Always_Compatible_Rep): Likewise. * system-linux-hppa.ads (Always_Compatible_Rep): Likewise. * system-linux-ia64.ads (Always_Compatible_Rep): Likewise. * system-linux-mips.ads (Always_Compatible_Rep): Likewise. * system-linux-mips64el.ads (Always_Compatible_Rep): Likewise. * system-linux-mipsel.ads (Always_Compatible_Rep): Likewise. * system-linux-s390.ads (Always_Compatible_Rep): Likewise. * system-linux-s390x.ads (Always_Compatible_Rep): Likewise. * system-linux-sh4.ads (Always_Compatible_Rep): Likewise. * system-linux-sparc.ads (Always_Compatible_Rep): Likewise. * system-linux-sparcv9.ads (Always_Compatible_Rep): Likewise. * system-rtems.ads (Always_Compatible_Rep): Likewise. From-SVN: r241213
Diffstat (limited to 'gcc/ada/system-linux-ia64.ads')
-rw-r--r--gcc/ada/system-linux-ia64.ads4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/system-linux-ia64.ads b/gcc/ada/system-linux-ia64.ads
index 1ddc311..8fe4697 100644
--- a/gcc/ada/system-linux-ia64.ads
+++ b/gcc/ada/system-linux-ia64.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (GNU-Linux/ia64 Version) --
-- --
--- Copyright (C) 1992-2015, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2016, 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 --
@@ -147,7 +147,7 @@ private
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;
Support_Long_Shifts : constant Boolean := True;
- Always_Compatible_Rep : constant Boolean := True;
+ Always_Compatible_Rep : constant Boolean := False;
Suppress_Standard_Library : constant Boolean := False;
Use_Ada_Main_Program_Name : constant Boolean := False;
Frontend_Exceptions : constant Boolean := False;