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

Issue 12829044: code review 12829044: cmd/cgo: fix windows build (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by elias.naur
Modified:
11 years, 7 months ago
Reviewers:
rsc
CC:
rsc, golang-dev
Visibility:
Public.

Description

cmd/cgo: fix windows build The shared library changes broke the windows build because __attribute__ ((visibility ("hidden"))) is not supported in windows gcc. This change removes the attribute, as it is only needed when building shared libraries.

Patch Set 1 #

Patch Set 2 : diff -r 7b621e98c86e https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 7b621e98c86e https://go.googlecode.com/hg/ #

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

Messages

Total messages: 3
elias.naur
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 7 months ago (2013-08-14 16:04:19 UTC) #1
rsc
LGTM
11 years, 7 months ago (2013-08-14 16:46:46 UTC) #2
rsc
11 years, 7 months ago (2013-08-14 16:47:10 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=fe09d6a5fa96 ***

cmd/cgo: fix windows build

        The shared library changes broke the windows build because __attribute__
((visibility ("hidden"))) is not supported in windows gcc. This change removes
the attribute, as it is only needed when building shared libraries.

R=rsc
CC=golang-dev
https://codereview.appspot.com/12829044

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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