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
4928d38f
Commit
4928d38f
authored
Sep 16, 2009
by
Arnaud Charlet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor reformatting.
From-SVN: r151751
parent
c471e2da
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
gcc/ada/switch-c.adb
+6
-2
No files found.
gcc/ada/switch-c.adb
View file @
4928d38f
...
@@ -310,6 +310,7 @@ package body Switch.C is
...
@@ -310,6 +310,7 @@ package body Switch.C is
case
Switch_Chars
(
Ptr
)
is
case
Switch_Chars
(
Ptr
)
is
--
-
gnatea
(
initial
delimiter
of
explicit
switches
)
--
-
gnatea
(
initial
delimiter
of
explicit
switches
)
--
All
switches
that
come
before
-
gnatea
have
been
added
by
--
All
switches
that
come
before
-
gnatea
have
been
added
by
--
the
GCC
driver
and
are
not
stored
in
the
ALI
file
.
--
the
GCC
driver
and
are
not
stored
in
the
ALI
file
.
--
See
also
-
gnatez
below
.
--
See
also
-
gnatez
below
.
...
@@ -370,6 +371,7 @@ package body Switch.C is
...
@@ -370,6 +371,7 @@ package body Switch.C is
return;
return;
-- -gnateC switch (CodePeer SCIL generation)
-- -gnateC switch (CodePeer SCIL generation)
-- Not enabled for now, keep it for later???
-- Not enabled for now, keep it for later???
-- use -gnatd.I only for now
-- use -gnatd.I only for now
...
@@ -468,9 +470,10 @@ package body Switch.C is
...
@@ -468,9 +470,10 @@ package body Switch.C is
Ptr := Max + 1;
Ptr := Max + 1;
-- -gnatez (final delimiter of explicit switches)
-- -gnatez (final delimiter of explicit switches)
-- All switches that come after -gnatez have been added by
-- All switches that come after -gnatez have been added by
-- the GCC driver and are not stored in the ALI file.
-- the GCC driver and are not stored in the ALI file.
See
--
See
also -gnatea above.
-- also -gnatea above.
when '
z
' =>
when '
z
' =>
Store_Switch := False;
Store_Switch := False;
...
@@ -478,6 +481,7 @@ package body Switch.C is
...
@@ -478,6 +481,7 @@ package body Switch.C is
Ptr := Ptr + 1;
Ptr := Ptr + 1;
-- -gnateS (generate SCO information)
-- -gnateS (generate SCO information)
-- Include Source Coverage Obligation information in ALI
-- Include Source Coverage Obligation information in ALI
-- files for the benefit of source coverage analysis tools
-- files for the benefit of source coverage analysis tools
-- (xcov).
-- (xcov).
...
...
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