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
This commit is contained in:
Iain Sandoe 2012-07-27 15:23:37 +00:00 committed by Iain Sandoe
parent 891f2df6ef
commit d03cefc12c
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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;