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

Issue 9039045: code review 9039045: cmd/ld: fix check for address wrap in relocation (Closed)

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

Description

cmd/ld: fix check for address wrap in relocation PC-relative needs a signed offset; others need unsigned. Also fix signedness of 32-bit relocation on Windows.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -3 lines) Patch
M src/cmd/ld/data.c View 1 chunk +1 line, -2 lines 0 comments Download
M src/cmd/ld/ldpe.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3
r
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 10 months ago (2013-04-30 15:40:15 UTC) #1
iant
LGTM
11 years, 10 months ago (2013-04-30 16:06:50 UTC) #2
r
11 years, 10 months ago (2013-04-30 16:10:01 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=a773ae948d66 ***

cmd/ld: fix check for address wrap in relocation
PC-relative needs a signed offset; others need unsigned.
Also fix signedness of 32-bit relocation on Windows.

R=golang-dev, iant
CC=golang-dev
https://codereview.appspot.com/9039045
Sign in to reply to this message.

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