libgo: add misc/cgo files
Copy all the misc/cgo files from the gc toolchain into libgo/misc. These will be used for testing purposes by later changes to the gotools directory. Reviewed-on: https://go-review.googlesource.com/46721 From-SVN: r249674
Showing
libgo/misc/cgo/errors/err1.go
0 → 100644
libgo/misc/cgo/errors/err2.go
0 → 100644
libgo/misc/cgo/errors/err3.go
0 → 100644
libgo/misc/cgo/errors/issue11097a.go
0 → 100644
libgo/misc/cgo/errors/issue11097b.go
0 → 100644
libgo/misc/cgo/errors/issue13129.go
0 → 100644
libgo/misc/cgo/errors/issue13423.go
0 → 100644
libgo/misc/cgo/errors/issue13635.go
0 → 100644
libgo/misc/cgo/errors/issue13830.go
0 → 100644
libgo/misc/cgo/errors/issue14669.go
0 → 100644
libgo/misc/cgo/errors/issue16116.go
0 → 100644
libgo/misc/cgo/errors/issue16591.go
0 → 100644
libgo/misc/cgo/errors/issue7757.go
0 → 100644
libgo/misc/cgo/errors/issue8442.go
0 → 100644
libgo/misc/cgo/errors/malloc.go
0 → 100644
libgo/misc/cgo/errors/ptr.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/errors/test.bash
0 → 100644
libgo/misc/cgo/fortran/answer.f90
0 → 100644
libgo/misc/cgo/fortran/fortran.go
0 → 100644
libgo/misc/cgo/fortran/fortran_test.go
0 → 100644
libgo/misc/cgo/fortran/test.bash
0 → 100644
libgo/misc/cgo/gmp/fib.go
0 → 100644
libgo/misc/cgo/gmp/gmp.go
0 → 100644
libgo/misc/cgo/gmp/pi.go
0 → 100644
libgo/misc/cgo/life/c-life.c
0 → 100644
libgo/misc/cgo/life/life.go
0 → 100644
libgo/misc/cgo/life/life.h
0 → 100644
libgo/misc/cgo/life/main.go
0 → 100644
libgo/misc/cgo/life/main.out
0 → 100644
libgo/misc/cgo/nocgo/nocgo.go
0 → 100644
libgo/misc/cgo/nocgo/nocgo_test.go
0 → 100644
libgo/misc/cgo/stdio/chain.go
0 → 100644
libgo/misc/cgo/stdio/chain.out
0 → 100644
libgo/misc/cgo/stdio/fib.go
0 → 100644
libgo/misc/cgo/stdio/fib.out
0 → 100644
libgo/misc/cgo/stdio/file.go
0 → 100644
libgo/misc/cgo/stdio/hello.go
0 → 100644
libgo/misc/cgo/stdio/hello.out
0 → 100644
libgo/misc/cgo/stdio/run.out
0 → 100644
libgo/misc/cgo/stdio/stdio.go
0 → 100644
libgo/misc/cgo/test/align.go
0 → 100644
libgo/misc/cgo/test/api.go
0 → 100644
libgo/misc/cgo/test/backdoor.go
0 → 100644
libgo/misc/cgo/test/basic.go
0 → 100644
libgo/misc/cgo/test/buildid_linux.go
0 → 100644
libgo/misc/cgo/test/callback.go
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
libgo/misc/cgo/test/callback_c.c
0 → 100644
libgo/misc/cgo/test/callback_c_gc.c
0 → 100644
libgo/misc/cgo/test/callback_c_gccgo.c
0 → 100644
libgo/misc/cgo/test/cflags.go
0 → 100644
libgo/misc/cgo/test/cgo_linux_test.go
0 → 100644
libgo/misc/cgo/test/cgo_test.go
0 → 100644
libgo/misc/cgo/test/cgo_thread_lock.go
0 → 100644
libgo/misc/cgo/test/cgo_unix_test.go
0 → 100644
libgo/misc/cgo/test/checkconst.go
0 → 100644
libgo/misc/cgo/test/complex.go
0 → 100644
libgo/misc/cgo/test/cthread.go
0 → 100644
libgo/misc/cgo/test/cthread_unix.c
0 → 100644
libgo/misc/cgo/test/cthread_windows.c
0 → 100644
libgo/misc/cgo/test/duplicate_symbol.go
0 → 100644
libgo/misc/cgo/test/env.go
0 → 100644
libgo/misc/cgo/test/exports.go
0 → 100644
libgo/misc/cgo/test/fpvar.go
0 → 100644
libgo/misc/cgo/test/gcc68255.go
0 → 100644
libgo/misc/cgo/test/gcc68255/a.go
0 → 100644
libgo/misc/cgo/test/gcc68255/c.c
0 → 100644
libgo/misc/cgo/test/gcc68255/c.h
0 → 100644
libgo/misc/cgo/test/helpers.go
0 → 100644
libgo/misc/cgo/test/issue10303.go
0 → 100644
libgo/misc/cgo/test/issue11925.go
0 → 100644
libgo/misc/cgo/test/issue12030.go
0 → 100644
libgo/misc/cgo/test/issue1222.go
0 → 100644
libgo/misc/cgo/test/issue1328.go
0 → 100644
libgo/misc/cgo/test/issue13402.go
0 → 100644
libgo/misc/cgo/test/issue13930.go
0 → 100644
libgo/misc/cgo/test/issue14838.go
0 → 100644
libgo/misc/cgo/test/issue1560.go
0 → 100644
libgo/misc/cgo/test/issue1635.go
0 → 100644
libgo/misc/cgo/test/issue17065.go
0 → 100644
libgo/misc/cgo/test/issue17537.go
0 → 100644
libgo/misc/cgo/test/issue18126.go
0 → 100644
libgo/misc/cgo/test/issue18146.go
0 → 100644
libgo/misc/cgo/test/issue2462.go
0 → 100644
libgo/misc/cgo/test/issue3250.go
0 → 100644
libgo/misc/cgo/test/issue3250w.go
0 → 100644
libgo/misc/cgo/test/issue3261.go
0 → 100644
libgo/misc/cgo/test/issue3729.go
0 → 100644
libgo/misc/cgo/test/issue3729w.go
0 → 100644
libgo/misc/cgo/test/issue3741.go
0 → 100644
libgo/misc/cgo/test/issue3775.go
0 → 100644
libgo/misc/cgo/test/issue3945.go
0 → 100644
libgo/misc/cgo/test/issue4029.c
0 → 100644
libgo/misc/cgo/test/issue4029.go
0 → 100644
libgo/misc/cgo/test/issue4029w.go
0 → 100644
libgo/misc/cgo/test/issue4054a.go
0 → 100644
libgo/misc/cgo/test/issue4054b.go
0 → 100644
libgo/misc/cgo/test/issue4273.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue4273b.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue4339.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue4339.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue4339.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue4417.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue4857.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5227.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5242.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5337.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5337w.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5548.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5548_c.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5603.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5740.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5740a.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5740b.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue5986.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6128.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6390.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6472.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6506.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6612.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6833.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6833_c.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6997_linux.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue6997_linux.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue7234_test.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue7560.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue7665.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue7786.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue7978.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8092.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8148.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8331.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8331a.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8331b.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8428.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8441.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8517.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8517_windows.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8517_windows.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8694.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8756.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8756/issue8756.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8811.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8811.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8828.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8828/issue8828.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8828/trivial.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue8945.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9026.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9026/issue9026.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_386.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_amd64x.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_arm.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_arm64.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_mips64x.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_mipsx.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_ppc64x.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/asm_s390x.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/gccgo.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400/stubs.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9400_linux.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9510.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9510a/a.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9510b/b.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/issue9557.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/setgid_linux.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/sigaltstack.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/sigprocmask.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/test/sigprocmask.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testasan/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/carchive_test.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main2.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main3.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main4.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main5.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main_unix.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/main_windows.c
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcarchive/src/p/p.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/main0.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/main1.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/main2.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/main3.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/main4.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/main5.c
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/src/p/p.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testcshared/test.bash
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testgodefs/anonunion.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testgodefs/issue8478.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testgodefs/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testgodefs/test.bash
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/src/host/host.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/src/iface/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/src/iface_a/a.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/src/iface_b/b.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/src/iface_i/i.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/test.bash
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/unnamed1.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testplugin/unnamed2.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan2.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan3.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan4.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan5.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan_fail.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/msan_shared.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/test.bash
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan2.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan3.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan4.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan5.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan6.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan7.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan8.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsanitizers/tsan9.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/shared_test.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/dep2/dep2.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/dep3/dep3.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/depBase/asm.s
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/depBase/dep.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/exe/exe.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/exe2/exe2.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/exe3/exe3.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/execgo/exe.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/iface/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/iface_a/a.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/iface_b/b.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testshared/src/iface_i/i.go
0 → 100644
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsigfwd/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testso/cgoso.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testso/cgoso.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testso/cgoso_c.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testso/cgoso_unix.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testso/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsovar/cgoso.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsovar/cgoso_c.c
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsovar/cgoso_c.h
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testsovar/main.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testtls/tls.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testtls/tls_test.go
0 → 100644
This diff is collapsed.
Click to expand it.
libgo/misc/cgo/testtls/tls_unix.c
0 → 100644
This diff is collapsed.
Click to expand it.
Please
register
or
sign in
to comment