aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/bindgen.ads
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/bindgen.ads')
-rw-r--r--gcc/ada/bindgen.ads8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/bindgen.ads b/gcc/ada/bindgen.ads
index 2f4cc78..070c7fc 100644
--- a/gcc/ada/bindgen.ads
+++ b/gcc/ada/bindgen.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1992-2015, Free Software Foundation, Inc. --
+-- Copyright (C) 1992-2016, 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- --
@@ -32,9 +32,13 @@
-- See the body for exact details of the file that is generated
+with Binde; use Binde;
+
package Bindgen is
- procedure Gen_Output_File (Filename : String);
+ procedure Gen_Output_File
+ (Filename : String;
+ Elab_Order : Unit_Id_Array);
-- Filename is the full path name of the binder output file
procedure Set_Bind_Env (Key, Value : String);