Commit 88a6ecb6 by Vincent Celier Committed by Arnaud Charlet

mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2

2004-10-05  Vincent Celier  <celier@gnat.com>

	* mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2

From-SVN: r88548
parent d840bfd3
2004-10-05 Vincent Celier <celier@gnat.com>
* mlib-tgt.ads: (Build_Dynamic_Library): New parameter Options_2
2004-10-04 Laurent GUERBY <laurent@guerby.net> 2004-10-04 Laurent GUERBY <laurent@guerby.net>
PR ada/15156 PR ada/15156
* Makefile.in: Define and use RANLIB_FLAGS. * Makefile.in: Define and use RANLIB_FLAGS.
2004-10-04 Pascal Obry <obry@gnat.com> 2004-10-04 Pascal Obry <obry@gnat.com>
* tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all * tracebak.c: Always set LOWEST_ADDR to 0 on Win32 (as done on all
......
...@@ -101,6 +101,7 @@ package MLib.Tgt is ...@@ -101,6 +101,7 @@ package MLib.Tgt is
Foreign : Argument_List; Foreign : Argument_List;
Afiles : Argument_List; Afiles : Argument_List;
Options : Argument_List; Options : Argument_List;
Options_2 : Argument_List;
Interfaces : Argument_List; Interfaces : Argument_List;
Lib_Filename : String; Lib_Filename : String;
Lib_Dir : String; Lib_Dir : String;
...@@ -116,8 +117,10 @@ package MLib.Tgt is ...@@ -116,8 +117,10 @@ package MLib.Tgt is
-- --
-- Afiles is the list of ALI files for the Ada object files -- Afiles is the list of ALI files for the Ada object files
-- --
-- Options is a list of options to be passed to the tool (gcc or other) -- Options and Options_2 are lists of options to be passed to the tool
-- that effectively builds the dynamic library. -- (gcc or other) that effectively builds the dynamic library. Options
-- are passed before the object files, Options_2 are passed after the
-- object files.
-- --
-- Interfaces is the list of ALI files for the interfaces of a SAL. -- Interfaces is the list of ALI files for the interfaces of a SAL.
-- It is empty if the library is not a SAL. -- It is empty if the library is not a SAL.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment