This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r141888 - in /branches/gcc-4_3-branch/gcc/ada: ...


Author: ebotcazou
Date: Sat Nov 15 16:15:00 2008
New Revision: 141888

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=141888
Log:
	PR ada/34289
	* lib.ads: (Enable_Switch_Storing): Declare.
	* lib.adb: (Enable_Switch_Storing): New procedure.
	* switch-c.adb (Scan_Front_End_Switches): Add support for -gnatea.
	* make.adb: (Compile_Sources.Compile): Add -gnatea as first option.
	(Display): Never display -gnatea
	* lang-specs.h: If -gnatea is present, pass -gnatez.

Modified:
    branches/gcc-4_3-branch/gcc/ada/ChangeLog
    branches/gcc-4_3-branch/gcc/ada/lang-specs.h
    branches/gcc-4_3-branch/gcc/ada/lib.adb
    branches/gcc-4_3-branch/gcc/ada/lib.ads
    branches/gcc-4_3-branch/gcc/ada/make.adb
    branches/gcc-4_3-branch/gcc/ada/switch-c.adb


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]