i386.c (ix86_valid_type_attribute_p): Give external linkage, move declaration to...
authorNeil Booth <neil@cat.daikokuya.demon.co.uk>
Thu, 28 Jun 2001 06:27:27 +0000 (06:27 +0000)
committerNeil Booth <neil@gcc.gnu.org>
Thu, 28 Jun 2001 06:27:27 +0000 (06:27 +0000)
* i386/i386.c (ix86_valid_type_attribute_p): Give external
linkage, move declaration to...
* i386/i386-protos.h: ...here.

From-SVN: r43629

gcc/ChangeLog
gcc/config/i386/i386-protos.h
gcc/config/i386/i386.c

index 597a53682f287dc4d2eac6c77f6462ce29f216e2..8ffb1a659b1633e7c79cbd73670945d72ceb5964 100644 (file)
@@ -1,3 +1,9 @@
+2001-06-28  Neil Booth  <neil@cat.daikokuya.demon.co.uk>
+
+       * i386/i386.c (ix86_valid_type_attribute_p): Give external
+       linkage, move declaration to...
+       * i386/i386-protos.h: ...here.
+
 2001-06-27  H.J. Lu  (hjl@gnu.org)
 
        * build-make (CC): Removed.
index 88706c86865156879f385fd6ce118ceefaca95d1..af1b345b2931256c1a0a18f260768725a63748b0 100644 (file)
@@ -175,6 +175,5 @@ extern int ix86_return_pops_args PARAMS ((tree, tree, int));
 extern int ix86_data_alignment PARAMS ((tree, int));
 extern int ix86_local_alignment PARAMS ((tree, int));
 extern int ix86_constant_alignment PARAMS ((tree, int));
+extern int ix86_valid_type_attribute_p PARAMS ((tree, tree, tree, tree));
 #endif
-
-
index 21ceedc3b4528dcd09ef759b5a8ba5164c911b86..ef5b91534fb36a3b8ab83f52f600716cc50a3361 100644 (file)
@@ -607,7 +607,6 @@ static int ix86_fp_comparison_sahf_cost PARAMS ((enum rtx_code code));
 static int ix86_fp_comparison_cost PARAMS ((enum rtx_code code));
 static int ix86_save_reg PARAMS ((int, int));
 static void ix86_compute_frame_layout PARAMS ((struct ix86_frame *));
-static int ix86_valid_type_attribute_p PARAMS ((tree, tree, tree, tree));
 \f
 /* Initialize the GCC target structure.  */
 #ifdef TARGET_DLLIMPORT_DECL_ATTRIBUTES
@@ -877,7 +876,7 @@ optimization_options (level, size)
    attribute for TYPE.  The attributes in ATTRIBUTES have previously been
    assigned to TYPE.  */
 
-static int
+int
 ix86_valid_type_attribute_p (type, attributes, identifier, args)
      tree type;
      tree attributes ATTRIBUTE_UNUSED;