OSDN Git Service

* exp_dbug.ads: Fix outdated description. Mention link between XVS
[pf3gnuchains/gcc-fork.git] / gcc / ada / ChangeLog
index b70056b..c5dac66 100644 (file)
@@ -1,111 +1,3 @@
-2010-05-16  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/gigi.h (enum standard_datatypes): Add new value
-       ADT_exception_data_name_id.
-       (exception_data_name_id): New define.
-       * gcc-interface/trans.c (gigi): Initialize it.
-       * gcc-interface/decl.c (gnat_to_gnu_entity) <object>: Use the standard
-       exception type for standard exception definitions.  Do not make them
-       volatile.
-       <E_Record_Type>: Equate fields of types associated with an exception
-       definition to those of the standard exception type.
-
-2010-05-13  Andreas Schwab  <schwab@linux-m68k.org>
-
-       * tracebak.c (__gnat_backtrace): Mark top_stack with ATTRIBUTE_UNUSED.
-
-2010-05-12  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Access_Type>: Tidy up
-       code, improve comments and fix formatting nits.
-
-2010-05-12  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/utils.c (update_pointer_to): Return early if the old
-       pointer already points to the new type.  Chain the old pointer and its
-       variants at the end of new pointer's chain after updating them.
-
-2010-05-10  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables
-       built for interfaces.
-       * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Use
-       imported_p instead of Is_Imported when considering constants.
-       Do not promote alignment of exported objects.
-       <E_Record_Subtype>: Strip all suffixes for dispatch table entities.
-
-2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * exp_disp.adb (Make_Tags): Mark the imported view of dispatch tables.
-       * gcc-interface/decl.c (gnat_to_gnu_entity) <E_Variable>: Make imported
-       constants really constant.
-       <E_Record_Subtype>: Strip the suffix for dispatch table entities.
-
-2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/decl.c (make_aligning_type): Declare the type.
-
-2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/decl.c (gnat_to_gnu_entity): Create variables for size
-       expressions of variant part of record types declared at library level.
-
-2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/gigi.h (create_field_decl): Move PACKED parameter.
-       * gcc-interface/utils.c (create_field_decl): Move PACKED parameter.
-       (rest_of_record_type_compilation): Adjust call to create_field_decl.
-       (make_descriptor_field): Likewise and pass correctly typed constants.
-       (build_unc_object_type): Likewise.
-       (unchecked_convert): Likewise.
-       * gcc-interface/decl.c (elaborate_expression_2): New static function.
-       (gnat_to_gnu_entity): Use it to make alignment factors explicit.
-       Adjust call to create_field_decl.
-       (make_aligning_type): Likewise.
-       (make_packable_type): Likewise.
-       (maybe_pad_type): Likewise.
-       (gnat_to_gnu_field): Likewise.
-       (components_to_record): Likewise.
-       (create_field_decl_from): Likewise.
-       (create_variant_part_from): Remove superfluous test.
-       * gcc-interface/trans.c (gigi): Adjust call to create_field_decl.
-
-2010-05-08  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/gigi.h (build_unc_object_type): Add DEBUG_INFO_P param.
-       (build_unc_object_type_from_ptr): Likewise.
-       * gcc-interface/utils.c (build_unc_object_type): Add DEBUG_INFO_P param
-       and pass it to create_type_decl.  Declare the type.  Simplify.
-       (build_unc_object_type_from_ptr): Add DEBUG_INFO_P parameter and pass
-       it to build_unc_object_type.
-       * gcc-interface/decl.c (gnat_to_gnu_entity): Adjust to above change.
-       * gcc-interface/trans.c (Attribute_to_gnu): Likewise.
-       (gnat_to_gnu): Likewise.
-       * gcc-interface/utils2.c (build_allocator): Likewise.
-
-2010-05-07 Eric Botcazou  <ebotcazou@adacore.com>
-
-       PR 40989
-       * gcc-interface/misc.c (gnat_handle_option): Fix long line.
-
-2010-05-06  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
-
-       * gcc-interface/Makefile.in: Removed mips-sgi-irix5* support.
-
-2010-05-06  Manuel López-Ibáñez  <manu@gcc.gnu.org>
-
-       PR 40989
-       * gcc-interface/misc.c (gnat_handle_option): Add argument kind.
-
-2010-05-02  Giuseppe Scrivano  <gscrivano@gnu.org>
-
-       * gnathtml.pl: Use 755 as mask for new directories.
-
-2010-04-28  Eric Botcazou  <ebotcazou@adacore.com>
-
-       * gcc-interface/trans.c (gnat_gimplify_expr) <ADDR_EXPR>: Uniquize
-       constant constructors before taking their address.
-
 2010-04-25  Eric Botcazou  <ebotcazou@adacore.com>
 
        * exp_dbug.ads: Fix outdated description.  Mention link between XVS