tccpe: support leading underscore for symbols
commita3ebdd0aeb834e3e7a644925ebb363d7b8064a52
authorgrischka <grischka>
Sun, 13 Feb 2011 16:41:05 +0000 (13 17:41 +0100)
committergrischka <grischka>
Sun, 13 Feb 2011 16:44:12 +0000 (13 17:44 +0100)
treec6225188af1e667db5cc599505c3080e59c21847
parent11b2d33523d86f915535c2a09b38f3724c4f01cb
tccpe: support leading underscore for symbols

To make this the default, enable this line in libtcc.c:tcc_new:

    #if defined(TCC_TARGET_PE) && 0
        s->leading_underscore = 1;

and then recompile tcc and also libtcc1.a
libtcc.c
tccpe.c
win32/lib/chkstk.S