OSDN Git Service

2008-08-17 Aaron W. LaFramboise <aaronavay62@aaronwl.com>
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
index bf3c7dd..8aa238f 100644 (file)
@@ -1,3 +1,20 @@
+2008-08-17  Aaron W. LaFramboise  <aaronavay62@aaronwl.com>
+
+       * adaint.c (_gnat_set_close_on_exec) [_WIN32]: Implement.
+
+2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/trans.c (call_to_gnu): Use the Sloc of the call
+       for back-copy statements in lieu of that of the actual.
+
+2008-08-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/20548
+       * gcc-interface/decl.c (gnat_to_gnu_entity): Use DECL_SIZE_UNIT in the
+       setjmp test consistently.  Adjust for new behavior of flag_stack_check.
+       * gcc-interface/utils2.c (build_call_alloc_dealloc): Remove redundant
+       test of flag_stack_check.  Adjust for new behavior of flag_stack_check.
+
 2008-08-13  Samuel Tardieu  <sam@rfc1149.net>
 
        PR ada/36777
@@ -11,8 +28,8 @@
 
 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>
 
-       * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]: Remove
-       duplicate s-win32.o. Add s-winext.o.
+       * gcc-interface/Makefile.in (EXTRA_GNATRTL_NONTASKING_OBJS) [WINDOWS]:
+       Remove duplicate s-win32.o. Add s-winext.o.
 
 2008-08-12  Danny Smith  <danyssmith@users.sourceforge.net>