[Ada] Use standard version of s-memory.adb for mingw32
authorPatrick Bernardi <bernardi@adacore.com>
Tue, 17 Jul 2018 08:11:37 +0000 (08:11 +0000)
committerPierre-Marie de Rodat <pmderodat@gcc.gnu.org>
Tue, 17 Jul 2018 08:11:37 +0000 (08:11 +0000)
commitc343f1dc19cd16e0fb995c2d3c27c13ab27e0a26
tree6e9c9bbfa7affd052fbd434fef437121ffb584bc
parent7ffb58afe1ad318ccf289325e802d913bd8e0e15
[Ada] Use standard version of s-memory.adb for mingw32

This patch switches mingw32 targets to use the standard version of s-memory.adb
as Windows now has the capability of limiting the amount of memory used by
process.

2018-07-17  Patrick Bernardi  <bernardi@adacore.com>

gcc/ada/

* libgnat/s-memory__mingw.adb: Remove.
* Makefile.rtl: Remove s-memory.adb target pair from the Cygwin/Mingw32
section.

gcc/testsuite/

* gnat.dg/memorytest.adb: New testcase.

From-SVN: r262796
gcc/ada/ChangeLog
gcc/ada/Makefile.rtl
gcc/ada/libgnat/s-memory__mingw.adb [deleted file]
gcc/testsuite/ChangeLog
gcc/testsuite/gnat.dg/memorytest.adb [new file with mode: 0644]