2007-08-14 Jose Ruiz <ruiz@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2007 08:44:42 +0000 (08:44 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2007 08:44:42 +0000 (08:44 +0000)
commit8620a40656d663e1c918aed09b7a1a92f0343efa
tree58769551a8aaa1a1ef84b4d604d79c600619dd0f
parent7cb0fd8660964ee34da850844b153e65bd233e29
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127437 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/adaint.c
gcc/ada/cstreams.c