gcc/libgo/go
Ian Lance Taylor 347462bfee compiler, runtime: remove hmap field from maptypes
This is the gofrontend version of https://golang.org/cl/91796.
    
    This is part of that CL, just the compiler change and required runtime
    changes, in preparation for updating libgo to 1.11.
    
    Relevant part of original CL description:
    
        The hmap field in the maptype is only used by the runtime to check the sizes of
        the hmap structure created by the compiler and runtime agree.
    
        Comments are already present about the hmap structure definitions in the
        compiler and runtime needing to be in sync.
    
    Reviewed-on: https://go-review.googlesource.com/130976

From-SVN: r263941
2018-08-29 00:20:25 +00:00
..
archive libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
bufio
builtin
bytes
cmd cmd/go: re-enable a couple of tests of gccgo 2018-06-21 23:02:25 +00:00
compress
container
context
crypto libgo: update to Go 1.10.3 release 2018-06-13 13:51:23 +00:00
database/sql
debug
encoding libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
errors
expvar
flag
fmt
go libgo: add riscv and js/wasm as known targets 2018-06-11 19:16:34 +00:00
golang_org/x
hash
html
image
index/suffixarray
internal libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
io
log
math
mime
net libgo: update to Go 1.10.2 release 2018-05-31 21:42:53 +00:00
os re PR go/86331 (the gccgo's "go" tool looks like failing to invoke any sub go command) 2018-07-02 16:28:43 +00:00
path
plugin
reflect compiler, runtime: remove hmap field from maptypes 2018-08-29 00:20:25 +00:00
regexp
runtime compiler, runtime: remove hmap field from maptypes 2018-08-29 00:20:25 +00:00
sort
strconv
strings libgo: update to Go 1.10.3 release 2018-06-13 13:51:23 +00:00
sync
syscall syscall: remove Ustat 2018-06-22 14:25:52 +00:00
testing libgo: uncomment trace.Stop() call in testing package 2018-08-07 17:28:22 +00:00
text
time
unicode