• Russ Cox's avatar
    cmd/link: record missing pcdata tables correctly · 434e0bc0
    Russ Cox authored
    The old code was recording the current table output offset,
    so the table from the next function would be used instead of
    the runtime realizing that there was no table at all.
    
    Add debug constant in runtime to check this for every function
    at startup. It's too expensive to do that by default, but we can
    do the last five functions. The end of the table is usually where
    the C symbols end up, so that's where the problems typically are.
    
    Fixes #10747.
    Fixes #11396.
    
    Change-Id: I13592e78017969fc22979fa902e19e1b151d41b1
    Reviewed-on: https://go-review.googlesource.com/11657Reviewed-by: 's avatarKeith Randall <khr@golang.org>
    Run-TryBot: Russ Cox <rsc@golang.org>
    434e0bc0
pcln.go 11.9 KB