* i386-dis.c (print_insn): Use x86-64 as option.
[deliverable/binutils-gdb.git] / opcodes / openrisc-desc.c
index 08eadebb8afb24ed360d0cf02663ad060ebfeacb..f1fb3abb7cec653364baacf4f7b9838a4944ea79 100644 (file)
@@ -33,13 +33,6 @@ with this program; if not, write to the Free Software Foundation, Inc.,
 #include "opintl.h"
 #include "libiberty.h"
 
-static void               init_tables               PARAMS ((void));
-static const CGEN_MACH *  lookup_mach_via_bfd_name  PARAMS ((const CGEN_MACH *, const char *));
-static void               build_hw_table            PARAMS ((CGEN_CPU_TABLE *));
-static void               build_ifield_table        PARAMS ((CGEN_CPU_TABLE *));
-static void               build_operand_table       PARAMS ((CGEN_CPU_TABLE *));
-static void               build_insn_table          PARAMS ((CGEN_CPU_TABLE *));
-static void               openrisc_cgen_rebuild_tables  PARAMS ((CGEN_CPU_TABLE *));
 /* Attributes.  */
 
 static const CGEN_ATTR_ENTRY bool_attr[] =
@@ -670,12 +663,21 @@ static const CGEN_IBASE openrisc_cgen_insn_table[MAX_INSNS] =
 #undef A
 
 /* Initialize anything needed to be done once, before any cpu_open call.  */
+static void init_tables PARAMS ((void));
 
 static void
 init_tables ()
 {
 }
 
+static const CGEN_MACH * lookup_mach_via_bfd_name
+  PARAMS ((const CGEN_MACH *, const char *));
+static void build_hw_table  PARAMS ((CGEN_CPU_TABLE *));
+static void build_ifield_table  PARAMS ((CGEN_CPU_TABLE *));
+static void build_operand_table PARAMS ((CGEN_CPU_TABLE *));
+static void build_insn_table    PARAMS ((CGEN_CPU_TABLE *));
+static void openrisc_cgen_rebuild_tables PARAMS ((CGEN_CPU_TABLE *));
+
 /* Subroutine of openrisc_cgen_cpu_open to look up a mach via its bfd name.  */
 
 static const CGEN_MACH *
This page took 0.024345 seconds and 4 git commands to generate.