impunit.adb: Re-organize System.Random_Numbers and GNAT.Random_Numbers and add to...
authorPaul Hilfinger <hilfinger@adacore.com>
Tue, 14 Aug 2007 08:48:27 +0000 (10:48 +0200)
committerArnaud Charlet <charlet@gcc.gnu.org>
Tue, 14 Aug 2007 08:48:27 +0000 (10:48 +0200)
commit6812b99bfefb741cadac6c5eba5a7446af820b62
tree190c0fcc941968be691aa7eaf9126fa0bfed8d17
parentf86eb278906f1cf6b948c0a26517f77f76ed1b4c
impunit.adb: Re-organize System.Random_Numbers and GNAT.Random_Numbers and add to builds.

2007-08-14  Paul Hilfinger  <hilfinger@adacore.com>

* impunit.adb: Re-organize System.Random_Numbers and
GNAT.Random_Numbers and add to builds.

* Makefile.rtl: Add s-rannum.ad* and g-rannum.ad*, a-assert*

* s-rannum.ads, s-rannum.adb, g-rannum.ads, g-rannum.adb: New files.

* a-assert.ads, a-assert.adb: New files.

From-SVN: r127454
gcc/ada/Makefile.rtl
gcc/ada/a-assert.adb [new file with mode: 0755]
gcc/ada/a-assert.ads [new file with mode: 0755]
gcc/ada/g-rannum.adb [new file with mode: 0644]
gcc/ada/g-rannum.ads [new file with mode: 0644]
gcc/ada/impunit.adb
gcc/ada/s-rannum.adb [new file with mode: 0644]
gcc/ada/s-rannum.ads [new file with mode: 0644]