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

Issue 7578043: cgo: Add test for TLS in -hostobj mode (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 1 month ago by elias.naur
Modified:
11 years ago
Reviewers:
Visibility:
Public.

Description

cgo: Add test for TLS in -hostobj mode The -hostobj linker flag support linking the final executable with the host linker. Add a test for verifying that __thread TLS storage access through Cgo works in this mode. NOTE: This test currently fails, because the TLS section is missing from executables generated with -hostobj.

Patch Set 1 #

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

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

Patch Set 4 : diff -r fa13899da667 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r fa13899da667 https://go.googlecode.com/hg/ #

Patch Set 6 : diff -r fa13899da667 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -0 lines) Patch
A misc/cgo/testtls/tls.go View 1 2 3 4 1 chunk +28 lines, -0 lines 0 comments Download
A misc/cgo/testtls/tls_test.go View 1 2 3 4 1 chunk +13 lines, -0 lines 0 comments Download
A misc/cgo/testtls/tls_unix.c View 1 2 1 chunk +19 lines, -0 lines 0 comments Download
M src/run.bash View 1 2 3 4 5 1 chunk +5 lines, -0 lines 0 comments Download

Messages

Total messages: 1
elias.naur
11 years ago (2013-03-27 20:38:52 UTC) #1
*** Abandoned ***
Sign in to reply to this message.

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