diff options
author | Ian Lance Taylor <ian@airs.com> | 1994-02-25 21:16:56 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1994-02-25 21:16:56 +0000 |
commit | 3919ffeb06afa58b22d9280b4a64bd685731433c (patch) | |
tree | 462ff30b49d54889a59ca218f942dc897f297387 /gas/ChangeLog | |
parent | 5e808126677845ec035cc169e41c909be3ec90f4 (diff) | |
download | fsf-binutils-gdb-3919ffeb06afa58b22d9280b4a64bd685731433c.zip fsf-binutils-gdb-3919ffeb06afa58b22d9280b4a64bd685731433c.tar.gz fsf-binutils-gdb-3919ffeb06afa58b22d9280b4a64bd685731433c.tar.bz2 |
* config/obj-coffbfd.c (fill_section): Correct test for whether to
fill a section (from Minh Tran-Le <TRANLE@intellicorp.com>).
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index c6d4e28..3ac5ef3 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ +Fri Feb 25 13:15:31 1994 Ian Lance Taylor (ian@cygnus.com) + + * config/obj-coffbfd.c (fill_section): Correct test for whether to + fill a section (from Minh Tran-Le <TRANLE@intellicorp.com>). + Thu Feb 24 11:30:26 1994 Ken Raeburn (raeburn@cujo.cygnus.com) + * configure.in: Don't require version number for i386-*-mach. + * read.c (potable): Added ".this_GCC_requires_the_GNU_assembler", which is ignored by gas, but will cause other assemblers to choke. Intended for use by gcc ports that require gas instead of native |