commit | ebd426bf13bf6a1de9e1321853da7ced31ca48f4 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 08 08:51:24 2009 -0400 |
committer | Kevin O'Connor <kevin@koconnor.net> | Thu Oct 08 08:51:24 2009 -0400 |
tree | 84a2317d6ea491d912d50d69ebc93edece87233e | |
parent | b2fd1f3a3bec5dbe883ad1b1fba2adc23babbf78 [diff] |
Really fix linker issue with "debuginfo" variable. The 16bit and 32bit code can't share debuginfo because it points to code and must point to 16bit code in 16bit mode. Introduce two separate variables - one for 32bit mode and one for 16bit mode.