summaryrefslogtreecommitdiff
path: root/gcc/ada/osint-b.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/osint-b.adb')
-rw-r--r--gcc/ada/osint-b.adb9
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ada/osint-b.adb b/gcc/ada/osint-b.adb
index c148a4465fc..80009a56c74 100644
--- a/gcc/ada/osint-b.adb
+++ b/gcc/ada/osint-b.adb
@@ -167,6 +167,15 @@ package body Osint.B is
function Next_Main_Lib_File return File_Name_Type renames Next_Main_File;
+ ---------------------------------
+ -- Set_Current_File_Name_Index --
+ ---------------------------------
+
+ procedure Set_Current_File_Name_Index (To : Int) is
+ begin
+ Current_File_Name_Index := To;
+ end Set_Current_File_Name_Index;
+
-----------------------
-- Write_Binder_Info --
-----------------------