gcc/libgo/go/os
Ian Lance Taylor c2047754c3 libgo: update to Go 1.8 release candidate 1
Compiler changes:
      * Change map assignment to use mapassign and assign value directly.
      * Change string iteration to use decoderune, faster for ASCII strings.
      * Change makeslice to take int, and use makeslice64 for larger values.
      * Add new noverflow field to hmap struct used for maps.
    
    Unresolved problems, to be fixed later:
      * Commented out test in go/types/sizes_test.go that doesn't compile.
      * Commented out reflect.TestStructOf test for padding after zero-sized field.
    
    Reviewed-on: https://go-review.googlesource.com/35231

gotools/:
	Updates for Go 1.8rc1.
	* Makefile.am (go_cmd_go_files): Add bug.go.
	(s-zdefaultcc): Write defaultPkgConfig.
	* Makefile.in: Rebuild.

From-SVN: r244456
2017-01-14 00:05:42 +00:00
..
exec
signal
user
dir_gccgo.go
dir_largefile.go
dir_plan9.go
dir_regfile.go
dir_unix.go
dir.go
env_test.go
env_unix_test.go
env.go
error_plan9.go
error_test.go
error_unix_test.go
error_unix.go
error_windows_test.go
error_windows.go
error.go
example_test.go
exec_plan9.go
exec_posix.go
exec_unix.go
exec_windows.go
exec.go
executable_darwin.go
executable_freebsd.go
executable_plan9.go
executable_procfs.go
executable_solaris.go
executable_test.go
executable_windows.go
executable.go
export_test.go
export_windows_test.go
file_plan9.go
file_posix.go
file_unix.go
file.go
getwd_darwin.go
getwd.go
os_test.go
os_unix_test.go
path_plan9.go
path_test.go
path_unix.go
path_windows_test.go
path_windows.go
path.go
pipe_bsd.go
pipe_linux.go
pipe_test.go
proc.go
stat_atim.go
stat_atimespec.go
stat_dragonfly.go
stat_nacl.go
stat_plan9.go
stat_solaris.go
stat_unix.go
stat.go
sticky_bsd.go
sticky_notbsd.go
str.go
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_uname.go
sys_unix.go
sys.go
types_plan9.go
types_unix.go
types_windows.go
types.go
wait_unimp.go
wait_wait6.go
wait_waitid.go