Add qatomic support for AArch64 (aka arm64).
authorLisandro Damián Nicanor Pérez Meyer <perezmeyer@gmail.com>
Sat, 15 Mar 2014 18:40:49 +0000 (15:40 -0300)
committerPeter Michael Green <plugwash@raspbian.org>
Sun, 14 Apr 2019 10:25:37 +0000 (11:25 +0100)
commitd20ee9d6e0d4259c83384e14005bada1a1baca89
tree9c609eadc1f82eba0adf9a4928e3530647bfa969
parent06186a712e5892a84bc678210a9550bdb5032164
Add qatomic support for AArch64 (aka arm64).

Patch by Mark Salter <msalter@redhat.com>
licensed under BSD:

<https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=735488#195>

This patch is known to not be the most correct way
to implement them, as it seems to be possible to do it in a faster way,
but should work non the less until we can provide something better.

Change-Id: Ib392b27dc54691fd4c2ea9896240ad71fb8128cc

Gbp-Pq: Name aarch64_arm64_qatomic_support.patch
src/corelib/arch/aarch64/arch.pri [new file with mode: 0644]
src/corelib/arch/aarch64/qatomic_aarch64.cpp [new file with mode: 0644]
src/corelib/arch/arch.pri
src/corelib/arch/qatomic_aarch64.h [new file with mode: 0644]
src/corelib/arch/qatomic_arch.h