mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-27 03:41:23 +08:00
Update.
* sysdeps/unix/sysv/linux/powerpc/Makefile [$(subdir)==csu] (CFLAGS-initfini.s): Add -DWEAK_GMON_START.
This commit is contained in:
parent
b35e21f43f
commit
67c28b1228
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user