aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-09-16 14:41:04 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-09-16 14:41:04 +0200
commit4928d38f15be8e82aa458635126c490cb8d8e876 (patch)
tree28eaa1616e93fef37027f5a2680e665677ff2389
parentc471e2dadadf0986c0e2d8753a219b6511740b74 (diff)
downloadgcc-4928d38f15be8e82aa458635126c490cb8d8e876.zip
gcc-4928d38f15be8e82aa458635126c490cb8d8e876.tar.gz
gcc-4928d38f15be8e82aa458635126c490cb8d8e876.tar.bz2
Minor reformatting.
From-SVN: r151751
-rw-r--r--gcc/ada/switch-c.adb8
1 files changed, 6 insertions, 2 deletions
diff --git a/gcc/ada/switch-c.adb b/gcc/ada/switch-c.adb
index 1ecae61..9ccba42 100644
--- a/gcc/ada/switch-c.adb
+++ b/gcc/ada/switch-c.adb
@@ -310,6 +310,7 @@ package body Switch.C is
case Switch_Chars (Ptr) is
-- -gnatea (initial delimiter of explicit switches)
+
-- All switches that come before -gnatea have been added by
-- the GCC driver and are not stored in the ALI file.
-- See also -gnatez below.
@@ -370,6 +371,7 @@ package body Switch.C is
return;
-- -gnateC switch (CodePeer SCIL generation)
+
-- Not enabled for now, keep it for later???
-- use -gnatd.I only for now
@@ -468,9 +470,10 @@ package body Switch.C is
Ptr := Max + 1;
-- -gnatez (final delimiter of explicit switches)
+
-- All switches that come after -gnatez have been added by
- -- the GCC driver and are not stored in the ALI file.
- -- See also -gnatea above.
+ -- the GCC driver and are not stored in the ALI file. See
+ -- also -gnatea above.
when 'z' =>
Store_Switch := False;
@@ -478,6 +481,7 @@ package body Switch.C is
Ptr := Ptr + 1;
-- -gnateS (generate SCO information)
+
-- Include Source Coverage Obligation information in ALI
-- files for the benefit of source coverage analysis tools
-- (xcov).