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 libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
signal libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
user libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dir.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dir_gccgo.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
dir_largefile.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
dir_plan9.go
dir_regfile.go os: fix build tags for dir_regfile.go 2016-08-11 21:36:13 +00:00
dir_unix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
env.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
env_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
env_unix_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_unix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_unix_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
error_windows_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
example_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
exec.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
exec_plan9.go
exec_posix.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
exec_unix.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
exec_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_darwin.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_freebsd.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_procfs.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_solaris.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
executable_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
export_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
export_windows_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
file.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
file_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
file_posix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
file_unix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
getwd.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getwd_darwin.go
os_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
os_unix_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
path.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
path_plan9.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
path_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
path_unix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
path_windows.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
path_windows_test.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
pipe_bsd.go
pipe_linux.go
pipe_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
proc.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
stat.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_atim.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_atimespec.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_dragonfly.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
stat_nacl.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
stat_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
stat_solaris.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat_unix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
sticky_bsd.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
sticky_notbsd.go runtime: Remove now unnecessary pad field from ParFor. 2015-10-31 00:59:47 +00:00
str.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
sys.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
sys_bsd.go
sys_darwin.go
sys_freebsd.go
sys_linux.go
sys_nacl.go
sys_plan9.go
sys_uname.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sys_unix.go
types.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
types_plan9.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
types_unix.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
types_windows.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
wait_unimp.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
wait_wait6.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00
wait_waitid.go libgo: update to Go 1.8 release candidate 1 2017-01-14 00:05:42 +00:00