summaryrefslogtreecommitdiff
path: root/ChangeLog
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 /ChangeLog
parent87c812c2ad2ed5c0d4edf6da1f2fe26251f38925 (diff)
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 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 05dc7111cf..361f8cf146 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
1998-09-08 Ulrich Drepper <drepper@cygnus.com>
+ * 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.
+
* elf/dl-object.c (_dl_new_object): Store map address in
_dl_loaded if _dl_loaded is NULL.
* elf/rtld.c (dl_main): Don't update _dl_loaded here.