aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 12:46:19 +0200
committerArnaud Charlet <charlet@gcc.gnu.org>2009-04-09 12:46:19 +0200
commitbf080c96e02d9b10dd18d7e900ed0c84d0d214af (patch)
tree5aba08ff346b9f4e51dcfb8279747dc9809579a5
parentd7ba4df490028a6cec281e104faaba40822f55c1 (diff)
downloadgcc-bf080c96e02d9b10dd18d7e900ed0c84d0d214af.zip
gcc-bf080c96e02d9b10dd18d7e900ed0c84d0d214af.tar.gz
gcc-bf080c96e02d9b10dd18d7e900ed0c84d0d214af.tar.bz2
Minor reformatting.
From-SVN: r145824
-rw-r--r--gcc/ada/bindgen.adb7
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/ada/bindgen.adb b/gcc/ada/bindgen.adb
index a632dd4..6f6b557 100644
--- a/gcc/ada/bindgen.adb
+++ b/gcc/ada/bindgen.adb
@@ -2631,16 +2631,16 @@ package body Bindgen is
Gen_Elab_Defs_C;
- -- Imported variables used only when we have a runtime.
+ -- Imported variables used only when we have a runtime
if not Suppress_Standard_Library_On_Target then
- -- Track elaboration/finalization phase.
+ -- Track elaboration/finalization phase
WBI ("extern int __gnat_handler_installed;");
WBI ("");
- -- Track feature enable/disable on VMS.
+ -- Track feature enable/disable on VMS
if OpenVMS_On_Target then
WBI ("extern int __gnat_features_set;");
@@ -2676,7 +2676,6 @@ package body Bindgen is
end if;
-- Similarly deal with exit status
- -- are in the run-time library.
if not Configurable_Run_Time_On_Target then
WBI ("extern int gnat_exit_status;");