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

Issue 4366047: code review 4366047: ld: fix Plan 9 symbol table (Closed)

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

Description

ld: fix Plan 9 symbol table Static symbols were not being marked as such. I also made the 'z' symbols use the first byte of the name instead of an explicit NUL so that if the symbol table format is ever changed, the only place that would need updating is addhist().

Patch Set 1 #

Patch Set 2 : diff -r 872404d61597 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 872404d61597 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -13 lines) Patch
M src/cmd/ld/symtab.c View 1 2 chunks +7 lines, -13 lines 0 comments Download

Messages

Total messages: 3
ality
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
14 years, 6 months ago (2011-04-10 06:36:54 UTC) #1
rsc
LGTM
14 years, 6 months ago (2011-04-22 19:57:15 UTC) #2
rsc
14 years, 6 months ago (2011-04-23 14:53:54 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=4d08a61cd718 ***

ld: fix Plan 9 symbol table

Static symbols were not being marked as such.

I also made the 'z' symbols use the first byte of
the name instead of an explicit NUL so that if
the symbol table format is ever changed, the only
place that would need updating is addhist().

R=rsc
CC=golang-dev
http://codereview.appspot.com/4366047

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