OSDN Git Service

2010-06-22 Robert Dewar <dewar@adacore.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
index 2b2728c..0dcdf46 100644 (file)
@@ -1,5 +1,39 @@
 2010-06-22  Robert Dewar  <dewar@adacore.com>
 
+       * sem_res.adb, sem_aux.adb, errout.adb: Minor reformatting.
+
+2010-06-22  Ed Schonberg  <schonberg@adacore.com>
+
+       * sem_res.adb: Additional special-case for VMS.
+
+2010-06-22  Vincent Celier  <celier@adacore.com>
+
+       * gnatsym.adb: Minor comment fix.
+
+2010-06-22  Vincent Celier  <celier@adacore.com>
+
+       * prj-nmsc.adb (Process_Naming_Scheme): Initialize table Lib_Data_Table.
+
+2010-06-22  Robert Dewar  <dewar@adacore.com>
+
+       * par-ch4.adb (P_Name): Recognize 'Mod attribute in Ada 95 mode
+       * sem_attr.adb (Attribute_05): Add Name_Mod so that 'Mod recognized in
+       Ada 95 mode as an implementation defined attribute.
+
+2010-06-22  Vincent Celier  <celier@adacore.com>
+
+       * bindusg.adb (Display): Update line for -R
+       * switch-b.adb (Scan_Binder_Switches): Allow generation of the binder
+       generated files when -R is used.
+
+2010-06-22  Vincent Celier  <celier@adacore.com>
+
+       * prj-nmsc.adb (Lib_Data_Table): New table.
+       (Check_Library_Attributes): Check if the same library name is used in
+       two different projects that do not extend each other.
+
+2010-06-22  Robert Dewar  <dewar@adacore.com>
+
        * lib-writ.ads, errout.adb, einfo.adb, einfo.ads: Minor reformatting.
 
 2010-06-22  Vincent Celier  <celier@adacore.com>