From: Ian Lance Taylor Date: Wed, 7 May 1997 19:46:25 +0000 (+0000) Subject: * config/obj-coff.c (write_object_file): Just pass NULL to X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=662a6d9e111c4e2658b3392b8e9e18a25e4b4d2c;p=binutils-gdb.git * config/obj-coff.c (write_object_file): Just pass NULL to md_do_align, not the address of a char holding NOP_OPCODE. Fixes a problem with the m88k SVR3 .init section as used by gcc. --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 7e66d49fd97..4569bb009ba 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed May 7 15:39:48 1997 Ian Lance Taylor + * config/obj-coff.c (write_object_file): Just pass NULL to + md_do_align, not the address of a char holding NOP_OPCODE. + * config/tc-mips.c (macro): Handle constants for M_LI_D and M_LI_DD. (mips_ip): For 'F', 'L', 'f', and 'l', generate a constant rather