From bb959d0ab9d9f80e1da62c8f2c5181d1118c10fc Mon Sep 17 00:00:00 2001 From: Peter Schauer Date: Fri, 8 Oct 1993 09:43:36 +0000 Subject: [PATCH] * alpha-opc.h: Add ldl_l, fix typo for ldq_u. * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE. --- opcodes/ChangeLog | 5 +++++ opcodes/alpha-opc.h | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/opcodes/ChangeLog b/opcodes/ChangeLog index f1777a1babe..6fb178e33ce 100644 --- a/opcodes/ChangeLog +++ b/opcodes/ChangeLog @@ -1,3 +1,8 @@ +Fri Oct 8 02:34:21 1993 Peter Schauer (pes@regent.e-technik.tu-muenchen.de) + + * alpha-opc.h: Add ldl_l, fix typo for ldq_u. + * alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE. + Tue Oct 5 17:47:53 1993 Ian Lance Taylor (ian@tweedledumb.cygnus.com) * mips-opc.c: Correct lwu opcode value (book had it wrong). diff --git a/opcodes/alpha-opc.h b/opcodes/alpha-opc.h index 232e80dbf91..e46d22947c0 100644 --- a/opcodes/alpha-opc.h +++ b/opcodes/alpha-opc.h @@ -123,7 +123,8 @@ MEMORY_FORMAT(0x2c,"stl"), MEMORY_FORMAT(0x2f,"stq_c"), MEMORY_FORMAT(0x27,"stt"), MEMORY_FORMAT(0x20,"ldf"), -MEMORY_FORMAT(0x2a,"ldq_u"), +MEMORY_FORMAT(0x2a,"ldl_l"), +MEMORY_FORMAT(0x0b,"ldq_u"), MEMORY_FORMAT(0x24,"stf"), MEMORY_FORMAT(0x2e,"stl_c"), MEMORY_FORMAT(0x0f,"stq_u"), -- 2.30.2