This is an automated email from the ASF dual-hosted git repository.

truckman pushed a change to branch AOO42X
in repository https://gitbox.apache.org/repos/asf/openoffice.git


    from 4fc7055894 Port main/basctl component_getFactory() to the component 
context API.
     new 68bb65e2d4 Update Library_cpp_uno.mk
     new ef5264004c Add files via upload
     new 99dfeff67a Add files via upload
     new 1b68daa728 Update makefile.mk
     new 4a89fccd13 Update call.s
     new 22f9e5c0c0 Make robust against __cxa_exception ABI changes
     new 3a153990b6 Tweak our declaration for __cxa_allocate_exception()

The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 main/bridges/Library_cpp_uno.mk                    |   4 +
 .../source/cpp_uno/gcc3_freebsd_arm/share.hxx      |   2 +-
 .../source/cpp_uno/gcc3_freebsd_intel/except.cxx   |   6 +
 .../source/cpp_uno/gcc3_freebsd_intel/share.hxx    |   2 +-
 .../source/cpp_uno/gcc3_freebsd_intel/uno2cpp.cxx  |  30 +-
 .../source/cpp_uno/gcc3_freebsd_powerpc/share.hxx  |   2 +-
 .../source/cpp_uno/gcc3_freebsd_powerpc64/call.s   | 500 +++++++++++++++++++++
 .../cpp_uno/gcc3_freebsd_powerpc64/cpp2uno.cxx     | 141 +++---
 .../cpp_uno/gcc3_freebsd_powerpc64/makefile.mk     |   7 +-
 .../cpp_uno/gcc3_freebsd_powerpc64/share.hxx       |  62 ++-
 .../cpp_uno/gcc3_freebsd_powerpc64/uno2cpp.cxx     | 247 +++++++---
 .../source/cpp_uno/gcc3_freebsd_x86-64/share.hxx   |   2 +-
 .../source/cpp_uno/gcc3_freebsd_x86-64/uno2cpp.cxx |  17 +-
 main/solenv/inc/{unxfbsdppc64.mk => unxfbsdp.mk}   |   0
 main/testtools/source/bridgetest/makefile.mk       |   2 +-
 15 files changed, 890 insertions(+), 134 deletions(-)
 create mode 100644 main/bridges/source/cpp_uno/gcc3_freebsd_powerpc64/call.s
 copy main/solenv/inc/{unxfbsdppc64.mk => unxfbsdp.mk} (100%)

Reply via email to