This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/23614] powerpc: missing CFI register information in __mpn_* functions


https://sourceware.org/bugzilla/show_bug.cgi?id=23614

--- Comment #5 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, release/2.28/master has been updated
       via  852620258deea8afda5674f397113fa87ce1007c (commit)
      from  ea16a6938d7ca5f4c2b67c11251c70b30796602a (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=852620258deea8afda5674f397113fa87ce1007c

commit 852620258deea8afda5674f397113fa87ce1007c
Author: Tulio Magno Quites Machado Filho <tuliom@linux.ibm.com>
Date:   Thu Dec 13 09:42:22 2018 +0100

    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)

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                            |    8 ++++++++
 NEWS                                 |    1 +
 sysdeps/powerpc/powerpc64/addmul_1.S |   31 +++++++++++++++++++++----------
 sysdeps/powerpc/powerpc64/lshift.S   |   12 ++++++++----
 sysdeps/powerpc/powerpc64/mul_1.S    |   13 +++++++++----
 5 files changed, 47 insertions(+), 18 deletions(-)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]