* coffcode.h (coff_new_section_hook): Make sure that the alignment
authorIan Lance Taylor <ian@airs.com>
Thu, 28 Sep 1995 17:57:06 +0000 (17:57 +0000)
committerIan Lance Taylor <ian@airs.com>
Thu, 28 Sep 1995 17:57:06 +0000 (17:57 +0000)
of .ctors and .dtors sections is no larger than 2.
PR 8006.

bfd/ChangeLog

index c32e61ba1eec05768460faecc68898ac0ffd1794..d3f5216fbdc275deef9ce570eaee5a8dcfb311bb 100644 (file)
@@ -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.