gnatls.adb: (Corresponding_Sdep_Entry): Always return a value
authorVincent Celier <celier@adacore.com>
Tue, 14 Aug 2007 08:48:16 +0000 (10:48 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:48:16 +0000 (10:48 +0200)
commitf86eb278906f1cf6b948c0a26517f77f76ed1b4c
tree08270055329a5fa9fa474c6f1bc0b35005e977d0
parent7a912730535b73d3bece5a80a91efca68b6cb74a
gnatls.adb: (Corresponding_Sdep_Entry): Always return a value

2007-08-14  Vincent Celier  <celier@adacore.com>

* gnatls.adb: (Corresponding_Sdep_Entry): Always return a value
(Output_Source): Do nothing if parameter is No_Sdep_Id

* make.adb (Gnatmake): Do not rebuild an archive simply because a
shared library it imports has a later time stamp.
(Check): Resolve the symbolic links in the path name of the object
directory.
Check that the ALI file is in the correct object directory
Check if a file name does not correspond to the mapping of units
to file names.
(Display_Version): New procedure
(Initialize): Process switches --version and --help
Use type Path_Name_Type for path name

From-SVN: r127453
gcc/ada/gnatls.adb
gcc/ada/make.adb