diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-05-07 19:41:17 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-05-07 19:41:17 +0000 |
commit | a5586bdc2fad7a2fcaa65702ada82102d2a65d78 (patch) | |
tree | c4ae0ffd018a967e35a767ea474d645d83a7a6d6 /gas/ChangeLog | |
parent | 381f42ef5d76943fb09494130c95abfb9b70e024 (diff) | |
download | gdb-a5586bdc2fad7a2fcaa65702ada82102d2a65d78.zip gdb-a5586bdc2fad7a2fcaa65702ada82102d2a65d78.tar.gz gdb-a5586bdc2fad7a2fcaa65702ada82102d2a65d78.tar.bz2 |
* 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
than an address if the floating point value looks sufficiently
simple.
PR 12237.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 38add04..7e66d49 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,11 @@ +Wed May 7 15:39:48 1997 Ian Lance Taylor <ian@cygnus.com> + + * 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 + than an address if the floating point value looks sufficiently + simple. + Tue May 6 12:18:09 1997 Ian Lance Taylor <ian@cygnus.com> * config/tc-i386.c (md_section_align): If a.out and BFD, force |