aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/nios2.h3
2 files changed, 6 insertions, 1 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index b9127b4..28272d8 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2014-01-30 Sandra Loosemore <sandra@codesourcery.com>
+
+ * nios2.h (elf_nios2_reloc_type): Add R_NIOS2_CALL26_NOAT.
+
2014-01-30 Ulrich Weigand <uweigand@de.ibm.com>
* common.h (AT_HWCAP2): Define.
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. */