gcc/libgo/go/sync
Ian Lance Taylor a01dda3c23 compiler, libgo: change mangling scheme
Overhaul the mangling scheme to avoid ambiguities if the package path
contains a dot. Instead of using dot both to separate components and
to mangle characters, use dot only to separate components and use
underscore to mangle characters.

For golang/go#41862

Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/271726
2020-11-20 12:44:35 -08:00
..
atomic compiler, libgo: change mangling scheme 2020-11-20 12:44:35 -08:00
cond_test.go
cond.go
example_pool_test.go
example_test.go
export_test.go
map_bench_test.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
map_reference_test.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
map_test.go libgo: update to Go1.15.2 release 2020-09-23 17:32:49 -07:00
map.go libgo: update to Go1.15.2 release 2020-09-23 17:32:49 -07:00
mutex_test.go
mutex.go
once_test.go
once.go
pool_test.go
pool.go
poolqueue.go
runtime2_lockrank.go libgo: update to Go1.15rc2 release 2020-08-07 17:22:33 -07:00
runtime2.go libgo: update to Go1.15rc2 release 2020-08-07 17:22:33 -07:00
runtime_sema_test.go
runtime.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
rwmutex_test.go libgo: update to go1.15rc1 2020-08-01 11:21:40 -07:00
rwmutex.go
waitgroup_test.go
waitgroup.go