X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=sim%2Fh8300%2FChangeLog;h=0e62569d378621e02f5e15d547b3b2c12a6389cf;hb=6b4a89357a450b6d6bd517fe435bb15e17038f24;hp=f058ca901ff86f31e2598d4d2dc5771c910c8b8f;hpb=7a292a7adf506b866905b06b3024c0fd411c4583;p=deliverable%2Fbinutils-gdb.git diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index f058ca901f..0e62569d37 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,114 @@ +2003-02-27 Andrew Cagney + + * compile.c (sim_open, sim_create_inferior): Rename _bfd to bfd. + +2003-02-05 Kazu Hirata + + * compile.c (init_pointers): Abort if wreg never gets initialized. + (sim_resume): Fix the handling of exts.w and extu.w. + +2003-01-31 Kazu Hirata + + * compile.c (sim_resume): Fix the handling of bxor. + +2003-01-16 Michael Snyder + + * compile.c: Change K&R function definitions to ISO. + (fetch): Make static, and eliminate unused parameter 'n'. + +2002-12-26 Kazu Hirata + + * compile.c: Fix formatting. + * inst.h: Likewise. + +2002-07-29 Andrey Volkov + + * compile.c: Include "gdb/sim-h8300.h" + * Makefile.in: Add dependences on "inst.h", + "gdb/callback.h", "gdb/remote-sim.h" and "gdb/sim-h8300.h". + +2002-06-16 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +2002-06-08 Andrew Cagney + + * compile.c: Include "gdb/callback.h" and "gdb/remote-sim.h". + +2002-05-19 Kazu Hirata + + * compile.c: Fix formatting. + +2002-05-18 Kazu Hirata + + * compile.c: Fix formatting. + +2002-05-17 Andrey Volkov (avolkov@transas.com) + + * compile.c: Add absented opcodes: LDC, STC, EEPMOV, TAS. + +2002-05-17 Andrey Volkov (avolkov@transas.com) + + * compile.c: Add support of EXR register + * inst.h: Ditto. + +2002-05-17 Andrey Volkov (avolkov@transas.com) + + * compile.c: Made h8300s as new target, not h8300h alias. + * inst.h: Ditto. + +2002-05-17 Andrey Volkov (avolkov@transas.com) + + * compile.c: Add additional CCR flags (I,UI,H,U) + +2002-05-17 Andrey Volkov (avolkov@transas.com) + + * compile.c: Change literal regnumbers to REGNUMS. + Fix instruction and cycles counting + +2001-12-20 Kazu Hirata + + * compile.c: Fix formatting. + +2001-12-20 Kazu Hirata + + * compile.c: Fix comment typos. + +2000-08-10 Kazu Hirata + + * compile.c (decode): Clean up the code. + +2000-06-15 Kazu Hirata + + * compile.c (decode): Distinguish inc/dec.[wl] and adds/subs + correctly. + +2000-06-20 Frank Ch. Eigler + + * compile.c: Don't include "wait.h". + (sim_resume): Use local SIM_WIFEXITED and SIM_WIFSIGNALED macros + instead of WIF* from host. + +2000-06-13 Frank Ch. Eigler + + * compile.c, writecode.c: Correct typo. + +2000-06-13 Kazu Hirata + + * compile.c: Fix formatting. + +Tue May 23 21:39:23 2000 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +Thu Sep 2 18:15:53 1999 Andrew Cagney + + * configure: Regenerated to track ../common/aclocal.m4 changes. + +1999-05-08 Felix Lee + + * configure: Regenerated to track ../common/aclocal.m4 changes. + 1999-04-02 Keith Seitz * compile.c (POLL_QUIT_INTERVAL): Define. Used to tweak the