]> git.ipfire.org Git - thirdparty/gcc.git/commit
[Ada] Use standard version of s-memory.adb for mingw32
authorpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jul 2018 08:11:37 +0000 (08:11 +0000)
committerpmderodat <pmderodat@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 17 Jul 2018 08:11:37 +0000 (08:11 +0000)
commit499812b50faeae0b71173c2b4a0104f8cf1b5b1d
tree6e9c9bbfa7affd052fbd434fef437121ffb584bc
parent2dd305832653083a8d3a68ede5c093d4c147a5d2
[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.

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