1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-13 03:58:11 +01:00
libunwind-eh_elf/src
Tommi Rantala 80fc285599 MIPS: fix symbol naming for mips_lock', mips_local_resume', and `mips_local_addr_space_init'
Properly export the symbol names also on MIPS. `make check' was
complaining:

src/.libs/libunwind.a(Linit.o): In function `mips_local_addr_space_init':
src/mips/Ginit.c:183: multiple definition of `mips_local_addr_space_init'
../src/.libs/libunwind-mips.a(Ginit.o):src/mips/Ginit.c:183: first defined here

src/.libs/libunwind.a(Lglobal.o): In function `_ULmips_init':
src/mips/Gglobal.c:42: multiple definition of `mips_lock'
../src/.libs/libunwind-mips.a(Gglobal.o):src/mips/Gglobal.c:42: first defined here

collect2: ld returned 1 exit status
2012-08-21 22:30:46 +03:00
..
arm ARM: fix unwind table search when IP less than first table entry 2012-02-01 07:57:15 -08:00
coredump IA64: use tdep_find_unwind_table() in coredump lib 2012-07-31 16:21:15 +03:00
dwarf Fix --enable-debug-frame build 2012-07-31 16:21:15 +03:00
hppa Fix incorrect calls to memset. 2011-10-02 22:43:28 -07:00
ia64 IA64: `ent' needed conditionally in Gtables.c 2012-07-31 16:21:15 +03:00
mi Performance optimisations for fast trace. 2011-04-17 20:34:38 -07:00
mips MIPS: fix symbol naming for mips_lock', mips_local_resume', and `mips_local_addr_space_init' 2012-08-21 22:30:46 +03:00
ppc During the stack unwinding process, the return address points to 2010-04-24 19:16:09 -07:00
ppc32 Fast back-trace for x86_64 for only collecting the call stack. 2011-03-24 22:33:17 -07:00
ppc64 Fast back-trace for x86_64 for only collecting the call stack. 2011-03-24 22:33:17 -07:00
ptrace Fix compilation on IA64 2012-05-23 20:52:28 -07:00
setjmp Fix some compiler warnings 2012-08-04 12:48:56 -07:00
unwind GCC compatibility on x86 for C++ exception handling 2010-04-12 12:08:43 -07:00
x86 Provide the FreeBSD implementation for _UI_siglongjmp_cont on x86. 2012-02-05 11:47:47 +02:00
x86_64 Revert "x86_64: unbreak test-ptrace" 2012-05-18 15:24:02 -07:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h Silence warning about symbol redefinition. 2010-03-07 17:27:41 +02:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h Silence warning about symbol redefinition. 2010-03-07 17:27:41 +02:00
elfxx.c Search MiniDebugInfo for procedure names 2012-08-10 15:29:07 +02:00
elfxx.h Introduce get_proc_name_in_image() 2012-03-12 20:09:18 -07:00
Makefile.am Use libtool to build libunwind-ptrace 2012-08-18 12:41:21 -07:00
os-freebsd.c freebsd: Workaround for old FreeBSD kernels 2012-05-14 23:07:52 -07:00
os-hpux.c Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY 2011-10-15 23:10:28 -07:00
os-linux.c Have tdep_get_elf_image available in case of UNW_REMOTE_ONLY 2011-10-15 23:10:28 -07:00
os-linux.h Fix some compiler warnings 2011-10-29 17:18:49 -07:00