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

Issue 6444049: code review 6444049: cmd/cgo: use 1 as last entry for __cgodebug_data (Closed)

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

Description

cmd/cgo: use 1 as last entry for __cgodebug_data LLVM-based gcc will place all-zero data in a zero-filled section, but our debug/macho can't handle that. Fixes issue 3821.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -1 line) Patch
M src/cmd/cgo/gcc.go View 1 2 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 3
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 9 months ago (2012-07-25 22:40:25 UTC) #1
rsc
LGTM Nice fix.
11 years, 9 months ago (2012-07-30 01:20:16 UTC) #2
minux1
11 years, 9 months ago (2012-07-30 22:45:15 UTC) #3
*** Submitted as http://code.google.com/p/go/source/detail?r=aeaab9df5600 ***

cmd/cgo: use 1 as last entry for __cgodebug_data
        LLVM-based gcc will place all-zero data in a zero-filled
        section, but our debug/macho can't handle that.
        Fixes issue 3821.

R=golang-dev, rsc
CC=golang-dev
http://codereview.appspot.com/6444049
Sign in to reply to this message.

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