mirror of git://gcc.gnu.org/git/gcc.git
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:
parent
891f2df6ef
commit
d03cefc12c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue