mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 10:00:51 +00:00
Add AArch32 support for arm gold linker.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2015-04-07 HC Yen <hc.yen@mediatek.com>
|
||||
|
||||
* arm.h: Add TAG_CPU_ARCH_V8 in Tag_CPU_arch EABI attribute.
|
||||
|
||||
2015-02-09 Mark Wielaard <mjw@redhat.com>
|
||||
|
||||
* dwarf.h (enum DW_LANG): Add DW_LANG_C_plus_plus_11,
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user