Fix Fixes for PE x86_64 for fail in code
commit9e11476e1534152c7ec994afd4e23553c44722cc
authorMichael Matz <matz@suse.de>
Sat, 11 Jan 2014 22:42:58 +0000 (11 23:42 +0100)
committerMichael Matz <matz@suse.de>
Sat, 11 Jan 2014 22:42:58 +0000 (11 23:42 +0100)
tree5c1cd7fec4b36281e2db3e0ff683cd879e9c0af4
parent80b36ab628ecb04d94e2593a61adf321e1325cd4
Fix Fixes for PE x86_64 for fail in code

Applying 64bit relocs assumes that the CVal is initialized to zero
for the whole 64bit.  Consolidate this a bit, at the same time
zeroing the .ull member more consistently when needed.  Fixes segfault
on x86_64-linux using global vars in tcctest.c.
tccgen.c