https://sourceware.org/bugzilla/show_bug.cgi?id=30144
--- Comment #3 from Pali Rohár <pali at kernel dot org> --- > Looking into this, it is actually quite hard to predict the mangling of the > entry symbol name. Nick, cannot be 32-bit x86 PE ld easily extended in this way? When --entry=XYZ is specified at command line then ld first try to find symbol "XYZ" and if it does not exist then it tries to find symbol "_XYZ@8". Mangling is target specific, so it should be easily predictable. -- You are receiving this mail because: You are on the CC list for the bug.