* 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.

* config/tc-ns32k.h (TC_FIX_TYPE): Add missing semicolon.
This commit is contained in:
Ken Raeburn
1995-11-16 05:38:58 +00:00
parent 21ef3a298e
commit 7b889f5eed

View File

@ -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.