]> git.ipfire.org Git - thirdparty/gcc.git/commit
atree.adb: Add a fifth component to entities This allows us to add 32 flags and four...
authorArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:33:59 +0000 (16:33 +0100)
committerArnaud Charlet <charlet@gcc.gnu.org>
Mon, 3 Jan 2005 15:33:59 +0000 (16:33 +0100)
commit165eab5ffcf0a4ffe7505982de815605f15e4918
tree557f21681ba00d33a252d030b4b7124351eb028e
parent5f3ab6fbf007f309b823cd77f1d3eed52ee0d0a7
atree.adb: Add a fifth component to entities This allows us to add 32 flags and four new fields

* atree.adb: Add a fifth component to entities
This allows us to add 32 flags and four new fields

* atree.ads: Add a fifth component to entities
This allows us to add 32 flags and four new fields

* einfo.ads, einfo.adb: Document new fields and new flags now available
Add routines for printing new fields

* treepr.adb: Call routines to print out additional fields if present

From-SVN: r92830
gcc/ada/atree.adb
gcc/ada/atree.ads
gcc/ada/einfo.adb
gcc/ada/einfo.ads
gcc/ada/treepr.adb