Hi
Using native tdm-gcc 4.9.2 on 64-bit Windows 7 and compiling tcc with win32/build-tcc.bat.
The generated tcc.exe prints, when generating any .exe
tcc: error: Unknown relocation type: 8
The error is output from x86_64-link.c::gotplt_entry_
type() when type == 8.
Please fix, as I know very little about relocation magics.
Note: I am working on an ARM assembler module, in order to use a Windows hosted cross compiler
for ARM (raspberry pi2+) bare-metal programs, and have some small patches that I'll post in short time.
Thank you and regards.