diff options
author | Pedro Alves <palves@redhat.com> | 2015-08-27 13:26:23 +0100 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2015-08-27 13:26:23 +0100 |
commit | 14d88147787588b1473da05adf95980931fd3485 (patch) | |
tree | 5091bc06a1607465f12d84573757fd11a0ec5a84 /gdb/config.in | |
parent | a40805d4a73532dffc61e33f913e62b93214c998 (diff) | |
download | gdb-14d88147787588b1473da05adf95980931fd3485.zip gdb-14d88147787588b1473da05adf95980931fd3485.tar.gz gdb-14d88147787588b1473da05adf95980931fd3485.tar.bz2 |
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.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/config.in b/gdb/config.in index d188088..97ce5b6 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 |