]> Cypherpunks repositories - gostls13.git/commit
runtime: check consistency of all module data objects
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Wed, 6 May 2015 02:30:28 +0000 (14:30 +1200)
committerIan Lance Taylor <iant@golang.org>
Thu, 7 May 2015 15:06:08 +0000 (15:06 +0000)
commitfa896733b5670514361b17fb88c783420af2dbad
tree6bc45b31db334f7d1f7f952aab72febdfece2b71
parentd0a05f51f9d50622868df5e6032f40896b448426
runtime: check consistency of all module data objects

Current code just checks the consistency (that the functab is correctly
sorted by PC, etc) of the moduledata object that the runtime belongs to.
Change to check all of them.

Change-Id: I544a44c5de7445fff87d3cdb4840ff04c5e2bf75
Reviewed-on: https://go-review.googlesource.com/9773
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/proc1.go
src/runtime/symtab.go