OSDN Git Service

Patch to fix -mcpu=G5 interface to EH runtime library.
[pf3gnuchains/gcc-fork.git] / gcc / ada / s-proinf.ads
index f54c722..6fdeef4 100644 (file)
@@ -6,9 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---                            $Revision: 1.2 $                              --
---                                                                          --
---               Copyright (C) 1996 Free Software Foundation, Inc.          --
+--            Copyright (C) 1996-2003 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- --
 -- covered by the  GNU Public License.                                      --
 --                                                                          --
 -- GNAT was originally developed  by the GNAT team at  New York University. --
--- It is now maintained by Ada Core Technologies Inc (http://www.gnat.com). --
+-- Extensive contributions were provided by Ada Core Technologies Inc.      --
 --                                                                          --
 ------------------------------------------------------------------------------
+
 --  This package contains the definitions and routines used as parameters
 --  to the run-time system at program startup.
 
 package System.Program_Info is
 
-   function Default_Task_Stack  return Integer;
-   --
+   function Default_Task_Stack return Integer;
    --  The default stack size for each created thread.  This default value
    --  can be overriden on a per-task basis by the language-defined
    --  Storage_Size pragma.
-   --
 
 end System.Program_Info;