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

Issue 1063042: code review 1063042: fix nacl build (Closed)

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

Description

fix nacl build

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/cmd/8l/pass.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years, 2 months ago (2010-05-03 07:04:46 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=faeb8838c10c *** fix nacl build TBR=r CC=golang-dev http://codereview.appspot.com/1063042
15 years, 2 months ago (2010-05-03 07:04:51 UTC) #2
r2
15 years, 2 months ago (2010-05-03 15:36:25 UTC) #3
LGTM

On May 3, 2010, at 12:04 AM, rsc@golang.org wrote:

> Reviewers: r,
> 
> Message:
> Hello r (cc: golang-dev@googlegroups.com),
> 
> I'd like you to review this change.
> 
> 
> Description:
> fix nacl build
> 
> Please review this at http://codereview.appspot.com/1063042/show
> 
> Affected files:
>  M src/cmd/8l/pass.c
> 
> 
> Index: src/cmd/8l/pass.c
> ===================================================================
> --- a/src/cmd/8l/pass.c
> +++ b/src/cmd/8l/pass.c
> @@ -164,7 +164,7 @@
> 	xdefine("edata", SBSS, datsize);
> 	xdefine("end", SBSS, dynptrsize + bsssize + datsize);
> 
> -	if(debug['s'])
> +	if(debug['s'] || HEADTYPE == 8)
> 		xdefine("symdat", SFIXED, 0);
> 	else
> 		xdefine("symdat", SFIXED, SYMDATVA);
> 
> 

Sign in to reply to this message.

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