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

Issue 114510043: code review 114510043: cmd/ld: better diagnostics on unaligned symbols (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 9 months ago by dvyukov
Modified:
10 years, 9 months ago
Reviewers:
gobot, brainman, dave
CC:
khr, golang-codereviews
Visibility:
Public.

Description

cmd/ld: better diagnostics on unaligned symbols Want to see why builders are failing. Then decide whether to rollback or fix.

Patch Set 1 #

Patch Set 2 : diff -r e1fc05ce4181 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r e1fc05ce4181 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r e1fc05ce4181 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -4 lines) Patch
M src/cmd/ld/data.c View 4 chunks +8 lines, -4 lines 0 comments Download

Messages

Total messages: 9
dvyukov
Hello khr@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 9 months ago (2014-07-29 07:19:57 UTC) #1
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=cd8dbfda7b87 *** cmd/ld: better diagnostics on unaligned symbols Want to see why ...
10 years, 9 months ago (2014-07-29 07:23:02 UTC) #2
dvyukov
does anybody know what is that recv$8 and where does it come from? On Tue, ...
10 years, 9 months ago (2014-07-29 07:32:35 UTC) #3
brainman
I don't know, but # go tool nm ~/go/root/bin/go | grep 'recv\$8' 85673a0 d recv$8 ...
10 years, 9 months ago (2014-07-29 07:40:20 UTC) #4
dave_cheney.net
linux/arm blames cmd/go proggenaddsym: unaligned conservative symbol conditions: size=5 pos=868 On Tue, Jul 29, 2014 ...
10 years, 9 months ago (2014-07-29 07:58:44 UTC) #5
gobot
This CL appears to have broken the openbsd-386-rootbsd builder. See http://build.golang.org/log/3fe9a42b5c50ed0006363653f41c2da0c941a926
10 years, 9 months ago (2014-07-29 08:02:24 UTC) #6
dvyukov
I see it, it's static recv variable in sigqueue_recv. All these symbols needs to be ...
10 years, 9 months ago (2014-07-29 08:10:21 UTC) #7
dvyukov
On Tue, Jul 29, 2014 at 11:58 AM, Dave Cheney <dave@cheney.net> wrote: > linux/arm blames ...
10 years, 9 months ago (2014-07-29 08:15:33 UTC) #8
dvyukov
10 years, 9 months ago (2014-07-29 08:15:53 UTC) #9
cl 119300043 for this

On Tue, Jul 29, 2014 at 12:10 PM, Dmitry Vyukov <dvyukov@google.com> wrote:
> I see it, it's static recv variable in sigqueue_recv.
> All these symbols needs to be marked as NOPTR.
>
>
> On Tue, Jul 29, 2014 at 11:40 AM,  <alex.brainman@gmail.com> wrote:
>> I don't know, but
>>
>> # go tool nm ~/go/root/bin/go | grep 'recv\$8'
>>  85673a0 d recv$8
>>
>> marked as data.
>>
>> Alex
>>
>> https://codereview.appspot.com/114510043/
Sign in to reply to this message.

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