diff options
author | Jim Wilson <wilson@tuliptree.org> | 2004-06-30 18:12:38 +0000 |
---|---|---|
committer | Jim Wilson <wilson@tuliptree.org> | 2004-06-30 18:12:38 +0000 |
commit | 7a33b495a5c6db889c927efc565c592665d8d254 (patch) | |
tree | af6f3470ce5b66bc8f5207234080c05d879c97eb /opcodes/ChangeLog | |
parent | 2de26f35dfd2c63902f13026e453c8abcc63fff8 (diff) | |
download | gdb-7a33b495a5c6db889c927efc565c592665d8d254.zip gdb-7a33b495a5c6db889c927efc565c592665d8d254.tar.gz gdb-7a33b495a5c6db889c927efc565c592665d8d254.tar.bz2 |
Correctly assemble mov rX=imm.
* ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds.
* ia64-asmtab.c: Regnerate.
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 18510c4..3127714 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +2004-06-29 James E Wilson <wilson@specifixinc.com> + + * ia64-opc-a.c (ia64_opcodes_a): Delete mov immediate pseudo for adds. + * ia64-asmtab.c: Regnerate. + 2004-06-28 Alan Modra <amodra@bigpond.net.au> * ppc-opc.c (insert_fxm): Handle mfocrf and mtocrf. |