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

Issue 6620075: code review 6620075: cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols f... (Closed)

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

Description

cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin Also corrected cmd/8l's .dynsym handling (differentiate between exported symbols and imported symbols) Fixes issue 4029.

Patch Set 1 #

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

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

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

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

Patch Set 6 : diff -r 1c5c3c6b15bc https://code.google.com/p/go/ #

Patch Set 7 : diff -r 1c5c3c6b15bc https://code.google.com/p/go/ #

Patch Set 8 : diff -r 1c5c3c6b15bc https://code.google.com/p/go/ #

Patch Set 9 : diff -r 1c5c3c6b15bc https://code.google.com/p/go/ #

Patch Set 10 : diff -r 1c5c3c6b15bc https://code.google.com/p/go/ #

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

Patch Set 12 : diff -r ba847b110365 https://code.google.com/p/go/ #

Patch Set 13 : diff -r ba847b110365 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+185 lines, -17 lines) Patch
M misc/cgo/test/cgo_test.go View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
A misc/cgo/test/issue4029.go View 1 2 3 4 5 6 7 8 1 chunk +57 lines, -0 lines 0 comments Download
M src/cmd/6l/asm.c View 1 2 3 4 5 6 2 chunks +28 lines, -11 lines 0 comments Download
M src/cmd/8l/asm.c View 1 2 3 4 5 6 7 8 9 2 chunks +42 lines, -6 lines 0 comments Download
M src/cmd/ld/data.c View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M src/cmd/ld/go.c View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
M src/cmd/ld/lib.h View 1 2 2 chunks +4 lines, -0 lines 0 comments Download
M src/cmd/ld/lib.c View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 8
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/
11 years, 6 months ago (2012-10-09 15:40:19 UTC) #1
minux1
I'd like to ask someone who can access Mountain Lion help me test this (I ...
11 years, 6 months ago (2012-10-09 15:43:57 UTC) #2
rsc
> Test procedure (two things to verify): > cd $GOROOT/src > hg clp 6620075 > ...
11 years, 6 months ago (2012-10-09 15:52:53 UTC) #3
minux1
Thank you very much. On Tue, Oct 9, 2012 at 11:52 PM, Russ Cox <rsc@golang.org> ...
11 years, 6 months ago (2012-10-09 16:00:30 UTC) #4
rsc
yes, it failed before all.bash and passed during all.bash
11 years, 6 months ago (2012-10-09 16:40:10 UTC) #5
minux1
On Wed, Oct 10, 2012 at 12:40 AM, Russ Cox <rsc@golang.org> wrote: > yes, it ...
11 years, 6 months ago (2012-10-09 16:45:20 UTC) #6
rsc
LGTM
11 years, 6 months ago (2012-10-09 16:48:00 UTC) #7
minux1
11 years, 6 months ago (2012-10-09 16:56:25 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=62b7ebe62958 ***

cmd/ld, cmd/6l, cmd/8l: sort exported dynamic symbols for Darwin
Also corrected cmd/8l's .dynsym handling (differentiate between exported symbols
and imported symbols)

        Fixes issue 4029.

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

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