Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
Browse files Browse the repository at this point in the history
	libgcc not supporting `rflags' unwinding (register # >= 17).
  • Loading branch information
Ulrich Drepper committed Dec 1, 2006
1 parent 5df4fe0 commit 610fa4a
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
2006-12-01 Jan Kratochvil <jan.kratochvil@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/sigaction.c: Fix compatibility with
libgcc not supporting `rflags' unwinding (register # >= 17).

2006-11-30 Jakub Jelinek <jakub@redhat.com>

* sunrpc/svc_run.c (svc_run): Set my_pollfd to new_pollfd if realloc
3 changes: 2 additions & 1 deletion sysdeps/unix/sysv/linux/x86_64/sigaction.c
Original file line number Diff line number Diff line change
@@ -174,7 +174,8 @@ asm \
do_expr (2 /* rcx */, oRCX) \
do_expr (7 /* rsp */, oRSP) \
do_expr (16 /* rip */, oRIP) \
do_expr (49 /* rflags */, oEFL) \
/* libgcc-4.1.1 has only `DWARF_FRAME_REGISTERS == 17'. */ \
/* do_expr (49 |* rflags *|, oEFL) */ \
/* `cs'/`ds'/`fs' are unaligned and a different size. */ \
/* gas: Error: register save offset not a multiple of 8 */ \
" .align 8\n" \

0 comments on commit 610fa4a

Please sign in to comment.