]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/config/vms/vms-protos.h
Update copyright years.
[thirdparty/gcc.git] / gcc / config / vms / vms-protos.h
index 04dcd60699937ef7220006f31bce0f3a8d9a9737..696c6bec10f5794498568fce99da74e479b32d0b 100644 (file)
@@ -1,5 +1,5 @@
 /* Definitions of target machine for GCC for VMS.
-   Copyright (C) 2011 Free Software Foundation, Inc.
+   Copyright (C) 2011-2020 Free Software Foundation, Inc.
 
 This file is part of GCC.
 
@@ -17,5 +17,19 @@ 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/>.  */
 
+/* vms-c.c  */
+extern void vms_c_register_pragma (void);
+extern void vms_c_common_override_options (void);
+extern int vms_c_get_crtl_ver (void);
+extern int vms_c_get_vms_ver (void);
+
 /* vms.c  */
 void vms_patch_builtins (void);
+
+#ifdef TREE_CODE
+extern section *vms_function_section (tree decl ATTRIBUTE_UNUSED,
+                                      enum node_frequency freq ATTRIBUTE_UNUSED,
+                                      bool startup ATTRIBUTE_UNUSED,
+                                      bool exit ATTRIBUTE_UNUSED);
+extern void vms_start_function (const char *fname);
+#endif /* TREE_CODE */