oops - omitted from previous delta
authorNick Clifton <nickc@redhat.com>
Sun, 11 Feb 2001 23:21:01 +0000 (23:21 +0000)
committerNick Clifton <nickc@redhat.com>
Sun, 11 Feb 2001 23:21:01 +0000 (23:21 +0000)
bfd/elf64-mips.c

index abd0f0e571c3c5148d43345b7292a8a93cc22baa..df1d34e94e57eaa9c17db7f731f0613b46223f13 100644 (file)
@@ -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 */
This page took 0.030647 seconds and 4 git commands to generate.