gcc/libgo/go
Ian Lance Taylor b52a3881f0 runtime, sync: use __atomic intrinsics instead of __sync
GCC has supported the __atomic intrinsics since 4.7.  They are better
    than the __sync intrinsics in that they specify a memory model and,
    more importantly for our purposes, they are reliably implemented
    either in the compiler or in libatomic.
    
    Fixes https://gcc.gnu.org/PR52084
    
    Reviewed-on: https://go-review.googlesource.com/c/160820

From-SVN: r268458
2019-02-01 21:55:38 +00:00
..
archive libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
bufio libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
builtin libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
bytes libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
cmd libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
compress libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
container libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
context libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
crypto libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
database/sql libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
debug libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
encoding libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
errors
expvar libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
flag libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
fmt libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
go libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
golang.org/x/tools golang.org/x/tools/go/analysis: pass "gccgo" to types.SizesFor 2019-01-22 15:43:40 +00:00
hash libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
html libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
image libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
index/suffixarray
internal re PR go/88927 (Bootstrap failure on arm in libgo starting with r268084) 2019-01-22 00:06:44 +00:00
io libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
log libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
math libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
mime libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
net libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
os libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
path libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
plugin libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
reflect libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
regexp libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
runtime runtime, sync: use __atomic intrinsics instead of __sync 2019-02-01 21:55:38 +00:00
sort
strconv libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
strings libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
sync runtime, sync: use __atomic intrinsics instead of __sync 2019-02-01 21:55:38 +00:00
syscall libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testdata libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
testing libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
text libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
time libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00
unicode libgo: update to Go1.12beta2 2019-01-18 19:04:36 +00:00