osint.adb (Read_Default_Search_Dirs): correctly detect relative pathnames in UNIX...
authorPascal Obry <obry@gnat.com>
Thu, 25 Oct 2001 23:23:44 +0000 (23:23 +0000)
committerGeert Bosch <bosch@gcc.gnu.org>
Thu, 25 Oct 2001 23:23:44 +0000 (01:23 +0200)
commit90a9fff2b07b27a3d6fae98f3565ab0536f981c6
tree7d2e6f3845308cbd2c3275b30397d7ebd1563dea
parent5c1ba4cc9cd83595d4f327fe2e5fc0ab1f1222cf
osint.adb (Read_Default_Search_Dirs): correctly detect relative pathnames in UNIX and DOS style with drive letter.

* osint.adb (Read_Default_Search_Dirs): correctly detect relative
        pathnames in UNIX and DOS style with drive letter.
(Is_Relative): new routine.

* osint.adb: Minor reformatting

* osint.adb (Is_Relative): implementation using
        GNAT.OS_Lib.Is_Absolute_Path. Better fix for 8121-009.

From-SVN: r46503
gcc/ada/ChangeLog
gcc/ada/osint.adb