diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1997-09-08 21:07:42 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1997-09-08 21:07:42 +0000 |
commit | 3fb84577f93628121846fa92f5ef7015b7efd183 (patch) | |
tree | 0d1d94cdd53a82ef752cf28867f58b405ef63979 | |
parent | 3e4cee6232398930820be4974e2c8b16d47963a5 (diff) | |
download | gdb-3fb84577f93628121846fa92f5ef7015b7efd183.zip gdb-3fb84577f93628121846fa92f5ef7015b7efd183.tar.gz gdb-3fb84577f93628121846fa92f5ef7015b7efd183.tar.bz2 |
* cgen-asm.c (cgen_parse_address): New argument resultp.
All callers updated.
* m32r-asm.c (parse_h_hi16): Right shift numbers by 16.
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 1fd37ea..a4dd7bf 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Mon Sep 8 14:06:59 1997 Doug Evans <dje@canuck.cygnus.com> + + * cgen-asm.c (cgen_parse_address): New argument resultp. + All callers updated. + * m32r-asm.c (parse_h_hi16): Right shift numbers by 16. + Tue Sep 2 18:39:08 1997 Jeffrey A Law (law@cygnus.com) * mn10200-dis.c (disassemble): PC relative instructions are |