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/reloc.c | |
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/reloc.c')
-rw-r--r-- | bfd/reloc.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bfd/reloc.c b/bfd/reloc.c index cf0674a..20be20d 100644 --- a/bfd/reloc.c +++ b/bfd/reloc.c @@ -2281,6 +2281,18 @@ ENUM BFD_RELOC_V850_22_PCREL ENUMDOC This is a 22-bit reloc +ENUM + BFD_RELOC_V850_SDA_OFFSET +ENUMDOC + This is an offset from the short data area pointer.. +ENUM + BFD_RELOC_V850_ZDA_OFFSET +ENUMDOC + This is an offset from the zero data area pointer.. +ENUM + BFD_RELOC_V850_TDA_OFFSET +ENUMDOC + This is an offset from the tiny data area pointer.. COMMENT {* end-sanitize-v850 *} |