aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/system-linux-ppc.ads
diff options
context:
space:
mode:
authorJohannes Kliemann <kliemann@adacore.com>2023-01-13 11:23:11 +0000
committerMarc Poulhiès <poulhies@adacore.com>2023-05-16 10:30:57 +0200
commit6c0b94efaa811e7234c9ae790927d3741542935f (patch)
tree05969be79f06ee2e39db2e59320af19d20fe3983 /gcc/ada/libgnat/system-linux-ppc.ads
parentcbf64a8037904b0b4bba99e16e5913ba225e7180 (diff)
downloadgcc-6c0b94efaa811e7234c9ae790927d3741542935f.zip
gcc-6c0b94efaa811e7234c9ae790927d3741542935f.tar.gz
gcc-6c0b94efaa811e7234c9ae790927d3741542935f.tar.bz2
ada: Enable Support_Atomic_Primitives on PPC Linux
gcc/ada/ * libgnat/system-linux-ppc.ads: Add Support_Atomic_Primitives. * libgnat/s-atopri__32.ads: Add 32 bit version of s-atopri.ads. * Makefile.rtl: Use s-atopro__32.ads for ppc-linux.
Diffstat (limited to 'gcc/ada/libgnat/system-linux-ppc.ads')
-rw-r--r--gcc/ada/libgnat/system-linux-ppc.ads1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/ada/libgnat/system-linux-ppc.ads b/gcc/ada/libgnat/system-linux-ppc.ads
index a24d616..f5bb801 100644
--- a/gcc/ada/libgnat/system-linux-ppc.ads
+++ b/gcc/ada/libgnat/system-linux-ppc.ads
@@ -142,6 +142,7 @@ private
Stack_Check_Probes : constant Boolean := True;
Stack_Check_Limits : constant Boolean := False;
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;