Don't relocate "varlow" variable references at runtime.
commit6afc6f8fbbed5da90893da1865e003d911cc89eb
authorKevin O'Connor <kevin@koconnor.net>
Tue, 19 Feb 2013 06:02:50 +0000 (19 01:02 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 20 Feb 2013 02:56:59 +0000 (19 21:56 -0500)
tree62030327e088a9a35e3c7920a42a1fa539159b45
parent89a2f96de451d2dd4ea887b41c5425b051c93f8b
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>
src/pmm.c
src/post.c
src/types.h
src/util.h
tools/checkrom.py
tools/layoutrom.py