From cd5e5c04568f2b4704a48818a5f3667b9e90daca Mon Sep 17 00:00:00 2001 From: charlet Date: Tue, 22 Jun 2010 17:11:54 +0000 Subject: 2010-06-22 Doug Rupp * 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 * cstand.adb: Minor reformatting. 2010-06-22 Ed Schonberg * 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 * 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 --- gcc/ada/system-vms-ia64.ads | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gcc/ada/system-vms-ia64.ads') 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; -- cgit v1.2.1