Mercurial > hg > CbC > CbC_gcc
comparison libgo/misc/cgo/test/issue9400/asm_mipsx.s @ 131:84e7813d76e9
gcc-8.2
author | mir3636 |
---|---|
date | Thu, 25 Oct 2018 07:37:49 +0900 |
parents | 04ced10e8804 |
children |
comparison
equal
deleted
inserted
replaced
111:04ced10e8804 | 131:84e7813d76e9 |
---|---|
5 // +build mips mipsle | 5 // +build mips mipsle |
6 // +build !gccgo | 6 // +build !gccgo |
7 | 7 |
8 #include "textflag.h" | 8 #include "textflag.h" |
9 | 9 |
10 TEXT ·RewindAndSetgid(SB),NOSPLIT,$-4-0 | 10 TEXT ·RewindAndSetgid(SB),NOSPLIT|NOFRAME,$0-0 |
11 // Rewind stack pointer so anything that happens on the stack | 11 // Rewind stack pointer so anything that happens on the stack |
12 // will clobber the test pattern created by the caller | 12 // will clobber the test pattern created by the caller |
13 ADDU $(1024*8), R29 | 13 ADDU $(1024*8), R29 |
14 | 14 |
15 // Ask signaller to setgid | 15 // Ask signaller to setgid |