This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[Ada] Update autogenerated sources


I committed patch below.

  -Geert

2001-10-11  Geert Bosch  <bosch@gnat.com>

	* einfo.h: Regenerate.

	* nmake.ads: Regenerate.

	* nmake.adb: Regenerate.

	* sinfo.h: Regenerate.

	* treeprs.adb: Regenerate.

Index: einfo.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/einfo.h,v
retrieving revision 1.1
diff -p -r1.1 einfo.h
*** einfo.h	2001/10/08 17:58:31	1.1
--- einfo.h	2001/10/11 20:46:52
***************
*** 6,14 ****
  /*                                                                          */
  /*                              C Header File                               */
  /*                                                                          */
! /*                 Generated by xeinfo revision 1.1 using                  */
! /*                         einfo.ads revision 1.1                         */
! /*                         einfo.adb revision 1.1                         */
  /*                                                                          */
  /*          Copyright (C) 1992-2001 Free Software Foundation, Inc.          */
  /*                                                                          */
--- 6,14 ----
  /*                                                                          */
  /*                              C Header File                               */
  /*                                                                          */
! /*                 Generated by xeinfo revision 1.2 using                  */
! /*                         einfo.ads revision 1.2                         */
! /*                         einfo.adb revision 1.3                         */
  /*                                                                          */
  /*          Copyright (C) 1992-2001 Free Software Foundation, Inc.          */
  /*                                                                          */
***************
*** 216,222 ****
     SUBTYPE (Type_Kind, Entity_Kind, 
        E_Enumeration_Type, E_Subprogram_Type)
  
!    typedef int Component_Alignment_Kind;
        #define Calign_Default           0
        #define Calign_Component_Size    1
        #define Calign_Component_Size_4  2
--- 216,222 ----
     SUBTYPE (Type_Kind, Entity_Kind, 
        E_Enumeration_Type, E_Subprogram_Type)
  
!    typedef char Component_Alignment_Kind;
        #define Calign_Default           0
        #define Calign_Component_Size    1
        #define Calign_Component_Size_4  2
Index: nmake.adb
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/nmake.adb,v
retrieving revision 1.1
diff -p -r1.1 nmake.adb
*** nmake.adb	2001/10/02 14:18:39	1.1
--- nmake.adb	2001/10/11 20:46:52
***************
*** 6,14 ****
  --                                                                          --
  --                                 B o d y                                  --
  --                                                                          --
! --                 Generated by xnmake revision 1.25 using                  --
! --                         sinfo.ads revision 1.430                         --
! --                         nmake.adt revision 1.12                          --
  --                                                                          --
  --          Copyright (C) 1992-2001 Free Software Foundation, Inc.          --
  --                                                                          --
--- 6,14 ----
  --                                                                          --
  --                                 B o d y                                  --
  --                                                                          --
! --                 Generated by xnmake revision 1.2 using                  --
! --                         sinfo.ads revision 1.2                         --
! --                         nmake.adt revision 1.1                          --
  --                                                                          --
  --          Copyright (C) 1992-2001 Free Software Foundation, Inc.          --
  --                                                                          --
Index: nmake.ads
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/nmake.ads,v
retrieving revision 1.1
diff -p -r1.1 nmake.ads
*** nmake.ads	2001/10/02 14:18:39	1.1
--- nmake.ads	2001/10/11 20:46:52
***************
*** 6,14 ****
  --                                                                          --
  --                                 S p e c                                  --
  --                                                                          --
! --                 Generated by xnmake revision 1.25 using                  --
! --                         sinfo.ads revision 1.430                         --
! --                         nmake.adt revision 1.12                          --
  --                                                                          --
  --          Copyright (C) 1992-2001 Free Software Foundation, Inc.          --
  --                                                                          --
--- 6,14 ----
  --                                                                          --
  --                                 S p e c                                  --
  --                                                                          --
! --                 Generated by xnmake revision 1.2 using                  --
! --                         sinfo.ads revision 1.2                         --
! --                         nmake.adt revision 1.1                          --
  --                                                                          --
  --          Copyright (C) 1992-2001 Free Software Foundation, Inc.          --
  --                                                                          --
Index: sinfo.h
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/sinfo.h,v
retrieving revision 1.1
diff -p -r1.1 sinfo.h
*** sinfo.h	2001/10/08 17:58:31	1.1
--- sinfo.h	2001/10/11 20:46:52
***************
*** 7,13 ****
  /*                              C Header File                               */
  /*                                                                          */
  /*                 Generated by xsinfo revision 1.1 using                  */
! /*                         sinfo.ads revision 1.1                         */
  /*                                                                          */
  /*          Copyright (C) 1992-2001, Free Software Foundation, Inc.         */
  /*                                                                          */
--- 7,13 ----
  /*                              C Header File                               */
  /*                                                                          */
  /*                 Generated by xsinfo revision 1.1 using                  */
! /*                         sinfo.ads revision 1.2                         */
  /*                                                                          */
  /*          Copyright (C) 1992-2001, Free Software Foundation, Inc.         */
  /*                                                                          */
***************
*** 42,50 ****
        #define N_Record_Representation_Clause 5
        #define N_Attribute_Definition_Clause 6
        #define N_Empty 7
!       #define N_Error 8
!       #define N_Pragma 9
!       #define N_Pragma_Argument_Association 10
        #define N_Defining_Character_Literal 11
        #define N_Defining_Identifier 12
        #define N_Defining_Operator_Symbol 13
--- 42,50 ----
        #define N_Record_Representation_Clause 5
        #define N_Attribute_Definition_Clause 6
        #define N_Empty 7
!       #define N_Pragma 8
!       #define N_Pragma_Argument_Association 9
!       #define N_Error 10
        #define N_Defining_Character_Literal 11
        #define N_Defining_Identifier 12
        #define N_Defining_Operator_Symbol 13
***************
*** 282,288 ****
        N_Expanded_Name,
        N_Attribute_Reference)
     SUBTYPE (N_Has_Etype, Node_Kind, 
!       N_Defining_Character_Literal,
        N_Subtype_Indication)
     SUBTYPE (N_Later_Decl_Item, Node_Kind, 
        N_Task_Type_Declaration,
--- 282,288 ----
        N_Expanded_Name,
        N_Attribute_Reference)
     SUBTYPE (N_Has_Etype, Node_Kind, 
!       N_Error,
        N_Subtype_Indication)
     SUBTYPE (N_Later_Decl_Item, Node_Kind, 
        N_Task_Type_Declaration,
Index: treeprs.ads
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ada/treeprs.ads,v
retrieving revision 1.1
diff -p -r1.1 treeprs.ads
*** treeprs.ads	2001/10/02 14:57:56	1.1
--- treeprs.ads	2001/10/11 20:46:52
***************
*** 6,14 ****
  --                                                                          --
  --                                 S p e c                                  --
  --                                                                          --
! --                Generated by xtreeprs revision 1.31 using                 --
! --                         sinfo.ads revision 1.430                          --
! --                        treeprs.adt revision 1.17                          --
  --                                                                          --
  --          Copyright (C) 1992-1997 Free Software Foundation, Inc.          --
  --                                                                          --
--- 6,14 ----
  --                                                                          --
  --                                 S p e c                                  --
  --                                                                          --
! --                Generated by xtreeprs revision 1.1 using                 --
! --                         sinfo.ads revision 1.2                          --
! --                        treeprs.adt revision 1.1                          --
  --                                                                          --
  --          Copyright (C) 1992-1997 Free Software Foundation, Inc.          --
  --                                                                          --
*************** package Treeprs is
*** 119,130 ****
        "$Name%Expression&Next_Rep_Item+From_At_Mod" &
        --  Empty
        "" &
-       --  Error
-       "" &
        --  Pragma
        "$Pragma_Argument_Associations%Debug_Statement&Next_Rep_Item" &
        --  Pragma_Argument_Association
        "%Expression" &
        --  Defining_Character_Literal
        "$Next_Entity%Scope" &
        --  Defining_Identifier
--- 119,130 ----
        "$Name%Expression&Next_Rep_Item+From_At_Mod" &
        --  Empty
        "" &
        --  Pragma
        "$Pragma_Argument_Associations%Debug_Statement&Next_Rep_Item" &
        --  Pragma_Argument_Association
        "%Expression" &
+       --  Error
+       "" &
        --  Defining_Character_Literal
        "$Next_Entity%Scope" &
        --  Defining_Identifier
*************** package Treeprs is
*** 590,598 ****
        N_Record_Representation_Clause           => 133,
        N_Attribute_Definition_Clause            => 187,
        N_Empty                                  => 229,
-       N_Error                                  => 229,
        N_Pragma                                 => 229,
        N_Pragma_Argument_Association            => 288,
        N_Defining_Character_Literal             => 299,
        N_Defining_Identifier                    => 317,
        N_Defining_Operator_Symbol               => 335,
--- 590,598 ----
        N_Record_Representation_Clause           => 133,
        N_Attribute_Definition_Clause            => 187,
        N_Empty                                  => 229,
        N_Pragma                                 => 229,
        N_Pragma_Argument_Association            => 288,
+       N_Error                                  => 299,
        N_Defining_Character_Literal             => 299,
        N_Defining_Identifier                    => 317,
        N_Defining_Operator_Symbol               => 335,



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]