Skip tests for common directive on hpux
[deliverable/binutils-gdb.git] / opcodes / mt-opc.c
index 498eeacbc6ffb7946852f60d5bd15f2a3975a927..924b8b93bba86d579b863818bcfdaa15dd61c0d4 100644 (file)
@@ -2,7 +2,7 @@
 
 THIS FILE IS MACHINE GENERATED WITH CGEN.
 
-Copyright 1996-2010 Free Software Foundation, Inc.
+Copyright (C) 1996-2016 Free Software Foundation, Inc.
 
 This file is part of the GNU Binutils and/or GDB, the GNU debugger.
 
@@ -43,7 +43,7 @@ mt_cgen_insn_supported (CGEN_CPU_DESC cd, const CGEN_INSN *insn)
   /* No mach attribute?  Assume it's supported for all machs.  */
   if (machs == 0)
     return 1;
-  
+
   return ((machs & cd->machs) != 0);
 }
 
This page took 0.023856 seconds and 4 git commands to generate.