2002-02-10 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Sun, 10 Feb 2002 19:03:14 +0000 (19:03 +0000)
committerDaniel Jacobowitz <drow@false.org>
Sun, 10 Feb 2002 19:03:14 +0000 (19:03 +0000)
* cgen-dis.c: Add prototypes for count_decodable_bits
and add_insn_to_hash_chain.

opcodes/ChangeLog
opcodes/cgen-dis.c

index fef1903927fc912cca319bb0b0d70bd889e5248c..86a8d64cf4b9b76db290fccfa114c0f2ac73f340 100644 (file)
@@ -1,3 +1,8 @@
+2002-02-10  Daniel Jacobowitz  <drow@mvista.com>
+
+       * cgen-dis.c: Add prototypes for count_decodable_bits
+       and add_insn_to_hash_chain.
+
 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
 2002-02-08  Alexandre Oliva  <aoliva@redhat.com>
 
        * configure.in <bfd_sh_arc>: Enable sh64 support on sh-*.
index 4622c8c47c32e3ab994a680d65c98ef1d2a7a488..881ee1470f32ff98b074c702249d448bec8d509b 100644 (file)
@@ -1,6 +1,6 @@
 /* CGEN generic disassembler support code.
 
 /* CGEN generic disassembler support code.
 
-   Copyright 1996, 1997, 1998, 1999, 2000, 2001
+   Copyright 1996, 1997, 1998, 1999, 2000, 2001, 2002
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils and GDB, the GNU debugger.
    Free Software Foundation, Inc.
 
    This file is part of the GNU Binutils and GDB, the GNU debugger.
 static CGEN_INSN_LIST *  hash_insn_array      PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, int, int, CGEN_INSN_LIST **, CGEN_INSN_LIST *));
 static CGEN_INSN_LIST *  hash_insn_list       PARAMS ((CGEN_CPU_DESC, const CGEN_INSN_LIST *, CGEN_INSN_LIST **, CGEN_INSN_LIST *));
 static void              build_dis_hash_table PARAMS ((CGEN_CPU_DESC));
 static CGEN_INSN_LIST *  hash_insn_array      PARAMS ((CGEN_CPU_DESC, const CGEN_INSN *, int, int, CGEN_INSN_LIST **, CGEN_INSN_LIST *));
 static CGEN_INSN_LIST *  hash_insn_list       PARAMS ((CGEN_CPU_DESC, const CGEN_INSN_LIST *, CGEN_INSN_LIST **, CGEN_INSN_LIST *));
 static void              build_dis_hash_table PARAMS ((CGEN_CPU_DESC));
+static int              count_decodable_bits PARAMS ((const CGEN_INSN *));
+static void             add_insn_to_hash_chain PARAMS ((CGEN_INSN_LIST *,
+                                                        const CGEN_INSN *,
+                                                        CGEN_INSN_LIST **,
+                                                        unsigned int));
 
 /* Return the number of decodable bits in this insn.  */
 static int
 
 /* Return the number of decodable bits in this insn.  */
 static int
This page took 0.026666 seconds and 4 git commands to generate.