aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-03-08 21:16:15 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-03-08 21:16:15 +0000
commit54e85b8bd07303b9a173c6640153a97c7d319cb2 (patch)
tree1ba30ebc1284b5d1f6e3f8b8ad5b981236dd4d11 /gdb/testsuite
parent956182119001c0af1fa9704224b38b0161c39b14 (diff)
downloadfsf-binutils-gdb-54e85b8bd07303b9a173c6640153a97c7d319cb2.zip
fsf-binutils-gdb-54e85b8bd07303b9a173c6640153a97c7d319cb2.tar.gz
fsf-binutils-gdb-54e85b8bd07303b9a173c6640153a97c7d319cb2.tar.bz2
* gdb.base/signals.exp (signal_tests_1): xfail for irix.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index fb0edef..b330dbb 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 8 10:29:33 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
+
+ * gdb.base/signals.exp (signal_tests_1): xfail for irix.
+
Mon Mar 6 10:44:06 1995 Jeff Law (law@snake.cs.utah.edu)
* gdb.disasm/hppa.exp: Delete redundant ".*" at the beginning of
@@ -16,7 +20,7 @@ Thu Mar 2 05:31:34 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
* gdb.base/Makefile.in: Try compiling callfuncs.c, if that fails try
-DNO_PROTOTYPES.
* gdb.base/callfuncs.c: Control use of prototypes based on
- NO_PROTOTYPES, not __STDC.
+ NO_PROTOTYPES, not __STDC__.
* gdb.base/callfuncs.exp (do_function_calls): xfail one of the
t_float_values2 tests if prototypes in use.