summaryrefslogtreecommitdiff
path: root/gcc/ada/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/ChangeLog')
-rw-r--r--gcc/ada/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ada/ChangeLog b/gcc/ada/ChangeLog
index 13d2590b1fc..cbf00794828 100644
--- a/gcc/ada/ChangeLog
+++ b/gcc/ada/ChangeLog
@@ -1,5 +1,20 @@
2013-09-10 Thomas Quinot <quinot@adacore.com>
+ * adaint.c (__gnat_is_executable_file_attr): Should be true
+ for an executable regular file only only (not for a directory
+ that has the executable permission).
+
+2013-09-10 Ed Schonberg <schonberg@adacore.com>
+
+ * sem_res.adb: Further work on operator calls in ASIS.
+
+2013-09-10 Yannick Moy <moy@adacore.com>
+
+ * sinfo.ads, sem_prag.ads, sem_ch13.adb: Minor correction and comment
+ update.
+
+2013-09-10 Thomas Quinot <quinot@adacore.com>
+
* aspects.ads, sem_ch13.adb: Minor reformatting.
* adaint.c (__gnat_set_close_on_exec): Add comment documenting
that this routine is shared between OS_Lib and Sockets.