diff options
author | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-27 11:11:02 +0200 |
---|---|---|
committer | Arnaud Charlet <charlet@gcc.gnu.org> | 2008-05-27 11:11:02 +0200 |
commit | 7bf402c1bdb66187f8292466b2a4021fd137c391 (patch) | |
tree | 6dd177038db14813bf0786c0fea2933516bcb1af | |
parent | 81aa4e379b3772c87fdaf7e4f054489f8f98145e (diff) | |
download | gcc-7bf402c1bdb66187f8292466b2a4021fd137c391.zip gcc-7bf402c1bdb66187f8292466b2a4021fd137c391.tar.gz gcc-7bf402c1bdb66187f8292466b2a4021fd137c391.tar.bz2 |
Resync.
From-SVN: r135988
-rw-r--r-- | gcc/ada/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog index 3310348..dce691d 100644 --- a/gcc/ada/ChangeLog +++ b/gcc/ada/ChangeLog @@ -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. |