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]

r229031 - in /trunk/gcc/ada: ChangeLog Makefile...


Author: charlet
Date: Tue Oct 20 09:53:11 2015
New Revision: 229031

URL: https://gcc.gnu.org/viewcvs?rev=229031&root=gcc&view=rev
Log:
2015-10-20  Thomas Quinot  <quinot@adacore.com>

	* Makefile.rtl: add the following...
	* g-binenv.ads, g-binenv.adb: New unit providing runtime access
	to bind time captured values ("bind environment")
	* init.c: declare new global variable __gl_bind_env_addr.
	* bindgen.ads, bindgen.adb (Set_Bind_Env): record a bind
	environment key=value pair.
	(Gen_Bind_Env_String): helper to produce the bind environment data
	called  in the binder generated file.
	(Gen_Output_File_Ada): Call the above (Gen_Adainit): Set
	__gl_bind_env_addr accordingly.
	* switch-b.adb: Support for command line switch -V (user interface
	to set a build environment key=value pair)
	* bindusg.adb: Document the above

2015-10-20  Vincent Celier  <celier@adacore.com>

	* sem_prag.adb (Analyse_Pragma: Pragma Pure): Do not set the
	entity as Pure if Debug_Flag_U is set.


Added:
    trunk/gcc/ada/g-binenv.adb
    trunk/gcc/ada/g-binenv.ads
Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/Makefile.rtl
    trunk/gcc/ada/bindgen.adb
    trunk/gcc/ada/bindgen.ads
    trunk/gcc/ada/bindusg.adb
    trunk/gcc/ada/gnatbind.adb
    trunk/gcc/ada/impunit.adb
    trunk/gcc/ada/init.c
    trunk/gcc/ada/sem_prag.adb
    trunk/gcc/ada/switch-b.adb


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