diff options
-rw-r--r-- | include/elf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/elf.h b/include/elf.h index 4611f3f29..5ce5c694a 100644 --- a/include/elf.h +++ b/include/elf.h @@ -354,6 +354,7 @@ typedef struct /* NIOS magic number - no EABI available. */ #define EM_NIOS32 0xFEBB +/* AVR32 magic number from ATMEL */ #define EM_AVR32 0x18ad /* V850 backend magic number. Written in the absense of an ABI. */ |