Commit d03cefc1 by Iain Sandoe Committed by Iain Sandoe

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
parent 891f2df6
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
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment