x86: Delete incorrect vmgexit entry in prefix_table
[deliverable/binutils-gdb.git] / include / cgen / basic-ops.h
index 324f0b15ebdbfb7c649264a2ce3aa10b52ab429c..eb7c103375757a0e4d32708214ccc4bd908ba065 100644 (file)
@@ -1,5 +1,5 @@
 /* Basic semantics ops support for CGEN.
 /* Basic semantics ops support for CGEN.
-   Copyright 2005, 2007, 2009 Free Software Foundation, Inc.
+   Copyright (C) 2005-2020 Free Software Foundation, Inc.
    Contributed by Red Hat.
 
    This file is part of the GNU opcodes library.
    Contributed by Red Hat.
 
    This file is part of the GNU opcodes library.
@@ -295,11 +295,11 @@ extern SI TRUNCDISI (DI);
    significant and word number 0 is the most significant word.
    ??? May also wish an endian-dependent version.  Later.  */
 
    significant and word number 0 is the most significant word.
    ??? May also wish an endian-dependent version.  Later.  */
 
-QI SUBWORDSIQI (SI, int);
-HI SUBWORDSIHI (SI, int);
-QI SUBWORDDIQI (DI, int);
-HI SUBWORDDIHI (DI, int);
-SI SUBWORDDISI (DI, int);
+static QI SUBWORDSIQI (SI, int);
+static HI SUBWORDSIHI (SI, int);
+static QI SUBWORDDIQI (DI, int);
+static HI SUBWORDDIHI (DI, int);
+static SI SUBWORDDISI (DI, int);
 
 #ifdef SEMOPS_DEFINE_INLINE
 
 
 #ifdef SEMOPS_DEFINE_INLINE
 
This page took 0.024974 seconds and 4 git commands to generate.