Remove the SH atomic implementation...
authorBradley T. Hughes <bradley.hughes@nokia.com>
Fri, 10 Feb 2012 11:18:41 +0000 (12:18 +0100)
committerQt by Nokia <qt-info@nokia.com>
Mon, 13 Feb 2012 06:07:50 +0000 (07:07 +0100)
commitc4759d19f8428b64b46bfd1e07a5cfda2937e7d1
tree2cd7a976e2f44953bd373d825a79f63f21d23263
parent48e48f25974afbac2d54e77e92e27a23732fc2c8
Remove the SH atomic implementation...

... but keep SH-4a, which provides a more efficient implementation. The
implementation removed here was very similar to the code removed by
commit dc5388e79b71d796c1207681235cf007c39810bd.

Support for SH can be provided by qatomic_gcc.h, or re-added in the
future if absolutely necessary.

Change-Id: Ic38b57c9513fc9c3c99ba7e102780a3939b735b9
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/arch/arch.pri
src/corelib/arch/qatomic_arch.h
src/corelib/arch/qatomic_sh.h [deleted file]
src/corelib/arch/sh/arch.pri [deleted file]
src/corelib/arch/sh/qatomic_sh.cpp [deleted file]