[BZ #2161]
[glibc.git] / debug / Makefile
blob9123bf65b5556737ea2e0e7a78fbd00d15109f17
1 # Copyright (C) 1998,1999,2000,2001,2004,2005 Free Software Foundation, Inc.
2 # This file is part of the GNU C Library.
4 # The GNU C Library is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU Lesser General Public
6 # License as published by the Free Software Foundation; either
7 # version 2.1 of the License, or (at your option) any later version.
9 # The GNU C Library is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 # Lesser General Public License for more details.
14 # You should have received a copy of the GNU Lesser General Public
15 # License along with the GNU C Library; if not, write to the Free
16 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
17 # 02111-1307 USA.
20 # Sub-makefile for debug portion of the library.
22 subdir := debug
24 headers := execinfo.h
25 distribute = sigcontextinfo.h register-dump.h frame.h
27 routines = backtrace backtracesyms backtracesymsfd noophooks \
28 memcpy_chk memmove_chk mempcpy_chk memset_chk stpcpy_chk \
29 strcat_chk strcpy_chk strncat_chk strncpy_chk stpncpy_chk \
30 sprintf_chk vsprintf_chk snprintf_chk vsnprintf_chk \
31 printf_chk fprintf_chk vprintf_chk vfprintf_chk \
32 gets_chk chk_fail readonly-area fgets_chk fgets_u_chk \
33 read_chk pread_chk pread64_chk recv_chk recvfrom_chk \
34 readlink_chk getwd_chk getcwd_chk realpath_chk ptsname_r_chk \
35 wctomb_chk wcscpy_chk wmemcpy_chk wmemmove_chk wmempcpy_chk \
36 wcpcpy_chk wcsncpy_chk wcscat_chk wcsncat_chk wmemset_chk \
37 wcpncpy_chk \
38 swprintf_chk vswprintf_chk wprintf_chk fwprintf_chk \
39 vwprintf_chk vfwprintf_chk fgetws_chk fgetws_u_chk \
40 confstr_chk getgroups_chk ttyname_r_chk getlogin_r_chk \
41 gethostname_chk getdomainname_chk wcrtomb_chk mbsnrtowcs_chk \
42 wcsnrtombs_chk mbsrtowcs_chk wcsrtombs_chk mbstowcs_chk \
43 wcstombs_chk \
44 stack_chk_fail \
45 $(static-only-routines)
46 static-only-routines := warning-nop stack_chk_fail_local
48 CFLAGS-backtrace.c = -fno-omit-frame-pointer
49 CFLAGS-sprintf_chk.c = -D_IO_MTSAFE_IO
50 CFLAGS-snprintf_chk.c = -D_IO_MTSAFE_IO
51 CFLAGS-vsprintf_chk.c = -D_IO_MTSAFE_IO
52 CFLAGS-vsnprintf_chk.c = -D_IO_MTSAFE_IO
53 CFLAGS-printf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
54 CFLAGS-fprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
55 CFLAGS-vprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
56 CFLAGS-vfprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
57 CFLAGS-gets_chk.c = -D_IO_MTSAFE_IO $(exceptions)
58 CFLAGS-fgets_chk.c = -D_IO_MTSAFE_IO $(exceptions)
59 CFLAGS-fgets_u_chk.c = -D_IO_MTSAFE_IO $(exceptions)
60 CFLAGS-swprintf_chk.c = -D_IO_MTSAFE_IO
61 CFLAGS-vswprintf_chk.c = -D_IO_MTSAFE_IO
62 CFLAGS-wprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
63 CFLAGS-fwprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
64 CFLAGS-vwprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
65 CFLAGS-vfwprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
66 CFLAGS-fgetws_chk.c = -D_IO_MTSAFE_IO $(exceptions)
67 CFLAGS-fgetws_u_chk.c = -D_IO_MTSAFE_IO $(exceptions)
68 CFLAGS-read_chk.c = -fexceptions -fasynchronous-unwind-tables
69 CFLAGS-pread_chk.c = -fexceptions -fasynchronous-unwind-tables
70 CFLAGS-pread64_chk.c = -fexceptions -fasynchronous-unwind-tables
71 CFLAGS-recv_chk.c = -fexceptions -fasynchronous-unwind-tables
72 CFLAGS-recvfrom_chk.c = -fexceptions -fasynchronous-unwind-tables
74 tst-chk1-ENV = LOCPATH=$(common-objpfx)localedata
75 tst-chk2-ENV = LOCPATH=$(common-objpfx)localedata
76 tst-chk3-ENV = LOCPATH=$(common-objpfx)localedata
77 tst-lfschk1-ENV = LOCPATH=$(common-objpfx)localedata
78 tst-lfschk2-ENV = LOCPATH=$(common-objpfx)localedata
79 tst-lfschk3-ENV = LOCPATH=$(common-objpfx)localedata
81 tests = backtrace-tst tst-chk1 tst-chk2 tst-chk3 \
82 tst-lfschk1 tst-lfschk2 tst-lfschk3 test-strcpy_chk test-stpcpy_chk
84 extra-libs = libSegFault libpcprofile
85 extra-libs-others = $(extra-libs)
87 libSegFault-routines = segfault
88 libSegFault-inhibit-o = $(filter-out .os,$(object-suffixes))
90 libpcprofile-routines = pcprofile
91 libpcprofile-inhibit-o = $(filter-out .os,$(object-suffixes))
93 others = pcprofiledump
94 install-bin = pcprofiledump
95 install-bin-script = xtrace
97 include ../Makeconfig
99 distribute += catchsegv.sh xtrace.sh
100 ifeq ($(elf),yes)
101 ifeq ($(build-shared),yes)
102 install-bin-script += catchsegv
103 endif
104 endif
105 generated = catchsegv xtrace
107 include ../Rules
109 $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
110 $(common-objpfx)config.make
111 slibpfx=`echo $(slibdir)|sed 's/lib\(64\|\)$$/\\\\\\\\$$LIB/'`; \
112 sed -e 's|@VERSION@|$(version)|' -e "s|@SLIB@|$$slibpfx|" $< > $@.new
113 chmod 555 $@.new
114 mv -f $@.new $@
116 $(objpfx)pcprofiledump: $(objpfx)pcprofiledump.o
118 $(objpfx)xtrace: xtrace.sh
119 rm -f $@.new
120 sed -e 's|@BASH@|$(BASH)|' -e 's|@VERSION@|$(version)|' \
121 -e 's|@SLIBDIR@|$(slibdir)|' -e 's|@BINDIR@|$(bindir)|' $^ > $@.new \
122 && rm -f $@ && mv $@.new $@ && chmod +x $@
124 # Depend on libc.so so a DT_NEEDED is generated in the shared objects.
125 # This ensures they will load libc.so for needed symbols if loaded by
126 # a statically-linked program that hasn't already loaded it.
127 $(objpfx)libSegFault.so: $(common-objpfx)libc.so \
128 $(common-objpfx)libc_nonshared.a \
129 $(elf-objpfx)$(rtld-installed-name)
130 $(objpfx)libpcprofile.so: $(common-objpfx)libc.so \
131 $(common-objpfx)libc_nonshared.a \
132 $(elf-objpfx)$(rtld-installed-name)