diff options
Diffstat (limited to 'gcc/ada/mlib-utl.adb')
-rw-r--r-- | gcc/ada/mlib-utl.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/mlib-utl.adb b/gcc/ada/mlib-utl.adb index 152d272b035..328d5a506e8 100644 --- a/gcc/ada/mlib-utl.adb +++ b/gcc/ada/mlib-utl.adb @@ -66,7 +66,7 @@ package body MLib.Utl is Line_Length : Natural := 0; begin - Initialize; + Utl.Initialize; Arguments := new String_List (1 .. 1 + Ar_Options'Length + Objects'Length); @@ -177,7 +177,7 @@ package body MLib.Utl is Driver : String_Access; begin - Initialize; + Utl.Initialize; if Driver_Name = No_Name then Driver := Gcc_Exec; |