mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 22:10:13 +00:00
* sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
This commit is contained in:
parent
28a7bbe575
commit
1c5eba39f6
@ -1,3 +1,8 @@
|
||||
2008-09-22 Deborah S. Townsend <dstownse@us.ibm.com>
|
||||
|
||||
* sysdeps/s390/s390-64/s390x-mcount.S: Replace ahi with aghi.
|
||||
* sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
|
||||
|
||||
2008-09-16 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* dlfcn/dlopen.c (dlopen_doit): Allow __RTLD_SPROF flag.
|
||||
|
@ -64,7 +64,7 @@ C_LABEL(_mcount)
|
||||
/* Pop the saved registers. Please note that `mcount' has no
|
||||
return value. */
|
||||
lmg %r14,%r5,160(%r15)
|
||||
ahi %r15,224
|
||||
aghi %r15,224
|
||||
br %r14
|
||||
ASM_SIZE_DIRECTIVE(C_SYMBOL_NAME(_mcount))
|
||||
|
||||
|
@ -61,7 +61,7 @@ ENTRY(__socket)
|
||||
cfi_offset (%r6,-112)
|
||||
lgr %r1,%r15
|
||||
lg %r0,8(%r15) /* Load eos. */
|
||||
ahi %r15,-208 /* Buy stack space. */
|
||||
aghi %r15,-208 /* Buy stack space. */
|
||||
cfi_adjust_cfa_offset (208)
|
||||
stg %r1,0(%r15) /* Store back chain. */
|
||||
stg %r0,8(%r15) /* Store eos. */
|
||||
|
Loading…
Reference in New Issue
Block a user