diff options
author | Doug Evans <dje@google.com> | 2010-02-12 04:38:21 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2010-02-12 04:38:21 +0000 |
commit | 5ff58fb071f5d3d4ee7572af1221cdf80d10f4e8 (patch) | |
tree | 4567802d74329b8f4627486d88507faedf4d9ed3 /cpu/ChangeLog | |
parent | 93ceb76464b573cae4b2f94d3dd36665b3174628 (diff) | |
download | gdb-5ff58fb071f5d3d4ee7572af1221cdf80d10f4e8.zip gdb-5ff58fb071f5d3d4ee7572af1221cdf80d10f4e8.tar.gz gdb-5ff58fb071f5d3d4ee7572af1221cdf80d10f4e8.tar.bz2 |
* m32r.cpu (HASH-PREFIX): Delete.
(duhpo, dshpo): New pmacros.
(simm8, simm16): Delete HASH-PREFIX attribute, define with dshpo.
(uimm3, uimm4, uimm5, uimm8, uimm16, imm1): Delete HASH-PREFIX
attribute, define with dshpo.
(uimm24): Delete HASH-PREFIX attribute.
* m32r.opc (CGEN_PRINT_NORMAL): Delete.
(print_signed_with_hash_prefix): New function.
(print_unsigned_with_hash_prefix): New function.
* xc16x.cpu (dowh): New pmacro.
(upof16): Define with dowh, specify print handler.
(qbit, qlobit, qhibit): Ditto.
(upag16): Ditto.
* xc16x.opc (CGEN_PRINT_NORMAL): Delete.
(print_with_dot_prefix): New functions.
(print_with_pof_prefix, print_with_pag_prefix): New functions.
Diffstat (limited to 'cpu/ChangeLog')
-rw-r--r-- | cpu/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/cpu/ChangeLog b/cpu/ChangeLog index 939544c..975feea 100644 --- a/cpu/ChangeLog +++ b/cpu/ChangeLog @@ -1,3 +1,22 @@ +2010-02-11 Doug Evans <dje@sebabeach.org> + + * m32r.cpu (HASH-PREFIX): Delete. + (duhpo, dshpo): New pmacros. + (simm8, simm16): Delete HASH-PREFIX attribute, define with dshpo. + (uimm3, uimm4, uimm5, uimm8, uimm16, imm1): Delete HASH-PREFIX + attribute, define with dshpo. + (uimm24): Delete HASH-PREFIX attribute. + * m32r.opc (CGEN_PRINT_NORMAL): Delete. + (print_signed_with_hash_prefix): New function. + (print_unsigned_with_hash_prefix): New function. + * xc16x.cpu (dowh): New pmacro. + (upof16): Define with dowh, specify print handler. + (qbit, qlobit, qhibit): Ditto. + (upag16): Ditto. + * xc16x.opc (CGEN_PRINT_NORMAL): Delete. + (print_with_dot_prefix): New functions. + (print_with_pof_prefix, print_with_pag_prefix): New functions. + 2010-01-24 Doug Evans <dje@sebabeach.org> * frv.cpu (floating-point-conversion): Update call to fp conv op. |