To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75844





------- Additional comments from [EMAIL PROTECTED] Thu May  3 15:08:53 +0000 
2007 -------
@sb: Function reference is OK. The problem only occures data reference case.
If the symbol is not marked for import but actually resolved with a dll, the 
ld linker provides import section and add code rewrite the address at loading.

If the reference is declared as dllimport, compiler does appropriate 
arrangement and no problem will occur.

The gcc for windows emits warning if a function with dllimport is inlined and 
what is even worse, the warning cannot be suppressed. Therefore currently I am 
defining SAL_DLLPUBLIC_IMPORT to null so as not to cause many useless 
warnings. But it cause above problem.


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to