mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +00:00
Add two of the float related ARM-specific entries for e_flags needed for
linkers to interact with GNU ld. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177016 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -588,6 +588,8 @@ enum {
|
|||||||
|
|
||||||
// ARM Specific e_flags
|
// ARM Specific e_flags
|
||||||
enum {
|
enum {
|
||||||
|
EF_ARM_SOFT_FLOAT = 0x00000200U,
|
||||||
|
EF_ARM_VFP_FLOAT = 0x00000400U,
|
||||||
EF_ARM_EABI_UNKNOWN = 0x00000000U,
|
EF_ARM_EABI_UNKNOWN = 0x00000000U,
|
||||||
EF_ARM_EABI_VER1 = 0x01000000U,
|
EF_ARM_EABI_VER1 = 0x01000000U,
|
||||||
EF_ARM_EABI_VER2 = 0x02000000U,
|
EF_ARM_EABI_VER2 = 0x02000000U,
|
||||||
|
Reference in New Issue
Block a user