diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-09-08 23:27:46 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-09-08 23:27:46 +0000 |
commit | dc27836e6bf406c89f2e567a13a194294e9e3875 (patch) | |
tree | 6a2e8e10f398f8673f211186f2a65b5a8a7e0d20 /ChangeLog | |
parent | 87c812c2ad2ed5c0d4edf6da1f2fe26251f38925 (diff) | |
download | glibc-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 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |