gcc/gcc/ada ChangeLog gnatcmd.adb opt.ads swit ...

bosch@gcc.gnu.org bosch@gcc.gnu.org
Wed Dec 5 13:25:00 GMT 2001


CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	bosch@gcc.gnu.org	2001-12-05 13:25:25

Modified files:
	gcc/ada        : ChangeLog gnatcmd.adb opt.ads switch.adb 
	                 makeusg.adb make.adb 

Log message:
	* gnatcmd.adb: (MAKE): Add new translations: -b /BIND_ONLY,
	-c /COMPILE_ONLY, -l /LINK_ONLY
	
	* opt.ads:
	(Bind_Only): New Flag
	(Link_Only): New flag
	
	* switch.adb (Scan_Make_Switches): Add processing for -b (Bind_Only)
	and -l (Link_Only)
	
	* makeusg.adb: Add new switches -b and -l. Update Copyright notice.
	
	* make.adb:
	(Do_Compile_Step, Do_Bind_Step, Do_Link_Step): New flags.
	(Gnatmake): Set the step flags. Only perform a step if the
	corresponding step flag is True.
	(Scan_Make_Arg): Reset the bind and link step flags when -u
	or -gnatc has been specified.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/ChangeLog.diff?cvsroot=gcc&r1=1.164&r2=1.165
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/gnatcmd.adb.diff?cvsroot=gcc&r1=1.5&r2=1.6
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/opt.ads.diff?cvsroot=gcc&r1=1.2&r2=1.3
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/switch.adb.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/makeusg.adb.diff?cvsroot=gcc&r1=1.1&r2=1.2
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/gcc/ada/make.adb.diff?cvsroot=gcc&r1=1.4&r2=1.5



More information about the Gcc-cvs mailing list