From: Ian Lance Taylor Date: Thu, 28 Sep 1995 17:57:06 +0000 (+0000) Subject: * coffcode.h (coff_new_section_hook): Make sure that the alignment X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=46b5a8926d07518b5508247fd1151c7d9924ccb7;p=binutils-gdb.git * coffcode.h (coff_new_section_hook): Make sure that the alignment of .ctors and .dtors sections is no larger than 2. PR 8006. --- diff --git a/bfd/ChangeLog b/bfd/ChangeLog index c32e61ba1ee..d3f5216fbdc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Thu Sep 28 11:19:53 1995 Ian Lance Taylor + * 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.