This is the mail archive of the
gdb-cvs@sourceware.org
mailing list for the GDB project.
src/gdb/gdbserver ChangeLog linux-x86-low.c
- From: hjl at sourceware dot org
- To: gdb-cvs at sourceware dot org
- Date: 12 Apr 2012 21:06:12 -0000
- Subject: src/gdb/gdbserver ChangeLog linux-x86-low.c
CVSROOT: /cvs/src
Module name: src
Changes by: hjl@sourceware.org 2012-04-12 21:06:12
Modified files:
gdb/gdbserver : ChangeLog linux-x86-low.c
Log message:
Convert siginfo for x32 in gdbserver
* linux-x86-low.c (compat_x32_clock_t): New.
(compat_x32_siginfo_t): Likewise.
(compat_x32_siginfo_from_siginfo): Likewise.
(siginfo_from_compat_x32_siginfo): Likewise.
(linux_is_elf64): Likewise.
(x86_siginfo_fixup): Call compat_x32_siginfo_from_siginfo
and siginfo_from_compat_x32_siginfo for x32.
(x86_arch_setup): Set linux_is_elf64.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/ChangeLog.diff?cvsroot=src&r1=1.590&r2=1.591
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/gdbserver/linux-x86-low.c.diff?cvsroot=src&r1=1.40&r2=1.41