1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-16 10:25:18 +02:00
libunwind-eh_elf/src
Arun Sharma 11ea1275bd [dwarf] The sword() function in Gexpr.c doesn't do what's intended.
Yes, it casts to signed, but then converts right back to
unsigned via the return type.  Fixed thus.

Signed-off-by: Richard Henderson <rth@redhat.com>
Signed-off-by: Arun Sharma <arun.sharma@google.com>
2006-07-26 22:12:10 -06:00
..
dwarf [dwarf] The sword() function in Gexpr.c doesn't do what's intended. 2006-07-26 22:12:10 -06:00
hppa Revert "Initial revision" 2006-07-26 14:53:49 -06:00
ia64 Remove three Emacs backup-files which accidentially got checked into git. 2006-07-26 14:54:50 -06:00
mi Fix forgotten copyright year update. 2006-07-26 15:48:48 -06:00
ptrace (_UPT_find_proc_info): Fix potential crash due to uninitialized pointer. 2006-07-26 15:43:23 -06:00
setjmp Fix missed merge on setjmp_i.h and siglongjmp.c. 2006-07-26 15:21:52 -06:00
unwind Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
x86 [x86] (common_init): Fix spurious errors caused by uninitialized members. 2006-07-26 22:09:10 -06:00
x86_64 [x86-64] (unw_step): Further refine handling of functions without unwind-info. 2006-07-26 22:06:48 -06: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 Don't include <string.h>, <unistd.h>, <sys/types.h>. 2005-05-20 09:48:08 +00:00
elfxx.h Include "libunwind_i.h" instead of "internal.h". 2005-05-20 09:48:08 +00:00
Makefile.am Include from tdep-$(arch) directory after the normal incliude directory. 2005-05-20 09:48:08 +00:00
Makefile.in Regenerate. 2005-05-20 09:48:08 +00:00
os-hpux.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +00:00
os-linux.c Include "libunwind_i.h" instead of "tdep.h" and "internal.h". 2005-05-20 09:48:08 +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