]> Cypherpunks repositories - gostls13.git/commit
debug/plan9obj: export ErrNoSymbols
authorDan Kortschak <dan@kortschak.io>
Sun, 29 Aug 2021 04:31:03 +0000 (14:01 +0930)
committerIan Lance Taylor <iant@golang.org>
Fri, 5 Nov 2021 21:27:19 +0000 (21:27 +0000)
commit58ec92527041f88d427390a92619cd9a927b6aba
treeb50b1515c742cbcb33ab562cef59bdc631559f24
parent3e9e02412e7770e46c7e725e17dee09a7d79f32c
debug/plan9obj: export ErrNoSymbols

This allows callers of *File.Symbols to distinguish absence of symbols
from other errors as can already by done in debug/elf.

Fixes #48052

Change-Id: I5ba15d8473911e516c016a69c1f1c710f7fc4cd5
Reviewed-on: https://go-review.googlesource.com/c/go/+/350229
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Cherry Mui <cherryyz@google.com>
src/debug/plan9obj/file.go