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/libbfd.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/libbfd.h')
-rw-r--r-- | bfd/libbfd.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/libbfd.h b/bfd/libbfd.h index 02d1279..aa3dd61 100644 --- a/bfd/libbfd.h +++ b/bfd/libbfd.h @@ -756,6 +756,9 @@ static const char *const bfd_reloc_code_real_names[] = { "@@uninitialized@@", /* start-sanitize-v850 */ "BFD_RELOC_V850_9_PCREL", "BFD_RELOC_V850_22_PCREL", + "BFD_RELOC_V850_SDA_OFFSET", + "BFD_RELOC_V850_ZDA_OFFSET", + "BFD_RELOC_V850_TDA_OFFSET", /* end-sanitize-v850 */ "@@overflow: BFD_RELOC_UNUSED@@", |