diff options
author | Nick Clifton <nickc@redhat.com> | 1997-09-16 21:21:30 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 1997-09-16 21:21:30 +0000 |
commit | 5bb28764085071f64e6eae9de388ea72893150df (patch) | |
tree | 152736724d98b6c7fd2b1fc7b0298ba454150e44 /bfd/bfd-in2.h | |
parent | 752851788a0a9976575a6efffa672120d7a45353 (diff) | |
download | gdb-5bb28764085071f64e6eae9de388ea72893150df.zip gdb-5bb28764085071f64e6eae9de388ea72893150df.tar.gz gdb-5bb28764085071f64e6eae9de388ea72893150df.tar.bz2 |
Add support for a 16 bit reloc against the TDA pointer!
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 4d0ac33..b117532 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1989,6 +1989,9 @@ data area pointer. */ /* This is a 7 bit offset from the tiny data area pointer. */ BFD_RELOC_V850_TDA_7_7_OFFSET, + +/* This is a 16 bit offset from the tiny data area pointer. */ + BFD_RELOC_V850_TDA_16_16_OFFSET, /* start-sanitize-v850e */ /* This is a 5 bit offset (of which only 4 bits are used) from the tiny |