Add AArch32 support for arm gold linker.

This commit is contained in:
Han Shen
2015-04-07 17:20:11 -07:00
parent 31ba1f58f8
commit 2449132744
4 changed files with 34 additions and 2 deletions

View File

@@ -248,7 +248,8 @@ enum
TAG_CPU_ARCH_V6_M,
TAG_CPU_ARCH_V6S_M,
TAG_CPU_ARCH_V7E_M,
MAX_TAG_CPU_ARCH = TAG_CPU_ARCH_V7E_M,
TAG_CPU_ARCH_V8,
MAX_TAG_CPU_ARCH = TAG_CPU_ARCH_V8,
// Pseudo-architecture to allow objects to be compatible with the subset of
// armv4t and armv6-m. This value should never be stored in object files.
TAG_CPU_ARCH_V4T_PLUS_V6_M = (MAX_TAG_CPU_ARCH + 1)