* cr16.h (R_CR16_GOT_REGREL20, R_CR16_GOTC_REGREL20 and
authorM R Swami Reddy <MR.Swami.Reddy@nsc.com>
Thu, 27 Nov 2008 11:35:39 +0000 (11:35 +0000)
committerM R Swami Reddy <MR.Swami.Reddy@nsc.com>
Thu, 27 Nov 2008 11:35:39 +0000 (11:35 +0000)
R_CR16_GLOB_DAT): New relocations.

include/elf/ChangeLog
include/elf/cr16.h

index d597cb4..23b6ee1 100644 (file)
@@ -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.
index adb243d..c48c372 100644 (file)
@@ -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 */