aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorIain Sandoe <iain@codesourcery.com>2012-07-27 15:23:37 +0000
committerIain Sandoe <iains@gcc.gnu.org>2012-07-27 15:23:37 +0000
commitd03cefc12cf6decd1eda9d35a056f6f7b1e42dff (patch)
treeb65450ebf5e4c66ae9f2e239ca1bc3b80900bb4d /gcc
parent891f2df6ef2e876a4a68d6a57b6b340c3a3a7d06 (diff)
downloadgcc-d03cefc12cf6decd1eda9d35a056f6f7b1e42dff.zip
gcc-d03cefc12cf6decd1eda9d35a056f6f7b1e42dff.tar.gz
gcc-d03cefc12cf6decd1eda9d35a056f6f7b1e42dff.tar.bz2
system-darwin-ppc64.ads: Add Support_Atomic_Primitives, set to True.
* system-darwin-ppc64.ads: Add Support_Atomic_Primitives, set to True. -- This line and those below it will be ignored M ChangeLog M system-darwin-ppc64.ads From-SVN: r189916
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog4
-rw-r--r--gcc/ada/system-darwin-ppc64.ads1
2 files changed, 5 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index d7662e7..d425a70 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,3 +1,7 @@
+2012-07-27 Iain Sandoe <iain@codesourcery.com>
+
+ * system-darwin-ppc64.ads: Add Support_Atomic_Primitives, set to True.
+
2012-07-25 Eric Botcazou <ebotcazou@adacore.com>
* gcc-interface/utils2.c (gnat_stabilize_reference) <BIT_FIELD_REF>: Do
diff --git a/gcc/ada/system-darwin-ppc64.ads b/gcc/ada/system-darwin-ppc64.ads
index 6d4c616..feaff2e 100644
--- a/gcc/ada/system-darwin-ppc64.ads
+++ b/gcc/ada/system-darwin-ppc64.ads
@@ -137,6 +137,7 @@ private
Stack_Check_Limits : constant Boolean := False;
Support_64_Bit_Divides : constant Boolean := True;
Support_Aggregates : constant Boolean := True;
+ Support_Atomic_Primitives : constant Boolean := True;
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;
Support_Long_Shifts : constant Boolean := True;