diff options
Diffstat (limited to 'bfd/elf32-v850.c')
-rw-r--r-- | bfd/elf32-v850.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-v850.c b/bfd/elf32-v850.c index 4fb17a0..46d0432 100644 --- a/bfd/elf32-v850.c +++ b/bfd/elf32-v850.c @@ -1761,7 +1761,7 @@ static const struct v850_elf_reloc_map v850_elf_reloc_map[] = static reloc_howto_type v800_elf_howto_table[] = { - V800_RELOC (R_V810_NONE, 0, 0, 0, dont, false, generic), /* Type = 0x30 */ + V800_RELOC (R_V810_NONE, 3, 0, 0, dont, false, generic), /* Type = 0x30 */ V800_RELOC (R_V810_BYTE, 0, 8, 0, dont, false, generic), V800_RELOC (R_V810_HWORD, 1, 16, 0, dont, false, generic), V800_RELOC (R_V810_WORD, 2, 32, 0, dont, false, generic), |