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

Issue 72790043: code review 72790043: runtime: fix nacl/amd64p32 signal handling (Closed)

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

Description

runtime: fix nacl/amd64p32 signal handling The change to signal_amd64.c from CL 15790043 was not merged correctly. This CL reapplies the change, renaming the file to signal_amd64x.c and adds the appropriate build tags.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -1 line) Patch
M src/pkg/runtime/signal_amd64x.c View 1 2 chunks +4 lines, -1 line 0 comments Download

Messages

Total messages: 10
dfc
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 1 month ago (2014-03-08 03:52:55 UTC) #1
iant
LGTM Seems like runtime.h is still wrong in the way it defines uintreg on NaCL, ...
10 years, 1 month ago (2014-03-08 22:55:19 UTC) #2
dfc
Hi Ian, Thanks for your review. Are you talking about #ifdef _64BITREG in runtime.h ? ...
10 years, 1 month ago (2014-03-09 01:43:02 UTC) #3
dfc
Hi Ian, I had a read of 6c/txt.go and I think the current logic is ...
10 years, 1 month ago (2014-03-09 01:59:56 UTC) #4
iant
On Sat, Mar 8, 2014 at 5:43 PM, Dave Cheney <dave@cheney.net> wrote: > > Thanks ...
10 years, 1 month ago (2014-03-09 16:25:30 UTC) #5
dfc
*facepalm*, fixing. On Mon, Mar 10, 2014 at 3:25 AM, Ian Lance Taylor <iant@golang.org> wrote: ...
10 years, 1 month ago (2014-03-09 23:15:40 UTC) #6
dfc
Hello rsc@golang.org, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 1 month ago (2014-03-11 04:25:55 UTC) #7
bradfitz
LGTM confirm it's the same as CL 15790043
10 years, 1 month ago (2014-03-11 20:20:30 UTC) #8
dfc
*** Submitted as https://code.google.com/p/go/source/detail?r=104004fc1da3 *** runtime: fix nacl/amd64p32 signal handling The change to signal_amd64.c from ...
10 years, 1 month ago (2014-03-11 20:22:15 UTC) #9
gobot
10 years, 1 month ago (2014-03-11 20:26:31 UTC) #10
Message was sent while issue was closed.
This CL appears to have broken the darwin-386-cheney builder.
Sign in to reply to this message.

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