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)
committerFelix Geyer <fgeyer@debian.org>
Sun, 14 Jul 2019 10:19:27 +0000 (11:19 +0100)
commitfb554ae76a40bbca8bcac7ac05ccbd7a209532a3
tree5f2ed1100d8b30c0aab7cbc35eca6505ac3a300c
parent3d00ee9a8fca015fb6665387cafc4828224e26a3
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