diff options
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 8c0a9ce..2f4d32b 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,12 @@ +Thu Nov 16 00:21:44 1995 Ken Raeburn <raeburn@cygnus.com> + + * config/obj-coff.c (write_object_file): Change use of md_do_align + to pass a pointer rather than a fill value, to match other uses. + Wed Nov 15 03:52:00 1995 Ken Raeburn <raeburn@cygnus.com> + * config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon. + * as.c (main): Move md_end call to just after call to perform_an_assembly_pass. Delete cpu-specific code here. * config/tc-i960.h (md_end): New macro, calls brtab_emit. |