diff options
Diffstat (limited to 'include/elf/nios2.h')
-rw-r--r-- | include/elf/nios2.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/elf/nios2.h b/include/elf/nios2.h index ff5947b..7686350 100644 --- a/include/elf/nios2.h +++ b/include/elf/nios2.h @@ -75,7 +75,8 @@ START_RELOC_NUMBERS (elf_nios2_reloc_type) RELOC_NUMBER (R_NIOS2_JUMP_SLOT, 38) RELOC_NUMBER (R_NIOS2_RELATIVE, 39) RELOC_NUMBER (R_NIOS2_GOTOFF, 40) - RELOC_NUMBER (R_NIOS2_ILLEGAL, 41) + RELOC_NUMBER (R_NIOS2_CALL26_NOAT, 41) + RELOC_NUMBER (R_NIOS2_ILLEGAL, 42) END_RELOC_NUMBERS (R_NIOS2_maxext) /* Processor-specific section flags. */ |