aboutsummaryrefslogtreecommitdiff
path: root/include/elf
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-17 23:39:04 +0000
committerNick Clifton <nickc@redhat.com>1997-09-17 23:39:04 +0000
commit03d532924421f3dcb3cfdb820e1be189aaf618e4 (patch)
tree06a1af9c11974d9548deb5fb1aa40821457b6986 /include/elf
parent2a3b391bbe2bd64de9818e9cd1d7a3a967d2ed81 (diff)
downloadgdb-03d532924421f3dcb3cfdb820e1be189aaf618e4.zip
gdb-03d532924421f3dcb3cfdb820e1be189aaf618e4.tar.gz
gdb-03d532924421f3dcb3cfdb820e1be189aaf618e4.tar.bz2
Added new relocations to handle the call table.
Diffstat (limited to 'include/elf')
-rw-r--r--include/elf/ChangeLog6
-rw-r--r--include/elf/v850.h2
2 files changed, 8 insertions, 0 deletions
diff --git a/include/elf/ChangeLog b/include/elf/ChangeLog
index 1c34a68..03580dd 100644
--- a/include/elf/ChangeLog
+++ b/include/elf/ChangeLog
@@ -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.
diff --git a/include/elf/v850.h b/include/elf/v850.h
index 5e336ec..fa28eaa 100644
--- a/include/elf/v850.h
+++ b/include/elf/v850.h
@@ -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
};