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
e288604a
Commit
e288604a
authored
Dec 04, 2001
by
Geert Bosch
Committed by
Geert Bosch
Dec 04, 2001
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* einfo.h, nmake.adb, nmake.ads, sinfo.h, treeprs.ads: Regenerate.
From-SVN: r47626
parent
5ac21013
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
6 deletions
+16
-6
gcc/ada/ChangeLog
+4
-0
gcc/ada/einfo.h
+6
-2
gcc/ada/nmake.adb
+1
-1
gcc/ada/nmake.ads
+1
-1
gcc/ada/sinfo.h
+4
-2
gcc/ada/treeprs.ads
+0
-0
No files found.
gcc/ada/ChangeLog
View file @
e288604a
2001-12-04 Geert bosch <bosch@gnat.com>
* einfo.h, nmake.adb, nmake.ads, sinfo.h treeprs.ads: Regenerate.
2001-12-04 Geert Bosch <bosch@gnat.com>
2001-12-04 Geert Bosch <bosch@gnat.com>
* Makefile.in (update-sources): New target.
* Makefile.in (update-sources): New target.
...
...
gcc/ada/einfo.h
View file @
e288604a
...
@@ -7,8 +7,8 @@
...
@@ -7,8 +7,8 @@
/* C Header File */
/* C Header File */
/* */
/* */
/* Generated by xeinfo revision 1.2 using */
/* Generated by xeinfo revision 1.2 using */
/* einfo.ads revision 1.
2
*/
/* einfo.ads revision 1.
3
*/
/* einfo.adb revision 1.
3
*/
/* einfo.adb revision 1.
4
*/
/* */
/* */
/* Copyright (C) 1992-2001 Free Software Foundation, Inc. */
/* Copyright (C) 1992-2001 Free Software Foundation, Inc. */
/* */
/* */
...
@@ -360,6 +360,7 @@
...
@@ -360,6 +360,7 @@
INLINE
B
Has_Pragma_Elaborate_Body
(
E
Id
);
INLINE
B
Has_Pragma_Elaborate_Body
(
E
Id
);
INLINE
B
Has_Pragma_Inline
(
E
Id
);
INLINE
B
Has_Pragma_Inline
(
E
Id
);
INLINE
B
Has_Pragma_Pack
(
E
Id
);
INLINE
B
Has_Pragma_Pack
(
E
Id
);
INLINE
B
Has_Pragma_Pure_Function
(
E
Id
);
INLINE
B
Has_Primitive_Operations
(
E
Id
);
INLINE
B
Has_Primitive_Operations
(
E
Id
);
INLINE
B
Has_Qualified_Name
(
E
Id
);
INLINE
B
Has_Qualified_Name
(
E
Id
);
INLINE
B
Has_Record_Rep_Clause
(
E
Id
);
INLINE
B
Has_Record_Rep_Clause
(
E
Id
);
...
@@ -1117,6 +1118,9 @@
...
@@ -1117,6 +1118,9 @@
INLINE
B
Has_Pragma_Pack
(
E
Id
)
INLINE
B
Has_Pragma_Pack
(
E
Id
)
{
return
Flag121
(
Implementation_Base_Type
(
Id
));
}
{
return
Flag121
(
Implementation_Base_Type
(
Id
));
}
INLINE
B
Has_Pragma_Pure_Function
(
E
Id
)
{
return
Flag179
(
Id
);
}
INLINE
B
Has_Primitive_Operations
(
E
Id
)
INLINE
B
Has_Primitive_Operations
(
E
Id
)
{
return
Flag120
(
Base_Type
(
Id
));
}
{
return
Flag120
(
Base_Type
(
Id
));
}
...
...
gcc/ada/nmake.adb
View file @
e288604a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
--
B
o
d
y
--
--
B
o
d
y
--
--
--
--
--
--
Generated
by
xnmake
revision
1.2
using
--
--
Generated
by
xnmake
revision
1.2
using
--
--
sinfo
.
ads
revision
1.
2
--
--
sinfo
.
ads
revision
1.
5
--
--
nmake
.
adt
revision
1.1
--
--
nmake
.
adt
revision
1.1
--
--
--
--
--
--
Copyright
(
C
)
1992
-
2001
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
2001
Free
Software
Foundation
,
Inc
.
--
...
...
gcc/ada/nmake.ads
View file @
e288604a
...
@@ -7,7 +7,7 @@
...
@@ -7,7 +7,7 @@
--
S
p
e
c
--
--
S
p
e
c
--
--
--
--
--
--
Generated
by
xnmake
revision
1.2
using
--
--
Generated
by
xnmake
revision
1.2
using
--
--
sinfo
.
ads
revision
1.
2
--
--
sinfo
.
ads
revision
1.
5
--
--
nmake
.
adt
revision
1.1
--
--
nmake
.
adt
revision
1.1
--
--
--
--
--
--
Copyright
(
C
)
1992
-
2001
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
2001
Free
Software
Foundation
,
Inc
.
--
...
...
gcc/ada/sinfo.h
View file @
e288604a
...
@@ -6,8 +6,8 @@
...
@@ -6,8 +6,8 @@
/* */
/* */
/* C Header File */
/* C Header File */
/* */
/* */
/* Generated by xsinfo revision
1.1
using */
/* Generated by xsinfo revision using */
/* sinfo.ads revision 1.
2
*/
/* sinfo.ads revision 1.
5
*/
/* */
/* */
/* Copyright (C) 1992-2001, Free Software Foundation, Inc. */
/* Copyright (C) 1992-2001, Free Software Foundation, Inc. */
/* */
/* */
...
@@ -365,6 +365,8 @@
...
@@ -365,6 +365,8 @@
{
return
Node3
(
N
);
}
{
return
Node3
(
N
);
}
INLINE
Boolean
Assignment_OK
(
Node_Id
N
)
INLINE
Boolean
Assignment_OK
(
Node_Id
N
)
{
return
Flag15
(
N
);
}
{
return
Flag15
(
N
);
}
INLINE
Node_Id
Associated_Node
(
Node_Id
N
)
{
return
Node4
(
N
);
}
INLINE
Node_Id
At_End_Proc
(
Node_Id
N
)
INLINE
Node_Id
At_End_Proc
(
Node_Id
N
)
{
return
Node1
(
N
);
}
{
return
Node1
(
N
);
}
INLINE
Name_Id
Attribute_Name
(
Node_Id
N
)
INLINE
Name_Id
Attribute_Name
(
Node_Id
N
)
...
...
gcc/ada/treeprs.ads
View file @
e288604a
This diff is collapsed.
Click to expand it.
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