[Bug libc/23614] powerpc: missing CFI register information
cvs-commit at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Wed Dec 12 13:10:00 GMT 2018
https://sourceware.org/bugzilla/show_bug.cgi?id=23614
--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".
The branch, master has been updated
via 1d880d4a9bf7608c2cd33bbe954ce6995f79121a (commit)
from 1a502f5260f1513b9ba38b68d8087e48bc0ede0c (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=1d880d4a9bf7608c2cd33bbe954ce6995f79121a
commit 1d880d4a9bf7608c2cd33bbe954ce6995f79121a
Author: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Date: Wed Dec 12 10:41:52 2018 -0200
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>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 8 ++++++++
sysdeps/powerpc/powerpc64/addmul_1.S | 31 +++++++++++++++++++++----------
sysdeps/powerpc/powerpc64/lshift.S | 12 ++++++++----
sysdeps/powerpc/powerpc64/mul_1.S | 13 +++++++++----
4 files changed, 46 insertions(+), 18 deletions(-)
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list