commit | ab482e0d6c80e74be9b974b9b2e896ebf9a21e1c | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Wed Jun 11 14:00:21 2014 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Wed Jun 11 16:22:51 2014 -0400 |
tree | 1634b8ac60be2b2a26955fbb569b10f93fc0da22 | |
parent | 38729bc37417310ad9606617b8e56f258e69ad7d [diff] |
build: Get fixed address variables from 32bit compile pass (not 16bit) Update the layoutrom.py build script so that fixed address sections can come from the 32bit compiled C code. Update the C code so that all VAR16FIXED variables instead use the new VARFSEGFIXED which is defined in 32bit mode. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>