diff options
author | Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> | 2011-08-18 14:47:46 +0000 |
---|---|---|
committer | Rainer Orth <ro@gcc.gnu.org> | 2011-08-18 14:47:46 +0000 |
commit | 5b880ea61c107da98ea87a5ffad4520445d60007 (patch) | |
tree | 15183626c4d31ca839660bc4750300b8ed0ef58d /gcc/config/sol2-protos.h | |
parent | 901ebcdf97fefd24e464f98593bfa6dc741d4525 (diff) | |
download | gcc-5b880ea61c107da98ea87a5ffad4520445d60007.zip gcc-5b880ea61c107da98ea87a5ffad4520445d60007.tar.gz gcc-5b880ea61c107da98ea87a5ffad4520445d60007.tar.bz2 |
Keep tm, div_t, ldiv_t, lconv mangling on Solaris (PR libstdc++-v3/1773)
Co-Authored-By: Marc Glisse <marc.glisse@normalesup.org>
From-SVN: r177863
Diffstat (limited to 'gcc/config/sol2-protos.h')
-rw-r--r-- | gcc/config/sol2-protos.h | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/gcc/config/sol2-protos.h b/gcc/config/sol2-protos.h index dae3e13..9f31ce3 100644 --- a/gcc/config/sol2-protos.h +++ b/gcc/config/sol2-protos.h @@ -18,9 +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/>. */ -extern void solaris_insert_attributes (tree, tree *); -extern void solaris_register_pragmas (void); -extern void solaris_output_init_fini (FILE *, tree); +/* 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_output_init_fini (FILE *, tree); + +/* In sol2-c.c. */ +extern void solaris_register_pragmas (void); + +/* In sol2-cxx.c. */ +extern tree solaris_cxx_decl_mangling_context (const_tree); |