OSDN Git Service

2007-08-14 Paul Hilfinger <hilfinger@adacore.com>
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2007 08:48:27 +0000 (08:48 +0000)
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 14 Aug 2007 08:48:27 +0000 (08:48 +0000)
commit3355b3b1f288c4f896f12cb973ec1926aee8bb55
tree190c0fcc941968be691aa7eaf9126fa0bfed8d17
parent18eac1ce25c9734a5ab7074bc9354f9cf77bc0f9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127454 138bc75d-0d04-0410-961f-82ee72b054a4
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]