Commit 253e605a authored by Michael Hudson-Doyle's avatar Michael Hudson-Doyle

cmd/link: shrink SymKind down to a uint8

Change-Id: I54c73afd4fb2ad4d5854d2568524f57542c64fe5
Reviewed-on: https://go-review.googlesource.com/42182
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
Reviewed-by: default avatarIan Lance Taylor <iant@golang.org>
Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 1b8987f1
......@@ -31,7 +31,7 @@
package sym
// A SymKind describes the kind of memory represented by a symbol.
type SymKind int16
type SymKind uint8
// Defined SymKind values.
//
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment