]> git.ipfire.org Git - thirdparty/glibc.git/commit
powerpc: Add missing CFI register information (bug #23614)
authorTulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Thu, 13 Dec 2018 08:32:29 +0000 (09:32 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Thu, 13 Dec 2018 08:32:29 +0000 (09:32 +0100)
commit2794474c655a0f895862a6de9fb79a2fd2cdde28
treed454b48aa82ea42436c4a9f35de4d9a321358e29
parentd8ca7a0c7123031bcbf987b9d34dae5eb02a0857
powerpc: Add missing CFI register information (bug #23614)

Add CFI information about the offset of registers stored in the stack
frame.

[BZ #23614]
* sysdeps/powerpc/powerpc64/addmul_1.S (FUNC): Add CFI offset for
registers saved in the stack frame.
* sysdeps/powerpc/powerpc64/lshift.S (__mpn_lshift): Likewise.
* sysdeps/powerpc/powerpc64/mul_1.S (__mpn_mul_1): Likewise.

Signed-off-by: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Reviewed-by: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
(cherry picked from commit 1d880d4a9bf7608c2cd33bbe954ce6995f79121a)
ChangeLog
NEWS
sysdeps/powerpc/powerpc64/addmul_1.S
sysdeps/powerpc/powerpc64/lshift.S
sysdeps/powerpc/powerpc64/mul_1.S