Comment 4 for bug 1697255

Revision history for this message
Thomas Preud'homme (thomas-preudhomme) wrote :

Hi Necwerk,

I'm not sure the symbol being absolute is the problem here. From the dump you provided we can see that the symbol is not considered a function (no F flag) and has a size of 0 bytes (the 0 you mentionned). You need to indicate that this is a function (maybe by declaring the prototype of that function).

Please let me know whether this work.