summaryrefslogtreecommitdiff
path: root/gcc/ada/osint-c.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/osint-c.ads')
-rw-r--r--gcc/ada/osint-c.ads8
1 files changed, 7 insertions, 1 deletions
diff --git a/gcc/ada/osint-c.ads b/gcc/ada/osint-c.ads
index 1060934f79c..2faef5ed787 100644
--- a/gcc/ada/osint-c.ads
+++ b/gcc/ada/osint-c.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 2001-2008, Free Software Foundation, Inc. --
+-- Copyright (C) 2001-2011, 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- --
@@ -116,6 +116,12 @@ package Osint.C is
-- information file for the main source file being compiled. See section
-- above for a discussion of how library information files are stored.
+ procedure Set_Library_Info_Name;
+ -- Sets a default ALI file name from the main compiler source name. Used by
+ -- Create_Output_Library_Info, and by the version of Read_Library_Info that
+ -- takes a default file name. The name is in Name_Buffer (with length in
+ -- Name_Len) on return from the call.
+
procedure Create_Output_Library_Info;
-- Creates the output library information file for the source file which
-- is currently being compiled (i.e. the file which was most recently