mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Update.
2003-04-14 Jakub Jelinek <jakub@redhat.com> * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Use DW_CFA_advance_loc2 for .Laddl-.Lsubl. * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Use DW_CFA_advance_loc for .Laddl-.Lsubl. * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Don't use position-independent unwind data for static libraries. Add missing unwind info. Add comments.
This commit is contained in:
parent
11cb564e58
commit
18a8e730da
@ -1,5 +1,16 @@
|
||||
2003-04-14 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: Use
|
||||
DW_CFA_advance_loc2 for .Laddl-.Lsubl.
|
||||
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Use
|
||||
DW_CFA_advance_loc for .Laddl-.Lsubl.
|
||||
|
||||
2003-04-13 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Don't use
|
||||
position-independent unwind data for static libraries.
|
||||
Add missing unwind info. Add comments.
|
||||
|
||||
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Add unwind info.
|
||||
* sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Likewise.
|
||||
* sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Likewise.
|
||||
|
@ -376,7 +376,8 @@ versioned_symbol (libpthread, __pthread_cond_wait, pthread_cond_wait,
|
||||
.byte 0x40+.Lsubl-.Lpush4 # DW_CFA_advance_loc+N
|
||||
.byte 14 # DW_CFA_def_cfa_offset
|
||||
.uleb128 52
|
||||
.byte 0x40+.Laddl-.Lsubl # DW_CFA_advance_loc+N
|
||||
.byte 2 # DW_CFA_advance_loc1
|
||||
.byte .Laddl-.Lsubl
|
||||
.byte 14 # DW_CFA_def_cfa_offset
|
||||
.uleb128 16
|
||||
.byte 0x40+ .Lpop_ebx-.Laddl # DW_CFA_advance_loc+N
|
||||
|
Loading…
Reference in New Issue
Block a user