summaryrefslogtreecommitdiff
path: root/debug/Makefile
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-08-08 22:20:38 +0000
committerUlrich Drepper <drepper@redhat.com>1999-08-08 22:20:38 +0000
commit87843f15168b086d3f6d255ebfe311e314560004 (patch)
treece4fa30eaf5581e7f0eb08a0def89c3e9504d568 /debug/Makefile
parent754549b3bed222fd15d748605143e5925296a7fc (diff)
Update.
1999-08-08 Ulrich Drepper <drepper@cygnus.com> * string/bits/string2.h: Mark void* operations as extensions. * sysdeps/i386/i486/bits/string.h: Likewise. * debug/Makefile (routines): Add noophooks. (extra-libs): Add libpcprofile. Add rules to build libpcprofile. * debug/noophooks.c: New file. * debug/pcprofile.c: New file.
Diffstat (limited to 'debug/Makefile')
-rw-r--r--debug/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/debug/Makefile b/debug/Makefile
index 9c094c4222..d13be3d684 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -24,18 +24,21 @@ subdir := debug
headers := execinfo.h
distribute = sigcontextinfo.h register-dump.h
-routines := backtrace backtracesyms backtracesymsfd
+routines := backtrace backtracesyms backtracesymsfd noophooks
CFLAGS-backtrace.c = -fno-omit-frame-pointer
tests = backtrace-tst
-extra-libs = libSegFault
+extra-libs = libSegFault libpcprofile
extra-libs-others = $(extra-libs)
libSegFault-routines = segfault
libSegFault-inhibit-o = $(filter-out .os,$(object-suffixes))
+libpcprofile-routines = pcprofile
+libpcprofile-inhibit-o = $(filter-out .os,$(object-suffixes))
+
include ../Makeconfig
distribute += catchsegv.sh
@@ -58,3 +61,4 @@ $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
# This ensures they will load libc.so for needed symbols if loaded by
# a statically-linked program that hasn't already loaded it.
$(objpfx)libSegFault.so: $(common-objpfx)libc.so $(common-objpfx)elf/ld.so
+$(objpfx)libpcprofile.so: $(common-objpfx)libc.so $(common-objpfx)elf/ld.so