Resync.
authorArnaud Charlet <charlet@gcc.gnu.org>
Tue, 27 May 2008 09:11:02 +0000 (11:11 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 27 May 2008 09:11:02 +0000 (11:11 +0200)
From-SVN: r135988

gcc/ada/ChangeLog

index 3310348f5f7286837359130e1e9ce3f016e6d53a..dce691d279a0562e5f95323d1780b63a76272546 100644 (file)
@@ -1,3 +1,24 @@
+2008-05-27  Vincent Celier  <celier@adacore.com>
+
+       * prj-nmsc.adb:
+       (Check_Library): Allow standard project to be extended as a static
+       library project.
+       (Get_Mains): Do not inherit attribute Main in an extending library
+       project.
+
+2008-05-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * system-darwin-ppc.ads (Always_Compatible_Rep): Set to False.
+       * system-darwin-x86.ads (Always_Compatible_Rep): Likewise.
+       * system-freebsd-x86.ads (Always_Compatible_Rep): Likewise.
+       * system-linux-ppc.ads (Always_Compatible_Rep): Likewise.
+       * system-linux-x86_64.ads (Always_Compatible_Rep): Likewise.
+       * system-linux-x86.ads (Always_Compatible_Rep): Likewise.
+       * system-mingw.ads (Always_Compatible_Rep): Likewise.
+       * system-solaris-sparc.ads (Always_Compatible_Rep): Likewise.
+       * system-solaris-sparcv9.ads (Always_Compatible_Rep): Likewise.
+       * system-solaris-x86.ads (Always_Compatible_Rep): Likewise.
+       
 2008-05-27  Ed Schonberg  <schonberg@adacore.com>
 
        * sem_attr.adb: add guard to previous patch.