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
792569a9
Commit
792569a9
authored
15 years ago
by
Robert Dewar
Committed by
Arnaud Charlet
15 years ago
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r148847
parent
14e33999
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
10 deletions
+10
-10
gcc/ada/ChangeLog
+2
-0
gcc/ada/ali.ads
+8
-10
No files found.
gcc/ada/ChangeLog
View file @
792569a9
...
...
@@ -8,6 +8,8 @@
*
sem_ch10
.
adb
:
Minor
reformatting
*
ali
.
ads
:
Mino
reformatting
.
*
gnat1drv
.
adb
(
Adjust_Global_Switches
):
New
procedure
(
take
care
of
turning
off
inlining
if
ASIS
mode
active
).
...
...
This diff is collapsed.
Click to expand it.
gcc/ada/ali.ads
View file @
792569a9
...
...
@@ -6,7 +6,7 @@
--
--
--
S
p
e
c
--
--
--
--
Copyright
(
C
)
1992
-
200
8
,
Free
Software
Foundation
,
Inc
.
--
--
Copyright
(
C
)
1992
-
200
9
,
Free
Software
Foundation
,
Inc
.
--
--
--
--
GNAT
is
free
software
;
you
can
redistribute
it
and
/
or
modify
it
under
--
--
terms
of
the
GNU
General
Public
License
as
published
by
the
Free
Soft
-
--
...
...
@@ -970,17 +970,15 @@ package ALI is
--
(
unit
)
lines
are
always
read
regardless
of
the
value
of
this
--
parameter
.
--
--
Note
:
either
Ignore_Lines
or
Read_Lines
should
be
non
-
null
.
--
but
not
both
.
If
both
are
given
then
only
the
Read_Lines
--
value
is
processed
,
and
the
Ignore_Lines
parameter
is
--
not
processed
.
--
Note
:
either
Ignore_Lines
or
Read_Lines
should
be
non
-
null
,
but
not
--
both
.
If
both
are
provided
then
only
the
Read_Lines
value
is
used
,
--
and
the
Ignore_Lines
parameter
is
ignored
.
--
--
Read_XREF
is
set
True
to
read
and
acquire
the
cross
-
reference
--
information
.
If
Read_XREF
is
set
to
True
,
then
the
effect
is
--
to
ignore
all
lines
other
than
U
,
W
,
D
and
X
lines
and
the
--
Ignore_Lines
and
Read_Lines
parameters
are
ignored
(
i
.
e
.
the
--
use
of
True
for
Read_XREF
is
equivalent
to
specifying
an
--
argument
of
"UWDX"
for
Read_Lines
.
--
information
.
If
Read_XREF
is
set
to
True
,
then
the
effect
is
to
ignore
--
all
lines
other
than
U
,
W
,
D
and
X
lines
and
the
Ignore_Lines
and
--
Read_Lines
parameters
are
ignored
(
i
.
e
.
the
use
of
True
for
Read_XREF
--
is
equivalent
to
specifying
an
argument
of
"UWDX"
for
Read_Lines
.
--
--
Ignore_Errors
is
normally
False
.
If
it
is
set
True
,
then
Scan_ALI
--
will
do
its
best
to
scan
through
a
file
and
extract
all
information
...
...
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