diff options
author | Richard Henderson <rth@redhat.com> | 1998-04-26 01:33:51 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 1998-04-26 01:33:51 +0000 |
commit | 2506b5688c22ae1bc610c8a1d7ef979a31b58af9 (patch) | |
tree | 951e4838ae18fde07c2c2ad5b1c238244a02f337 /bfd/ChangeLog | |
parent | 986c3691f2fbae75e9d2b314e000b46d3aa393a3 (diff) | |
download | gdb-2506b5688c22ae1bc610c8a1d7ef979a31b58af9.zip gdb-2506b5688c22ae1bc610c8a1d7ef979a31b58af9.tar.gz gdb-2506b5688c22ae1bc610c8a1d7ef979a31b58af9.tar.bz2 |
* elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members.
(elf64_alpha_relax_section): Fill them in.
(elf64_alpha_relax_opt_call): Implement more than a stub.
(elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default
alignment on .scommon.
(elf64_alpha_merge_gots): Merge use counts as well.
Diffstat (limited to 'bfd/ChangeLog')
-rw-r--r-- | bfd/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c1f1ab5..2710c8b 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,12 @@ +Sat Apr 25 18:29:07 1998 Richard Henderson <rth@cygnus.com> + + * elf64-alpha.c (struct alpha_relax_info): Add tsec & elfsym members. + (elf64_alpha_relax_section): Fill them in. + (elf64_alpha_relax_opt_call): Implement more than a stub. + (elf64_alpha_add_symbol_hook): Don't set SEC_LOAD or default + alignment on .scommon. + (elf64_alpha_merge_gots): Merge use counts as well. + Sat Apr 25 14:07:29 1998 Richard Henderson <rth@cygnus.com> * elf64-alpha.c (elf64_alpha_relax_section): Use the proper section |