]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
Added new relocations to handle the call table.
authorNick Clifton <nickc@redhat.com>
Wed, 17 Sep 1997 23:39:04 +0000 (23:39 +0000)
committerNick Clifton <nickc@redhat.com>
Wed, 17 Sep 1997 23:39:04 +0000 (23:39 +0000)
include/elf/ChangeLog
include/elf/v850.h

index 1c34a68671a99f15092a4765a6f6000ac22a90c9..03580dd76ec3f77df6392ba136f6486bdc65a0be 100644 (file)
@@ -1,3 +1,9 @@
+start-sanitize-v850e
+Wed Sep 17 16:41:42 1997  Nick Clifton  <nickc@cygnus.com>
+
+       * v850.h: Add R_V850_CALLT_6_7_OFFSET and R_V850_CALLT_16_16_OFFSET.
+
+end-sanitize-v850e
 Tue Sep 16 14:16:17 1997  Nick Clifton  <nickc@cygnus.com>
 
        * v850.h (reloc_type): Add R_V850_TDA_16_16_OFFSET.
index 5e336ec8369ef85a39f1cafaeb629cdc7b04e8a0..fa28eaa66b6c9032e728bd57f2b8c2ca83dc7adb 100644 (file)
@@ -75,6 +75,8 @@ enum reloc_type
   R_V850_TDA_4_4_OFFSET,               /* For sld.bu */
   R_V850_SDA_16_16_SPLIT_OFFSET,       /* For ld.bu */
   R_V850_ZDA_16_16_SPLIT_OFFSET,       /* For ld.bu */
+  R_V850_CALLT_6_7_OFFSET,             /* For callt */
+  R_V850_CALLT_16_16_OFFSET,           /* For callt */
 /* end-sanitize-v850e */
   R_V850_max
 };