diff options
author | David Edelsohn <dje.gcc@gmail.com> | 1995-09-05 23:12:27 +0000 |
---|---|---|
committer | David Edelsohn <dje.gcc@gmail.com> | 1995-09-05 23:12:27 +0000 |
commit | fdd7e4eff1713f0af96831ba3834e68660d74dc2 (patch) | |
tree | a797b5b31979ea637bee15f3fa4c58bbfcb3d603 /opcodes | |
parent | 0ee4870895c36e02f6d96967b4f962e1cdc1d78a (diff) | |
download | gdb-fdd7e4eff1713f0af96831ba3834e68660d74dc2.zip gdb-fdd7e4eff1713f0af96831ba3834e68660d74dc2.tar.gz gdb-fdd7e4eff1713f0af96831ba3834e68660d74dc2.tar.bz2 |
* sparc-dis.c (X_DISP19): Define.
(print_insn, case 'G'): Use it.
(print_insn, case 'L'): Sign extend displacement.
Diffstat (limited to 'opcodes')
-rw-r--r-- | opcodes/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3c8497c..c1aebd6 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 5 16:09:59 1995 Doug Evans <dje@canuck.cygnus.com> + + * sparc-dis.c (X_DISP19): Define. + (print_insn, case 'G'): Use it. + (print_insn, case 'L'): Sign extend displacement. + Mon Sep 4 14:28:46 1995 Ian Lance Taylor <ian@cygnus.com> * configure.in: Run ../bfd/configure.host before AC_PROG_CC. |