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]

r161205 - in /trunk/gcc/ada: ChangeLog a-excpol...


Author: charlet
Date: Tue Jun 22 16:57:01 2010
New Revision: 161205

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=161205
Log:
2010-06-22  Ed Schonberg  <schonberg@adacore.com>

	* cstand.adb: Add tree nodes for pragma Pack on string types.

2010-06-22  Javier Miranda  <miranda@adacore.com>

	* einfo.ads, einfo.adb (Last_Formal): New synthesized attribute.
	* exp_util.adb (Find_Prim_Op): Use new attribute to locate the last
	formal of a primitive.
	* exp_disp.adb (Is_Predefined_Dispatching_Operation,
	 Is_Predefined_Dispatching_Alias): Use new attribute to locate the last
	formal of a primitive.
	* exp_cg.adb (Is_Predefined_Dispatching_Operation): Use new attribute
	to obtain the last formal of a primitive.

2010-06-22  Geert Bosch  <bosch@adacore.com>

	* sysdep.c, init.c, adaint.c, cstreams.c: Remove conditional code
	depending on __EMX__ or MSDOS being defined.
	* i-cstrea.ads, gnat_rm.texi: Remove mentions of OS/2, DOS and Xenix.
	* a-excpol-abort.adb: Update comment indicating users of the file.
	* xref_lib.adb, sfn_scan.adb: Remove mention of OS/2, replace NT by
	Windows.
	* env.c: Remove empty conditional for MSDOS.
	* s-stchop.adb, g-dirope.ads, s-fileio.adb, osint.ads: Remove mention
	of OS/2 in comment.


Modified:
    trunk/gcc/ada/ChangeLog
    trunk/gcc/ada/a-excpol-abort.adb
    trunk/gcc/ada/adaint.c
    trunk/gcc/ada/csets.adb
    trunk/gcc/ada/cstand.adb
    trunk/gcc/ada/cstreams.c
    trunk/gcc/ada/einfo.adb
    trunk/gcc/ada/einfo.ads
    trunk/gcc/ada/env.c
    trunk/gcc/ada/exp_cg.adb
    trunk/gcc/ada/exp_disp.adb
    trunk/gcc/ada/exp_util.adb
    trunk/gcc/ada/g-dirope.ads
    trunk/gcc/ada/gnat_rm.texi
    trunk/gcc/ada/i-cstrea.ads
    trunk/gcc/ada/init.c
    trunk/gcc/ada/osint.ads
    trunk/gcc/ada/s-fileio.adb
    trunk/gcc/ada/s-stchop.adb
    trunk/gcc/ada/sfn_scan.adb
    trunk/gcc/ada/sysdep.c
    trunk/gcc/ada/xref_lib.adb


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