aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/system-vms_64.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/system-vms_64.ads')
-rw-r--r--gcc/ada/system-vms_64.ads7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ada/system-vms_64.ads b/gcc/ada/system-vms_64.ads
index 17b1ab81504..2934699420a 100644
--- a/gcc/ada/system-vms_64.ads
+++ b/gcc/ada/system-vms_64.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (OpenVMS 64bit GCC_ZCX DEC Threads Version) --
-- --
--- Copyright (C) 1992-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2010, Free Software Foundation, Inc. --
-- --
-- This specification is derived from the Ada Reference Manual for use with --
-- GNAT. The copyright notice above, and the license provisions that follow --
@@ -239,7 +239,7 @@ private
-- Special VMS Interfaces --
----------------------------
- procedure Lib_Stop (I : Integer);
+ procedure Lib_Stop (Cond_Value : Integer);
pragma Interface (C, Lib_Stop);
pragma Import_Procedure (Lib_Stop, "LIB$STOP", Mechanism => (Value));
-- Interface to VMS condition handling. Used by RTSfind and pragma
@@ -251,4 +251,7 @@ private
-- Ubiquitous global symbol identifying a GNAT compiled image to VMS Debug.
-- Do not remove!
+ pragma Ident ("GNAT"); -- Gnat_Static_Version_String
+ -- Default ident for all VMS images.
+
end System;