]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
* elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
authorAlan Modra <amodra@gmail.com>
Mon, 7 Oct 2002 00:06:48 +0000 (00:06 +0000)
committerAlan Modra <amodra@gmail.com>
Mon, 7 Oct 2002 00:06:48 +0000 (00:06 +0000)
bfd/ChangeLog
bfd/elf64-ppc.c

index 60ebb5c313afb6c7b06166c81ea74d6a9c9982f8..9d70814c41afbc7d6301ac09efb8de3dd22108f3 100644 (file)
@@ -1,3 +1,7 @@
+2002-10-07  Alan Modra  <amodra@bigpond.net.au>
+
+       * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
+
 2002-09-28  Alan Modra  <amodra@bigpond.net.au>
 
        * elf.c (map_sections_to_segments): Correct test for start of
index 1a981d2121ed8eb8c4d5422426073025c66b0251..4df75ae5c731fb7d29309fdbb4a60e10167582bc 100644 (file)
@@ -5164,6 +5164,7 @@ ppc64_elf_build_stubs (info)
            }
          bfd_put_32 (htab->sglink->owner,
                      B_DOT | ((htab->sglink->contents - p) & 0x3fffffc), p);
+         indx++;
          p += 4;
        }
       htab->sglink->_cooked_size = p - htab->sglink->contents;