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

Issue 10345046: code review 10345046: cmd/ld: handle duplicate static symbols in COFF files. (Closed)

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

Description

cmd/ld: handle duplicate static symbols in COFF and Mach-O files. Fixes issue 5740.

Patch Set 1 #

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

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

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -0 lines) Patch
A misc/cgo/test/issue5740.go View 1 1 chunk +15 lines, -0 lines 0 comments Download
A misc/cgo/test/issue5740a.c View 1 1 chunk +9 lines, -0 lines 0 comments Download
A misc/cgo/test/issue5740b.c View 1 1 chunk +9 lines, -0 lines 0 comments Download
M src/cmd/ld/ldmacho.c View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M src/cmd/ld/ldpe.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, 9 months ago (2013-06-20 16:26:14 UTC) #1
minux1
PTAL. Darwin also suffers from the same bug.
11 years, 9 months ago (2013-06-20 19:59:39 UTC) #2
gobot
R=iant (assigned by minux)
11 years, 9 months ago (2013-06-20 20:00:28 UTC) #3
rsc
This doesn't seem right. Setting dupok=1 means that when the linker sees two copies of ...
11 years, 8 months ago (2013-07-12 04:33:04 UTC) #4
minux1
On 2013/07/12 04:33:04, rsc wrote: > This doesn't seem right. Setting dupok=1 means that when ...
11 years, 8 months ago (2013-07-12 06:05:28 UTC) #5
luisbebop
On 2013/07/12 06:05:28, minux wrote: > On 2013/07/12 04:33:04, rsc wrote: > > This doesn't ...
11 years, 8 months ago (2013-07-16 06:03:56 UTC) #6
rsc
LGTM
11 years, 7 months ago (2013-08-13 19:15:33 UTC) #7
minux1
11 years, 6 months ago (2013-09-19 02:27:39 UTC) #8
*** Submitted as https://code.google.com/p/go/source/detail?r=e3fb358fb3c6 ***

cmd/ld: handle duplicate static symbols in COFF and Mach-O files.
Fixes issue 5740.

R=iant, rsc, luisbebop
CC=gobot, golang-dev
https://codereview.appspot.com/10345046
Sign in to reply to this message.

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