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

Issue 2288041: code review 2288041: 6l, 8l: elfsetstring is only for .shstrtab (Closed)

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

Description

6l, 8l: elfsetstring is only for .shstrtab Was also recording for .dynstrtab which made the table run out of space and would have caused confusion if the ELF code tried to refer to any of the strings.

Patch Set 1 #

Patch Set 2 : code review 2288041: 6l, 8l: elfsetstring is only for .shstrtab #

Patch Set 3 : code review 2288041: 6l, 8l: elfsetstring is only for .shstrtab #

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

Messages

Total messages: 3
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 5 months ago (2010-09-28 17:51:12 UTC) #1
r
LGTM
14 years, 5 months ago (2010-09-28 18:23:39 UTC) #2
rsc
14 years, 5 months ago (2010-09-28 19:18:06 UTC) #3
*** Submitted as 153360f9c7e9 ***

6l, 8l: elfsetstring is only for .shstrtab

Was also recording for .dynstrtab which made the
table run out of space and would have caused confusion
if the ELF code tried to refer to any of the strings.

R=r
CC=golang-dev
http://codereview.appspot.com/2288041
Sign in to reply to this message.

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