diff options
author | Richard Henderson <rth@redhat.com> | 1998-11-16 04:31:19 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-11-16 04:31:19 +0000 |
commit | 34c304a78cb5003fd8219f7dfa8ab4a72c045bfa (patch) | |
tree | 51a16d9c76a5fe744a69134f4467c686a48065f2 /bfd | |
parent | dc52ee8cf0200e5a34f1dc0b90f005126d474449 (diff) | |
download | gdb-34c304a78cb5003fd8219f7dfa8ab4a72c045bfa.zip gdb-34c304a78cb5003fd8219f7dfa8ab4a72c045bfa.tar.gz gdb-34c304a78cb5003fd8219f7dfa8ab4a72c045bfa.tar.bz2 |
* elf64-alpha.c (elf64_alpha_relax_section): Search for the proper
element of the gotentry list for local symbols too.
(elf64_alpha_relocate_section): Unify local and global handling.
Assert that gotent->use_count > 0.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index e388d63..473e376 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,10 @@ +Sun Nov 15 20:28:25 1998 Richard Henderson <rth@cygnus.com> + + * elf64-alpha.c (elf64_alpha_relax_section): Search for the proper + element of the gotentry list for local symbols too. + (elf64_alpha_relocate_section): Unify local and global handling. + Assert that gotent->use_count > 0. + Sat Nov 14 15:16:01 1998 Ian Lance Taylor <ian@cygnus.com> * configure.in (vms_alpha_vec): Rename from evax_alpha_vec, and |