summaryrefslogtreecommitdiff
path: root/gcc/ada/system-aix.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/system-aix.ads')
-rw-r--r--gcc/ada/system-aix.ads3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/ada/system-aix.ads b/gcc/ada/system-aix.ads
index 3f91af51ecc..2dfe3988fcc 100644
--- a/gcc/ada/system-aix.ads
+++ b/gcc/ada/system-aix.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (AIX/PPC Version) --
-- --
--- Copyright (C) 1992-2011, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2012, 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 --
@@ -142,6 +142,7 @@ private
Stack_Check_Probes : constant Boolean := True;
Stack_Check_Limits : constant Boolean := False;
Support_Aggregates : constant Boolean := True;
+ Support_Atomic_Primitives : constant Boolean := False;
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;
Support_Long_Shifts : constant Boolean := True;