aboutsummaryrefslogtreecommitdiff
path: root/gdb/configure.ac
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2007-12-16 22:19:21 +0000
committerJoseph Myers <joseph@codesourcery.com>2007-12-16 22:19:21 +0000
commitc162e8c9a4969b6fe9492c8dcc4293f3973f674d (patch)
tree1d391c880cf4b8fccf6edffe32a17df9aeb70e96 /gdb/configure.ac
parent4e799345942e3d777a2639a00892b67d084204c5 (diff)
downloadgdb-c162e8c9a4969b6fe9492c8dcc4293f3973f674d.zip
gdb-c162e8c9a4969b6fe9492c8dcc4293f3973f674d.tar.gz
gdb-c162e8c9a4969b6fe9492c8dcc4293f3973f674d.tar.bz2
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.
Diffstat (limited to 'gdb/configure.ac')
-rw-r--r--gdb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/configure.ac b/gdb/configure.ac
index 107fdd6..fe9564d 100644
--- a/gdb/configure.ac
+++ b/gdb/configure.ac
@@ -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).])