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/21864] xmalloc.o is compiled with -DMODULE_NAME=libc


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

--- 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, hjl/pr21864/master has been deleted
       was  084dd1b58eefb40e2b98c27b83880df51ac0e761

- Log -----------------------------------------------------------------
084dd1b58eefb40e2b98c27b83880df51ac0e761 Don't compile non-lib modules as lib
modules [BZ #21864]
-----------------------------------------------------------------------

--- Comment #3 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, hjl/pr21864/master has been created
        at  545a42f7bf800128c171202430143dd30b96c2d9 (commit)

- Log -----------------------------------------------------------------
https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=545a42f7bf800128c171202430143dd30b96c2d9

commit 545a42f7bf800128c171202430143dd30b96c2d9
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Sat Jul 29 21:04:09 2017 -0700

    Don't compile non-lib modules as lib modules [BZ #21864]

    Some programs have more than one source files.  These non-lib modules
    should not be compiled with -DMODULE_NAME=libc.  This patch puts these
    non-lib modules in $(others-extras) and adds $(others-extras) to
    all-nonlib.

        [BZ #21864]
        * Makerules (all-nonlib): Add $(others-extras).
        * catgets/Makefile (others-extras): New.
        * elf/Makefile (others-extras): Likewise.
        * nss/Makefile (others-extras): Likewise.

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

-- 
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]