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

Issue 72020043: code review 72020043: cmd/6a: add support for nacl/amd64p32 (Closed)

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

Description

cmd/6a: add support for nacl/amd64p32 Replaces CL 70000043. Switch to the amd64p32 linker model if we are building under nacl/amd64p32. No need to introduce linkarchinit() as 6a contains its own main() function.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -7 lines) Patch
M src/cmd/6a/lex.c View 1 2 chunks +11 lines, -7 lines 0 comments Download

Messages

Total messages: 4
dave_cheney.net
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 3 months ago (2014-03-06 11:21:10 UTC) #1
minux1
i think the code belongs to liblink because it's duplicated in assembler and gc.
11 years, 3 months ago (2014-03-06 17:30:01 UTC) #2
rsc
LGTM i am not worried about refactoring every little bit.
11 years, 3 months ago (2014-03-06 18:40:45 UTC) #3
dave_cheney.net
11 years, 3 months ago (2014-03-07 05:02:41 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=72b4b258b09b ***

cmd/6a: add support for nacl/amd64p32

Replaces CL 70000043.

Switch to the amd64p32 linker model if we are building under nacl/amd64p32.

No need to introduce linkarchinit() as 6a contains its own main() function.

LGTM=rsc
R=rsc, minux.ma
CC=golang-codereviews
https://codereview.appspot.com/72020043
Sign in to reply to this message.

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