From fdd7e4eff1713f0af96831ba3834e68660d74dc2 Mon Sep 17 00:00:00 2001 From: David Edelsohn Date: Tue, 5 Sep 1995 23:12:27 +0000 Subject: [PATCH] * sparc-dis.c (X_DISP19): Define. (print_insn, case 'G'): Use it. (print_insn, case 'L'): Sign extend displacement. --- opcodes/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index 3c8497cad1..c1aebd64a0 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,9 @@ +Tue Sep 5 16:09:59 1995 Doug Evans + + * 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 * configure.in: Run ../bfd/configure.host before AC_PROG_CC.