diff options
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 1a16e89..aa035b0 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -2054,6 +2054,14 @@ instruction. */ /* This is a 16bit pcrel reloc for the mn10300, offset by two bytes in the instruction. */ BFD_RELOC_MN10300_16_PCREL, +/* start-sanitize-sky */ + +/* SKY TXVU Relocations. +This is an 11-bit pc relative reloc. The recorded address is for the +lower instruction word. */ + BFD_RELOC_TXVU_11_PCREL, +/* end-sanitize-sky */ + BFD_RELOC_UNUSED }; typedef enum bfd_reloc_code_real bfd_reloc_code_real_type; reloc_howto_type * |