From 2449132744a7081d1c8619da45cc9870d9c98fb3 Mon Sep 17 00:00:00 2001 From: Han Shen Date: Tue, 7 Apr 2015 17:20:11 -0700 Subject: Add AArch32 support for arm gold linker. --- elfcpp/ChangeLog | 4 ++++ elfcpp/arm.h | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) (limited to 'elfcpp') diff --git a/elfcpp/ChangeLog b/elfcpp/ChangeLog index f298d80..5cc38cb 100644 --- a/elfcpp/ChangeLog +++ b/elfcpp/ChangeLog @@ -1,3 +1,7 @@ +2015-04-07 HC Yen + + * arm.h: Add TAG_CPU_ARCH_V8 in Tag_CPU_arch EABI attribute. + 2015-02-09 Mark Wielaard * dwarf.h (enum DW_LANG): Add DW_LANG_C_plus_plus_11, diff --git a/elfcpp/arm.h b/elfcpp/arm.h index c9cb753..14109b9 100644 --- a/elfcpp/arm.h +++ b/elfcpp/arm.h @@ -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) -- cgit v1.1