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
95a6aaf9
Commit
95a6aaf9
authored
Nov 14, 2003
by
Arnaud Charlet
Committed by
Arnaud Charlet
Nov 14, 2003
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* nmake.ads, nmake.adb: Regenerated.
From-SVN: r73600
parent
f53100ef
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
2 deletions
+9
-2
gcc/ada/ChangeLog
+4
-0
gcc/ada/nmake.adb
+3
-1
gcc/ada/nmake.ads
+2
-1
No files found.
gcc/ada/ChangeLog
View file @
95a6aaf9
2003
-
11
-
14
Arnaud
Charlet
<
charlet
@
act
-
europe
.
fr
>
*
nmake
.
ads
,
nmake
.
adb
:
Regenerated
.
2003
-
11
-
13
Vincent
Celier
<
celier
@
gnat
.
com
>
*
5
bml
-
tgt
.
adb
(
Build_Dynamic_Library
):
Use
...
...
gcc/ada/nmake.adb
View file @
95a6aaf9
...
...
@@ -692,7 +692,8 @@ package body Nmake is
function
Make_Component_Association
(
Sloc
:
Source_Ptr
;
Choices
:
List_Id
;
Expression
:
Node_Id
)
Expression
:
Node_Id
;
Box_Present
:
Boolean
:=
False
)
return
Node_Id
is
N
:
constant
Node_Id
:=
...
...
@@ -700,6 +701,7 @@ package body Nmake is
begin
Set_Choices
(
N
,
Choices
);
Set_Expression
(
N
,
Expression
);
Set_Box_Present
(
N
,
Box_Present
);
return
N
;
end
Make_Component_Association
;
...
...
gcc/ada/nmake.ads
View file @
95a6aaf9
...
...
@@ -371,7 +371,8 @@ package Nmake is
function Make_Component_Association (Sloc : Source_Ptr;
Choices : List_Id;
Expression : Node_Id)
Expression : Node_Id;
Box_Present : Boolean := False)
return Node_Id;
pragma Inline (Make_Component_Association);
...
...
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