]> git.ipfire.org Git - thirdparty/gcc.git/commit
Darwin: Adjust the PCH area to allow for 16384byte page size.
authorIain Sandoe <iain@sandoe.co.uk>
Sat, 8 Aug 2020 11:15:09 +0000 (12:15 +0100)
committerIain Sandoe <iain@sandoe.co.uk>
Sun, 1 Nov 2020 20:33:47 +0000 (20:33 +0000)
commit590febb5f6624f78b36402a7c9a9c318978f1efa
tree62ec573562739dd9034ecd67ec0b71f6bae0f73f
parentbb93020ff852fb159bc329bbaea12a33a4ef6761
Darwin: Adjust the PCH area to allow for 16384byte page size.

Newer versions of Darwin report pagesize 20 which means that we
need to adjust the aligment of the PCH area.

gcc/ChangeLog:

* config/host-darwin.c: Align pch_address_space to 16384.
gcc/config/host-darwin.c