diff options
author | Steve Chamberlain <sac@cygnus> | 1995-05-24 21:16:02 +0000 |
---|---|---|
committer | Steve Chamberlain <sac@cygnus> | 1995-05-24 21:16:02 +0000 |
commit | 1ff71ed037f735b59963372751bf73ab8214c4f3 (patch) | |
tree | 31fc566bd2375cc40b64d9a56e43450bb9a3746c /opcodes/ChangeLog | |
parent | a43b22b5774d090edbc94a27a8305d4b8306508c (diff) | |
download | gdb-1ff71ed037f735b59963372751bf73ab8214c4f3.zip gdb-1ff71ed037f735b59963372751bf73ab8214c4f3.tar.gz gdb-1ff71ed037f735b59963372751bf73ab8214c4f3.tar.bz2 |
Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com>
* sh-opc.h: Added bsrf and braf.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 25 |
1 files changed, 24 insertions, 1 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f88c8fc..380d2dc 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,6 +1,29 @@ +Wed May 24 14:16:08 1995 Steve Chamberlain <sac@slash.cygnus.com> + + * sh-opc.h: Added bsrf and braf. + +Wed May 10 14:28:16 1995 Richard Earnshaw (rearnsha@armltd.co.uk) + + * arm-opc.h (arm_opcodes): Add 64-bit multiply patterns. Delete + bogus [ls]fm{ea,fd} patterns. + + * arm-opc.h (arm_opcodes): Correct typos in stm, ldm, std, and ldc. + * arm-dis.c (print_insn_arm): Make GIVEN a parameter, don't try and + initialize it from memory. Make function static. + (print_insn_{big,little}_arm): New functions. + * disassemble.c (disassembler, case bfd_arch_arm): Disassemble for + the correct endianness. + +start-sanitize-arc +Sat Apr 29 23:20:05 1995 Doug Evans <dje@chestnut.cygnus.com> + + * arc-opc.c (arc_opcodes): Add ARC_OPCODE_CONDITIONAL_BRANCH flag. + (arc_suffixes): Use ARC_DELAY_{NONE,NORMAL,JUMP}. +end-sanitize-arc + Mon Apr 24 14:18:05 1995 Jason Molenda (crash@phydeaux.cygnus.com> - * sh-opc.c (sh_nibble_type, sh_arg_type): remove trailing , from + * sh-opc.h (sh_nibble_type, sh_arg_type): remove trailing , from enum list. Wed Apr 19 14:07:03 1995 Michael Meissner <meissner@tiktok.cygnus.com> |