binutils-gdb/sim
Chris Demetriou 402586aa26 2002-05-01 Chris Demetriou <cgd@broadcom.com>
* cp1.c (store_fpr): Remove #ifdef'd out call to UndefinedResult
        which wouldn't compile anyway.
        * sim-main.h (unpredictable_action): New function prototype.
        (Unpredictable): Define to call igen function unpredictable().
        (NotWordValue): New macro to call igen function not_word_value().
        (UndefinedResult): Remove.
        * interp.c (undefined_result): Remove.
        (unpredictable_action): New function.
        * mips.igen (not_word_value, unpredictable): New functions.
        (ADD, ADDI, do_addiu, do_addu, BGEZAL, BGEZALL, BLTZAL, BLTZALL)
        (CLO, CLZ, MADD, MADDU, MSUB, MSUBU, MUL, do_mult, do_multu)
        (do_sra, do_srav, do_srl, do_srlv, SUB, do_subu): Invoke
        NotWordValue() to check for unpredictable inputs, then
        Unpredictable() to handle them.
2002-05-01 17:26:14 +00:00
..
arm Increase default memory size to 8MB. 2002-03-18 21:43:15 +00:00
common Fix PR gdb/287. From wiz at danbala. Then->than and typos. 2002-02-25 02:13:10 +00:00
d10v Removed a section of code that didn't do anything, but left values in 2001-08-02 00:50:38 +00:00
d30v
erc32
fr30 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:50:01 +00:00
h8300 * compile.c: Fix formatting. 2001-12-20 17:36:23 +00:00
h8500
i960
igen * gen.c (format_name_cmp): New function. 2002-03-24 00:43:28 +00:00
m32r 2001-11-14 Dave Brolley <brolley@redhat.com> 2001-11-14 19:51:40 +00:00
m68hc11 * m68hc11_sim.c (cpu_move8): Call sim_engine_abort in default case. 2002-03-07 19:17:04 +00:00
mcore
mips 2002-05-01 Chris Demetriou <cgd@broadcom.com> 2002-05-01 17:26:14 +00:00
mn10200
mn10300
ppc 2002-04-15 Elena Zannoni <ezannoni@redhat.com> 2002-04-15 16:32:55 +00:00
sh
sh64 * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
testsuite * Contribute Hitachi SH5 simulator. 2002-02-01 11:44:32 +00:00
tic80
v850 * Makefile.in (simops.h, table.c): Delete targets. 2001-12-02 19:27:29 +00:00
w65
z8k Handle CLASS_IGNORE and ARG_NIM4. 2002-04-29 16:50:29 +00:00
ChangeLog * MAINTAINERS: Record self as maintainer of m68hc11 simulator. 2002-03-06 20:15:53 +00:00
configure Revert sh64 changes. Accidently committed. 2002-02-02 04:48:32 +00:00
configure.in Revert sh64 changes. Accidently committed. 2002-02-02 04:48:32 +00:00
MAINTAINERS * MAINTAINERS: Record self as maintainer of m68hc11 simulator. 2002-03-06 20:15:53 +00:00
Makefile.in
README-HACKING