diff options
author | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-12 23:40:51 +0000 |
---|---|---|
committer | ian <ian@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-12 23:40:51 +0000 |
commit | 46bc1fe2f5a3c7ee4273b99d700fecf1555f64e0 (patch) | |
tree | 0c68629fac9d7c6f103b401c9063ef00ed259f06 /libgo/Makefile.in | |
parent | dc15d51eb56c0efe84bf82b02ac2ba9a231ce69b (diff) | |
download | gcc-46bc1fe2f5a3c7ee4273b99d700fecf1555f64e0.tar.gz |
libgo: Update to weekly.2011-11-18.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182266 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgo/Makefile.in')
-rw-r--r-- | libgo/Makefile.in | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/libgo/Makefile.in b/libgo/Makefile.in index 11b86509e6f..3d9ed7c1ca0 100644 --- a/libgo/Makefile.in +++ b/libgo/Makefile.in @@ -1032,7 +1032,8 @@ go_math_files = \ go_mime_files = \ go/mime/grammar.go \ go/mime/mediatype.go \ - go/mime/type.go + go/mime/type.go \ + go/mime/type_unix.go # By default use select with pipes. Most systems should have # something better. @@ -1103,7 +1104,6 @@ go_os_files = \ $(go_os_dir_file) \ go/os/dir.go \ go/os/env.go \ - go/os/env_unix.go \ go/os/error.go \ go/os/error_posix.go \ go/os/exec.go \ @@ -1521,6 +1521,7 @@ go_exp_sql_files = \ go_exp_ssh_files = \ go/exp/ssh/channel.go \ + go/exp/ssh/cipher.go \ go/exp/ssh/client.go \ go/exp/ssh/client_auth.go \ go/exp/ssh/common.go \ @@ -1529,11 +1530,12 @@ go_exp_ssh_files = \ go/exp/ssh/server.go \ go/exp/ssh/server_shell.go \ go/exp/ssh/session.go \ + go/exp/ssh/tcpip.go \ go/exp/ssh/transport.go go_exp_terminal_files = \ - go/exp/terminal/shell.go \ - go/exp/terminal/terminal.go + go/exp/terminal/terminal.go \ + go/exp/terminal/util.go go_exp_types_files = \ go/exp/types/check.go \ @@ -1890,6 +1892,7 @@ go_unicode_utf8_files = \ # Support for netlink sockets and messages. @LIBGO_IS_LINUX_TRUE@syscall_netlink_file = go/syscall/netlink_linux.go go_base_syscall_files = \ + go/syscall/env_unix.go \ go/syscall/libcall_support.go \ go/syscall/libcall_posix.go \ go/syscall/socket.go \ |