mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
Update.
* debug/Makefile: Fix rules to generate pcprofiledump.
This commit is contained in:
parent
43c1dd0fb7
commit
08920a506b
@ -1,5 +1,7 @@
|
||||
1999-10-12 Ulrich Drepper <drepper@cygnus.com>
|
||||
|
||||
* debug/Makefile: Fix rules to generate pcprofiledump.
|
||||
|
||||
* include/ucontext.h: New file.
|
||||
|
||||
* locale/setlocale.c: Fix gcc warning about uninitialized variable.
|
||||
|
@ -39,6 +39,7 @@ libSegFault-inhibit-o = $(filter-out .os,$(object-suffixes))
|
||||
libpcprofile-routines = pcprofile
|
||||
libpcprofile-inhibit-o = $(filter-out .os,$(object-suffixes))
|
||||
|
||||
others = pcprofiledump
|
||||
install-bin = pcprofiledump xtrace
|
||||
|
||||
include ../Makeconfig
|
||||
@ -60,7 +61,6 @@ $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
|
||||
mv -f $@.new $@
|
||||
|
||||
$(objpfx)pcprofiledump: $(objpfx)pcprofiledump.o
|
||||
$(LINK.o) -o $@ $^
|
||||
|
||||
$(objpfx)xtrace: xtrace.sh
|
||||
rm -f $@.new
|
||||
|
Loading…
Reference in New Issue
Block a user