diff options
author | Chris Demetriou <cgd@google.com> | 2002-06-04 16:17:20 +0000 |
---|---|---|
committer | Chris Demetriou <cgd@google.com> | 2002-06-04 16:17:20 +0000 |
commit | ba46ddd0cfad2b1e03163d32253e8f6f2c7427e6 (patch) | |
tree | d8a924fa42f6a9c494d0a5ced05deab64d331a56 /sim/mips/ChangeLog | |
parent | ae2ab2ce36add94113c2ce747f8e726a7fc52e3b (diff) | |
download | gdb-ba46ddd0cfad2b1e03163d32253e8f6f2c7427e6.zip gdb-ba46ddd0cfad2b1e03163d32253e8f6f2c7427e6.tar.gz gdb-ba46ddd0cfad2b1e03163d32253e8f6f2c7427e6.tar.bz2 |
2002-06-04 Chris Demetriou <cgd@broadcom.com>
Ed Satterthwaite <ehs@broadcom.com>
* cp1.c (Infinity): Remove.
* sim-main.h (Infinity): Likewise.
* cp1.c (fp_unary, fp_binary): New functions.
(fp_abs, fp_neg, fp_add, fp_sub, fp_mul, fp_div, fp_recip)
(fp_sqrt): New functions, implemented in terms of the above.
(AbsoluteValue, Negate, Add, Sub, Multiply, Divide)
(Recip, SquareRoot): Remove (replaced by functions above).
* sim-main.h (fp_abs, fp_neg, fp_add, fp_sub, fp_mul, fp_div)
(fp_recip, fp_sqrt): New prototypes.
(AbsoluteValue, Negate, Add, Sub, Multiply, Divide)
(Recip, SquareRoot): Replace prototypes with #defines which
invoke the functions above.
Diffstat (limited to 'sim/mips/ChangeLog')
-rw-r--r-- | sim/mips/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/sim/mips/ChangeLog b/sim/mips/ChangeLog index 399827d..f26523d 100644 --- a/sim/mips/ChangeLog +++ b/sim/mips/ChangeLog @@ -1,3 +1,20 @@ +2002-06-04 Chris Demetriou <cgd@broadcom.com> + Ed Satterthwaite <ehs@broadcom.com> + + * cp1.c (Infinity): Remove. + * sim-main.h (Infinity): Likewise. + + * cp1.c (fp_unary, fp_binary): New functions. + (fp_abs, fp_neg, fp_add, fp_sub, fp_mul, fp_div, fp_recip) + (fp_sqrt): New functions, implemented in terms of the above. + (AbsoluteValue, Negate, Add, Sub, Multiply, Divide) + (Recip, SquareRoot): Remove (replaced by functions above). + * sim-main.h (fp_abs, fp_neg, fp_add, fp_sub, fp_mul, fp_div) + (fp_recip, fp_sqrt): New prototypes. + (AbsoluteValue, Negate, Add, Sub, Multiply, Divide) + (Recip, SquareRoot): Replace prototypes with #defines which + invoke the functions above. + 2002-06-03 Chris Demetriou <cgd@broadcom.com> * sim-main.h (Nan, Infinity, Less, Equal, AbsoluteValue, Negate) |