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)
committerLisandro Damián Nicanor Pérez Meyer <lisandro@debian.org>
Fri, 1 May 2015 19:35:39 +0000 (19:35 +0000)
commit5f38249d04a280ff95dad7c070d3f1bca60003b8
tree2eee2f4906b14e45240de25fa1d955a963eb019b
parent12f964d3638e84de496a575cffba61201dcf6040
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