Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 28 Aug 2000 08:39:15 +0000 (08:39 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 28 Aug 2000 08:39:15 +0000 (08:39 +0000)
* sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
(CFLAGS-initfini.s): Add -DWEAK_GMON_START.

ChangeLog
sysdeps/unix/sysv/linux/powerpc/Makefile

index 7b4c594..7532a57 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2000-08-28  Ulrich Drepper  <drepper@redhat.com>
 
+       * sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
+       (CFLAGS-initfini.s): Add -DWEAK_GMON_START.
+
        * elf/Versions [ld] (GLIBC_2.2): Export _dl_debug_files.
        * elf/dl-close.c (_dl_close): Print debug message if object is not
        unloaded.
index 931611f..9cefb8f 100644 (file)
@@ -3,6 +3,10 @@ sysdep_routines += rt_sigsuspend rt_sigprocmask rt_sigtimedwait        \
                   rt_sigqueueinfo rt_sigaction rt_sigpending
 endif
 
+ifeq ($(subdir),csu)
+CFLAGS-initfini.s += -DWEAK_GMON_START
+endif
+
 ifeq ($(subdir),resource)
 sysdep_routines += oldgetrlimit64
 endif