]> git.ipfire.org Git - thirdparty/gcc.git/commit - libgcc/generic-morestack.c
libgcc: avoid mmap/munmap hooks in split-stack code on GNU/Linux
authorIan Lance Taylor <iant@golang.org>
Fri, 3 Apr 2020 21:57:18 +0000 (14:57 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 3 Apr 2020 21:58:27 +0000 (14:58 -0700)
commit710d54ed4e343a08d2fa0abc6b63c53dec0d9bcb
treeb52b7f2d554303b4f51ffbdb01c6d5e994f98334
parentbbcdf9bb3fd04adc59f41e4e1ff6293c84cbecc4
libgcc: avoid mmap/munmap hooks in split-stack code on GNU/Linux

* generic-morestack.c: On GNU/Linux use __mmap/__munmap rather
than mmap/munmap, to avoid hooks.
libgcc/ChangeLog
libgcc/generic-morestack.c