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/17836] -pg -pie doesn't work on x86-64


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

--- Comment #8 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  d49499c128f38e77f1b424ea4fabea0014dd95c1 (commit)
      from  51225803259c69a792a272d067443f3fbc9b79d7 (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=d49499c128f38e77f1b424ea4fabea0014dd95c1

commit d49499c128f38e77f1b424ea4fabea0014dd95c1
Author: H.J. Lu <hjl.tools@gmail.com>
Date:   Mon Feb 23 06:28:18 2015 -0800

    Compile gcrt1.o with -fPIC

    We compile gcrt1.o with -fPIC to support both "gcc -pg" and "gcc -pie -pg".

        [BZ #17836]
        * csu/Makefile (extra-objs): Add gmon-start.o if not builing
        shared library.  Add gmon-start.os otherwise.
        ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
        $(objpfx)gmon-start.os if builing shared library.
        ($(objpfx)g$(static-start-installed-name)): Likewise.

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

Summary of changes:
 ChangeLog    |    9 +++++++++
 NEWS         |    4 ++--
 csu/Makefile |   13 +++++++++++--
 3 files changed, 22 insertions(+), 4 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]