diff options
Diffstat (limited to 'bfd/mipsbsd.c')
-rw-r--r-- | bfd/mipsbsd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bfd/mipsbsd.c b/bfd/mipsbsd.c index 098e791..851c341 100644 --- a/bfd/mipsbsd.c +++ b/bfd/mipsbsd.c @@ -283,8 +283,8 @@ static reloc_howto_type mips_howto_table_ext[] = {MIPS_RELOC_HI16, 16, 2, 16, FALSE, 0, complain_overflow_bitfield, 0, "HI16", FALSE, 0, 0x0000ffff, FALSE}, {MIPS_RELOC_HI16_S, 16, 2, 16, FALSE, 0, complain_overflow_bitfield, - mips_fix_hi16_s, - "HI16_S", FALSE, 0, 0x0000ffff, FALSE}, + mips_fix_hi16_s, + "HI16_S", FALSE, 0, 0x0000ffff, FALSE}, {MIPS_RELOC_LO16, 0, 2, 16, FALSE, 0, complain_overflow_dont, 0, "LO16", FALSE, 0, 0x0000ffff, FALSE}, }; |