[PATCH] powerpc: Add missing CFI register information [BZ #23614]
Tulio Magno Quites Machado Filho
tuliom@linux.ibm.com
Wed Dec 12 13:23:00 GMT 2018
"Gabriel F. T. Gomes" <gabriel@inconstante.eti.br> writes:
> On Thu, 06 Sep 2018, Tulio Magno Quites Machado Filho wrote:
>
>>diff --git a/sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S b/sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S
>>index c8cb7edf77..fa769add4d 100644
>>--- a/sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S
>>+++ b/sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S
>>@@ -29,6 +29,7 @@ ENTRY (__brk)
>> CALL_MCOUNT 1
>>
>> std r3,-8(r1)
>>+ cfi_offset(r3, -8)
>> DO_CALL(SYS_ify(brk))
>> ld r6,-8(r1)
>> ld r5,.LC__curbrk@toc(r2)
>
>
> As mentioned in https://sourceware.org/bugzilla/show_bug.cgi?id=23614#c1,
> this is not needed.
>
> Looks good to me with this hunk removed and ChangeLog updated.
>
> Reviewed-by: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
Removed and pushed as 1d880d4a9bf7608c2cd33bbe954ce6995f79121a.
Thanks!
--
Tulio Magno
More information about the Libc-alpha
mailing list