mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
correct instruction to remove the stack frame. 2008-11-03 Martin Schwidefsky <schwidefsky@de.ibm.com> * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the correct instruction to remove the stack frame.
This commit is contained in:
parent
a90695507e
commit
01bd5e96f7
@ -1,3 +1,8 @@
|
||||
2008-11-03 Martin Schwidefsky <schwidefsky@de.ibm.com>
|
||||
|
||||
* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
|
||||
correct instruction to remove the stack frame.
|
||||
|
||||
2008-11-03 Michael Matz <matz@suse.de>
|
||||
|
||||
* sysdeps/s390/bits/atomic.h (__arch_compare_and_exchange_val_32_acq,
|
||||
|
@ -91,7 +91,7 @@ _dl_runtime_profile:
|
||||
ld %f4,120(%r12)
|
||||
ld %f6,128(%r12)
|
||||
basr %r14,%r1 # call resolved function
|
||||
0: lr %r15,%r12 # remove stack frame
|
||||
0: lgr %r15,%r12 # remove stack frame
|
||||
cfi_def_cfa_register (15)
|
||||
lg %r14,32(%r15) # restore registers
|
||||
lg %r12,24(%r15)
|
||||
|
Loading…
Reference in New Issue
Block a user