aboutsummaryrefslogtreecommitdiffstats
path: root/src/build-data/arch/arm32.txt
diff options
context:
space:
mode:
authorDaniel Seither <[email protected]>2015-10-13 12:50:31 +0200
committerDaniel Seither <[email protected]>2015-10-13 12:50:31 +0200
commit29b560eba79631436fa475dde1f18ece434befed (patch)
treea2eea6be7b6c7f3c97ad4af8740dcb84ee694a1c /src/build-data/arch/arm32.txt
parentaad256035d4ecb9c4e87a7698f74f6f3178da0e2 (diff)
Initial support for 64 bit ARM
This adds support for 64 bit ARM cores as used in many high-end phones such as all iPhones beginning with the 5s. While these newer phones still run 32 bit ARM code, Apple doesn't allow apps to be submitted to the app store if they don't provide a 64 bit build. This commit adds a new arm64 arch and renames arm to arm32 to stay consistent with the other architectures. The name arm can still be used for configuring because it has been added as an alias for arm32. Additionally, the one piece of ARM inline assembly that can be found in Botan doesn't work on 64 bit ARM, so I use the solution that has been proposed in #180: Use __builtin_bswap32 instead of inline assembly.
Diffstat (limited to 'src/build-data/arch/arm32.txt')
-rw-r--r--src/build-data/arch/arm32.txt45
1 files changed, 45 insertions, 0 deletions
diff --git a/src/build-data/arch/arm32.txt b/src/build-data/arch/arm32.txt
new file mode 100644
index 000000000..67be376d6
--- /dev/null
+++ b/src/build-data/arch/arm32.txt
@@ -0,0 +1,45 @@
+endian little
+family arm
+
+<aliases>
+arm
+armel # For Debian
+armhf # For Debian
+evbarm # For NetBSD
+</aliases>
+
+<submodels>
+armv2
+armv2a
+armv3
+armv3m
+armv4
+armv5
+armv5e
+armv5te
+armv6
+armv6j
+armv6t2
+armv6z
+armv6zk
+armv6-m
+armv7
+armv7-a
+armv7-r
+armv7-m
+iwmmxt
+iwmmxt2
+ep9312
+</submodels>
+
+<submodel_aliases>
+strongarm -> armv4
+xscale -> armv5te
+cortex-a8 -> armv7-a
+cortex-a9 -> armv7-a
+</submodel_aliases>
+
+<isa_extensions>
+neon
+</isa_extensions>
+