[PATCH] aarch64: fix stack missing after sp is updated
Shuo Wang
wangshuo47@huawei.com
Tue Jan 5 10:39:35 GMT 2021
Dear Szabolcs,
The Signed-off-by in commit cd6274089f has not been removed before being merged,
I was wondering if I am supposed to re-submit itï¼
Best regards,
Shuo
>please add 'aarch64: ' prefix to the subject.
>
>i think it's enough to have the before the fix gdb
>session in the commit message.
>
>with those changes this is ok to commit.
>(if you don't have commit rights then send
>an updated patch and i'll commit it for you)
>
>> ---
>> sysdeps/aarch64/dl-tlsdesc.S | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/sysdeps/aarch64/dl-tlsdesc.S b/sysdeps/aarch64/dl-tlsdesc.S
>> index 0046d29f9b..425e45a50f 100644
>> --- a/sysdeps/aarch64/dl-tlsdesc.S
>> +++ b/sysdeps/aarch64/dl-tlsdesc.S
>> @@ -150,8 +150,8 @@ _dl_tlsdesc_dynamic:
>> /* Save just enough registers to support fast path, if we fall
>> into slow path we will save additional registers. */
>> stp x1, x2, [sp, #-32]!
>> - stp x3, x4, [sp, #16]
>> cfi_adjust_cfa_offset (32)
>> + stp x3, x4, [sp, #16]
>> cfi_rel_offset (x1, 0)
>> cfi_rel_offset (x2, 8)
>> cfi_rel_offset (x3, 16)
>> --
>> 2.23.0
>>
More information about the Libc-alpha
mailing list