aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorThomas Quinot <quinot@adacore.com>2008-08-06 11:43:10 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2008-08-06 11:43:10 +0200
commite93d146b83faf49c52faf9970a28c8daa448f45e (patch)
tree5b882f10c35fdf00eedb75e42b96943680dc0cf3 /gcc
parent46fbbc83a3bd55d12947d338b71e624ac6eb71ec (diff)
downloadgcc-e93d146b83faf49c52faf9970a28c8daa448f45e.zip
gcc-e93d146b83faf49c52faf9970a28c8daa448f45e.tar.gz
gcc-e93d146b83faf49c52faf9970a28c8daa448f45e.tar.bz2
Makefile.in, [...]: Remove obsolete targets referencing gen-soccon When generating s-oscons.ads...
2008-08-06 Thomas Quinot <quinot@adacore.com> * gcc-interface/Makefile.in, gcc-interface/Make-lang.in: Remove obsolete targets referencing gen-soccon When generating s-oscons.ads, use a file name that includes the THREAD_KIND, to ensure that the (potentially different) version from a previous build with a different threads flavour does not get reused. From-SVN: r138788
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ada/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 468a3ef..a8d0a80 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,13 @@
2008-08-06 Thomas Quinot <quinot@adacore.com>
+ * gcc-interface/Makefile.in, gcc-interface/Make-lang.in:
+ Remove obsolete targets referencing gen-soccon
+ When generating s-oscons.ads, use a file name that includes the
+ THREAD_KIND, to ensure that the (potentially different) version from a
+ previous build with a different threads flavour does not get reused.
+
+2008-08-06 Thomas Quinot <quinot@adacore.com>
+
* sem_res.adb: Minor reformatting
* s-fileio.adb (Open): When file open operation fails, raise Name_Error