2005-03-08 Thomas Quinot <quinot@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2005 16:01:51 +0000 (16:01 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 15 Mar 2005 16:01:51 +0000 (16:01 +0000)
commit21b1b4b8e3005aa9552e51adcc54eca311a8eae1
treeb15a4e5da3fd768c2a54e3cad4fe67dbd4e28dcc
parent78a3834fa14b559de19d3d1719ce96b30c9f017f
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@96497 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ada/exp_tss.adb
gcc/ada/exp_tss.ads