aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Henderson <rth@redhat.com>1998-05-18 07:14:11 +0000
committerRichard Henderson <rth@redhat.com>1998-05-18 07:14:11 +0000
commitb0f7df06530e2fc3ac12db759b327448264da93e (patch)
tree2ab34e315bc201f26f1e4b1874b6cd42156b5f79
parent7ee554b50ec4250da314bde4ff0fdfb0e70a88d3 (diff)
downloadfsf-binutils-gdb-b0f7df06530e2fc3ac12db759b327448264da93e.zip
fsf-binutils-gdb-b0f7df06530e2fc3ac12db759b327448264da93e.tar.gz
fsf-binutils-gdb-b0f7df06530e2fc3ac12db759b327448264da93e.tar.bz2
* elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
(elf64_alpha_can_merge_gots, elf64_alpha_merge_gots, elf64_alpha_size_got_sections): Rewrite, handling multiple got subsections during relaxation more correctly.
-rw-r--r--bfd/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 3495a40..d4770e9 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,10 @@
+Mon May 18 00:09:28 1998 Richard Henderson <rth@cygnus.com>
+
+ * elf64-alpha.c (elf64_alpha_relax_section): Set again on changes.
+ (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots,
+ elf64_alpha_size_got_sections): Rewrite, handling multiple got
+ subsections during relaxation more correctly.
+
Thu May 14 14:22:58 1998 Nick Clifton <nickc@cygnus.com>
* bfd-in2.h: Add new prototype: bfd_coff_set_symbol_class ().