From 8ba027ecb9cd7215d81b77fdf687fe9909601d89 Mon Sep 17 00:00:00 2001
From: Swami Reddy M R <MR.Swami.Reddy@nsc.com>
Date: Thu, 27 Nov 2008 11:35:39 +0000
Subject: [PATCH] 	* cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20
 and 	R_CR16_GLOB_DAT): New relocations.

---
 include/elf/ChangeLog | 5 +++++
 include/elf/cr16.h    | 3 +++
 2 files changed, 8 insertions(+)

diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index d597cb4cf..23b6ee147 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 adb243dc9..c48c372a0 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 */