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
4c8933bc
Commit
4c8933bc
authored
Oct 13, 2011
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove Packages_To_Check parameter.
From-SVN: r179918
parent
4b8b7784
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ada/prj-conf.adb
+2
-0
gcc/ada/prj-pars.adb
+1
-1
gcc/ada/prj-pars.ads
+1
-1
No files found.
gcc/ada/prj-conf.adb
View file @
4c8933bc
...
...
@@ -1324,6 +1324,7 @@ package body Prj.Conf is
Prj
.
Proc
.
Process_Project_Tree_Phase_1
(
In_Tree
=>
Project_Tree
,
Project
=>
Config
,
Packages_To_Check
=>
Packages_To_Check
,
Success
=>
Success
,
From_Project_Node
=>
Config_Project_Node
,
From_Project_Node_Tree
=>
Project_Node_Tree
,
...
...
@@ -1465,6 +1466,7 @@ package body Prj.Conf is
Process_Project_Tree_Phase_1
(In_Tree => Project_Tree,
Project => Main_Project,
Packages_To_Check => Packages_To_Check,
Success => Success,
From_Project_Node => User_Project_Node,
From_Project_Node_Tree => Project_Node_Tree,
...
...
gcc/ada/prj-pars.adb
View file @
4c8933bc
...
...
@@ -43,7 +43,7 @@ package body Prj.Pars is
(
In_Tree
:
Project_Tree_Ref
;
Project
:
out
Project_Id
;
Project_File_Name
:
String
;
Packages_To_Check
:
String_List_Access
:=
All_Packages
;
Packages_To_Check
:
String_List_Access
;
Reset_Tree
:
Boolean
:=
True
;
In_Node_Tree
:
Prj
.
Tree
.
Project_Node_Tree_Ref
:=
null
;
Env
:
in
out
Prj
.
Tree
.
Environment
)
...
...
gcc/ada/prj-pars.ads
View file @
4c8933bc
...
...
@@ -36,7 +36,7 @@ package Prj.Pars is
(
In_Tree
:
Project_Tree_Ref
;
Project
:
out
Project_Id
;
Project_File_Name
:
String
;
Packages_To_Check
:
String_List_Access
:=
All_Packages
;
Packages_To_Check
:
String_List_Access
;
Reset_Tree
:
Boolean
:=
True
;
In_Node_Tree
:
Prj
.
Tree
.
Project_Node_Tree_Ref
:=
null
;
Env
:
in
out
Prj
.
Tree
.
Environment
);
...
...
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