Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(634)

Delta Between Two Patch Sets: src/pkg/runtime/defs_solaris_amd64.go

Issue 35990043: code review 35990043: runtime: add support for GOOS=solaris
Left Patch Set: diff -r 17615253b9e8 https://code.google.com/p/go Created 11 years, 4 months ago
Right Patch Set: diff -r ff8459d06e3f https://code.google.com/p/go Created 11 years, 2 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 // Copyright 2013 The Go Authors. All rights reserved. 1 // Copyright 2013 The Go Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style 2 // Use of this source code is governed by a BSD-style
3 // license that can be found in the LICENSE file. 3 // license that can be found in the LICENSE file.
4 4
5 // +build ignore 5 // +build ignore
6 6
7 /* 7 /*
8 Input to cgo. 8 Input to cgo.
9 9
10 GOARCH=amd64 go tool cgo -cdefs defs_solaris.go defs_solaris_amd64.go >defs_sola ris_amd64.h 10 GOARCH=amd64 go tool cgo -cdefs defs_solaris.go defs_solaris_amd64.go >defs_sola ris_amd64.h
(...skipping 24 matching lines...) Expand all
35 REG_RBX = C.REG_RBX 35 REG_RBX = C.REG_RBX
36 REG_RAX = C.REG_RAX 36 REG_RAX = C.REG_RAX
37 REG_GS = C.REG_GS 37 REG_GS = C.REG_GS
38 REG_FS = C.REG_FS 38 REG_FS = C.REG_FS
39 REG_ES = C.REG_ES 39 REG_ES = C.REG_ES
40 REG_DS = C.REG_DS 40 REG_DS = C.REG_DS
41 REG_TRAPNO = C.REG_TRAPNO 41 REG_TRAPNO = C.REG_TRAPNO
42 REG_ERR = C.REG_ERR 42 REG_ERR = C.REG_ERR
43 REG_RIP = C.REG_RIP 43 REG_RIP = C.REG_RIP
44 REG_CS = C.REG_CS 44 REG_CS = C.REG_CS
45 » REG_RFLAGS = C.REG_RFL // TODO(dfc) fixup 45 » REG_RFLAGS = C.REG_RFL
46 REG_RSP = C.REG_RSP 46 REG_RSP = C.REG_RSP
47 REG_SS = C.REG_SS 47 REG_SS = C.REG_SS
48 ) 48 )
LEFTRIGHT

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b