r127437 - in /trunk/gcc/ada: adaint.c cstreams.c

charlet@gcc.gnu.org charlet@gcc.gnu.org
Tue Aug 14 08:44:00 GMT 2007


Author: charlet
Date: Tue Aug 14 08:44:42 2007
New Revision: 127437

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=127437
Log:
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.


Modified:
    trunk/gcc/ada/adaint.c
    trunk/gcc/ada/cstreams.c



More information about the Gcc-cvs mailing list