mirror of
https://github.com/golang/go
synced 2024-11-22 01:24:42 -07:00
5l, 8l: output missing section symbols
R=rsc CC=golang-dev https://golang.org/cl/4252067
This commit is contained in:
parent
ce0de4229f
commit
f3ed1ad50c
@ -1985,6 +1985,9 @@ genasmsym(void (*put)(Sym*, char*, int, vlong, vlong, int, Sym*))
|
||||
case SRODATA:
|
||||
case SDATA:
|
||||
case SELFDATA:
|
||||
case STYPE:
|
||||
case SSTRING:
|
||||
case SGOSTRING:
|
||||
if(!s->reachable)
|
||||
continue;
|
||||
put(s, s->name, 'D', s->value, s->size, s->version, s->gotype);
|
||||
|
@ -1167,6 +1167,9 @@ genasmsym(void (*put)(Sym*, char*, int, vlong, vlong, int, Sym*))
|
||||
case SELFDATA:
|
||||
case SMACHO:
|
||||
case SMACHOGOT:
|
||||
case STYPE:
|
||||
case SSTRING:
|
||||
case SGOSTRING:
|
||||
case SWINDOWS:
|
||||
if(!s->reachable)
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user