This is the mail archive of the
gcc-cvs@gcc.gnu.org
mailing list for the GCC project.
r146991 - in /trunk/gcc/ada: ChangeLog err_vars...
- From: ebotcazou at gcc dot gnu dot org
- To: gcc-cvs at gcc dot gnu dot org
- Date: Wed, 29 Apr 2009 23:10:22 -0000
- Subject: r146991 - in /trunk/gcc/ada: ChangeLog err_vars...
Author: ebotcazou
Date: Wed Apr 29 23:10:21 2009
New Revision: 146991
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=146991
Log:
Revert
2009-04-29 Vincent Celier <celier@adacore.com>
* sinput-l.adb (Load_File): When preprocessing, set temporarily the
Source_File_Index_Table entries for the source, to avoid crash when
reporting an error.
* gnatcmd.adb (Test_If_Relative_Path): Use
Makeutl.Test_If_Relative_Path.
* makeutl.adb:(Test_If_Relative_Path): Process switches --RTS= only if
Including_RTS is True.
* makeutl.ads (Test_If_Relative_Path): New Boolean parameter
Including_RTS defaulted to False.
* sinput.ads, scans.ads, err_vars.ads: Initialize some variables with
a default value.
Modified:
trunk/gcc/ada/ChangeLog
trunk/gcc/ada/err_vars.ads
trunk/gcc/ada/gnatcmd.adb
trunk/gcc/ada/makeutl.adb
trunk/gcc/ada/makeutl.ads
trunk/gcc/ada/scans.ads
trunk/gcc/ada/sinput-l.adb
trunk/gcc/ada/sinput.ads