This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
Try the following patch. It fixes up the calling abi problems, and gives a stab at fixing the flag_pic sorts of problems. I do have one question: can I assume that given extern int i; int f(void) { return i; } that "i" *cannot* be resolved from a dllimport? If not, what does VC++ do with the generated code? r~
Attachment:
z
Description: Text document
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |