Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
R
riscv-gcc-1
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
riscv-gcc-1
Commits
262cc585
Commit
262cc585
authored
Nov 14, 2003
by
Arnaud Charlet
Committed by
Arnaud Charlet
Nov 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* sinfo.h, treeprs.ads: Regenerated.
From-SVN: r73601
parent
95a6aaf9
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
57 additions
and
55 deletions
+57
-55
gcc/ada/ChangeLog
+1
-1
gcc/ada/sinfo.h
+2
-0
gcc/ada/treeprs.ads
+54
-54
No files found.
gcc/ada/ChangeLog
View file @
262cc585
2003
-
11
-
14
Arnaud
Charlet
<
charlet
@
act
-
europe
.
fr
>
*
nmake
.
ads
,
nmake
.
adb
:
Regenerated
.
*
nmake
.
ads
,
nmake
.
adb
,
sinfo
.
h
,
treeprs
.
ads
:
Regenerated
.
2003
-
11
-
13
Vincent
Celier
<
celier
@
gnat
.
com
>
...
...
gcc/ada/sinfo.h
View file @
262cc585
...
...
@@ -511,6 +511,8 @@
{
return
Uint5
(
N
);
}
INLINE
Node_Id
Entity
(
Node_Id
N
)
{
return
Node4
(
N
);
}
INLINE
Node_Id
Entity_Or_Associated_Node
(
Node_Id
N
)
{
return
Node4
(
N
);
}
INLINE
Node_Id
Entry_Body_Formal_Part
(
Node_Id
N
)
{
return
Node5
(
N
);
}
INLINE
Node_Id
Entry_Call_Alternative
(
Node_Id
N
)
...
...
gcc/ada/treeprs.ads
View file @
262cc585
...
...
@@ -460,7 +460,7 @@ package Treeprs is
--
Compilation_Unit_Aux
"$Declarations#Actions'Pragmas_After&Config_Pragmas"
&
--
Component_Association
"#Choices$Loop_Actions%Expression"
&
"#Choices$Loop_Actions%Expression
6Box_Present
"
&
--
Component_List
"%Component_Items&Variant_Part4Null_Present"
&
--
Derived_Type_Definition
...
...
@@ -739,58 +739,58 @@ package Treeprs is
N_Compilation_Unit => 7317,
N_Compilation_Unit_Aux => 7456,
N_Component_Association => 7506,
N_Component_List => 75
38
,
N_Derived_Type_Definition => 75
80
,
N_Decimal_Fixed_Point_Definition => 76
38
,
N_Defining_Program_Unit_Name => 7
698
,
N_Delta_Constraint => 77
23
,
N_Designator => 77
57
,
N_Digits_Constraint => 77
73
,
N_Discriminant_Association => 78
08
,
N_Discriminant_Specification => 78
34
,
N_Enumeration_Type_Definition => 79
01
,
N_Entry_Body => 79
20
,
N_Entry_Call_Alternative => 80
27
,
N_Exception_Declaration => 80
74
,
N_Exception_Handler => 81
23
,
N_Floating_Point_Definition => 8
188
,
N_Formal_Decimal_Fixed_Point_Definition => 82
31
,
N_Formal_Derived_Type_Definition => 82
31
,
N_Formal_Discrete_Type_Definition => 82
77
,
N_Formal_Floating_Point_Definition => 82
77
,
N_Formal_Modular_Type_Definition => 82
77
,
N_Formal_Ordinary_Fixed_Point_Definition => 82
77
,
N_Formal_Package_Declaration => 82
77
,
N_Formal_Private_Type_Definition => 83
64
,
N_Formal_Signed_Integer_Type_Definition => 84
12
,
N_Formal_Subprogram_Declaration => 84
12
,
N_Generic_Association => 84
51
,
N_Handled_Sequence_Of_Statements => 8
499
,
N_Index_Or_Discriminant_Constraint => 8
591
,
N_Itype_Reference => 86
03
,
N_Label => 86
09
,
N_Modular_Type_Definition => 86
35
,
N_Number_Declaration => 86
46
,
N_Ordinary_Fixed_Point_Definition => 8
695
,
N_Others_Choice => 87
37
,
N_Package_Specification => 87
72
,
N_Parameter_Association => 88
81
,
N_Parameter_Specification => 89
39
,
N_Protected_Definition => 90
68
,
N_Range_Constraint => 91
40
,
N_Real_Range_Specification => 91
57
,
N_Record_Definition => 91
78
,
N_Signed_Integer_Type_Definition => 92
64
,
N_Single_Protected_Declaration => 92
85
,
N_Subunit => 93
26
,
N_Task_Definition => 93
62
,
N_Triggering_Alternative => 95
00
,
N_Use_Type_Clause => 95
47
,
N_Validate_Unchecked_Conversion => 9
598
,
N_Variant => 96
22
,
N_Variant_Part => 97
01
,
N_With_Clause => 97
15
,
N_With_Type_Clause => 99
29
,
N_Unused_At_End => 99
49
);
N_Component_List => 75
50
,
N_Derived_Type_Definition => 75
92
,
N_Decimal_Fixed_Point_Definition => 76
50
,
N_Defining_Program_Unit_Name => 7
710
,
N_Delta_Constraint => 77
35
,
N_Designator => 77
69
,
N_Digits_Constraint => 77
85
,
N_Discriminant_Association => 78
20
,
N_Discriminant_Specification => 78
46
,
N_Enumeration_Type_Definition => 79
13
,
N_Entry_Body => 79
32
,
N_Entry_Call_Alternative => 80
39
,
N_Exception_Declaration => 80
86
,
N_Exception_Handler => 81
35
,
N_Floating_Point_Definition => 8
200
,
N_Formal_Decimal_Fixed_Point_Definition => 82
43
,
N_Formal_Derived_Type_Definition => 82
43
,
N_Formal_Discrete_Type_Definition => 82
89
,
N_Formal_Floating_Point_Definition => 82
89
,
N_Formal_Modular_Type_Definition => 82
89
,
N_Formal_Ordinary_Fixed_Point_Definition => 82
89
,
N_Formal_Package_Declaration => 82
89
,
N_Formal_Private_Type_Definition => 83
76
,
N_Formal_Signed_Integer_Type_Definition => 84
24
,
N_Formal_Subprogram_Declaration => 84
24
,
N_Generic_Association => 84
63
,
N_Handled_Sequence_Of_Statements => 8
511
,
N_Index_Or_Discriminant_Constraint => 8
603
,
N_Itype_Reference => 86
15
,
N_Label => 86
21
,
N_Modular_Type_Definition => 86
47
,
N_Number_Declaration => 86
58
,
N_Ordinary_Fixed_Point_Definition => 8
707
,
N_Others_Choice => 87
49
,
N_Package_Specification => 87
84
,
N_Parameter_Association => 88
93
,
N_Parameter_Specification => 89
51
,
N_Protected_Definition => 90
80
,
N_Range_Constraint => 91
52
,
N_Real_Range_Specification => 91
69
,
N_Record_Definition => 91
90
,
N_Signed_Integer_Type_Definition => 92
76
,
N_Single_Protected_Declaration => 92
97
,
N_Subunit => 93
38
,
N_Task_Definition => 93
74
,
N_Triggering_Alternative => 95
12
,
N_Use_Type_Clause => 95
59
,
N_Validate_Unchecked_Conversion => 9
610
,
N_Variant => 96
34
,
N_Variant_Part => 97
13
,
N_With_Clause => 97
27
,
N_With_Type_Clause => 99
41
,
N_Unused_At_End => 99
61
);
end Treeprs;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment