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 | b401d8e5177636bf0df4c3fc1861ce8661dc1389 (patch) | |
tree | 8d04511c0d560fd97cebbb2c0a91bfadc41e3d4c /bfd/elf64-mips.c | |
parent | 3c44da9aefb4e787b829d06be8ad38cae3987410 (diff) | |
download | gdb-b401d8e5177636bf0df4c3fc1861ce8661dc1389.zip gdb-b401d8e5177636bf0df4c3fc1861ce8661dc1389.tar.gz gdb-b401d8e5177636bf0df4c3fc1861ce8661dc1389.tar.bz2 |
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 abd0f0e..df1d34e 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 */ |