aboutsummaryrefslogtreecommitdiff
path: root/libgcc/generic-morestack.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-07libgcc: use syscall rather than __mmap/__munmapIan Lance Taylor1-8/+47
2020-04-04libgcc: only use __mmap if glibc >- 2.26Ian Lance Taylor1-1/+1
2020-04-03libgcc: avoid mmap/munmap hooks in split-stack code on GNU/LinuxIan Lance Taylor1-0/+17
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-07-08PR middle-end/71924 - missing -Wreturn-local-addr returning alloca resultMartin Sebor1-0/+2
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-06-20re PR libgcc/86213 (-fsplit-stack runtime may clobber SSE input param reg)Than McIntosh1-25/+16
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-02-15S/390: Add -fsplit-stack supportMarcin Koƛcielnicki1-0/+4
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-05-20rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK): Define.Alan Modra1-0/+5
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-09-05Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers1-12/+12
2014-01-02Update copyright years in libgcc/Richard Sandiford1-1/+1
2013-02-04Update copyright in libgcc.Richard Sandiford1-1/+1
2012-11-06generic-morestack.c (__generic_morestack): Align the returned stack pointer t...Ian Lance Taylor1-3/+8
2012-02-28generic-morestack.c (__splitstack_releasecontext): Correct call to __morestac...Ian Lance Taylor1-1/+3
2012-02-27re PR target/52390 (only linux uses nptl)Samuel Thibault1-1/+1
2011-12-14Check __GLIBC__ when using __SIGRTMINH.J. Lu1-2/+2
2011-11-28generic-morestack.c (__splitstack_find): Check for NULL old stack value.Ian Lance Taylor1-3/+73
2011-11-09generic-morestack.c: Include <string.h>.Ian Lance Taylor1-19/+233
2011-11-02Move libgcc_tm_file to toplevel libgccRainer Orth1-0/+1
2011-10-07re PR target/46093 (code compiled with -fsplit-stack crashes when passing lar...Ian Lance Taylor1-1/+1
2011-03-07generic-morestack.c (__splitstack_find): Adjust returned stack pointer to inc...Ian Lance Taylor1-10/+14
2010-09-27common.opt (fsplit-stack): New option.Ian Lance Taylor1-0/+876