summaryrefslogtreecommitdiff
path: root/gcc/ada/system-vms-ia64.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-22 17:11:54 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2010-06-22 17:11:54 +0000
commitcd5e5c04568f2b4704a48818a5f3667b9e90daca (patch)
tree141d2277fcef0319ec39cd5f3d34a697ef848949 /gcc/ada/system-vms-ia64.ads
parentb679825e174efdb82a87056c321f1666b3dd702d (diff)
downloadgcc-cd5e5c04568f2b4704a48818a5f3667b9e90daca.tar.gz
2010-06-22 Doug Rupp <rupp@adacore.com>
* system-vms.ads, system-vms-zcx.ads: Remove old unused VMS system packages. * system-vms_64.ads, system-vms-ia64.ads: Minor reformatting. (pragma Ident): Add a default ident string in the private part. 2010-06-22 Robert Dewar <dewar@adacore.com> * cstand.adb: Minor reformatting. 2010-06-22 Ed Schonberg <schonberg@adacore.com> * freeze.adb (Build_And_Analyze_Renamed_Body): For expansion purposes, recognize the Shift and Rotation intrinsics that are known to the compiler but have no interface name. 2010-06-22 Geert Bosch <bosch@adacore.com> * a-ngcoty.adb ("*"): Rewrite complex multiplication to use proper scaling in case of overflow or NaN results. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161210 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/system-vms-ia64.ads')
-rw-r--r--gcc/ada/system-vms-ia64.ads7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/ada/system-vms-ia64.ads b/gcc/ada/system-vms-ia64.ads
index 57fece94076..f5d806ddf77 100644
--- a/gcc/ada/system-vms-ia64.ads
+++ b/gcc/ada/system-vms-ia64.ads
@@ -7,7 +7,7 @@
-- S p e c --
-- (OpenVMS 64bit Itanium 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;