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]

r145678 - in /trunk/gcc/ada: ChangeLog binde.ad...


Author: charlet
Date: Tue Apr  7 15:01:27 2009
New Revision: 145678

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=145678
Log:
2009-04-07  Robert Dewar  <dewar@adacore.com>

	(Osint.Fail): Change calling sequence to have one string arg
	(Make.Make_Failed): Same change
	All callers are adjusted to use concatenation

2009-04-07  Robert Dewar  <dewar@adacore.com>

	* exp_ch4.adb: Fix documentation typo

2009-04-07  Robert Dewar  <dewar@adacore.com>

	* tbuild.ads: Minor reformatting

2009-04-07  Javier Miranda  <miranda@adacore.com>

	* exp_disp.adb (Make_DT): Avoid the generation of the OSD_Table
	when compiling under ZFP runtime.

2009-04-07  Robert Dewar  <dewar@adacore.com>

	* g-comlin.adb: Minor reformatting

2009-04-07  Thomas Quinot  <quinot@adacore.com>

	* socket.c, g-socthi-vms.adb, g-socthi-vms.ads, g-socthi-vxworks.adb,
	g-socthi-vxworks.ads, g-socthi-mingw.adb, g-socthi-mingw.ads,
	g-socthi.adb, g-socthi.ads, g-socket.adb, g-socket.ads, g-sothco.ads:
	Remove dynamic allocation of Fd_Set in Socket_Set_Type objects.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/binde.adb
    trunk/gcc/ada/clean.adb
    trunk/gcc/ada/exp_ch4.adb
    trunk/gcc/ada/exp_disp.adb
    trunk/gcc/ada/frontend.adb
    trunk/gcc/ada/g-comlin.adb
    trunk/gcc/ada/g-socket.adb
    trunk/gcc/ada/g-socket.ads
    trunk/gcc/ada/g-socthi-mingw.adb
    trunk/gcc/ada/g-socthi-mingw.ads
    trunk/gcc/ada/g-socthi-vms.adb
    trunk/gcc/ada/g-socthi-vms.ads
    trunk/gcc/ada/g-socthi-vxworks.adb
    trunk/gcc/ada/g-socthi-vxworks.ads
    trunk/gcc/ada/g-socthi.adb
    trunk/gcc/ada/g-socthi.ads
    trunk/gcc/ada/g-sothco.ads
    trunk/gcc/ada/gnat1drv.adb
    trunk/gcc/ada/gnatcmd.adb
    trunk/gcc/ada/gnatls.adb
    trunk/gcc/ada/gnatname.adb
    trunk/gcc/ada/gnatsym.adb
    trunk/gcc/ada/gprep.adb
    trunk/gcc/ada/make.adb
    trunk/gcc/ada/makeutl.adb
    trunk/gcc/ada/makeutl.ads
    trunk/gcc/ada/mlib-prj.adb
    trunk/gcc/ada/mlib-tgt-specific-vms-alpha.adb
    trunk/gcc/ada/mlib-tgt-specific-vms-ia64.adb
    trunk/gcc/ada/mlib-utl.adb
    trunk/gcc/ada/mlib.adb
    trunk/gcc/ada/mlib.ads
    trunk/gcc/ada/osint-b.adb
    trunk/gcc/ada/osint-c.adb
    trunk/gcc/ada/osint.adb
    trunk/gcc/ada/osint.ads
    trunk/gcc/ada/prep.adb
    trunk/gcc/ada/prepcomp.adb
    trunk/gcc/ada/prj-attr.adb
    trunk/gcc/ada/prj-com.ads
    trunk/gcc/ada/prj-env.adb
    trunk/gcc/ada/prj-makr.adb
    trunk/gcc/ada/prj-part.adb
    trunk/gcc/ada/socket.c
    trunk/gcc/ada/switch-b.adb
    trunk/gcc/ada/switch-c.adb
    trunk/gcc/ada/switch.adb
    trunk/gcc/ada/tbuild.ads


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