exp_tss.ads, [...] (Find_Inherited_TSS): New subprogram...
authorThomas Quinot <quinot@adacore.com>
Tue, 15 Mar 2005 16:01:51 +0000 (17:01 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 15 Mar 2005 16:01:51 +0000 (17:01 +0100)
commit6e40e4814884d3e9243ce4b58ad7d92e2606cfe3
treeb15a4e5da3fd768c2a54e3cad4fe67dbd4e28dcc
parent4ee27193ec6d9e19751d24c8302f051ac979cad6
exp_tss.ads, [...] (Find_Inherited_TSS): New subprogram...

2005-03-08  Thomas Quinot  <quinot@adacore.com>

* exp_tss.ads, exp_tss.adb (Find_Inherited_TSS): New subprogram, moved
here from exp_attr so it can be shared between exp_attr and exp_dist.
(TSS_Names): Renamed from OK_TSS_Names. This array contains the list of
all TSS names, not a subset thereof, and the previous name introduced
an unnecessarily confusion that a distinction might exist between
"OK" TSS names and some "not OK" TSS names.

From-SVN: r96497
gcc/ada/exp_tss.adb
gcc/ada/exp_tss.ads