diff options
Diffstat (limited to 'include/elf/m68k.h')
-rw-r--r-- | include/elf/m68k.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/elf/m68k.h b/include/elf/m68k.h index 3665d72..8751729 100644 --- a/include/elf/m68k.h +++ b/include/elf/m68k.h @@ -76,4 +76,10 @@ END_RELOC_NUMBERS (R_68K_max) #define EF_M68K_CF_FLOAT 0x40 /* Has float insns */ #define EF_M68K_CF_MASK 0xFF +/* We use the bottom 8 bits to encode information about the + CPU32 variant. If we use any of these bits, the top 24 bits must + be EF_M68K_CPU32. */ +#define EF_M68K_CPU32_FIDO_A 0x01 +#define EF_M68K_CPU32_MASK 0xFF + #endif |