From 87843f15168b086d3f6d255ebfe311e314560004 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 8 Aug 1999 22:20:38 +0000 Subject: Update. 1999-08-08 Ulrich Drepper * 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. --- debug/Makefile | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'debug/Makefile') diff --git a/debug/Makefile b/debug/Makefile index 9c094c4..d13be3d 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 -- cgit v1.1