[BINUTILS, ARM] Add Armv8.5-A to select_arm_features and update macros.
[deliverable/binutils-gdb.git] / opcodes / ns32k-dis.c
index 96d7ce89e64f64c943f0bdfe0d9f14aaaae6df12..911d6dc4d415c67cb62075cd4ac26e52bfcf1d6b 100644 (file)
@@ -1,5 +1,5 @@
 /* Print National Semiconductor 32000 instructions.
-   Copyright (C) 1986-2015 Free Software Foundation, Inc.
+   Copyright (C) 1986-2018 Free Software Foundation, Inc.
 
    This file is part of the GNU opcodes library.
 
@@ -20,7 +20,7 @@
 
 #include "sysdep.h"
 #include "bfd.h"
-#include "dis-asm.h"
+#include "disassemble.h"
 #if !defined(const) && !defined(__STDC__)
 #define const
 #endif
@@ -472,6 +472,7 @@ print_insn_arg (int d,
     case 'f':
       /* A "gen" operand but 5 bits from the end of instruction.  */
       ioffset -= 5;
+      /* Fall through.  */
     case 'Z':
     case 'F':
     case 'L':
This page took 0.023218 seconds and 4 git commands to generate.