diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2015-02-23 06:28:18 -0800 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2015-02-23 06:28:33 -0800 |
commit | d49499c128f38e77f1b424ea4fabea0014dd95c1 (patch) | |
tree | 769add206f599429f2dc22b3c7f3e478c878a7c4 /ChangeLog | |
parent | 51225803259c69a792a272d067443f3fbc9b79d7 (diff) | |
download | glibc-d49499c128f38e77f1b424ea4fabea0014dd95c1.zip glibc-d49499c128f38e77f1b424ea4fabea0014dd95c1.tar.gz glibc-d49499c128f38e77f1b424ea4fabea0014dd95c1.tar.bz2 |
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2015-02-23 H.J. Lu <hongjiu.lu@intel.com> + + [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. + 2015-02-23 Andreas Schwab <schwab@suse.de> * elf/Makefile (CFLAGS-tst-audit2.c): Define. |