diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2005-11-16 04:50:57 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2005-11-16 04:50:57 +0000 |
commit | ae81c235497c566a30bfeef3f6b3fc9884becd5a (patch) | |
tree | 3683f113abba5a33762c23b689f835664f36928c /sim/ChangeLog | |
parent | 3896cfd563f33073b3097ace79886605170cd5c2 (diff) | |
download | gdb-ae81c235497c566a30bfeef3f6b3fc9884becd5a.zip gdb-ae81c235497c566a30bfeef3f6b3fc9884becd5a.tar.gz gdb-ae81c235497c566a30bfeef3f6b3fc9884becd5a.tar.bz2 |
* cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the
low 32 bits are used after an unsigned long cast.
Diffstat (limited to 'sim/ChangeLog')
-rw-r--r-- | sim/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/ChangeLog b/sim/ChangeLog index e7ef6a5..3fa2416 100644 --- a/sim/ChangeLog +++ b/sim/ChangeLog @@ -1,3 +1,8 @@ +2005-11-16 Hans-Peter Nilsson <hp@axis.com> + + * cris/cris-tmpl.c (MY (f_model_insn_before)): Make sure only the + low 32 bits are used after an unsigned long cast. + 2005-05-28 Hans-Peter Nilsson <hp@axis.com> * cris/Makefile.in (stamp-v32fmloop): Depend on stamp-v10fmloop. |