Really fix linker issue with "debuginfo" variable.
authorKevin O'Connor <kevin@koconnor.net>
Thu, 8 Oct 2009 12:51:24 +0000 (08:51 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 8 Oct 2009 12:51:24 +0000 (08:51 -0400)
commitebd426bf13bf6a1de9e1321853da7ced31ca48f4
tree84a2317d6ea491d912d50d69ebc93edece87233e
parentb2fd1f3a3bec5dbe883ad1b1fba2adc23babbf78
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.
src/output.c