diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-17 23:50:21 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-17 23:50:21 +0000 |
commit | 9420c20ac47c4e73986ee590530f667b7a7f7e3b (patch) | |
tree | 41dc64b832b42dd1aa9470bf61103378800decf4 /bfd/bfd-in2.h | |
parent | 2001e533ffd6a46548cf3bf192e57649aebe8c1b (diff) | |
download | gdb-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.h | 6 |
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 */ |