From: Nick Clifton Date: Sun, 11 Feb 2001 23:21:01 +0000 (+0000) Subject: oops - omitted from previous delta X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b401d8e5177636bf0df4c3fc1861ce8661dc1389;p=binutils-gdb.git oops - omitted from previous delta --- diff --git a/bfd/elf64-mips.c b/bfd/elf64-mips.c index abd0f0e571c..df1d34e94e5 100644 --- a/bfd/elf64-mips.c +++ b/bfd/elf64-mips.c @@ -161,7 +161,7 @@ static reloc_howto_type mips_elf64_howto_table_rel[] = complain_overflow_dont, /* complain_on_overflow */ /* This needs complex overflow detection, because the upper four - bits must match the PC. */ + bits must match the PC + 4. */ bfd_elf_generic_reloc, /* special_function */ "R_MIPS_26", /* name */ true, /* partial_inplace */ @@ -714,7 +714,7 @@ static reloc_howto_type mips_elf64_howto_table_rela[] = complain_overflow_dont, /* complain_on_overflow */ /* This needs complex overflow detection, because the upper four - bits must match the PC. */ + bits must match the PC + 4. */ bfd_elf_generic_reloc, /* special_function */ "R_MIPS_26", /* name */ true, /* partial_inplace */