diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-07 19:46:25 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-07 19:46:25 +0000 |
commit | 662a6d9e111c4e2658b3392b8e9e18a25e4b4d2c (patch) | |
tree | 69b3ff794f05163b4e68772d917de7ea3338f0a5 /gas | |
parent | a5586bdc2fad7a2fcaa65702ada82102d2a65d78 (diff) | |
download | gdb-662a6d9e111c4e2658b3392b8e9e18a25e4b4d2c.zip gdb-662a6d9e111c4e2658b3392b8e9e18a25e4b4d2c.tar.gz gdb-662a6d9e111c4e2658b3392b8e9e18a25e4b4d2c.tar.bz2 |
* 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.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 7e66d49..4569bb0 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,5 +1,8 @@ Wed May 7 15:39:48 1997 Ian Lance Taylor <ian@cygnus.com> + * 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 |