aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorM R Swami Reddy <MR.Swami.Reddy@nsc.com>2008-11-27 11:35:39 +0000
committerM R Swami Reddy <MR.Swami.Reddy@nsc.com>2008-11-27 11:35:39 +0000
commite73521d6c7afa351268dbb2f3d8f464511d7358e (patch)
tree3a7d3d3b0aac77d1f421ddcd688832be1b66b4ce /include
parent59b098c97067d1eb3516e704e3941ca4b4701d1b (diff)
downloadfsf-binutils-gdb-e73521d6c7afa351268dbb2f3d8f464511d7358e.zip
fsf-binutils-gdb-e73521d6c7afa351268dbb2f3d8f464511d7358e.tar.gz
fsf-binutils-gdb-e73521d6c7afa351268dbb2f3d8f464511d7358e.tar.bz2
* cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20 and
R_CR16_GLOB_DAT): New relocations.
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog5
-rw-r--r--include/elf/cr16.h3
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d597cb4..23b6ee1 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-27 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+ * cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20 and
+ R_CR16_GLOB_DAT): New relocations.
+
2008-11-25 Hans-Peter Nilsson <hp@axis.com>
* cris.h (R_CRIS_32_TPREL): Correct comment.
diff --git a/include/elf/cr16.h b/include/elf/cr16.h
index adb243d..c48c372 100644
--- a/include/elf/cr16.h
+++ b/include/elf/cr16.h
@@ -54,6 +54,9 @@ START_RELOC_NUMBERS(elf_cr16_reloc_type)
RELOC_NUMBER (R_CR16_SWITCH8, 26)
RELOC_NUMBER (R_CR16_SWITCH16, 27)
RELOC_NUMBER (R_CR16_SWITCH32, 28)
+ RELOC_NUMBER (R_CR16_GOT_REGREL20, 29)
+ RELOC_NUMBER (R_CR16_GOTC_REGREL20, 30)
+ RELOC_NUMBER (R_CR16_GLOB_DAT, 31)
END_RELOC_NUMBERS(R_CR16_MAX)
#endif /* _ELF_CR16_H */