To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=65052
------- Additional comments from [EMAIL PROTECTED] Thu May 4 05:21:51 -0700 2006 ------- Looks OK for me after a quick look into http://www.x86-64.org/documentation/abi.pdf; and also I get a similar diff when I compile something like: int f( int a, int b, int c ) { return b; } using 'gcc -S blah.c -o blah.s', and 'gcc -S blah.c -fpic -o blah-fpic.s' I created call.s similar way (fake function compiled to assembler & hand edited), but did not specify the -fpic - sorry :-( Go ahead and commit, please... --------------------------------------------------------------------- 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]
