Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ulrich Drepper committed Feb 10, 2007
1 parent 2bbb7d5 commit 5ed61e0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 2 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
2007-02-09 Ulrich Drepper <drepper@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/sysdep.h: Remove incorrect comment.

* resolv/res_init.c (res_setoptions): Recognize edns0 option.
* resolv/res_mkquery.c: Define __res_nopt.
* resolv/res_query.c (__libc_res_nquery): If RES_USE_EDNS0 is set
Expand Down
6 changes: 6 additions & 0 deletions nptl/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
2007-02-09 Jakub Jelinek <jakub@redhat.com>

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
(__lll_mutex_timedlock_wait): Use correct pointer when we don't
call into the kernel to delay.

2007-01-18 Ulrich Drepper <drepper@redhat.com>

* tst-initializers1.c: We want to test the initializers as seen
Expand Down
2 changes: 1 addition & 1 deletion nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ __lll_mutex_timedlock_wait:
8: /* NB: %edx == 2 */
xorl %eax, %eax
LOCK
cmpxchgl %edx, (%rdi)
cmpxchgl %edx, (%r12)
jnz 7f

6: addq $16, %rsp
Expand Down
1 change: 0 additions & 1 deletion sysdeps/unix/sysv/linux/x86_64/sysdep.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@
The Linux kernel uses and destroys internally these registers:
return address from
syscall rcx
additionally clobered: r12-r15,rbx,rbp
eflags from syscall r11
Normal function call, including calls to the system call stub
Expand Down

0 comments on commit 5ed61e0

Please sign in to comment.