diff options
Diffstat (limited to 'gcc/ada/mlib-tgt-vms_common.ads')
-rw-r--r-- | gcc/ada/mlib-tgt-vms_common.ads | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/mlib-tgt-vms_common.ads b/gcc/ada/mlib-tgt-vms_common.ads index 8429b773123..cdba6134ee9 100644 --- a/gcc/ada/mlib-tgt-vms_common.ads +++ b/gcc/ada/mlib-tgt-vms_common.ads @@ -6,7 +6,7 @@ -- -- -- S p e c -- -- -- --- Copyright (C) 2007-2008, Free Software Foundation, Inc. -- +-- Copyright (C) 2007-2010, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -27,4 +27,9 @@ package MLib.Tgt.VMS_Common is pragma Elaborate_Body; + + function Init_Proc_Name (Library_Name : String) return String; + -- Returns, in upper case, Library_Name & "INIT", except when Library_Name + -- is "ada" (case insensitive), returns "ADA_INIT". + end MLib.Tgt.VMS_Common; |