Side by Side Diff: src/runtime/zgoarch_amd64p32.go
Issue 180600043 :
code review 180600043: all: power64 is now ppc64 (Closed)
Patch Set: diff -r 5b665926e5b4d472fc17385cd0b87337fa355b89 https://code.google.com/p/go/
Use n/p to move between diff chunks;
N/P to move between comments.
Please Sign in to add in-line comments.
Jump to:
include/link.h
src/cmd/9a/doc.go
src/cmd/9a/lex.c
src/cmd/9g/doc.go
src/cmd/9g/galign.c
src/cmd/9g/ggen.c
src/cmd/9g/peep.c
src/cmd/9l/asm.c
src/cmd/9l/doc.go
src/cmd/9l/obj.c
src/cmd/cgo/main.go
src/cmd/dist/build.c
src/cmd/dist/unix.c
src/cmd/internal/objfile/disasm.go
src/cmd/internal/objfile/elf.go
src/cmd/internal/objfile/macho.go
src/cmd/ld/ldelf.c
src/cmd/objdump/objdump_test.go
src/debug/elf/elf.go
src/go/build/build.go
src/go/build/syslist.go
src/hash/crc32/crc32_generic.go
src/liblink/obj9.c
src/math/abs_ppc64x.s
src/math/big/arith_ppc64x.s
src/math/stubs_ppc64x.s
src/os/signal/sig.s
src/reflect/asm_ppc64x.s
src/runtime/arch1_ppc64.go
src/runtime/arch1_ppc64le.go
src/runtime/arch_ppc64.go
src/runtime/arch_ppc64le.go
src/runtime/asm_ppc64x.s
src/runtime/atomic_ppc64x.go
src/runtime/atomic_ppc64x.s
src/runtime/debug/stubs.s
src/runtime/defs3_linux.go
src/runtime/defs_linux_ppc64.go
src/runtime/defs_linux_ppc64le.go
src/runtime/gcinfo_test.go
src/runtime/lfstack_linux_ppc64x.go
src/runtime/memclr_ppc64x.s
src/runtime/memmove_ppc64x.s
src/runtime/noasm.go
src/runtime/panic.go
src/runtime/panic1.go
src/runtime/rt0_linux_ppc64.s
src/runtime/rt0_linux_ppc64le.s
src/runtime/signal_linux_ppc64x.go
src/runtime/signal_ppc64x.go
src/runtime/sys_linux_ppc64x.s
src/runtime/sys_ppc64x.go
src/runtime/thunk.s
src/runtime/zgoarch_386.go
src/runtime/zgoarch_amd64.go
src/runtime/zgoarch_amd64p32.go
src/runtime/zgoarch_arm.go
src/runtime/zgoarch_ppc64.go
src/runtime/zgoarch_ppc64le.go
src/sync/atomic/asm_ppc64x.s
src/syscall/asm.s
src/syscall/asm_linux_ppc64x.s
src/syscall/mkall.sh
src/syscall/syscall_linux_ppc64x.go
src/syscall/zerrors_linux_ppc64.go
src/syscall/zerrors_linux_ppc64le.go
src/syscall/zsyscall_linux_ppc64.go
src/syscall/zsyscall_linux_ppc64le.go
src/syscall/zsysnum_linux_ppc64.go
src/syscall/zsysnum_linux_ppc64le.go
src/syscall/ztypes_linux_ppc64.go
src/syscall/ztypes_linux_ppc64le.go
test/nilptr3.go
test/nosplit.go
OLD NEW
1 // generated by gengoos.go using 'go generate' 1 // generated by gengoos.go using 'go generate'
2 2
3 package runtime 3 package runtime
4 4
5 const theGoarch = `amd64p32` 5 const theGoarch = `amd64p32`
6 6
7 const goarch_386 = 0 7 const goarch_386 = 0
8 const goarch_amd64 = 0 8 const goarch_amd64 = 0
9 const goarch_amd64p32 = 1 9 const goarch_amd64p32 = 1
10 const goarch_arm = 0 10 const goarch_arm = 0
11 const goarch_ power64 = 0 11 const goarch_ ppc64 = 0
12 const goarch_ power64le = 0 12 const goarch_ ppc64le = 0
OLD NEW