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

Issue 76050044: code review 76050044: liblink, runtime: make nacl/386 binaries valid. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by remyoudompheng
Modified:
10 years, 1 month ago
Reviewers:
iant
CC:
rsc, dave_cheney.net, iant, golang-codereviews
Visibility:
Public.

Description

liblink, runtime: make nacl/386 binaries valid. They were rejected by NaCl due to AES instructions and accesses to %gs:0x8, caused by wrong tlsoffset value.

Patch Set 1 #

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

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

Patch Set 4 : diff -r 7feb25aa5a8e https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -3 lines) Patch
M src/liblink/sym.c View 1 1 chunk +11 lines, -2 lines 0 comments Download
M src/pkg/runtime/alg.goc View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 3
remyoudompheng
Hello rsc@golang.org, dave@cheney.net, iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 1 month ago (2014-03-14 19:33:45 UTC) #1
iant
LGTM
10 years, 1 month ago (2014-03-14 20:23:47 UTC) #2
remyoudompheng
10 years, 1 month ago (2014-03-14 20:38:06 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=9eb0e586ec54 ***

liblink, runtime: make nacl/386 binaries valid.

They were rejected by NaCl due to AES instructions and
accesses to %gs:0x8, caused by wrong tlsoffset value.

LGTM=iant
R=rsc, dave, iant
CC=golang-codereviews
https://codereview.appspot.com/76050044
Sign in to reply to this message.

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