aboutsummaryrefslogtreecommitdiff
path: root/bfd/libbfd.h
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-10-17 04:45:29 +0000
committerJeff Law <law@redhat.com>1996-10-17 04:45:29 +0000
commitb6d08fce22121e4e551dfa9ae7eb8578354685b8 (patch)
treefd077cc25b70803d8c6e1175c71ee070f425d056 /bfd/libbfd.h
parent148b365e90b66dd279048529c8c551af793964db (diff)
downloadgdb-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.h3
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@@",