* sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu]
	(CFLAGS-initfini.s): Add -DWEAK_GMON_START.
This commit is contained in:
Ulrich Drepper 2000-08-28 08:39:15 +00:00
parent b35e21f43f
commit 67c28b1228
2 changed files with 7 additions and 0 deletions

View File

@ -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.

View 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