Commit e71d8a2f authored by Gustavo Niemeyer's avatar Gustavo Niemeyer Committed by Russ Cox

6l: add comment to CMOV* relocation

R=rsc
CC=golang-dev
https://golang.org/cl/4042045
parent 62afa225
......@@ -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);
......
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