aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/amd64/sys/getcontext.S
Commit message (Expand)AuthorAgeFilesLines
* Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-231-2/+0
* Introduce a WEAK_REFERENCE() alias and use it. Get rid of the CNAME and theAndreas Tobler2013-11-211-4/+2
* libc/amd64: Do not export .cerror.Jilles Tjoelker2012-09-061-8/+1
* Add section .note.GNU-stack for assembly files used by 386 and amd64.Konstantin Belousov2011-01-071-0/+2
* We've been lax about matching END() macros in asm code for some time. ThisPeter Wemm2008-11-021-0/+1
* Sigh. I can't win anything. Use addq rather than addl with %rsp.Peter Wemm2003-09-041-1/+1
* Apply same basic fix for getcontext(2) as for i386. Store the returnPeter Wemm2003-09-041-0/+54