gcc/libgo/runtime
Ian Lance Taylor 1798cac7a8 runtime: remove direct assignments to memory locations
PR bootstrap/101374
They cause a warning with the updated GCC -Warray-bounds option.
Replace them with calls to abort, which for our purposes is fine.

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/333409
2021-07-09 19:48:53 -07:00
..
aeshash.c
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
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
go-nosys.c
go-now.c
go-reflect-call.c
go-setenv.c compiler, libgo: change mangling scheme 2020-11-20 12:44:35 -08:00
go-signal.c
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
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: remove direct assignments to memory locations 2021-07-09 19:48:53 -07:00
rtems-task-variable-add.c
runtime_c.c runtime: remove direct assignments to memory locations 2021-07-09 19:48:53 -07:00
runtime.h libgo: ensure memmove, memset 8 byte atomicity on ppc64x 2021-02-25 17:01:23 -08:00
stack.c
yield.c