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

Issue 5822050: code review 5822050: cmd/go: add -fno-common by default on Darwin (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by minux1
Modified:
12 years, 1 month ago
Reviewers:
CC:
golang-dev, bsiegert, rsc, iant2
Visibility:
Public.

Description

cmd/go: add -fno-common by default on Darwin Fixes part of issue 3253. We still need to support scattered relocations though.

Patch Set 1 #

Patch Set 2 : diff -r a2a95054f3bd https://code.google.com/p/go/ #

Patch Set 3 : diff -r a2a95054f3bd https://code.google.com/p/go/ #

Patch Set 4 : diff -r a2a95054f3bd https://code.google.com/p/go/ #

Total comments: 1

Patch Set 5 : diff -r 59b7d79b616f https://code.google.com/p/go/ #

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

Messages

Total messages: 9
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
12 years, 1 month ago (2012-03-14 20:48:01 UTC) #1
bsiegert
http://codereview.appspot.com/5822050/diff/1002/src/cmd/go/build.go File src/cmd/go/build.go (right): http://codereview.appspot.com/5822050/diff/1002/src/cmd/go/build.go#newcode1338 src/cmd/go/build.go:1338: // our macho linker doesn't support common symbols, so ...
12 years, 1 month ago (2012-03-14 21:08:34 UTC) #2
minux1
PTAL.
12 years, 1 month ago (2012-03-15 04:09:50 UTC) #3
bsiegert
LGTM, leaving for others.
12 years, 1 month ago (2012-03-15 10:18:14 UTC) #4
rsc
I'm skeptical of this, although I do know that we've had problems with Mach-O common ...
12 years, 1 month ago (2012-03-15 18:20:28 UTC) #5
rsc
Aha, I dug through the repository and found this in our old Makefiles. # The ...
12 years, 1 month ago (2012-03-15 19:26:55 UTC) #6
iant2
FYI Russ Cox <rsc@golang.org> writes: > I'm skeptical of this, although I do know that ...
12 years, 1 month ago (2012-03-15 20:33:04 UTC) #7
rsc
LGTM I will submit with the comment change I suggested.
12 years, 1 month ago (2012-03-16 16:00:57 UTC) #8
rsc
12 years, 1 month ago (2012-03-16 16:05:14 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=d88577489c3d ***

cmd/go: add -fno-common by default on Darwin
        Fixes part of issue 3253.
        We still need to support scattered relocations though.

R=golang-dev, bsiegert, rsc, iant
CC=golang-dev
http://codereview.appspot.com/5822050

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