From: J.T. Conklin Date: Tue, 12 Jul 1994 20:07:49 +0000 (+0000) Subject: * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f3c8d0971b3bfb778123e13223d6ca21ab4c5014;p=binutils-gdb.git * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not defined. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 132cc9e673b..411f3bd1515 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,8 @@ Tue Jul 12 12:22:32 1994 J.T. Conklin (jtc@phishhead.cygnus.com) + * gdb.base/interrupt.c: Do not test if errno == EINTR if it's not + defined. + * gdb.base/Makefile.in: Added support for systems that name core files by appending "core" to the program name. * gdb.base/a1-selftest.exp: Likewise.