diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-06-28 19:26:37 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-06-28 19:26:37 +0000 |
commit | e073c4747aebd9b65de341f6201fa479e57ea275 (patch) | |
tree | ba3aba60d3e4be6b3323c884c4c2143668fb1c24 /sim/h8300/ChangeLog | |
parent | e4d3c499f58baf4d71323d262f0e122c8a1baf9c (diff) | |
download | gdb-e073c4747aebd9b65de341f6201fa479e57ea275.zip gdb-e073c4747aebd9b65de341f6201fa479e57ea275.tar.gz gdb-e073c4747aebd9b65de341f6201fa479e57ea275.tar.bz2 |
sim/h8300/ChangeLog:
2003-07-23 Richard Sandiford <rsandifo@redhat.com>
* compile.c (sim_resume): Make sure that dst.reg refers to the
right register byte in mova/sz.l @(dd,RnL),ERn.
2003-07-21 Richard Sandiford <rsandifo@redhat.com>
* compile.c (sim_resume): Zero-extend immediate to muls, mulsu,
mulxs, divs and divxs.
sim/testsuite/sim/h8300/ChangeLog:
2003-07-22 Michael Snyder <msnyder@redhat.com>
* mul.s: Don't try to use negative immediate (it's always
unsigned).
* div.s: Ditto.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index b77fcfc..d1a4fa0 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,5 +1,12 @@ 2004-06-28 Alexandre Oliva <aoliva@redhat.com> + 2003-07-23 Richard Sandiford <rsandifo@redhat.com> + * compile.c (sim_resume): Make sure that dst.reg refers to the + right register byte in mova/sz.l @(dd,RnL),ERn. + 2003-07-21 Richard Sandiford <rsandifo@redhat.com> + * compile.c (sim_resume): Zero-extend immediate to muls, mulsu, + mulxs, divs and divxs. + * compile.c (sim_load): Update sd->memory_size. 2004-06-10 Michael Snyder <msnyder@redhat.com> |