From b14630f2df26c8650e8bd7c5169c675f76fdf8bb Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Thu, 14 Dec 1995 20:12:31 +0000 Subject: [PATCH] * config/obj-coff.c (write_object_file): Set the s_align field to the number of bytes, rather than to the power of 2. PR 8674, 8678. --- gas/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gas/ChangeLog b/gas/ChangeLog index bacd2725a4..d8b4990c17 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 14 15:09:52 1995 Ian Lance Taylor + + * config/obj-coff.c (write_object_file): Set the s_align field to + the number of bytes, rather than to the power of 2. + Tue Dec 12 12:19:37 1995 Ian Lance Taylor * Makefile.in (DISTCLEAN_HERE): New variable. -- 2.34.1