Skip to content

Commit

Permalink
* sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_profile): Use the
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Jakub Jelinek committed Nov 7, 2008
1 parent a906955 commit 01bd5e9
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@
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,
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/s390/s390-64/dl-trampoline.S
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 01bd5e9

Please sign in to comment.