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]

r133587 - in /trunk/gcc/ada: decl.c exp_dbug.ad...


Author: charlet
Date: Wed Mar 26 07:43:59 2008
New Revision: 133587

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=133587
Log:
2008-03-26  Robert Dewar  <dewar@adacore.com>

	* tbuild.ads, tbuild.adb, trans.c, sprint.adb, exp_prag.adb, decl.c,
	par-ch2.adb, sem_elab.adb, sem_util.ads (N_Pragma): Chars field
	removed, use Chars (Pragma_Identifier (..  instead, adjustments
	throughout to accomodate this change.

	* s-pooglo.ads, s-pooloc.ads: Minor comment updates

	* exp_dbug.adb: Use Sem_Util.Set_Debug_Info_Needed (not
	Einfo.Set_Needs_Debug_Info)


Modified:
    trunk/gcc/ada/decl.c
    trunk/gcc/ada/exp_dbug.adb
    trunk/gcc/ada/exp_prag.adb
    trunk/gcc/ada/par-ch2.adb
    trunk/gcc/ada/s-pooglo.ads
    trunk/gcc/ada/s-pooloc.ads
    trunk/gcc/ada/sem_elab.adb
    trunk/gcc/ada/sem_util.ads
    trunk/gcc/ada/sprint.adb
    trunk/gcc/ada/tbuild.adb
    trunk/gcc/ada/tbuild.ads
    trunk/gcc/ada/trans.c


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