outcoff: default output symbols to T_NULL
commitc00c897df738e12f86067c65be857fc29299e2a5
authorH. Peter Anvin <hpa@zytor.com>
Tue, 2 Sep 2008 19:55:35 +0000 (2 12:55 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 2 Sep 2008 19:55:35 +0000 (2 12:55 -0700)
tree5d52812d13616adad2436d1d1649b3a465dcdaa1
parent91fb6f16264ba3b2cde01b0dc35e672e024d4d28
outcoff: default output symbols to T_NULL

We would leave the output symbol type uninitialized.  Explicitly
initialize it to zero (T_NULL, meaning no symbol type information),
since that's what was effectively done.

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