diff options
author | Steve Chamberlain <sac@cygnus> | 1994-12-29 06:16:23 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1994-12-29 06:16:23 +0000 |
commit | d383e289df067174b33dcae9b858b8b1d79f9319 (patch) | |
tree | 406555f248faccc9580bdb429e2a875089ef0087 /opcodes | |
parent | fa440b5a55cdd11e6618bb1aa55bbd72b109d480 (diff) | |
download | gdb-d383e289df067174b33dcae9b858b8b1d79f9319.zip gdb-d383e289df067174b33dcae9b858b8b1d79f9319.tar.gz gdb-d383e289df067174b33dcae9b858b8b1d79f9319.tar.bz2 |
* h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit
immediates.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 5ad600c..5aaa451 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,17 @@ +Wed Dec 28 22:15:33 1994 Steve Chamberlain (sac@jonny.cygnus.com) + + * h8300-dis.c (bfd_h8_disassemble): Add support for 2 bit + immediates. + +start-sanitize-arc +Tue Dec 20 10:36:55 1994 Doug Evans <dje@canuck.cygnus.com> + + * arc-dis.c (print_insn_arc): Branch offsets are relative to delay + slot. + * arc-opc.c (extract_reladdr): New function. + (insert_reladdr): Store address right-shifted by 2. +end-sanitize-arc + Tue Dec 20 11:25:12 1994 Ian Lance Taylor <ian@sanguine.cygnus.com> * mips-opc.c: Add dli as a synonym for li. |