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

Issue 4026041: code review 4026041: cgo: In _cgo_main.c define all provided symbols as func... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 5 months ago by iant
Modified:
14 years, 5 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

cgo: In _cgo_main.c define all provided symbols as functions. This defines crosscall2 in a way that matches that real definition, and also defines _cgo_allocate and _cgo_panic to indicate that they are available to be called by code compiled with gcc.

Patch Set 1 #

Patch Set 2 : code review 4026041: cgo: In _cgo_main.c define all provided symbols as func... #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -1 line) Patch
M src/cmd/cgo/out.go View 1 chunk +3 lines, -1 line 0 comments Download

Messages

Total messages: 3
iant
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2011-01-14 18:30:25 UTC) #1
rsc
LGTM
14 years, 5 months ago (2011-01-14 18:44:01 UTC) #2
iant
14 years, 5 months ago (2011-01-14 18:52:11 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=4ec4bb5bc2a2 ***

cgo: In _cgo_main.c define all provided symbols as functions.

This defines crosscall2 in a way that matches that real
definition, and also defines _cgo_allocate and _cgo_panic to
indicate that they are available to be called by code compiled
with gcc.

R=rsc
CC=golang-dev
http://codereview.appspot.com/4026041
Sign in to reply to this message.

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