Usermode/libc++ - Implement map::insert and map::erase
[tpg/acess2.git] / Usermode / Libraries / ld-acess.so_src / export.c
index 1cec11e..e40dd8e 100644 (file)
@@ -10,7 +10,8 @@ extern int32_t        __divsi3(int32_t Num, int32_t Den);
 extern int32_t __modsi3(int32_t Num, int32_t Den);
 extern uint32_t        __udivsi3(uint32_t Num, uint32_t Den);
 extern uint32_t        __umodsi3(uint32_t Num, uint32_t Den);
-
+extern void    ldacess_DumpLoadedLibraries(void);
+extern void    _ZN4_sys5debugEPKcz(const char *,...);  // C++ "_sys::debug" used by STL debug
 
 #define _STR(x)        #x
 #define STR(x) _STR(x)
@@ -31,10 +32,18 @@ const struct {
 }      caLocalExports[] = {
        EXP(gLoadedLibraries),
        EXP(_errno),
+       EXP(ldacess_DumpLoadedLibraries),
        
        #define __ASSEMBLER__
        #include "arch/syscalls.s.h"
        #undef __ASSEMBLER__
+       
+       #ifdef ARCHDIR_is_armv7
+       {0, "__gnu_Unwind_Find_exidx"},
+       {0, "__cxa_call_unexpected"},
+       {0, "__cxa_type_match"},
+       {0, "__cxa_begin_cleanup"},
+       #endif
 #if 0
        EXP(__umoddi3),
        EXP(__udivdi3),

UCC git Repository :: git.ucc.asn.au