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

Issue 4749042: code review 4749042: cmd/ld: Enhancement for porting to Plan 9 legacy. (Closed)

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

Description

cmd/ld: Enhancement for porting to Plan 9 legacy. ld/data.c: . Format specifier with corresponding cast to cater for all architectures (llux and vlong). ld/ldelf.c: ld/ldmacho.c: . Missing "pn" argument in diag() calls. ld/ldpe.c: . Dropped "sym->sectnum" in diag() call. . Typo in a comment. ld/lib.h: . Added varargck pragma for "O".

Patch Set 1 #

Patch Set 2 : diff -r 353a5cdb24e0 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 353a5cdb24e0 https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 353a5cdb24e0 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r ca14957bb4f3 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r 7b7b7ef3e147 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -6 lines) Patch
M src/cmd/ld/data.c View 1 2 3 4 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/ldelf.c View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/cmd/ld/ldmacho.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/ldpe.c View 1 2 3 4 5 2 chunks +2 lines, -2 lines 0 comments Download
M src/cmd/ld/lib.h View 1 2 3 4 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9
lucio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, rsc@golang.org), I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 9 months ago (2011-07-15 09:23:08 UTC) #1
rsc
nice. in data.c the usual spellings are llux and uvlong.
13 years, 9 months ago (2011-07-15 15:49:13 UTC) #2
lucio
I was wondering about the spelling. I'll fix it. I forgot to mentioned that I ...
13 years, 9 months ago (2011-07-15 18:52:29 UTC) #3
lucio
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com, rsc@golang.org), Please take another look.
13 years, 9 months ago (2011-07-15 19:07:44 UTC) #4
rsc
LGTM
13 years, 9 months ago (2011-07-19 14:47:21 UTC) #5
rsc
please hg sync; hg mail 4749042
13 years, 9 months ago (2011-07-19 14:47:52 UTC) #6
lucio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-07-23 20:09:23 UTC) #7
lucio
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 9 months ago (2011-07-24 16:08:37 UTC) #8
rsc
13 years, 9 months ago (2011-07-25 17:45:57 UTC) #9
*** Submitted as http://code.google.com/p/go/source/detail?r=0da598877ce7 ***

ld: fix build on Plan 9

ld/data.c:
. Format specifier with corresponding cast to cater for all
  architectures (llux and vlong).

ld/ldelf.c:
ld/ldmacho.c:
. Missing "pn" argument in diag() calls.

ld/ldpe.c:
. Dropped "sym->sectnum" in diag() call.
. Typo in a comment.

ld/lib.h:
. Added varargck pragma for "O".

R=rsc
CC=golang-dev
http://codereview.appspot.com/4749042

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