| 51a1e52e | 10-Dec-2013 |
Herbert Dürr <hdu@apache.org> |
#i122195# provide proper type_info for UNO exceptions on OSX 64bit
on OSX 64bit the class_type_info classes are specified in http://refspecs.linuxbase.org/cxxabi-1.86.html#rtti but these details are
#i122195# provide proper type_info for UNO exceptions on OSX 64bit
on OSX 64bit the class_type_info classes are specified in http://refspecs.linuxbase.org/cxxabi-1.86.html#rtti but these details are not generally available in a public header of most development environments. So we define them locally.
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1549940 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| d6bfa59d | 30-Apr-2013 |
Herbert Dürr <hdu@apache.org> |
#i122195# fix OSX64 UNO bridge's privateSnippetExecutor() for high optimization levels
the inline assembler clobbers r10 too
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1477590 1
#i122195# fix OSX64 UNO bridge's privateSnippetExecutor() for high optimization levels
the inline assembler clobbers r10 too
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1477590 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
| 1466499a | 29-Apr-2013 |
Herbert Dürr <hdu@apache.org> |
#i121715# let the C++ compiler do the C++ exception handling
the manually created exception handling tables are not supported for MACH-objects used on MacOSX. Rather than porting them manually or ha
#i121715# let the C++ compiler do the C++ exception handling
the manually created exception handling tables are not supported for MACH-objects used on MacOSX. Rather than porting them manually or half-manually e.g. using LLVM-intrinsics the compiler is happy to do the work for us for C++ methods even if they only contain inline assembler (wrapped by the compiler generated frame setup code, of course).
git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1476937 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|