aboutsummaryrefslogtreecommitdiff
path: root/opcodes/alpha-opc.h
diff options
context:
space:
mode:
authorPeter Schauer <Peter.Schauer@mytum.de>1993-10-08 09:43:36 +0000
committerPeter Schauer <Peter.Schauer@mytum.de>1993-10-08 09:43:36 +0000
commitbb959d0ab9d9f80e1da62c8f2c5181d1118c10fc (patch)
tree7e54e23ebff9ad6e586633409ea80badf315cffb /opcodes/alpha-opc.h
parentcede97315d431887698effbd97cdc53ff90a8b24 (diff)
downloadgdb-bb959d0ab9d9f80e1da62c8f2c5181d1118c10fc.zip
gdb-bb959d0ab9d9f80e1da62c8f2c5181d1118c10fc.tar.gz
gdb-bb959d0ab9d9f80e1da62c8f2c5181d1118c10fc.tar.bz2
* alpha-opc.h: Add ldl_l, fix typo for ldq_u.
* alpha-dis.c (print_insn_alpha): Add code for PAL_FORMAT_CODE.
Diffstat (limited to 'opcodes/alpha-opc.h')
-rw-r--r--opcodes/alpha-opc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/opcodes/alpha-opc.h b/opcodes/alpha-opc.h
index 232e80d..e46d229 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"),