[Ada] Put_Image attribute: Rtsfind cleanups
authorBob Duff <duff@adacore.com>
Tue, 4 Feb 2020 16:08:32 +0000 (11:08 -0500)
committerPierre-Marie de Rodat <derodat@adacore.com>
Fri, 5 Jun 2020 12:17:46 +0000 (08:17 -0400)
commita2754419d08d5a49551fb817a01067e81c3da3f4
tree4b6a7931326c49972aa3b50c5bb309c55c9c209f
parentd1987ffdc27f0302dba0958083d69b7241194c1c
[Ada] Put_Image attribute: Rtsfind cleanups

2020-06-05  Bob Duff  <duff@adacore.com>

gcc/ada/

* rtsfind.adb, rtsfind.ads: Move subtypes of RTU_Id into package
body, because they are not needed by clients. Change "Child_" to
"Descendant", because grandchildren and great grandchildren are
involved.  Replace all the repetitive comments with a single
concise one.  Change the parent subtypes to be more consistent;
use the most specific parent.
gcc/ada/rtsfind.adb
gcc/ada/rtsfind.ads