8sa1-binutils-gdb/sim
Chris Demetriou ba46ddd0cf 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-04 16:17:20 +00:00
..
arm Set the FSR and FAR registers if a Data Abort is detected. 2002-05-29 19:01:36 +00:00
common * run.c: Fix formatting. 2002-05-31 02:17:26 +00:00
d10v Use current date in ChangeLog entry. 2002-06-03 00:47:14 +00:00
d30v
erc32
fr30
h8300 * compile.c: Fix formatting. 2002-05-19 12:52:54 +00:00
h8500
i960
igen * gen-engine.c (print_run_body): Avoid multi-line strings. 2002-06-03 16:04:31 +00:00
m32r
m68hc11 * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case. 2002-03-07 19:17:04 +00:00
mcore
mips 2002-06-04 Chris Demetriou <cgd@broadcom.com> 2002-06-04 16:17:20 +00:00
mn10200
mn10300
ppc * lf.c (lf_print__gnu_copyleft): Convert multiline strings to 2002-05-30 15:07:06 +00:00
sh
sh64 print_insn_sh cleanup: 2002-05-17 14:36:46 +00:00
testsuite
v850
w65
z8k Handle CLASS_IGNORE and ARG_NIM4. 2002-04-29 16:50:29 +00:00
ChangeLog Delete TiC80, no longer supported by GDB. 2002-06-01 23:23:28 +00:00
configure
configure.in
MAINTAINERS * MAINTAINERS: Update my email address. 2002-05-16 13:38:55 +00:00
Makefile.in
README-HACKING