diff options
author | Nick Clifton <nickc@redhat.com> | 2000-07-14 22:23:33 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-07-14 22:23:33 +0000 |
commit | 119d663aa4319972849e0d1d6095b6d06e2368b1 (patch) | |
tree | 4588c56d5ebffec5ab1002d5b35248d759b59387 /gas/ChangeLog | |
parent | fe794dc69d09f9a6fed65befc4597fd217fc449b (diff) | |
download | gdb-119d663aa4319972849e0d1d6095b6d06e2368b1.zip gdb-119d663aa4319972849e0d1d6095b6d06e2368b1.tar.gz gdb-119d663aa4319972849e0d1d6095b6d06e2368b1.tar.bz2 |
Add new command line switch --no-construct-floats
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r-- | gas/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog index 56e76bb..36bad54 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,17 @@ +2000-07-14 Nick Clifton <nickc@cygnus.com> + + * config/tc-mips.c (mips_disable_float_construction): New + static variable. Set to true if doubles should not be + constructed by loading two single width fp registers with + halves of the value. + (mips_ip): Test mips_disable_float_construction. + (md_longopts): Add command line switches --construct-floats + and --no-construct-floats. + (md_parse_option): Parse new command line options. + (md_show_usage): Describe new command line options. + + * doc/c-mips.texi: Document new command line options. + 2000-07-13 Koundinya K <kk@ddeorg.soft.net> * configure.in: Remove the test /usr/dde for mips-*-sysv4*MP* |