aboutsummaryrefslogtreecommitdiff
path: root/gdb/config.in
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2015-08-27 13:26:23 +0100
committerPedro Alves <palves@redhat.com>2015-08-27 13:26:23 +0100
commit14d88147787588b1473da05adf95980931fd3485 (patch)
tree5091bc06a1607465f12d84573757fd11a0ec5a84 /gdb/config.in
parenta40805d4a73532dffc61e33f913e62b93214c998 (diff)
gdb: Drop use of obsolete AC_TYPE_SIGNAL
Since we're using sighandler_t, nothing else refers to RETSIGTYPE in gdb. (Actually, given gdb/remote.c has been assuming signal handlers return void for a long time, we could have gotten get rid of this even without gnulib's sighandler_t.) gdb/ChangeLog: 2015-08-27 Pedro Alves <palves@redhat.com> * configure.ac: Remove AC_TYPE_SIGNAL call. * configure, config.in: Regenerate.
Diffstat (limited to 'gdb/config.in')
-rw-r--r--gdb/config.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in
index d1880884be..97ce5b621f 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -677,9 +677,6 @@
/* Bug reporting address */
#undef REPORT_BUGS_TO
-/* Define as the return type of signal handlers (`int' or `void'). */
-#undef RETSIGTYPE
-
/* Define to 1 if the "%Lg" format works to scan long doubles. */
#undef SCANF_HAS_LONG_DOUBLE