(Default_Attribute_Count): Replace by Max_Attribute_Count.
authorArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 14:47:53 +0000 (16:47 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Wed, 30 Jul 2014 14:47:53 +0000 (16:47 +0200)
From-SVN: r213288

gcc/ada/s-parame-ae653.ads

index 82a5d31562ba4d3dc15e71f4f7f7fd69e9042b33..10454b62626d8302777a6c9358300448de907c7f 100644 (file)
@@ -6,7 +6,7 @@
 --                                                                          --
 --                                 S p e c                                  --
 --                                                                          --
---          Copyright (C) 1992-2011, Free Software Foundation, Inc.         --
+--          Copyright (C) 1992-2014, 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- --
@@ -182,9 +182,8 @@ package System.Parameters is
    -- Task Attributes --
    ---------------------
 
-   Default_Attribute_Count : constant := 4;
-   --  Number of pre-allocated Address-sized task attributes stored in the
-   --  task control block.
+   Max_Attribute_Count : constant := 8;
+   --  Number of task attributes stored in the task control block
 
    --------------------
    -- Runtime Traces --