diff options
author | Richard Sandiford <rsandifo@nildram.co.uk> | 2011-05-15 19:04:20 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@nildram.co.uk> | 2011-05-15 19:04:20 +0000 |
commit | f2cc39fbf4c54ef4d6eead79d4587dc2bd049f64 (patch) | |
tree | 4815071ef5a836947a4639f30eac9e925bade617 /bfd/ChangeLog | |
parent | 1d0e873a71a28ac05e80042b5dcce69c697ac643 (diff) | |
download | binutils-redhat-f2cc39fbf4c54ef4d6eead79d4587dc2bd049f64.tar.gz |
bfd/
PR ld/12637
* elfxx-mips.c (mips_elf_merge_got_with): Use arg->global_count
as the number of global entries when merging with the primary GOT.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index b9d811fbb6..dea69f59d0 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,9 @@ +2011-05-15 Richard Sandiford <rdsandiford@googlemail.com> + + PR ld/12637 + * elfxx-mips.c (mips_elf_merge_got_with): Use arg->global_count + as the number of global entries when merging with the primary GOT. + 2011-05-13 Alan Modra <amodra@gmail.com> Apply 2011-04-17 Jan Kratochvil <jan.kratochvil@redhat.com> |