adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept dir/file...
authorJose Ruiz <ruiz@adacore.com>
Tue, 14 Aug 2007 08:44:42 +0000 (10:44 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:44:42 +0000 (10:44 +0200)
commitfdcf961c8e31aac50b7b5f3f1a9ea4f77950c0d7
tree58769551a8aaa1a1ef84b4d604d79c600619dd0f
parent50b8a7b807b958ca96a40cd6b892627fda9c34ef
adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept dir/file...

2007-08-14  Jose Ruiz  <ruiz@adacore.com>

* adaint.c (__gnat_is_absolute_path): For VxWorks systems we accept
dir/file, device:/dir/file, and device:drive_letter:/dir/file as
representing absolute path names.
__gnat_set_file_time_name [VMS]: Fix some 64/32 bit issues.

* cstreams.c (__gnat_full_name for VxWorks): Use
__gnat_is_absolute_path to detect whether we need to add the current
directory to normalize the path.

From-SVN: r127437
gcc/ada/adaint.c
gcc/ada/cstreams.c