gcc/libgo/runtime
Ian Lance Taylor d5d3f15a0e runtime: cast SIGSTKSZ to uintptr
In newer versions of glibc it is long, which causes a signed
comparison warning.

Fixes PR go/99458
2021-03-08 16:23:31 -08:00
..
aeshash.c runtime: use 64 bits of hash seed on arm64 2020-04-15 14:24:33 -07:00
arch.h
array.h
defs.h
env_posix.c
go-assert.c
go-assert.h
go-caller.c libgo: update to Go1.16beta1 release 2020-12-30 15:13:24 -08:00
go-callers.c libgo: update to almost the 1.14.2 release 2020-04-06 16:37:24 -07:00
go-cgo.c
go-construct-map.c
go-context.S
go-ffi.c compiler, libgo: change mangling scheme 2020-11-20 12:44:35 -08:00
go-fieldtrack.c runtime: update type descriptor name in fieldtrack C support code 2020-12-04 14:51:09 -08:00
go-libmain.c
go-main.c
go-matherr.c
go-memclr.c libgo: ensure memmove, memset 8 byte atomicity on ppc64x 2021-02-25 17:01:23 -08:00
go-memequal.c
go-memmove.c libgo: ensure memmove, memset 8 byte atomicity on ppc64x 2021-02-25 17:01:23 -08:00
go-nanotime.c libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
go-nosys.c
go-now.c libgo: update to Go1.14beta1 2020-01-21 23:53:22 -08:00
go-reflect-call.c
go-setenv.c compiler, libgo: change mangling scheme 2020-11-20 12:44:35 -08:00
go-signal.c runtime: populate signal PC on NetBSD 2020-10-13 22:21:53 -07:00
go-string.h
go-unsafe-pointer.c compiler, libgo: change mangling scheme 2020-11-20 12:44:35 -08:00
go-unsetenv.c compiler, libgo: change mangling scheme 2020-11-20 12:44:35 -08:00
go-unwind.c libgo: print reason code if throwing unwind exception fails 2020-10-14 17:00:02 -07:00
go-varargs.c syscall: only compile ptrace varargs shim on Linux 2020-10-21 22:29:04 -07:00
panic.c
print.c
proc.c runtime: cast SIGSTKSZ to uintptr 2021-03-08 16:23:31 -08:00
rtems-task-variable-add.c
runtime.h libgo: ensure memmove, memset 8 byte atomicity on ppc64x 2021-02-25 17:01:23 -08:00
runtime_c.c runtime: call runtime_nanotime1, not runtime_nanotime 2020-01-22 11:14:52 -08:00
stack.c
yield.c