diff options
author | Yoshinori Sato <ysato@users.sourceforge.jp> | 2006-07-19 06:27:04 +0000 |
---|---|---|
committer | Yoshinori Sato <ysato@users.sourceforge.jp> | 2006-07-19 06:27:04 +0000 |
commit | b86015eaa50eb4b44a7055a5114262e94040213a (patch) | |
tree | d8dd9a613de858677d049b4fbb646946278da869 /sim/h8300/ChangeLog | |
parent | 86cc68a8de702025017c162b653ddef376bec88d (diff) | |
download | gdb-b86015eaa50eb4b44a7055a5114262e94040213a.zip gdb-b86015eaa50eb4b44a7055a5114262e94040213a.tar.gz gdb-b86015eaa50eb4b44a7055a5114262e94040213a.tar.bz2 |
compile.c (OBITOP): Bit address mask low three bit.
compile.c (decode): Fix warning.
Diffstat (limited to 'sim/h8300/ChangeLog')
-rw-r--r-- | sim/h8300/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sim/h8300/ChangeLog b/sim/h8300/ChangeLog index 3e54a28..e221770 100644 --- a/sim/h8300/ChangeLog +++ b/sim/h8300/ChangeLog @@ -1,3 +1,8 @@ +2006-07-13 Yoshinori Sato <ysato@users.sourceforge.jp> + + * compile.c (OBITOP): Bit address mask low three bit. + * compile.c (decode): Fix warning. + 2006-06-13 Richard Earnshaw <rearnsha@arm.com> * configure: Regenerated. |