summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2007-10-01 15:55:40 +0000
committerNick Clifton <nickc@redhat.com>2007-10-01 15:55:40 +0000
commit571685454909cbe5af908b4a85a6fab6eb682216 (patch)
treebba397e3e883ad13f36e2b2eea1621cbb95c010e /include
parent4413ec01b5361aa070a98c73b65ba092e069b23b (diff)
downloadcygnal-571685454909cbe5af908b4a85a6fab6eb682216.tar.gz
cygnal-571685454909cbe5af908b4a85a6fab6eb682216.tar.bz2
cygnal-571685454909cbe5af908b4a85a6fab6eb682216.zip
Various CR16 fixes
Diffstat (limited to 'include')
-rw-r--r--include/elf/ChangeLog4
-rw-r--r--include/elf/cr16.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index dd354e860..76449a274 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -1,3 +1,7 @@
+2007-10-01 M R Swami Reddy <MR.Swami.Reddy@nsc.com>
+
+ * cr16.h: Updated with new relocaction macros.
+
2007-09-17 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/3281
diff --git a/include/elf/cr16.h b/include/elf/cr16.h
index e3f6c50b1..adb243dc9 100644
--- a/include/elf/cr16.h
+++ b/include/elf/cr16.h
@@ -51,6 +51,9 @@ START_RELOC_NUMBERS(elf_cr16_reloc_type)
RELOC_NUMBER (R_CR16_DISP16, 23)
RELOC_NUMBER (R_CR16_DISP24, 24)
RELOC_NUMBER (R_CR16_DISP24a, 25)
+ RELOC_NUMBER (R_CR16_SWITCH8, 26)
+ RELOC_NUMBER (R_CR16_SWITCH16, 27)
+ RELOC_NUMBER (R_CR16_SWITCH32, 28)
END_RELOC_NUMBERS(R_CR16_MAX)
#endif /* _ELF_CR16_H */