mirror of https://github.com/golang/go.git
6l: add comment to CMOV* relocation
R=rsc CC=golang-dev https://golang.org/cl/4042045
This commit is contained in:
parent
62afa225af
commit
e71d8a2fe4
|
|
@ -213,7 +213,8 @@ adddynrel(Sym *s, Reloc *r)
|
|||
r->add += 4;
|
||||
return;
|
||||
}
|
||||
// unknown instruction (CMOV* maybe), use GOT
|
||||
// fall back to using GOT and hope for the best (CMOV*)
|
||||
// TODO: just needs relocation, no need to put in .dynsym
|
||||
targ->dynimpname = targ->name;
|
||||
}
|
||||
addgotsym(targ);
|
||||
|
|
|
|||
Loading…
Reference in New Issue