diff options
author | Ian Lance Taylor <ian@airs.com> | 1995-08-21 21:34:54 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1995-08-21 21:34:54 +0000 |
commit | 259d19c2be34620bdf27d5e63baa696d55095d23 (patch) | |
tree | 462cdfd40ed6449879b275b2629dfe910bfbc154 /opcodes/ChangeLog | |
parent | a5e03353aeeb71c17d72dc53351c79cc9e5bb188 (diff) | |
download | gdb-259d19c2be34620bdf27d5e63baa696d55095d23.zip gdb-259d19c2be34620bdf27d5e63baa696d55095d23.tar.gz gdb-259d19c2be34620bdf27d5e63baa696d55095d23.tar.bz2 |
* m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis,
and likewise for the other branches. Add bhs as an alias for bcc,
and likewise for the size variants. Add dbhs as an alias for
dbcc.
Diffstat (limited to 'opcodes/ChangeLog')
-rw-r--r-- | opcodes/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index b7976f3..cd6da00 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,16 @@ +Mon Aug 21 17:33:36 1995 Ian Lance Taylor <ian@cygnus.com> + + * m68k-opc.c (m68k_opcode_aliases): Add bhib as an alias for bhis, + and likewise for the other branches. Add bhs as an alias for bcc, + and likewise for the size variants. Add dbhs as an alias for + dbcc. + +start-sanitize-sh3e +Fri Aug 11 13:40:24 1995 Jeff Law (law@snake.cs.utah.edu) + + * sh-opc.h (FP sts instructions): Update to match reality. + +end-sanitize-sh3e Mon Aug 7 16:12:58 1995 Ian Lance Taylor <ian@cygnus.com> * m68k-dis.c: (fpcr_names): Add % before all register names. |