]> Cypherpunks repositories - gostls13.git/commit
runtime: fix VDSO lookup to use dynamic hash table
authorIan Lance Taylor <iant@golang.org>
Fri, 13 Jun 2014 20:29:26 +0000 (13:29 -0700)
committerIan Lance Taylor <iant@golang.org>
Fri, 13 Jun 2014 20:29:26 +0000 (13:29 -0700)
commit1db4c8dc413b588668851eddf05426dabb08c95a
treeff28fa7b18d38f648f604ceec5444c18abeb3611
parent9f08c5c3830d42de9bf18b80b79516c61e1ea360
runtime: fix VDSO lookup to use dynamic hash table

Reportedly in the Linux 3.16 kernel the VDSO will not have
section headers or a normal symbol table.

Too late for 1.3 but perhaps for 1.3.1, if there is one.

Fixes #8197.

LGTM=rsc
R=golang-codereviews, mattn.jp, rsc
CC=golang-codereviews
https://golang.org/cl/101260044
src/pkg/runtime/vdso_linux_amd64.c