sol2-protos.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. /* Operating system specific prototypes to be used when targeting GCC for any
  2. Solaris 2 system.
  3. Copyright (C) 2004-2015 Free Software Foundation, Inc.
  4. This file is part of GCC.
  5. GCC is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 3, or (at your option)
  8. any later version.
  9. GCC is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with GCC; see the file COPYING3. If not see
  15. <http://www.gnu.org/licenses/>. */
  16. /* In sol2.c. */
  17. extern void solaris_assemble_visibility (tree, int);
  18. extern void solaris_elf_asm_comdat_section (const char *, unsigned int, tree);
  19. extern void solaris_file_end (void);
  20. extern void solaris_insert_attributes (tree, tree *);
  21. extern void solaris_output_init_fini (FILE *, tree);
  22. extern void solaris_override_options (void);
  23. /* In sol2-c.c. */
  24. extern void solaris_register_pragmas (void);
  25. /* In sol2-cxx.c. */
  26. extern tree solaris_cxx_decl_mangling_context (const_tree);