gfxboot: use a character array for an absolute symbol
authorH. Peter Anvin <hpa@zytor.com>
Sun, 14 Nov 2010 21:12:28 +0000 (13:12 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 14 Nov 2010 21:12:28 +0000 (13:12 -0800)
commit51d2e40990ce9d2360300a81562b1b2f7610d336
treea2ed267442a84ef8cbe1862dafd45f1e225c54e9
parent9cc7b5988734fb4dcdc21f10c71bd58d89e2f41b
gfxboot: use a character array for an absolute symbol

The best way to access an absolute symbol is "extern const char
foo[];" -- older gccs let you get away with "extern void" but gcc 4.5
chokes on it.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
com32/gfxboot/gfxboot.c