-
- Downloads
a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed.
2005-03-29 Javier Miranda <miranda@adacore.com> * a-tags.ads, a-tags.adb (Get_TSD): Subprogram removed. (Inherit_DT): The first formal has been redefined as a Tag. This allows us the removal of the subprogram Get_TSD. (TSD): Replace the call to Get_TSD by the actual code. * exp_disp.ads, exp_disp.adb: Remove support to call Get_TSD. (Make_DT): Upgrade the call to Inherit_TSD according to the new interface: the first formal is now a Tag. * i-cpp.ads, i-cpp.adb (CPP_Inherit_DT): The first formal has been redefined as a Tag. This change allows us to remove the subprogram Get_TSD. (CPP_Get_TSD): Subprogram removed. (TSD): Replace the call to CPP_Get_TSD by the actual code. * rtsfind.ads: Remove support to call the run-time subprogram Get_TSD From-SVN: r97168
Showing
- gcc/ada/a-tags.adb 9 additions, 19 deletionsgcc/ada/a-tags.adb
- gcc/ada/a-tags.ads 4 additions, 11 deletionsgcc/ada/a-tags.ads
- gcc/ada/exp_disp.adb 12 additions, 20 deletionsgcc/ada/exp_disp.adb
- gcc/ada/exp_disp.ads 0 additions, 1 deletiongcc/ada/exp_disp.ads
- gcc/ada/i-cpp.adb 9 additions, 20 deletionsgcc/ada/i-cpp.adb
- gcc/ada/i-cpp.ads 3 additions, 9 deletionsgcc/ada/i-cpp.ads
- gcc/ada/rtsfind.ads 0 additions, 4 deletionsgcc/ada/rtsfind.ads
Loading
Please register or sign in to comment