gcc/libgo/go/os
Ian Lance Taylor 3d0fa95d5c os: fix build tags for dir_regfile.go
We want to build dir_regfile.go if not GNU/linux, and not solaris/386,
    and not solaris/sparc.  The latter two conditions were incorrect.  To
    write ! solaris/386 we have to write !solaris !386.  I forgot De
    Morgan's Law.
    
    Reviewed-on: https://go-review.googlesource.com/26870

From-SVN: r239393
2016-08-11 21:36:13 +00:00
..
exec libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
signal libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
user os/user: fix Solaris declaration. 2016-07-26 01:38:33 +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.go
doc.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
env_test.go
env_unix_test.go
env.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_plan9.go
error_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_unix_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_unix.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_windows_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
error_windows.go
error.go
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 go1.7rc3 2016-07-22 18:15:38 +00:00
exec.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
export_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
file_plan9.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
file_posix.go
file_unix.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
file.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
getwd_darwin.go
getwd.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
os_test.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
os_unix_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
path_plan9.go
path_test.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
path_unix.go
path_windows.go
path.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +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
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 go1.7rc3 2016-07-22 18:15:38 +00:00
stat_solaris.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
stat.go libgo: change build procedure to use build tags 2016-08-06 00:36:33 +00:00
sticky_bsd.go
sticky_notbsd.go
str.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +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_plan9.go
types_unix.go
types_windows.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00
types.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 go1.7rc3 2016-07-22 18:15:38 +00:00
wait_waitid.go libgo: update to go1.7rc3 2016-07-22 18:15:38 +00:00