This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r269797 - in /trunk: gcc/go/gofrontend/MERGE li...


Author: ian
Date: Tue Mar 19 14:00:59 2019
New Revision: 269797

URL: https://gcc.gnu.org/viewcvs?rev=269797&root=gcc&view=rev
Log:
    libgo: fix build on AIX
    
    Since aix/ppc64 has been added to GC toolchain, a mix between new and
    old files were created in gcc toolchain.
    This commit corrects this merge for aix/ppc64 and aix/ppc.
    
    Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/167658

Added:
    trunk/libgo/go/syscall/syscall_funcs.go
    trunk/libgo/go/syscall/syscall_funcs_stubs.go
Removed:
    trunk/libgo/go/net/sockoptip_aix.go
    trunk/libgo/go/os/sys_aix.go
    trunk/libgo/go/syscall/exec_aix_test.go
    trunk/libgo/go/syscall/flock_aix.go
    trunk/libgo/go/syscall/syscall_stubs.go
Modified:
    trunk/gcc/go/gofrontend/MERGE
    trunk/libgo/go/archive/tar/stat_actime1.go
    trunk/libgo/go/cmd/go/internal/lockedfile/internal/filelock/filelock_fcntl.go
    trunk/libgo/go/internal/syscall/unix/at_largefile.go
    trunk/libgo/go/internal/syscall/unix/at_regfile.go
    trunk/libgo/go/internal/syscall/unix/ioctl_aix.go
    trunk/libgo/go/net/interface_aix.go
    trunk/libgo/go/net/interface_stub.go
    trunk/libgo/go/os/dir_gccgo.go
    trunk/libgo/go/os/dir_libc64_gccgo.go
    trunk/libgo/go/os/dir_libc_gccgo.go
    trunk/libgo/go/runtime/malloc.go
    trunk/libgo/go/runtime/mem_gccgo.go
    trunk/libgo/go/runtime/netpoll_aix.go
    trunk/libgo/go/runtime/os_aix.go
    trunk/libgo/go/runtime/stubs2.go
    trunk/libgo/go/runtime/timestub2.go
    trunk/libgo/go/syscall/exec_unix.go
    trunk/libgo/go/syscall/libcall_aix.go
    trunk/libgo/go/syscall/syscall_unix.go
    trunk/libgo/mksysinfo.sh
    trunk/libgo/runtime/go-varargs.c


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]