aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2015-02-23 06:28:18 -0800
committerH.J. Lu <hjl.tools@gmail.com>2015-02-23 06:28:33 -0800
commitd49499c128f38e77f1b424ea4fabea0014dd95c1 (patch)
tree769add206f599429f2dc22b3c7f3e478c878a7c4 /ChangeLog
parent51225803259c69a792a272d067443f3fbc9b79d7 (diff)
downloadglibc-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--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 82299e5..0a05909 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.