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
4b8b7784
Commit
4b8b7784
authored
Oct 13, 2011
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove default for argument Packages_To_Check.
From-SVN: r179917
parent
0626faca
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
gcc/ada/prj-part.adb
+1
-1
gcc/ada/prj-part.ads
+1
-1
gcc/ada/prj-proc.ads
+2
-0
No files found.
gcc/ada/prj-part.adb
View file @
4b8b7784
...
@@ -443,7 +443,7 @@ package body Prj.Part is
...
@@ -443,7 +443,7 @@ package body Prj.Part is
Project : out Project_Node_Id;
Project : out Project_Node_Id;
Project_File_Name : String;
Project_File_Name : String;
Errout_Handling : Errout_Mode := Always_Finalize;
Errout_Handling : Errout_Mode := Always_Finalize;
Packages_To_Check : String_List_Access
:= All_Packages
;
Packages_To_Check : String_List_Access;
Store_Comments : Boolean := False;
Store_Comments : Boolean := False;
Current_Directory : String := "";
Current_Directory : String := "";
Is_Config_File : Boolean;
Is_Config_File : Boolean;
...
...
gcc/ada/prj-part.ads
View file @
4b8b7784
...
@@ -42,7 +42,7 @@ package Prj.Part is
...
@@ -42,7 +42,7 @@ package Prj.Part is
Project
:
out
Project_Node_Id
;
Project
:
out
Project_Node_Id
;
Project_File_Name
:
String
;
Project_File_Name
:
String
;
Errout_Handling
:
Errout_Mode
:=
Always_Finalize
;
Errout_Handling
:
Errout_Mode
:=
Always_Finalize
;
Packages_To_Check
:
String_List_Access
:=
All_Packages
;
Packages_To_Check
:
String_List_Access
;
Store_Comments
:
Boolean
:=
False
;
Store_Comments
:
Boolean
:=
False
;
Current_Directory
:
String
:=
""
;
Current_Directory
:
String
:=
""
;
Is_Config_File
:
Boolean
;
Is_Config_File
:
Boolean
;
...
...
gcc/ada/prj-proc.ads
View file @
4b8b7784
...
@@ -34,6 +34,7 @@ package Prj.Proc is
...
@@ -34,6 +34,7 @@ package Prj.Proc is
procedure
Process_Project_Tree_Phase_1
procedure
Process_Project_Tree_Phase_1
(
In_Tree
:
Project_Tree_Ref
;
(
In_Tree
:
Project_Tree_Ref
;
Project
:
out
Project_Id
;
Project
:
out
Project_Id
;
Packages_To_Check
:
String_List_Access
;
Success
:
out
Boolean
;
Success
:
out
Boolean
;
From_Project_Node
:
Project_Node_Id
;
From_Project_Node
:
Project_Node_Id
;
From_Project_Node_Tree
:
Project_Node_Tree_Ref
;
From_Project_Node_Tree
:
Project_Node_Tree_Ref
;
...
@@ -68,6 +69,7 @@ package Prj.Proc is
...
@@ -68,6 +69,7 @@ package Prj.Proc is
procedure
Process
procedure
Process
(
In_Tree
:
Project_Tree_Ref
;
(
In_Tree
:
Project_Tree_Ref
;
Project
:
out
Project_Id
;
Project
:
out
Project_Id
;
Packages_To_Check
:
String_List_Access
;
Success
:
out
Boolean
;
Success
:
out
Boolean
;
From_Project_Node
:
Project_Node_Id
;
From_Project_Node
:
Project_Node_Id
;
From_Project_Node_Tree
:
Project_Node_Tree_Ref
;
From_Project_Node_Tree
:
Project_Node_Tree_Ref
;
...
...
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