1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-09-28 17:39:29 +02:00
libunwind-eh_elf/src
Curt Wohlgemuth 7fda769769 ia64 [src/ia64/Ginit.c]: Don't mark the reference to _Uelf64_get_proc_name
as "weak".  Since the elf-support is in the library anyhow, this serves
     no purpose and in fact causes problem because the weak reference alone
     is not enough to pull in the ELF-code from an archive file, causing to
     spurious failures of get_proc_name.
2007-11-14 12:59:10 -07:00
..
dwarf dwarf: fix local & remote table lookup 2004-08-24 08:19:00 +00:00
hppa Bring git v0.98.5 tree in sync with released v0.98.5. 2006-07-25 21:32:28 -06:00
ia64 ia64 [src/ia64/Ginit.c]: Don't mark the reference to _Uelf64_get_proc_name 2007-11-14 12:59:10 -07:00
mi Bring git v0.98.5 tree in sync with released v0.98.5. 2006-07-25 21:32:28 -06:00
ptrace (get_list_addr): Clear ui->ei.image/ui->ei.size after unmapping the 2005-03-31 21:18:27 +00:00
unwind Rename: src/unwind-internal.h -> src/unwind/unwind-internal.h 2004-08-26 10:02:46 +00:00
x86 Add dummy implementation of _UI_longjmp_cont(). 2004-09-09 16:26:15 +00:00
x86_64 Add dummy implementation of _UI_longjmp_cont(). 2004-09-09 16:26:15 +00:00
elf32.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf32.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elf64.c Do nothing of UNW_REMOTE_ONLY is defined. 2003-02-15 03:10:30 +00:00
elf64.h (Logical change 1.45) 2003-02-08 10:10:59 +00:00
elfxx.c Convert from debug() to Debug(). 2004-01-30 00:01:24 +00:00
elfxx.h Drop HIDDEN from declarations, only the definitions need it. 2003-12-21 07:57:42 +00:00
longjmp.c Ignore NULL stack-frames---they can't possibly be the correct target of 2004-10-13 14:14:09 +00:00
Makefile.am (libunwind_la_LIBADD): Append $(LIBCRTS). 2004-11-03 21:50:24 +00:00
Makefile.in Regenerate. 2004-11-16 22:03:04 +00:00
os-hpux.c Convert from debug() to Debug(). 2004-01-30 00:01:24 +00:00
os-linux.c (tdep_get_elf_image): Pass sizeof buffer to maps_next(). 2004-03-31 07:38:06 +00:00
os-linux.h Fix bug in libunwind-ptrace which can cause reading of random data. 2006-07-25 21:35:30 -06:00
setjmp.c (setjmp): Fix cast: unw_word_t should be "void *". 2004-09-09 13:06:01 +00:00
siglongjmp.c Ignore NULL stack-frames---they can't possibly be the correct target of 2004-10-13 14:14:09 +00:00
sigsetjmp.c (sigsetjmp): Use macros from jmpbuf.h instead of hardcoded values. 2004-08-31 13:59:10 +00:00