From: Arnaud Charlet Date: Wed, 30 Jul 2014 14:47:53 +0000 (+0200) Subject: (Default_Attribute_Count): Replace by Max_Attribute_Count. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21de9325dd7965f66607f6e4deca052fab06924e;p=gcc.git (Default_Attribute_Count): Replace by Max_Attribute_Count. From-SVN: r213288 --- diff --git a/gcc/ada/s-parame-ae653.ads b/gcc/ada/s-parame-ae653.ads index 82a5d31562b..10454b62626 100644 --- a/gcc/ada/s-parame-ae653.ads +++ b/gcc/ada/s-parame-ae653.ads @@ -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 --