about summary refs log tree commit diff
path: root/debug
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-10-19 10:36:18 +0000
committerUlrich Drepper <drepper@redhat.com>2004-10-19 10:36:18 +0000
commit08c6477a9c9c66dc8b735482ac224e8e6f570697 (patch)
treee97110e92f199ed72b8b96b8389b20b5f7ac750a /debug
parent347b6d62ddaadf004935371f5b212031e26dc4a8 (diff)
downloadglibc-08c6477a9c9c66dc8b735482ac224e8e6f570697.tar.gz
glibc-08c6477a9c9c66dc8b735482ac224e8e6f570697.tar.xz
glibc-08c6477a9c9c66dc8b735482ac224e8e6f570697.zip
Update.
2004-10-19  Ulrich Drepper  <drepper@redhat.com>

	* debug/Makefile ($(objpfx)catchsegv): To support multilib
	platforms, use $LIB in path to slibdir.

2004-10-19  Jakub Jelinek  <jakub@redhat.com>

	* debug/catchsegv.sh: Update copyright year.
	Use mktemp to create segv_output file.
Diffstat (limited to 'debug')
-rw-r--r--debug/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/debug/Makefile b/debug/Makefile
index fed60d78b5..d701daa218 100644
--- a/debug/Makefile
+++ b/debug/Makefile
@@ -38,7 +38,7 @@ CFLAGS-vsprintf_chk.c = -D_IO_MTSAFE_IO
 CFLAGS-vsnprintf_chk.c = -D_IO_MTSAFE_IO
 CFLAGS-printf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
 CFLAGS-fprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
-CFLAGS-vprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions) 
+CFLAGS-vprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
 CFLAGS-vfprintf_chk.c = -D_IO_MTSAFE_IO $(exceptions)
 CFLAGS-gets_chk.c = -D_IO_MTSAFE_IO $(exceptions)
 
@@ -72,7 +72,8 @@ include ../Rules
 
 $(objpfx)catchsegv: catchsegv.sh $(common-objpfx)soversions.mk \
 		    $(common-objpfx)config.make
-	sed -e 's|@VERSION@|$(version)|' -e 's|@SLIB@|$(slibdir)|' $< > $@.new
+	slibpfx=`echo $(slibdir)|sed 's/lib\(64\|\)$$/$$LIB/'`; \
+	sed -e 's|@VERSION@|$(version)|' -e "s|@SLIB@|$$slibpfx|" $< > $@.new
 	chmod 555 $@.new
 	mv -f $@.new $@