forked from Imagelibrary/binutils-gdb
2007-12-16 Daniel Jacobowitz <dan@codesourcery.com>
Joseph Myers <joseph@codesourcery.com> * configure.ac: Check for *-*-solaris2.1[[0-9]]* instead of *-*-solaris2.1[[0-9]]. * configure: Regenerate. * procfs.c (proc_set_current_signal): If redelivering a signal, reuse the current siginfo if possible. testsuite: * gdb.base/siginfo-addr.exp, gdb.base/siginfo-addr.c: New.
This commit is contained in:
@@ -828,7 +828,7 @@ if test "${target}" = "${host}"; then
|
||||
[Define if you want to use new multi-fd /proc interface
|
||||
(replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).])
|
||||
;;
|
||||
*-*-solaris2.[[6789]] | *-*-solaris2.1[[0-9]])
|
||||
*-*-solaris2.[[6789]] | *-*-solaris2.1[[0-9]]*)
|
||||
AC_DEFINE(NEW_PROC_API, 1,
|
||||
[Define if you want to use new multi-fd /proc interface
|
||||
(replaces HAVE_MULTIPLE_PROC_FDS as well as other macros).])
|
||||
|
||||
Reference in New Issue
Block a user