Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
liblink: don't grow symbols in the middle of the instruction stream
Basically revert d72d223. d72d223 was wrong. The size of a symbol is correctly calculated before generating the machine code image. The fault described in d72d223 was due to the problem fixed in b6e15ed. Fixes golang#33
- Loading branch information