about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-11-29 19:54:16 +0000
committerUlrich Drepper <drepper@redhat.com>2006-11-29 19:54:16 +0000
commitee50871d980c9f61df31eb7fa6264ff65ebb40f9 (patch)
tree7a6ba6d2f8c1ee94c5fa470c5f2dadc12494e097 /sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym
parentb1a758f32b630104e68823604d2e0e9738fe2849 (diff)
downloadglibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.tar.gz
glibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.tar.xz
glibc-ee50871d980c9f61df31eb7fa6264ff65ebb40f9.zip
2006-11-29 Daniel Jacobowitz <dan@codesourcery.com>
	    Jakub Jelinek  <jakub@redhat.com>
	    Jan Kratochvil  <jan.kratochvil@redhat.com>

	* sysdeps/unix/sysv/linux/x86_64/sigaction.c (restore_rt): Add correct
	unwind information.
	* sysdeps/unix/sysv/linux/x86_64/Makefile: Provide symbols for
	'restore_rt' even in the 'signal' directory.
	* sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym: Extend the regs list.
Diffstat (limited to 'sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym')
-rw-r--r--sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym3
1 files changed, 3 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym b/sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym
index b3cfe9aa4c..af3e0e544b 100644
--- a/sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym
+++ b/sysdeps/unix/sysv/linux/x86_64/ucontext_i.sym
@@ -18,6 +18,8 @@ oRSP		mreg (RSP)
 oRBX		mreg (RBX)
 oR8		mreg (R8)
 oR9		mreg (R9)
+oR10		mreg (R10)
+oR11		mreg (R11)
 oR12		mreg (R12)
 oR13		mreg (R13)
 oR14		mreg (R14)
@@ -28,6 +30,7 @@ oRDX		mreg (RDX)
 oRAX		mreg (RAX)
 oRCX		mreg (RCX)
 oRIP		mreg (RIP)
+oEFL		mreg (EFL)
 oFPREGS		mcontext (fpregs)
 oSIGMASK	ucontext (uc_sigmask)
 oFPREGSMEM	ucontext (__fpregs_mem)