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

Issue 4106044: code review 4106044: 8l/6l: pe fixes (Closed)

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

Description

8l/6l: pe fixes - fixed length of amd64 .data pe section (don't need to include non-initialised data) - use correct oh/oh64 variable when updating data directory in addexports - simplify and cleanup

Patch Set 1 #

Patch Set 2 : code review 4106044: 8l/6l: pe fixes #

Patch Set 3 : code review 4106044: 8l/6l: pe fixes #

Total comments: 2

Patch Set 4 : code review 4106044: 8l/6l: pe fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -92 lines) Patch
M src/cmd/ld/lib.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/ld/pe.c View 1 2 3 12 chunks +59 lines, -92 lines 0 comments Download

Messages

Total messages: 6
brainman
Hello vcc (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 1 month ago (2011-01-28 03:59:55 UTC) #1
brainman
Hello vcc (cc: golang-dev@googlegroups.com), Please take another look.
14 years, 1 month ago (2011-01-28 10:24:56 UTC) #2
vcc
LGTM
14 years, 1 month ago (2011-01-28 16:43:48 UTC) #3
rsc
LGTM http://codereview.appspot.com/4106044/diff/5001/src/cmd/ld/pe.c File src/cmd/ld/pe.c (right): http://codereview.appspot.com/4106044/diff/5001/src/cmd/ld/pe.c#newcode142 src/cmd/ld/pe.c:142: ewrite(cout, &fh, sizeof fh); This code (and the ...
14 years, 1 month ago (2011-01-28 21:04:29 UTC) #4
brainman
Thank you for review. http://codereview.appspot.com/4106044/diff/5001/src/cmd/ld/pe.c File src/cmd/ld/pe.c (right): http://codereview.appspot.com/4106044/diff/5001/src/cmd/ld/pe.c#newcode142 src/cmd/ld/pe.c:142: ewrite(cout, &fh, sizeof fh); On ...
14 years, 1 month ago (2011-01-29 12:13:23 UTC) #5
brainman
14 years, 1 month ago (2011-01-29 12:13:48 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=2f3b95e9a84b ***

8l/6l: pe fixes

- fixed length of amd64 .data pe section
  (don't need to include non-initialised data)

- use correct oh/oh64 variable when updating
  data directory in addexports

- simplify and cleanup

R=vcc, rsc
CC=golang-dev
http://codereview.appspot.com/4106044
Sign in to reply to this message.

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