diff options
author | Michael Hudson-Doyle <michael.hudson@canonical.com> | 2017-04-19 15:15:35 +1200 |
---|---|---|
committer | Michael Hudson-Doyle <michael.hudson@canonical.com> | 2017-04-27 21:56:12 +0000 |
commit | be2ee2a4b46d1dbaf8d455038cd12d883714f08d (patch) | |
tree | c3311b2a8c900ba1536080cf84c4c9d4e3cfa10d /src/regexp | |
parent | b1868cf10770eed86688631ac46d2d510e0621a6 (diff) | |
download | go-git-be2ee2a4b46d1dbaf8d455038cd12d883714f08d.tar.gz |
cmd/internal/objabi, cmd/link: move linker-only symkind values into linker
Many (most!) of the values of objapi.SymKind are used only in the linker, so
this creates a separate cmd/link/internal/ld.SymKind type, removes most values
from SymKind and maps one to the other when reading object files in the linker.
Two of the remaining objapi.SymKind values are only checked for, never set and
so will never be actually found but I wanted to keep this to the most
mechanical change possible.
Change-Id: I4bbc5aed6713cab3e8de732e6e288eb77be0474c
Reviewed-on: https://go-review.googlesource.com/40985
Run-TryBot: Michael Hudson-Doyle <michael.hudson@canonical.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
Diffstat (limited to 'src/regexp')
0 files changed, 0 insertions, 0 deletions