Skip to content

Commit

Permalink
ada: Enable Support_Atomic_Primitives on VxWorks 7 PPC
Browse files Browse the repository at this point in the history
gcc/ada/

	* libgnat/system-vxworks7-ppc-kernel.ads: Enable
	Support_Atomic_Primitives.
	* libgnat/system-vxworks7-ppc-rtp-smp.ads: Likewise.

Tested on x86_64-pc-linux-gnu, committed on master.
  • Loading branch information
jklmnn authored and ouuleilei-bot committed May 25, 2023
1 parent c2d62cd commit 51d7877
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gcc/ada/libgnat/system-vxworks7-ppc-kernel.ads
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,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_Atomic_Primitives : constant Boolean := True;
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;
Support_Long_Shifts : constant Boolean := True;
Expand Down
2 changes: 1 addition & 1 deletion gcc/ada/libgnat/system-vxworks7-ppc-rtp-smp.ads
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,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_Atomic_Primitives : constant Boolean := True;
Support_Composite_Assign : constant Boolean := True;
Support_Composite_Compare : constant Boolean := True;
Support_Long_Shifts : constant Boolean := True;
Expand Down

0 comments on commit 51d7877

Please sign in to comment.