commit | 6afc6f8fbbed5da90893da1865e003d911cc89eb | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Tue Feb 19 01:02:50 2013 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Tue Feb 19 21:56:59 2013 -0500 |
tree | 62030327e088a9a35e3c7920a42a1fa539159b45 | |
parent | 89a2f96de451d2dd4ea887b41c5425b051c93f8b [diff] |
Don't relocate "varlow" variable references at runtime. Since the final location of the "varlow" variables are known at build time, link the final locations into the binary during the build. The 16bit code was already done at link time - update the build so the 32bit code is also done at link time. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>