summaryrefslogtreecommitdiffstats
path: root/gcc/ada/s-stalib.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/s-stalib.adb')
-rw-r--r--gcc/ada/s-stalib.adb5
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/ada/s-stalib.adb b/gcc/ada/s-stalib.adb
index ffea8d008cd..ba83b8d9cdc 100644
--- a/gcc/ada/s-stalib.adb
+++ b/gcc/ada/s-stalib.adb
@@ -6,7 +6,7 @@
-- --
-- B o d y --
-- --
--- Copyright (C) 1995-2009, Free Software Foundation, Inc. --
+-- Copyright (C) 1995-2011, 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- --
@@ -94,7 +94,8 @@ package body System.Standard_Library is
pragma Export (C, Break_Start, "__gnat_break_start");
-- This is a dummy procedure that is called at the start of execution.
-- Its sole purpose is to provide a well defined point for the placement
- -- of a main program breakpoint.
+ -- of a main program breakpoint. This is not used anymore but kept for
+ -- bootstrapping issues (still referenced by old gnatbind generated files).
procedure Break_Start is
begin
OpenPOWER on IntegriCloud