diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2004-01-16 03:16:00 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2004-01-16 03:16:00 +0000 |
commit | d164ea7f0f0ced5cd9f00ae0e33340abac91ae4c (patch) | |
tree | b667c89daafb0c9ea56bdf6c887d29701d413914 /opcodes/ChangeLog | |
parent | ceef1284d21fb3b522f300132e190abc6923f850 (diff) | |
download | gdb-d164ea7f0f0ced5cd9f00ae0e33340abac91ae4c.zip gdb-d164ea7f0f0ced5cd9f00ae0e33340abac91ae4c.tar.gz gdb-d164ea7f0f0ced5cd9f00ae0e33340abac91ae4c.tar.bz2 |
* m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended
when loaded into XR registers.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b972bfa..f099f04 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-01-16 Alexandre Oliva <aoliva@redhat.com> + + * m10300-opc.c (mov): 8- and 24-bit immediates are zero-extended + when loaded into XR registers. + 2004-01-14 Richard Sandiford <rsandifo@redhat.com> * frv-desc.h: Regenerate. |