diff options
Diffstat (limited to 'bfd/elf32-moxie.c')
-rw-r--r-- | bfd/elf32-moxie.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-moxie.c b/bfd/elf32-moxie.c index d9fc24f..51b0cfc 100644 --- a/bfd/elf32-moxie.c +++ b/bfd/elf32-moxie.c @@ -371,6 +371,7 @@ moxie_elf_check_relocs (bfd *abfd, #define ELF_ARCH bfd_arch_moxie #define ELF_MACHINE_CODE EM_MOXIE +#define ELF_MACHINE_ALT1 EM_MOXIE_OLD #define ELF_MAXPAGESIZE 0x1 #define TARGET_BIG_SYM moxie_elf32_be_vec |