diff options
Diffstat (limited to 'bfd/elf32-i960.c')
-rw-r--r-- | bfd/elf32-i960.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/elf32-i960.c b/bfd/elf32-i960.c index 0fd00e0..978f2a1b 100644 --- a/bfd/elf32-i960.c +++ b/bfd/elf32-i960.c @@ -83,7 +83,7 @@ elf32_i960_relocate (bfd *abfd ATTRIBUTE_UNUSED, static reloc_howto_type elf_howto_table[]= { - HOWTO (R_960_NONE, 0, 0, 0, FALSE, 0, complain_overflow_bitfield, + HOWTO (R_960_NONE, 0, 3, 0, FALSE, 0, complain_overflow_dont, elf32_i960_relocate, "R_960_NONE", TRUE, 0x00000000, 0x00000000, FALSE), EMPTY_HOWTO (1), |