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

Issue 8625043: code review 8625043: cmd/ld: fix scope of static objects in symbol table (Closed)

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

Description

cmd/ld: fix scope of static objects in symbol table All symbols are currently marked with global scope. The correct behavior was lost when the symbol table format was changed.

Patch Set 1 #

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

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

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

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

Messages

Total messages: 4
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years ago (2013-04-10 14:03:40 UTC) #1
iant
LGTM I think this is appropriate for Go 1.1, as it fixes a bug in ...
12 years ago (2013-04-10 19:49:06 UTC) #2
r
LGTM
12 years ago (2013-04-10 20:02:38 UTC) #3
ality
12 years ago (2013-04-11 01:48:10 UTC) #4
*** Submitted as https://code.google.com/p/go/source/detail?r=c479e6a12c69 ***

cmd/ld: fix scope of static objects in symbol table

All symbols are currently marked with global scope.
The correct behavior was lost when the symbol table
format was changed.

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

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