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


User cmc changed the following:

                What    |Old value                 |New value
================================================================================
                      CC|'kendy,pmladek,rene'      |'kendy,pmladek,rene,sb'
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Sun Feb 17 11:39:08 +0000 
2008 -------
cmc->sb: As a new port this doesn't actually affect anything existing except for
a few small places. Do you see any problems with the following parts of the
patch ? ...

a) vtablefactory.cxx For every other platform a vtable slot is just a void*, for
ia64 it is a void* *and* a gp value. Its most convenient to just have a single
ifdef IA64 in the shared vtablefactory.cxx code to handle this oddity.

b) ifdef for IA64 and ARM in typesconfig.c because these platforms (sometimes in
the case of ARM) can allow some types of alignments, but really really don't
like to do it, so the alignment values auto-detected aren't ideal.

c) and add some tests to cppu/test for returning various sized structs which are
handled in registers on some archs, like the small struct on x86_64 and up to
the middle struct on ia64

---------------------------------------------------------------------
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