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

Issue 133130043: code review 133130043: cmd/{5l,6l,8l}: stop copying pclntab to plan9 pclntab

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 2 months ago by mdempsky
Modified:
11 years ago
Visibility:
Public.

Description

cmd/{5l,6l,8l}: stop copying pclntab to plan9 pclntab For Go 1.2, pclntab was changed from Plan 9's pclntab format to a new Go-specific format, so it no longer makes sense to copy it to the Plan 9 executable's PC/line number table section.

Patch Set 1 #

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

Patch Set 3 : diff -r 14ab6d0208b61ae3aa52a24c89905571e8973d4e https://code.google.com/p/go #

Patch Set 4 : diff -r 14ab6d0208b61ae3aa52a24c89905571e8973d4e https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -50 lines) Patch
M src/cmd/5l/asm.c View 1 2 5 chunks +2 lines, -15 lines 0 comments Download
M src/cmd/5l/l.h View 1 2 1 chunk +0 lines, -1 line 0 comments Download
M src/cmd/6l/asm.c View 1 2 4 chunks +2 lines, -15 lines 0 comments Download
M src/cmd/6l/l.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download
M src/cmd/8l/asm.c View 1 2 4 chunks +2 lines, -15 lines 0 comments Download
M src/cmd/8l/l.h View 1 2 1 chunk +0 lines, -2 lines 0 comments Download

Messages

Total messages: 9
mdempsky
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 2 months ago (2014-08-28 01:23:06 UTC) #1
bradfitz
[+rsc, iant] On Wed, Aug 27, 2014 at 6:23 PM, mdempsky via golang-codereviews < golang-codereviews@googlegroups.com> ...
11 years, 2 months ago (2014-08-28 14:54:52 UTC) #2
iant
Looks right to me but it's Plan 9 specific, so I'll leave it to the ...
11 years, 2 months ago (2014-08-28 15:18:21 UTC) #3
0intro
This pclntab section was already zero-sized, so it will not be much different. -- David ...
11 years, 2 months ago (2014-08-28 15:42:20 UTC) #4
rsc
Is this in your way somehow? If not, let's not do it. This code is ...
11 years, 2 months ago (2014-08-28 15:46:40 UTC) #5
0intro
> Is this in your way somehow? No, leaving cleanup aside, I don't think this ...
11 years, 2 months ago (2014-08-28 15:48:35 UTC) #6
mdempsky
On Thu, Aug 28, 2014 at 8:46 AM, Russ Cox <rsc@golang.org> wrote: > Is this ...
11 years, 2 months ago (2014-08-28 15:54:47 UTC) #7
gobot
R=rsc@golang.org (assigned by bradfitz@golang.org)
11 years, 1 month ago (2014-09-29 19:28:08 UTC) #8
rsc
11 years ago (2014-10-20 18:56:57 UTC) #9
R=close let's leave this alone - it will be replaced by cmd/link
Sign in to reply to this message.

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