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

Issue 9383043: code review 9383043: cmd/ld: emit .tbss section when doing dynamic internal ... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by minux1
Modified:
12 years, 2 months ago
Reviewers:
CC:
iant, dave_cheney.net, golang-dev
Visibility:
Public.

Description

cmd/ld: emit .tbss section when doing dynamic internal linking Fixes issue 5200.

Patch Set 1 #

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

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

Total comments: 3

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

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

Messages

Total messages: 7
minux1
Hello iant@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
12 years, 2 months ago (2013-05-13 14:32:30 UTC) #1
minux1
do we need to add a strip(1) test to run.bash?
12 years, 2 months ago (2013-05-13 14:33:00 UTC) #2
dave_cheney.net
People are going to keep stripping binaries regardless of our advice so I think it ...
12 years, 2 months ago (2013-05-14 00:19:44 UTC) #3
iant
https://codereview.appspot.com/9383043/diff/4001/src/cmd/ld/elf.c File src/cmd/ld/elf.c (right): https://codereview.appspot.com/9383043/diff/4001/src/cmd/ld/elf.c#newcode895 src/cmd/ld/elf.c:895: if(!debug['d'] || linkmode == LinkExternal) I don't see a ...
12 years, 2 months ago (2013-05-15 13:40:58 UTC) #4
minux1
https://codereview.appspot.com/9383043/diff/4001/src/cmd/ld/elf.c File src/cmd/ld/elf.c (right): https://codereview.appspot.com/9383043/diff/4001/src/cmd/ld/elf.c#newcode895 src/cmd/ld/elf.c:895: if(!debug['d'] || linkmode == LinkExternal) On 2013/05/15 13:40:58, iant ...
12 years, 2 months ago (2013-05-16 11:43:01 UTC) #5
iant
LGTM https://codereview.appspot.com/9383043/diff/4001/src/cmd/ld/elf.c File src/cmd/ld/elf.c (right): https://codereview.appspot.com/9383043/diff/4001/src/cmd/ld/elf.c#newcode895 src/cmd/ld/elf.c:895: if(!debug['d'] || linkmode == LinkExternal) On 2013/05/16 11:43:01, ...
12 years, 2 months ago (2013-05-17 16:44:48 UTC) #6
minux1
12 years, 2 months ago (2013-05-17 18:42:01 UTC) #7
*** Submitted as https://code.google.com/p/go/source/detail?r=b70aa9592f5b ***

cmd/ld: emit .tbss section when doing dynamic internal linking
Fixes issue 5200.

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

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