gcc/libgo/runtime
Ian Lance Taylor 2099d44658 runtime: drop unused C type reflection code
In particular, drop __go_type_descriptors_equal, which is no longer
    used, and will be made obsolete by CL 179598.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/179858

From-SVN: r271823
2019-05-31 21:32:47 +00:00
..
aeshash.c runtime: add arm64 version of AES hash code 2018-10-01 20:14:29 +00:00
arch.h
array.h
defs.h
env_posix.c libgo: add hurd build tags 2019-02-01 21:57:36 +00:00
getncpu-aix.c
getncpu-bsd.c
getncpu-hurd.c runtime: add getproccount for hurd 2019-02-01 22:55:55 +00:00
getncpu-irix.c
getncpu-linux.c
getncpu-none.c
getncpu-solaris.c
go-assert.c
go-assert.h
go-caller.c libgo: reduce overhead for memory/block/mutex profiling 2019-05-14 14:59:42 +00:00
go-callers.c libgo: reduce overhead for memory/block/mutex profiling 2019-05-14 14:59:42 +00:00
go-cdiv.c
go-cgo.c
go-construct-map.c
go-context.S runtime: implement cheaper context switch on Linux/AMD64 2019-05-31 17:56:36 +00:00
go-ffi.c
go-fieldtrack.c
go-libmain.c runtime: set up g early 2019-05-11 01:12:37 +00:00
go-main.c runtime: set up g early 2019-05-11 01:12:37 +00:00
go-matherr.c
go-memclr.c
go-memcmp.c
go-memequal.c
go-nanotime.c
go-nosys.c
go-now.c
go-reflect-call.c compiler, runtime: harmonize types referenced by both C and Go 2019-02-15 01:57:51 +00:00
go-runtime-error.c compiler: optimize append of make 2019-05-31 21:18:39 +00:00
go-setenv.c
go-signal.c
go-string.h
go-strslice.c
go-type.h runtime: drop unused C type reflection code 2019-05-31 21:32:47 +00:00
go-unsafe-pointer.c
go-unsetenv.c
go-unwind.c re PR target/89093 (C++ exception handling clobbers d8 VFP register) 2019-04-24 12:45:45 +00:00
go-varargs.c libgo: fix build on AIX 2019-03-19 14:00:59 +00:00
panic.c compiler, runtime: harmonize types referenced by both C and Go 2019-02-15 01:57:51 +00:00
print.c
proc.c runtime: implement cheaper context switch on Linux/AMD64 2019-05-31 17:56:36 +00:00
rtems-task-variable-add.c
runtime.h runtime: drop unused C type reflection code 2019-05-31 21:32:47 +00:00
runtime_c.c libgo: update to Go 1.11 2018-09-24 21:46:21 +00:00
stack.c runtime: add type cast for non-split-stack calls to scanstackblock 2019-02-15 13:54:45 +00:00
yield.c