aboutsummaryrefslogtreecommitdiff
path: root/bfd/bfd-in2.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>1997-09-17 23:50:21 +0000
committerNick Clifton <nickc@redhat.com>1997-09-17 23:50:21 +0000
commit9420c20ac47c4e73986ee590530f667b7a7f7e3b (patch)
tree41dc64b832b42dd1aa9470bf61103378800decf4 /bfd/bfd-in2.h
parent2001e533ffd6a46548cf3bf192e57649aebe8c1b (diff)
downloadgdb-9420c20ac47c4e73986ee590530f667b7a7f7e3b.zip
gdb-9420c20ac47c4e73986ee590530f667b7a7f7e3b.tar.gz
gdb-9420c20ac47c4e73986ee590530f667b7a7f7e3b.tar.bz2
Added support for the call table relocations.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r--bfd/bfd-in2.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h
index b117532..cf4caec 100644
--- a/bfd/bfd-in2.h
+++ b/bfd/bfd-in2.h
@@ -2008,6 +2008,12 @@ bits placed non-contigously in the instruction. */
/* This is a 16 bit offset from the zero data area pointer, with the
bits placed non-contigously in the instruction. */
BFD_RELOC_V850_ZDA_16_16_SPLIT_OFFSET,
+
+/* This is a 6 bit offset from the call table base pointer. */
+ BFD_RELOC_V850_CALLT_6_7_OFFSET,
+
+/* This is a 16 bit offset from the call table base pointer. */
+ BFD_RELOC_V850_CALLT_16_16_OFFSET,
/* end-sanitize-v850e */