X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=opcodes%2Fdlx-dis.c;h=40b1b23f4c1c861efd17e377c5ccdc396ba1b909;hb=1a20473059c7a088b9f3c4188c09976eebbc3ab4;hp=7e6853cbad27239dce087cd7eb9cbe5ec1c4dea0;hpb=b90efa5b79ac1524ec260f8eb89d1be37e0219a7;p=deliverable%2Fbinutils-gdb.git diff --git a/opcodes/dlx-dis.c b/opcodes/dlx-dis.c index 7e6853cbad..40b1b23f4c 100644 --- a/opcodes/dlx-dis.c +++ b/opcodes/dlx-dis.c @@ -1,5 +1,5 @@ /* Instruction printing code for the DLX Microprocessor - Copyright (C) 2002-2015 Free Software Foundation, Inc. + Copyright (C) 2002-2020 Free Software Foundation, Inc. Contributed by Kuang Hwa Lin. Written by Kuang Hwa Lin, 03/2002. This file is part of the GNU opcodes library. @@ -20,7 +20,7 @@ MA 02110-1301, USA. */ #include "sysdep.h" -#include "dis-asm.h" +#include "disassemble.h" #include "opcode/dlx.h" #define R_ERROR 0x1 @@ -295,7 +295,7 @@ dlx_aluI_type (struct disassemble_info* info) { OPC(SGTUIOP), "sgtui" }, /* Store word. */ { OPC(SLEUIOP), "sleui" }, /* Store word. */ { OPC(SGEUIOP), "sgeui" }, /* Store word. */ -#if 0 +#if 0 { OPC(MVTSOP), "mvts" }, /* Store word. */ { OPC(MVFSOP), "mvfs" }, /* Store word. */ #endif