aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1995-09-28 17:57:06 +0000
committerIan Lance Taylor <ian@airs.com>1995-09-28 17:57:06 +0000
commit46b5a8926d07518b5508247fd1151c7d9924ccb7 (patch)
treed4d54551aa072e7e8a0b25f21e4316d74c834e91
parent8de16e560331bfd71d0477038d26fa659c3f2df7 (diff)
downloadgdb-46b5a8926d07518b5508247fd1151c7d9924ccb7.zip
gdb-46b5a8926d07518b5508247fd1151c7d9924ccb7.tar.gz
gdb-46b5a8926d07518b5508247fd1151c7d9924ccb7.tar.bz2
* coffcode.h (coff_new_section_hook): Make sure that the alignment
of .ctors and .dtors sections is no larger than 2. PR 8006.
-rw-r--r--bfd/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index c32e61b..d3f5216 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,5 +1,8 @@
Thu Sep 28 11:19:53 1995 Ian Lance Taylor <ian@cygnus.com>
+ * coffcode.h (coff_new_section_hook): Make sure that the alignment
+ of .ctors and .dtors sections is no larger than 2.
+
* sunos.c (sunos_add_one_symbol): Don't change
bfd_link_hash_common to bfd_link_hash_new, since it may be on the
undef list.