Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
core
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
LibreOffice
core
Commits
128deeae
Kaydet (Commit)
128deeae
authored
Şub 25, 2016
tarafından
Stephan Bergmann
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
cxxabi.h is not specific to GCC
Change-Id: Icaf4d4d41a36ae469f826ac08ab641a554dff3c9
üst
baad027b
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
17 additions
and
17 deletions
+17
-17
share.hxx
bridges/source/cpp_uno/gcc3_linux_intel/share.hxx
+4
-4
share.hxx
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
+4
-4
config_cxxabi.h.in
config_host/config_cxxabi.h.in
+5
-5
configure.ac
configure.ac
+4
-4
No files found.
bridges/source/cpp_uno/gcc3_linux_intel/share.hxx
Dosyayı görüntüle @
128deeae
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
#endif
#endif
#include <unwind.h>
#include <unwind.h>
#include "config_
gcc
.h"
#include "config_
cxxabi
.h"
#include <uno/any2.h>
#include <uno/any2.h>
#include "uno/mapping.h"
#include "uno/mapping.h"
...
@@ -80,17 +80,17 @@ struct __cxa_eh_globals
...
@@ -80,17 +80,17 @@ struct __cxa_eh_globals
// __cxa_allocate_exception and __cxa_throw, though they do not have the
// __cxa_allocate_exception and __cxa_throw, though they do not have the
// additional problem of an incompletely declared return type:
// additional problem of an incompletely declared return type:
#if !HAVE_
GCC_
CXXABI_H_CXA_GET_GLOBALS
#if !HAVE_CXXABI_H_CXA_GET_GLOBALS
namespace
__cxxabiv1
{
extern
"C"
void
*
__cxa_get_globals
()
throw
();
}
namespace
__cxxabiv1
{
extern
"C"
void
*
__cxa_get_globals
()
throw
();
}
#endif
#endif
#if !HAVE_
GCC_
CXXABI_H_CXA_ALLOCATE_EXCEPTION
#if !HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION
namespace
__cxxabiv1
{
namespace
__cxxabiv1
{
extern
"C"
void
*
__cxa_allocate_exception
(
std
::
size_t
thrown_size
)
throw
();
extern
"C"
void
*
__cxa_allocate_exception
(
std
::
size_t
thrown_size
)
throw
();
}
}
#endif
#endif
#if !HAVE_
GCC_
CXXABI_H_CXA_THROW
#if !HAVE_CXXABI_H_CXA_THROW
namespace
__cxxabiv1
{
namespace
__cxxabiv1
{
extern
"C"
void
__cxa_throw
(
extern
"C"
void
__cxa_throw
(
void
*
thrown_exception
,
void
*
tinfo
,
void
(
*
dest
)(
void
*
))
void
*
thrown_exception
,
void
*
tinfo
,
void
(
*
dest
)(
void
*
))
...
...
bridges/source/cpp_uno/gcc3_linux_x86-64/share.hxx
Dosyayı görüntüle @
128deeae
...
@@ -29,7 +29,7 @@
...
@@ -29,7 +29,7 @@
#endif
#endif
#include <unwind.h>
#include <unwind.h>
#include "config_
gcc
.h"
#include "config_
cxxabi
.h"
#include "uno/any2.h"
#include "uno/any2.h"
#include "uno/mapping.h"
#include "uno/mapping.h"
...
@@ -104,17 +104,17 @@ struct __cxa_eh_globals
...
@@ -104,17 +104,17 @@ struct __cxa_eh_globals
// __cxa_allocate_exception and __cxa_throw, though they do not have the
// __cxa_allocate_exception and __cxa_throw, though they do not have the
// additional problem of an incompletely declared return type:
// additional problem of an incompletely declared return type:
#if !HAVE_
GCC_
CXXABI_H_CXA_GET_GLOBALS
#if !HAVE_CXXABI_H_CXA_GET_GLOBALS
namespace
__cxxabiv1
{
extern
"C"
void
*
__cxa_get_globals
()
throw
();
}
namespace
__cxxabiv1
{
extern
"C"
void
*
__cxa_get_globals
()
throw
();
}
#endif
#endif
#if !HAVE_
GCC_
CXXABI_H_CXA_ALLOCATE_EXCEPTION
#if !HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION
namespace
__cxxabiv1
{
namespace
__cxxabiv1
{
extern
"C"
void
*
__cxa_allocate_exception
(
std
::
size_t
thrown_size
)
throw
();
extern
"C"
void
*
__cxa_allocate_exception
(
std
::
size_t
thrown_size
)
throw
();
}
}
#endif
#endif
#if !HAVE_
GCC_
CXXABI_H_CXA_THROW
#if !HAVE_CXXABI_H_CXA_THROW
namespace
__cxxabiv1
{
namespace
__cxxabiv1
{
extern
"C"
void
__cxa_throw
(
extern
"C"
void
__cxa_throw
(
void
*
thrown_exception
,
void
*
tinfo
,
void
(
*
dest
)(
void
*
))
void
*
thrown_exception
,
void
*
tinfo
,
void
(
*
dest
)(
void
*
))
...
...
config_host/config_
gcc
.h.in
→
config_host/config_
cxxabi
.h.in
Dosyayı görüntüle @
128deeae
...
@@ -7,12 +7,12 @@
...
@@ -7,12 +7,12 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
*/
#ifndef CONFIG_
GCC
_H
#ifndef CONFIG_
CXXABI
_H
#define CONFIG_
GCC
_H
#define CONFIG_
CXXABI
_H
#define HAVE_
GCC_
CXXABI_H_CXA_ALLOCATE_EXCEPTION 0
#define HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION 0
#define HAVE_
GCC_
CXXABI_H_CXA_GET_GLOBALS 0
#define HAVE_CXXABI_H_CXA_GET_GLOBALS 0
#define HAVE_
GCC_
CXXABI_H_CXA_THROW 0
#define HAVE_CXXABI_H_CXA_THROW 0
#endif
#endif
...
...
configure.ac
Dosyayı görüntüle @
128deeae
...
@@ -6047,7 +6047,7 @@ if test "$GCC" = "yes"; then
...
@@ -6047,7 +6047,7 @@ if test "$GCC" = "yes"; then
#include <cxxabi.h>
#include <cxxabi.h>
void * f() { return __cxxabiv1::__cxa_allocate_exception(0); }
void * f() { return __cxxabiv1::__cxa_allocate_exception(0); }
])], [
])], [
AC_DEFINE([HAVE_
GCC_
CXXABI_H_CXA_ALLOCATE_EXCEPTION],[1])
AC_DEFINE([HAVE_CXXABI_H_CXA_ALLOCATE_EXCEPTION],[1])
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
], [AC_MSG_RESULT([no])])
], [AC_MSG_RESULT([no])])
AC_LANG_POP([C++])
AC_LANG_POP([C++])
...
@@ -6058,7 +6058,7 @@ if test "$GCC" = "yes"; then
...
@@ -6058,7 +6058,7 @@ if test "$GCC" = "yes"; then
#include <cxxabi.h>
#include <cxxabi.h>
void * f() { return __cxxabiv1::__cxa_get_globals(); }
void * f() { return __cxxabiv1::__cxa_get_globals(); }
])], [
])], [
AC_DEFINE([HAVE_
GCC_
CXXABI_H_CXA_GET_GLOBALS],[1])
AC_DEFINE([HAVE_CXXABI_H_CXA_GET_GLOBALS],[1])
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
], [AC_MSG_RESULT([no])])
], [AC_MSG_RESULT([no])])
AC_LANG_POP([C++])
AC_LANG_POP([C++])
...
@@ -6069,7 +6069,7 @@ if test "$GCC" = "yes"; then
...
@@ -6069,7 +6069,7 @@ if test "$GCC" = "yes"; then
#include <cxxabi.h>
#include <cxxabi.h>
void f() { __cxxabiv1::__cxa_throw(0, 0, 0); }
void f() { __cxxabiv1::__cxa_throw(0, 0, 0); }
])], [
])], [
AC_DEFINE([HAVE_
GCC_
CXXABI_H_CXA_THROW],[1])
AC_DEFINE([HAVE_CXXABI_H_CXA_THROW],[1])
AC_MSG_RESULT([yes])
AC_MSG_RESULT([yes])
], [AC_MSG_RESULT([no])])
], [AC_MSG_RESULT([no])])
AC_LANG_POP([C++])
AC_LANG_POP([C++])
...
@@ -12855,10 +12855,10 @@ AC_CONFIG_HEADERS([config_host/config_eot.h])
...
@@ -12855,10 +12855,10 @@ AC_CONFIG_HEADERS([config_host/config_eot.h])
AC_CONFIG_HEADERS([config_host/config_extension_update.h])
AC_CONFIG_HEADERS([config_host/config_extension_update.h])
AC_CONFIG_HEADERS([config_host/config_cairo_canvas.h])
AC_CONFIG_HEADERS([config_host/config_cairo_canvas.h])
AC_CONFIG_HEADERS([config_host/config_cups.h])
AC_CONFIG_HEADERS([config_host/config_cups.h])
AC_CONFIG_HEADERS([config_host/config_cxxabi.h])
AC_CONFIG_HEADERS([config_host/config_dbus.h])
AC_CONFIG_HEADERS([config_host/config_dbus.h])
AC_CONFIG_HEADERS([config_host/config_features.h])
AC_CONFIG_HEADERS([config_host/config_features.h])
AC_CONFIG_HEADERS([config_host/config_folders.h])
AC_CONFIG_HEADERS([config_host/config_folders.h])
AC_CONFIG_HEADERS([config_host/config_gcc.h])
AC_CONFIG_HEADERS([config_host/config_gio.h])
AC_CONFIG_HEADERS([config_host/config_gio.h])
AC_CONFIG_HEADERS([config_host/config_global.h])
AC_CONFIG_HEADERS([config_host/config_global.h])
AC_CONFIG_HEADERS([config_host/config_graphite.h])
AC_CONFIG_HEADERS([config_host/config_graphite.h])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment