diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-12-14 20:12:31 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-12-14 20:12:31 +0000 |
commit | b14630f2df26c8650e8bd7c5169c675f76fdf8bb (patch) | |
tree | a00c1fb815b8a6cd518495563a07641e98e7a8c5 /gas | |
parent | 0d709d3137ba26f7e93c3ca8a40d5c2464348a51 (diff) | |
download | gdb-b14630f2df26c8650e8bd7c5169c675f76fdf8bb.zip gdb-b14630f2df26c8650e8bd7c5169c675f76fdf8bb.tar.gz gdb-b14630f2df26c8650e8bd7c5169c675f76fdf8bb.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index bacd272..d8b4990 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,8 @@ +Thu Dec 14 15:09:52 1995 Ian Lance Taylor <ian@cygnus.com> + + * 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 <ian@cygnus.com> * Makefile.in (DISTCLEAN_HERE): New variable. |