aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-09-08 23:27:46 +0000
committerUlrich Drepper <drepper@redhat.com>1998-09-08 23:27:46 +0000
commitdc27836e6bf406c89f2e567a13a194294e9e3875 (patch)
tree6a2e8e10f398f8673f211186f2a65b5a8a7e0d20 /sysdeps/unix
parent87c812c2ad2ed5c0d4edf6da1f2fe26251f38925 (diff)
downloadglibc-dc27836e6bf406c89f2e567a13a194294e9e3875.zip
glibc-dc27836e6bf406c89f2e567a13a194294e9e3875.tar.gz
glibc-dc27836e6bf406c89f2e567a13a194294e9e3875.tar.bz2
Update.
* csu/initfini.c: Don't define __gmon_start__ if WEAK_GMON_START is defined. * sysdeps/unix/sysv/linux/i386/Makefile [subdir==csu]: Add -DWEAK_GMON_START to CFLAGS-initfini.s.
Diffstat (limited to 'sysdeps/unix')
-rw-r--r--sysdeps/unix/sysv/linux/i386/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/Makefile b/sysdeps/unix/sysv/linux/i386/Makefile
index 73321ec..7943bb6 100644
--- a/sysdeps/unix/sysv/linux/i386/Makefile
+++ b/sysdeps/unix/sysv/linux/i386/Makefile
@@ -7,3 +7,7 @@ ifeq ($(subdir),elf)
sysdep-others += lddlibc4
install-bin += lddlibc4
endif
+
+ifeq ($(subdir),csu)
+CFLAGS-initfini.s += -DWEAK_GMON_START
+endif