* gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
authorJim Kingdon <jkingdon@engr.sgi.com>
Thu, 12 Jan 1995 20:12:07 +0000 (20:12 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Thu, 12 Jan 1995 20:12:07 +0000 (20:12 +0000)
commit592355645ce3615f0972c9696c19fcb6e400997e
tree294a596cafbee1a2edcbb4dca8100eb4c1d33418
parentb69fe36371fecce6c41d694c8c923f8eff82e987
* gdb.base/sigall.c (gen_*): Pass argument to handle_* to avoid
compiler warning with dec alpha compiler.

* gdb.base/commands.exp (if_while_breakpoint_command_test): Remove
extra \n from gdb_test call (this explains why the prompt test
that I removed yesterday was there).
(user_defined_command_test): Remove extra \n and prompt test.

* gdb.base/sigall.c: If SIGABRT == SIGLOST, just act as if SIGLOST
doesn't exist.  Likewise if SIGIO == SIGPOLL, pretend SIGPOLL
doesn't exist.
* gdb.base/sigall.exp: Remove special handling for SIGIO and SIGPOLL.
Also remove alpha workaround, which turns out to be because
SIGABRT == SIGLOST.
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/sigall.exp