OSDN Git Service

PR target/55171
[pf3gnuchains/gcc-fork.git] / gcc / config / sol2-protos.h
index 800629a..9f31ce3 100644 (file)
@@ -1,6 +1,6 @@
 /* Operating system specific prototypes to be used when targeting GCC for any
    Solaris 2 system.
-   Copyright 2004, 2007, 2010 Free Software Foundation, Inc.
+   Copyright 2004, 2007, 2010, 2011 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -18,7 +18,15 @@ You should have received a copy of the GNU General Public License
 along with GCC; see the file COPYING3.  If not see
 <http://www.gnu.org/licenses/>.  */
 
+/* In sol2.c.  */
+extern void solaris_assemble_visibility (tree, int);
+extern void solaris_elf_asm_comdat_section (const char *, unsigned int, tree);
+extern void solaris_file_end (void);
 extern void solaris_insert_attributes (tree, tree *);
-extern void solaris_register_pragmas (void);
 extern void solaris_output_init_fini (FILE *, tree);
-extern void solaris_assemble_visibility (tree, int);
+
+/* In sol2-c.c.  */
+extern void solaris_register_pragmas (void);
+
+/* In sol2-cxx.c.  */
+extern tree solaris_cxx_decl_mangling_context (const_tree);