summaryrefslogtreecommitdiff
path: root/libgcc/generic-morestack.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright years.Jakub Jelinek2023-01-161-1/+1
* Update copyright years.Jakub Jelinek2022-01-031-1/+1
* Update copyright years.Jakub Jelinek2021-01-041-1/+1
* libgcc: use syscall rather than __mmap/__munmapIan Lance Taylor2020-04-071-8/+47
* libgcc: only use __mmap if glibc >- 2.26Ian Lance Taylor2020-04-041-1/+1
* libgcc: avoid mmap/munmap hooks in split-stack code on GNU/LinuxIan Lance Taylor2020-04-031-0/+17
* Update copyright years.Jakub Jelinek2020-01-011-1/+1
* PR middle-end/71924 - missing -Wreturn-local-addr returning alloca resultMartin Sebor2019-07-081-0/+2
* PR other/16615 [1/5]Sandra Loosemore2019-01-091-1/+1
* Update copyright years.Jakub Jelinek2019-01-011-1/+1
* re PR libgcc/86213 (-fsplit-stack runtime may clobber SSE input param reg)Than McIntosh2018-06-201-25/+16
* Update copyright years.Jakub Jelinek2018-01-031-1/+1
* Update copyright years.Jakub Jelinek2017-01-011-1/+1
* S/390: Add -fsplit-stack supportMarcin Koƛcielnicki2016-02-151-0/+4
* Update copyright years.Jakub Jelinek2016-01-041-1/+1
* rs6000-common.c (TARGET_SUPPORTS_SPLIT_STACK): Define.Alan Modra2015-05-201-0/+5
* Update copyright years.Jakub Jelinek2015-01-051-1/+1
* Use -fbuilding-libgcc for more target macros used in libgcc.Joseph Myers2014-09-051-12/+12
* Update copyright years in libgcc/Richard Sandiford2014-01-021-1/+1
* Update copyright in libgcc.Richard Sandiford2013-02-041-1/+1
* generic-morestack.c (__generic_morestack): Align the returned stack pointer t...Ian Lance Taylor2012-11-061-3/+8
* generic-morestack.c (__splitstack_releasecontext): Correct call to __morestac...Ian Lance Taylor2012-02-281-1/+3
* re PR target/52390 (only linux uses nptl)Samuel Thibault2012-02-271-1/+1
* Check __GLIBC__ when using __SIGRTMINH.J. Lu2011-12-141-2/+2
* generic-morestack.c (__splitstack_find): Check for NULL old stack value.Ian Lance Taylor2011-11-281-3/+73
* generic-morestack.c: Include <string.h>.Ian Lance Taylor2011-11-091-19/+233
* Move libgcc_tm_file to toplevel libgccRainer Orth2011-11-021-0/+1
* re PR target/46093 (code compiled with -fsplit-stack crashes when passing lar...Ian Lance Taylor2011-10-071-1/+1
* generic-morestack.c (__splitstack_find): Adjust returned stack pointer to inc...Ian Lance Taylor2011-03-071-10/+14
* common.opt (fsplit-stack): New option.Ian Lance Taylor2010-09-271-0/+876