diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-10-04 21:30:45 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-10-04 21:30:45 +0000 |
commit | ea4849d5b7c15403cc7881aadbab40e4e60b64b1 (patch) | |
tree | ebaa3e8803e30ec4e41e391da1387fa845c17b5f | |
parent | 28d19d032168f104b3e1ff2c6c319c1af434f139 (diff) | |
download | gdb-ea4849d5b7c15403cc7881aadbab40e4e60b64b1.zip gdb-ea4849d5b7c15403cc7881aadbab40e4e60b64b1.tar.gz gdb-ea4849d5b7c15403cc7881aadbab40e4e60b64b1.tar.bz2 |
* ecoff.c (_bfd_ecoff_new_section_hook): Default section alignment
power to 4, rather than using align_power_min.
-rw-r--r-- | bfd/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 4cdedc1..d4f37f3 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,8 @@ Tue Oct 4 11:23:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> + * ecoff.c (_bfd_ecoff_new_section_hook): Default section alignment + power to 4, rather than using align_power_min. + * coffcode.h (coff_new_section_hook): Don't use align_power_min; use COFF_DEFAULT_SECTION_ALIGNMENT_POWER instead. Force the .stab and .stabstr sections to be aligned to no more than 2. Remove |