OSDN Git Service

2009-07-22 Sergey Rybin <rybin@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jul 2009 15:35:52 +0000 (15:35 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 22 Jul 2009 15:35:52 +0000 (15:35 +0000)
commitb543d604735412e9b2ef1b57677a05e181f6a89d
treeec72a3ab616ae23abfff8cc32b73dd7c9ff95059
parent38fcb532ca028a39c69b4a6786e7efcef758b679
2009-07-22  Sergey Rybin  <rybin@adacore.com>

* gnat_ugn.texi: Update doc for some gnatcheck rules.

2009-07-22  Robert Dewar  <dewar@adacore.com>

* par_sco.adb, par_sco.ads (pscos): New debug routine to output
contents of SCO tables.
* put_scos.adb, put_scos.ads, get_scos.adb, get_scos.ads,
scos.adb, scos.ads: New files.
* gcc-interface/Make-lang.in: Update dependencies.

* lib-util.ads, gnatbind.ads, ali.ads, binderr.ads: Minor comment
fixes and reformatting.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@149943 138bc75d-0d04-0410-961f-82ee72b054a4
15 files changed:
gcc/ada/ChangeLog
gcc/ada/ali.ads
gcc/ada/binderr.ads
gcc/ada/gcc-interface/Make-lang.in
gcc/ada/get_scos.adb [new file with mode: 0644]
gcc/ada/get_scos.ads [new file with mode: 0644]
gcc/ada/gnat_ugn.texi
gcc/ada/gnatbind.ads
gcc/ada/lib-util.ads
gcc/ada/par_sco.adb
gcc/ada/par_sco.ads
gcc/ada/put_scos.adb [new file with mode: 0644]
gcc/ada/put_scos.ads [new file with mode: 0644]
gcc/ada/scos.adb [new file with mode: 0644]
gcc/ada/scos.ads [new file with mode: 0644]