OSDN Git Service

PR bootstrap/38262
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
index 3df2baf..1579b46 100644 (file)
@@ -1,3 +1,51 @@
+2008-11-07  Sebastian Pop  <sebastian.pop@amd.com>
+
+       PR bootstrap/38262
+       * gcc-interface/Make-lang.in (gnat1): Add BACKENDLIBS, remove GMPLIBS.
+
+2008-11-29  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/30827
+       * g-comver.adb (Ver_Len_Max): Fix inconsistency.
+
+2008-11-27  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.c: Fix various nits.
+
+2008-11-20  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/utils.c (init_gigi_decls): Fix type mismatch.
+
+2008-11-16  Eric Botcazou  <ebotcazou@adacore.com>
+
+       PR ada/38127
+       * gcc-interface/decl.c (make_type_from_size) <INTEGER_TYPE>: Do not
+       special-case boolean types.  Propagate  the name.
+       * gcc-interface/targtyps.c: Tweak comment.
+
+2008-11-15  Geert Bosch  <bosch@adacore.com>
+
+       * gcc-interface/trans.c (emit_check): Put back a final save_expr
+       to prevent exponential expansion during gimplification.
+
+2008-11-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/lang-specs.h: Expand -coverage and reorder switches.
+
+2008-11-15  Eric Botcazou  <ebotcazou@adacore.com>
+
+       * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Force constants
+       initialized to a static constant to be statically allocated even if
+       they are of a padding type, provided the original type also has
+       constant size.
+
+2008-11-15  Laurent Guerby  <laurent@guerby.net>
+
+       PR ada/37993
+       * gcc-interface/Makefile.in: Add multilib handling for x86_64
+       on darwin.
+       * system-darwin-x86_64.ads: New file.
+
 2008-11-13  Olivier Hainque  <hainque@adacore.com>
 
        * gcc-interface/decl.c (gnat_to_gnu_entity) <case E_Function>: