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

Issue 166080: code review 166080: Added support for PE output. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years, 8 months ago by hector
Modified:
15 years, 7 months ago
Reviewers:
CC:
rsc
Visibility:
Public.

Description

Added support for PE output.

Patch Set 1 : code review 166080: Added support for PE output. #

Total comments: 6

Patch Set 2 : code review 166080: Added support for PE output. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+326 lines, -7 lines) Patch
M src/cmd/8l/Makefile View 2 chunks +2 lines, -0 lines 0 comments Download
M src/cmd/8l/asm.c View 5 chunks +9 lines, -0 lines 0 comments Download
M src/cmd/8l/obj.c View 1 5 chunks +25 lines, -2 lines 0 comments Download
M src/cmd/8l/pass.c View 1 2 chunks +38 lines, -4 lines 0 comments Download
M src/cmd/cc/lex.c View 1 1 chunk +4 lines, -1 line 0 comments Download
A src/cmd/ld/pe.h View 1 chunk +91 lines, -0 lines 0 comments Download
A src/cmd/ld/pe.c View 1 1 chunk +157 lines, -0 lines 0 comments Download

Messages

Total messages: 6
hector
Hello rsc, I'd like you to review the following change.
15 years, 8 months ago (2009-12-06 23:32:32 UTC) #1
rsc
looks very good. a few small things below. thanks. http://codereview.appspot.com/166080/diff/16/1003 File src/cmd/8l/obj.c (right): http://codereview.appspot.com/166080/diff/16/1003#newcode98 src/cmd/8l/obj.c:98: ...
15 years, 8 months ago (2009-12-07 18:29:27 UTC) #2
hector
PTAL
15 years, 7 months ago (2009-12-12 17:43:18 UTC) #3
rsc
LGTM thanks
15 years, 7 months ago (2009-12-13 20:29:30 UTC) #4
rsc
setting outfile = nil had its own problems. i had to move the call to ...
15 years, 7 months ago (2009-12-13 20:36:35 UTC) #5
rsc
15 years, 7 months ago (2009-12-13 20:39:24 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=1282de9807c6 ***

8l: add support for PE output.

R=rsc
http://codereview.appspot.com/166080

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