* elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.

This commit is contained in:
Alan Modra 2002-10-07 00:06:01 +00:00
parent 33d77d9173
commit a16d5acb50
2 changed files with 5 additions and 0 deletions

View 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-10-06 Alan Modra <amodra@bigpond.net.au>
* opncls.c: Formatting.

View File

@ -5161,6 +5161,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;