r213430 - in /trunk/gcc/ada: ChangeLog adaint.c...

charlet@gcc.gnu.org charlet@gcc.gnu.org
Fri Aug 1 09:32:00 GMT 2014


Author: charlet
Date: Fri Aug  1 09:32:00 2014
New Revision: 213430

URL: https://gcc.gnu.org/viewcvs?rev=213430&root=gcc&view=rev
Log:
2014-08-01  Vincent Celier  <celier@adacore.com>

	* gnatcmd.adb: Remove the VMS specific stuff.  Integrate in
	procedure GNATCmd the relevant declarations from packages VMS_Cmds
	and VMS_Conv.
	* gnatcmd.ads: Update comments to remove any trace of VMS

2014-08-01  Ed Schonberg  <schonberg@adacore.com>

	* sem_ch12.adb: sem_ch12.adb (Build_Wrapper): Capture entity for
	defaulted actual that is an operator, before building wrapper
	for it in GNATprove mode. Restrict construction of wrapper to
	actuals that are operators.

2014-08-01  Vincent Celier  <celier@adacore.com>

	* vms_conv.adb, vms_conv.ads, vms_data.ads, vms_cmds.ads: Remove VMS
	specific packages no longer needed.

2014-08-01  Pascal Obry  <obry@adacore.com>

	* s-os_lib.ads (System.CRTL): Move with clause to body.
	(File_Size): New type.
	(File_Length64): Use it.
	(File_Length): Restore previous spec returning a Long_Integer.
	* s-os_lib.adb (System.CRTL): Move with clause here.

2014-08-01  Vincent Celier  <celier@adacore.com>

	* mlib-prj.adb: Update comments to remove any mention of VMS.


Removed:
    trunk/gcc/ada/vms_cmds.ads
    trunk/gcc/ada/vms_conv.adb
    trunk/gcc/ada/vms_conv.ads
    trunk/gcc/ada/vms_data.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/adaint.c
    trunk/gcc/ada/adaint.h
    trunk/gcc/ada/gnatcmd.adb
    trunk/gcc/ada/gnatcmd.ads
    trunk/gcc/ada/mlib-prj.adb
    trunk/gcc/ada/s-os_lib.adb
    trunk/gcc/ada/s-os_lib.ads
    trunk/gcc/ada/sem_ch12.adb



More information about the Gcc-cvs mailing list