diff options
author | Nick Clifton <nickc@redhat.com> | 2001-02-11 23:21:01 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2001-02-11 23:21:01 +0000 |
commit | b01e577f0805fb7ae13db5be95454b5998c1b917 (patch) | |
tree | e5d379a5b8516a92515be5d81ae02fce38f29ae3 /bfd/elf64-mips.c | |
parent | a52ae715e4cce477b3f304e89b1ad9d2bf86e5fc (diff) | |
download | gdb-b01e577f0805fb7ae13db5be95454b5998c1b917.tar.gz |
oops - omitted from previous delta
Diffstat (limited to 'bfd/elf64-mips.c')
-rw-r--r-- | bfd/elf64-mips.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 */ |