comparison gcc/config/sol2-protos.h @ 63:b7f97abdc517 gcc-4.6-20100522

update gcc from gcc-4.5.0 to gcc-4.6
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Mon, 24 May 2010 12:47:05 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
56:3c8a44c06a95 63:b7f97abdc517
1 /* Operating system specific prototypes to be used when targeting GCC for any 1 /* Operating system specific prototypes to be used when targeting GCC for any
2 Solaris 2 system. 2 Solaris 2 system.
3 Copyright 2004, 2007 Free Software Foundation, Inc. 3 Copyright 2004, 2007, 2010 Free Software Foundation, Inc.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify 7 GCC is free software; you can redistribute it and/or modify
8 it under the terms of the GNU General Public License as published by 8 it under the terms of the GNU General Public License as published by
19 <http://www.gnu.org/licenses/>. */ 19 <http://www.gnu.org/licenses/>. */
20 20
21 extern void solaris_insert_attributes (tree, tree *); 21 extern void solaris_insert_attributes (tree, tree *);
22 extern void solaris_register_pragmas (void); 22 extern void solaris_register_pragmas (void);
23 extern void solaris_output_init_fini (FILE *, tree); 23 extern void solaris_output_init_fini (FILE *, tree);
24 extern void solaris_assemble_visibility (tree, int);