diff options
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/elf64-ppc.c | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index bf17264..13a97b1 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -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. diff --git a/bfd/elf64-ppc.c b/bfd/elf64-ppc.c index 91610aa..bf2a6d7 100644 --- a/bfd/elf64-ppc.c +++ b/bfd/elf64-ppc.c @@ -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; |