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>
Tue, 15 May 2018 16:24:10 +0000 (17:24 +0100)
commit66e4fe9a182ea213ab748277af7a02e55d52a253
tree7fd193f69cfa9d97f781cdc57c46774de6f75f61
parent3278b965199b4df77f863488bbdef5d56f95e96f
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