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/14132] Get rid of INTDEF/INTUSE and *_internal aliases


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

--- Comment #6 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  15f9c5dfaf999cfc53080b6ab2422935a6becf8e (commit)
      from  c6dfed243e0310bc3294c0fdf1816fceab024e9b (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=15f9c5dfaf999cfc53080b6ab2422935a6becf8e

commit 15f9c5dfaf999cfc53080b6ab2422935a6becf8e
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Oct 23 21:43:41 2014 +0000

    Don't use INTDEF for powerpc32 compat symbols (bug 14132).

    Continuing the removal of the obsolete INTDEF / INTUSE mechanism, this
    patch removes the use of INTUSE to rename symbols in
    sysdeps/powerpc/powerpc32/libgcc-compat.S.  As the names in question
    are purely internal to this particular object and not used anywhere
    else, it doesn't matter at all whether __*_v_glibc20 or __*_internal
    is used, so this patch just removes the macros in question.

    Tested for powerpc32 that stripped installed shared libraries are
    unchanged by this patch.

        [BZ #14132]
        * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
        Remove macro definition.
        (__ashrdi3_v_glibc20): Likewise.
        (__lshrdi3_v_glibc20): Likewise.
        (__cmpdi2_v_glibc20): Likewise.
        (__ucmpdi2_v_glibc20): Likewise.
        [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
        [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
        [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
        [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
        [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
        [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.

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

Summary of changes:
 ChangeLog                                 |   16 ++++++++++++++++
 sysdeps/powerpc/powerpc32/libgcc-compat.S |   14 --------------
 2 files changed, 16 insertions(+), 14 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]