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

Issue 4080050: code review 4080050: 8l: prevent SEGFAULT when 8l invoked with GOOS=plan9 an... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 1 month ago by paulzhol
Modified:
14 years, 1 month ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

8l: prevent SEGFAULT when 8l invoked with GOOS=plan9 and -s is not passed. Add symbols and line numbers to Plan 9 a.out.

Patch Set 1 : code review 4080050: 8l: prevent SEGFAULT when 8l invoked with GOOS=plan9 an... #

Patch Set 2 : code review 4080050: 8l: prevent SEGFAULT when 8l invoked with GOOS=plan9 an... #

Total comments: 6

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+111 lines, -36 lines) Patch
M src/cmd/8l/asm.c View 1 2 7 chunks +53 lines, -35 lines 0 comments Download
M src/cmd/8l/l.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/cmd/ld/lib.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/symtab.c View 1 2 1 chunk +56 lines, -0 lines 0 comments Download

Messages

Total messages: 5
paulzhol
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 1 month ago (2011-02-02 15:37:42 UTC) #1
rsc
looks pretty good. please revert the changes to HEADTYPE 0 and 1. they are probably ...
14 years, 1 month ago (2011-02-03 03:57:50 UTC) #2
paulzhol
Thanks for the review! I renamed 8l/asm.c lput() and wput() to lputb() and wputb() respectively, ...
14 years, 1 month ago (2011-02-03 08:48:24 UTC) #3
rsc
LGTM
14 years, 1 month ago (2011-02-03 19:34:35 UTC) #4
rsc
14 years, 1 month ago (2011-02-04 19:33:23 UTC) #5
*** Submitted as 8e19d9fd1e6f ***

8l: fix crash writing Plan 9 binaries

Was crashing with GOOS=plan9 unless -s was passed.
Add symbols and line numbers to Plan 9 a.out.

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

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