gcc/libgo/go/runtime
Ian Lance Taylor 1d29bb0408 runtime: remove the dummy arg of getcallersp
This is a port of https://golang.org/cl/109596 to the gofrontend, in
    preparation for updating libgo to 1.11.
    
    Original CL description:
    
        getcallersp is intrinsified, and so the dummy arg is no longer
        needed. Remove it, as well as a few dummy args that are solely
        to feed getcallersp.
    
    Reviewed-on: https://go-review.googlesource.com/131116

From-SVN: r263840
2018-08-24 18:15:04 +00:00
..
debug
internal
msan
pprof libgo: prune sighandler frames in runtime.sigprof 2018-07-27 18:43:34 +00:00
testdata runtime: get missing function name from symbol table 2018-02-08 15:37:43 +00:00
trace
alg.go
append_test.go
atomic_pointer.go re PR go/84215 (Random results in go/libgo tests) 2018-02-12 18:50:16 +00:00
callers_test.go
cgo_gccgo.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
cgocall.go runtime: correct runtime structfield type to match reflect 2018-02-06 15:18:50 +00:00
cgocheck.go
chan_test.go
chan.go runtime: add some more preemption checks 2018-02-16 16:42:53 +00:00
chanbarrier_test.go
closure_test.go
compiler.go
complex_test.go
cpuprof.go runtime: don't call funcPC from a function 2018-02-07 22:04:55 +00:00
cputicks.go
crash_cgo_test.go libgo: update to Go1.10rc2 2018-02-08 15:30:22 +00:00
crash_gccgo_test.go runtime: get missing function name from symbol table 2018-02-08 15:37:43 +00:00
crash_nonunix_test.go
crash_test.go runtime: don't check for stale runtime 2018-03-26 19:29:27 +00:00
crash_unix_test.go
debug.go
env_posix.go
env_test.go
error.go libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
example_test.go
export_arm_test.go
export_linux_test.go
export_mmap_test.go
export_test.go
export_unix_test.go
export_windows_test.go
extern.go compiler: error on func declaration/definition 2018-02-12 19:29:52 +00:00
fastlog2_test.go
fastlog2.go
fastlog2table.go
ffi.go runtime: skip zero-sized fields in structs when converting to FFI 2018-07-13 20:39:02 +00:00
float.go
gc_test.go
gcinfo_test.go
hash32.go libgo: add support for the Nios II architecture 2018-05-02 22:28:46 +00:00
hash64.go re PR go/84484 (libgo configure tests fail to find -latomic) 2018-02-22 19:49:04 +00:00
hash_test.go
hashmap_fast.go
hashmap.go runtime: add some more preemption checks 2018-02-16 16:42:53 +00:00
heapdump.go
iface_test.go
iface.go
lfstack_32bit.go libgo: add support for the Nios II architecture 2018-05-02 22:28:46 +00:00
lfstack_64bit.go re PR go/84484 (libgo configure tests fail to find -latomic) 2018-02-22 19:49:04 +00:00
lfstack_test.go
lfstack.go
lock_futex.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
lock_sema.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
malloc_test.go
malloc.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
map_test.go
mapspeed_test.go
mbarrier.go
mbitmap.go
mcache.go
mcentral.go
mem_gccgo.go
memmove_linux_amd64_test.go
memmove_test.go
mfinal_test.go
mfinal.go
mfixalloc.go
mgc_gccgo.go
mgc.go
mgclarge.go
mgcmark.go
mgcsweep.go
mgcsweepbuf.go
mgcwork.go
mheap.go
mkfastlog2table.go
mksizeclasses.go
mprof.go
msan0.go
msize.go
mstats.go
mwbbuf.go
net_plan9.go
netpoll_aix.go runtime: use poll rather than pollset for netpoll on AIX 2018-08-07 17:29:50 +00:00
netpoll_epoll.go
netpoll_kqueue.go
netpoll_nacl.go
netpoll_solaris.go
netpoll_stub.go
netpoll_windows.go
netpoll.go runtime: use poll rather than pollset for netpoll on AIX 2018-08-07 17:29:50 +00:00
norace_test.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
numcpu_freebsd_test.go
os_aix.go
os_darwin.go
os_dragonfly.go
os_freebsd.go
os_gccgo.go
os_linux_ppc64x.go
os_linux.go
os_netbsd.go
os_openbsd.go
os_solaris.go
panic.go libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
print.go
proc_runtime_test.go
proc_test.go
proc.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
profbuf_test.go
profbuf.go
proflabel.go
race0.go
rand_test.go
rdebug.go
relax_stub.go
runtime1.go
runtime2.go runtime: scan register backing store on ia64 2018-02-02 00:16:43 +00:00
runtime_mmap_test.go
runtime_test.go
runtime_unix_test.go
runtime-lldb_test.go
runtime.go
rwmutex_test.go
rwmutex.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
select.go runtime: add some more preemption checks 2018-02-16 16:42:53 +00:00
sema.go
signal_gccgo.go
signal_sighandler.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
signal_unix.go runtime: don't call funcPC from a function 2018-02-07 22:04:55 +00:00
sigqueue.go
sizeclasses.go
slice.go
string_test.go
string.go
stubs2.go
stubs_linux.go
stubs_nonlinux.go
stubs.go runtime: remove the dummy arg of getcallersp 2018-08-24 18:15:04 +00:00
symtab_test.go
symtab.go libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
time.go libgo: update to Go1.10rc1 2018-01-27 23:44:29 +00:00
timeasm.go
timestub.go
trace.go
traceback_gccgo.go
type.go runtime: correct runtime structfield type to match reflect 2018-02-06 15:18:50 +00:00
typekind.go
unaligned1.go re PR go/84484 (libgo configure tests fail to find -latomic) 2018-02-22 19:49:04 +00:00
unaligned2.go libgo: add support for the Nios II architecture 2018-05-02 22:28:46 +00:00
utf8.go
vdso_none.go
write_err_android.go
write_err.go