core/kaboom.c: Export __bad_SEG()
authorMatt Fleming <matt.fleming@intel.com>
Tue, 8 Jan 2013 15:37:38 +0000 (15:37 +0000)
committerMatt Fleming <matt.fleming@intel.com>
Tue, 8 Jan 2013 15:40:31 +0000 (15:40 +0000)
commit90b5864fc7935362b797ea33307aaa7c37a52753
tree96db590822632f397f8b18f2e6cbfdfbfa651e50
parentd6afce7e1e16524b2dd4382e67e7b4374ae62338
core/kaboom.c: Export __bad_SEG()

We need to add __bad_SEG() to the symbol export whitelist, otherwise
ldlinux.c32 will fail to load if compiled with -DDEBUG=1 due to not
being able to resolve __bad_SEG().

Cc: H. Peter Anvin <hpa@zytor.com>
Signed-off-by: Matt Fleming <matt.fleming@intel.com>
core/kaboom.c