gcc/libgo/go
Ian Lance Taylor f4a513a98e compiler, reflect, runtime: remove zero field from type descriptor
Type descriptors picked up a zero field because the gc map
    implementation used it.  However, it's since been dropped by the gc
    library.  It was never used by gccgo.  Drop it now in preparation for
    upgrading to the Go 1.5 library.
    
    Reviewed-on: https://go-review.googlesource.com/16486

From-SVN: r229546
2015-10-29 18:14:50 +00:00
..
archive
bufio
builtin
bytes
cmd
compress
container
crypto
database/sql
debug
encoding
errors
exp
expvar
flag
fmt
go
hash
html
image
index/suffixarray
internal/syscall
io
log
math
mime
net re PR go/67874 (fd_unix.go does not build when there is fcntl64 and no fcntl syscall) 2015-10-07 17:22:08 +00:00
old
os
path
reflect compiler, reflect, runtime: remove zero field from type descriptor 2015-10-29 18:14:50 +00:00
regexp
runtime
sort
strconv
strings
sync
syscall libgo: don't provide ustat on arm64 GNU/Linux 2015-09-15 03:43:01 +00:00
testing
text
time
unicode