diff options
author | Jeff Law <law@redhat.com> | 1996-10-17 04:45:29 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-10-17 04:45:29 +0000 |
commit | b6d08fce22121e4e551dfa9ae7eb8578354685b8 (patch) | |
tree | fd077cc25b70803d8c6e1175c71ee070f425d056 /bfd/bfd-in2.h | |
parent | 148b365e90b66dd279048529c8c551af793964db (diff) | |
download | gdb-b6d08fce22121e4e551dfa9ae7eb8578354685b8.zip gdb-b6d08fce22121e4e551dfa9ae7eb8578354685b8.tar.gz gdb-b6d08fce22121e4e551dfa9ae7eb8578354685b8.tar.bz2 |
* elf32-v850.c (enum reloc_type): Add R_V850_SDA_OFFSET,
R_V850_TDA_OFFSET and R_V850_ZDA_OFFSET.
(elf_v850_howto_table): Corresponding changes.
(elf_v850_reloc_map): Corresponding changes.
* reloc.c: Add additional V850 relocations.
* bfd-in2.h, libbfd.h: Rebuilt.
Diffstat (limited to 'bfd/bfd-in2.h')
-rw-r--r-- | bfd/bfd-in2.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/bfd-in2.h b/bfd/bfd-in2.h index 4767c0c..220ed5b 100644 --- a/bfd/bfd-in2.h +++ b/bfd/bfd-in2.h @@ -1864,6 +1864,15 @@ This is a 24 bit address. */ /* This is a 22-bit reloc */ BFD_RELOC_V850_22_PCREL, + +/* This is an offset from the short data area pointer.. */ + BFD_RELOC_V850_SDA_OFFSET, + +/* This is an offset from the zero data area pointer.. */ + BFD_RELOC_V850_ZDA_OFFSET, + +/* This is an offset from the tiny data area pointer.. */ + BFD_RELOC_V850_TDA_OFFSET, /* end-sanitize-v850 */ BFD_RELOC_UNUSED }; |