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

Issue 6220073: code review 6220073: cmd/ld: fix Linux/ARM build (Closed)

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

Description

cmd/ld: fix Linux/ARM build CL 5823055 removed a line introduced in Linux/ARM cgo support. Because readsym() now returns nil for "$a", "$d" mapping symbols, no matter the settings of `needSym', we still have to guard against them in ldelf().

Patch Set 1 #

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

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

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

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

Messages

Total messages: 6
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, 9 months ago (2012-05-23 02:59:44 UTC) #1
dave_cheney.net
This worked for me on ARM5 and ARM7.
12 years, 9 months ago (2012-05-23 03:24:27 UTC) #2
dave_cheney.net
LGTM
12 years, 9 months ago (2012-05-23 03:24:35 UTC) #3
rsc
LGTM please put the comment above the if on a line by itself. the line ...
12 years, 9 months ago (2012-05-23 03:25:47 UTC) #4
minux1
On Wed, May 23, 2012 at 11:25 AM, Russ Cox <rsc@golang.org> wrote: > please put ...
12 years, 9 months ago (2012-05-23 03:30:59 UTC) #5
minux1
12 years, 9 months ago (2012-05-23 03:36:38 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=9e5ed0741dc8 ***

cmd/ld: fix Linux/ARM build
        CL 5823055 removed a line introduced in Linux/ARM cgo support.
        Because readsym() now returns nil for "$a", "$d" mapping symbols,
        no matter the settings of `needSym', we still have to guard against
        them in ldelf().

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

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