2002-11-03  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
	is defined write out memory map.
	* sysdeps/unix/sysv/linux/segfault.c: New file.
This commit is contained in:
Ulrich Drepper 2002-11-03 08:52:36 +00:00
parent 45cca066c1
commit dc80d3cf0e
2 changed files with 8 additions and 0 deletions

View file

@ -1,3 +1,9 @@
2002-11-03 Ulrich Drepper <drepper@redhat.com>
* sysdeps/generic/segfault.c (catch_segfault): If HAVE_PROC_SELF
is defined write out memory map.
* sysdeps/unix/sysv/linux/segfault.c: New file.
2002-11-02 Roland McGrath <roland@redhat.com>
* sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use union type for

View file

@ -0,0 +1,2 @@
#define HAVE_PROC_SELF 1
#include <sysdeps/generic/segfault.c>