diff options
author | Mark Alexander <marka@cygnus> | 1998-06-24 02:49:07 +0000 |
---|---|---|
committer | Mark Alexander <marka@cygnus> | 1998-06-24 02:49:07 +0000 |
commit | 42fc298244acd0ec46bf58465091a0c68439ff40 (patch) | |
tree | 17e6bf74cb2bae8841fea9606516bb3cbf42ffb6 | |
parent | 2f75adc0b26098c7ed430acc39899ca297df5517 (diff) | |
download | gdb-42fc298244acd0ec46bf58465091a0c68439ff40.zip gdb-42fc298244acd0ec46bf58465091a0c68439ff40.tar.gz gdb-42fc298244acd0ec46bf58465091a0c68439ff40.tar.bz2 |
* m10200-dis.c (print_insn_mn10200): Fix various non-portabilities
related to sign extension and the size of ints.
-rw-r--r-- | opcodes/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 83b0dea..12f9dde 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Tue Jun 23 19:42:18 1998 Mark Alexander <marka@cygnus.com> + + * m10200-dis.c (print_insn_mn10200): Fix various non-portabilities + related to sign extension and the size of ints. + Tue Jun 23 10:59:26 1998 Jeffrey A Law (law@cygnus.com) * m10300-opc.c: Support one operand "asr", "lsr" and "asl" |