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
b86c6d94
Commit
b86c6d94
authored
May 23, 2008
by
Eric Botcazou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix nits
From-SVN: r135821
parent
a2acd8bf
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
gcc/ada/ChangeLog
+5
-9
No files found.
gcc/ada/ChangeLog
View file @
b86c6d94
...
@@ -3,24 +3,20 @@
...
@@ -3,24 +3,20 @@
*
gigi
.
h
(
mark_visited
):
Declare
.
*
gigi
.
h
(
mark_visited
):
Declare
.
*
decl
.
c
(
gnat_to_gnu_entity
):
Use
mark_visited
instead
of
marking
*
decl
.
c
(
gnat_to_gnu_entity
):
Use
mark_visited
instead
of
marking
only
the
topmost
node
of
expressions
.
only
the
topmost
node
of
expressions
.
(
elaborate_expression_1
):
Look
deeper
for
read
-
only
variable
.
(
elaborate_expression_1
):
Look
deeper
for
read
-
only
variable
s
.
*
trans
.
c
(
add_decl_expr
):
Use
mark_visited
instead
of
marking
by
hand
.
*
trans
.
c
(
add_decl_expr
):
Use
mark_visited
instead
of
marking
by
hand
.
(
mark_visited
):
Move
logic
to
mark_visited_r
.
Invoke
walk_tree
.
(
mark_visited
):
Move
logic
to
mark_visited_r
.
Invoke
walk_tree
.
(
mark_visited_r
):
New
function
.
(
mark_visited_r
):
New
function
.
2008
-
05
-
23
Vincent
Celier
<
celier
@
adacore
.
com
>
2008
-
05
-
23
Vincent
Celier
<
celier
@
adacore
.
com
>
*
snames
.
adb
:
*
snames
.
adb
:
New
standard
name
Excluded_Source_List_File
.
New
standard
name
Excluded_Source_List_File
*
snames
.
ads
:
*
snames
.
ads
:
New
standard
name
Excluded_Source_List_File
.
New
standard
name
Excluded_Source_List_File
*
prj
-
attr
.
adb
:
*
prj
-
attr
.
adb
:
New
project
level
attribute
Excluded_Source_List_File
.
New
project
level
attribute
Excluded_Source_List_File
*
prj
-
nmsc
.
adb
:
*
prj
-
nmsc
.
adb
:
(
Find_Excluded_Sources
):
New
parameter
Project
.
(
Find_Excluded_Sources
):
New
parameter
Project
.
Get
excluded
sources
from
Get
excluded
sources
from
file
indicated
by
attribute
Excluded_Source_List_File
,
when
present
and
file
indicated
by
attribute
Excluded_Source_List_File
,
when
present
and
neither
Excluded_Source_Files
nor
Locally_Removed_Files
are
declared
.
neither
Excluded_Source_Files
nor
Locally_Removed_Files
are
declared
.
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