diff options
author | Jeff Law <law@redhat.com> | 1996-08-31 17:43:28 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1996-08-31 17:43:28 +0000 |
commit | c6b9c13532da49f98393c77a5ba7233a40923e82 (patch) | |
tree | e71462f4fbaa92bb14917675ad8c8e8f334abd8e /opcodes/ChangeLog | |
parent | fb8c25a3e47615965c865fdd252429f2def6c934 (diff) | |
download | gdb-c6b9c13532da49f98393c77a5ba7233a40923e82.zip gdb-c6b9c13532da49f98393c77a5ba7233a40923e82.tar.gz gdb-c6b9c13532da49f98393c77a5ba7233a40923e82.tar.bz2 |
* v850-opc.c (insert_d16_15, extract_d16_15): New functions.
(v850_operands): Change D16 to D16_15, use special insert/extract
routines. New new D16 that uses the generic insert/extract code.
(IF7A, IF7B): Use D16_15.
(IF7C, IF7D): New. Use D16.
(v850_opcodes): Use IF7C and IF7D for ld.b and st.b.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b28d4eb..6fc46ef 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,13 @@ start-sanitize-v850 Sat Aug 31 01:27:26 1996 Jeffrey A Law (law@cygnus.com) + * v850-opc.c (insert_d16_15, extract_d16_15): New functions. + (v850_operands): Change D16 to D16_15, use special insert/extract + routines. New new D16 that uses the generic insert/extract code. + (IF7A, IF7B): Use D16_15. + (IF7C, IF7D): New. Use D16. + (v850_opcodes): Use IF7C and IF7D for ld.b and st.b. + * v850-opc.c (insert_d9, insert_d22): Slightly improve error message. Issue an error if the branch offset is odd. |