summaryrefslogtreecommitdiff
path: root/gdb/tui
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-01-27 00:48:10 +0000
committerJason Molenda <jmolenda@apple.com>1999-01-27 00:48:10 +0000
commit00c1f9b9c05683c0bc245e9f4199559820a363d6 (patch)
treebfc5dc48864eb66dfe6f4d92d19db9ea91302cb2 /gdb/tui
parent602886332b80616d58974029f8931c1ff9babd90 (diff)
downloadbinutils-gdb-00c1f9b9c05683c0bc245e9f4199559820a363d6.tar.gz
1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
* tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish system. Without this you'll get a build failure in gdbtk.c because it includes stdarg.h but tui.h includes varargs.h; gdbtk.c tries to use va_start and things die.
Diffstat (limited to 'gdb/tui')
-rw-r--r--gdb/tui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index 8e8b92d3355..7dc1bf60460 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,3 +1,8 @@
+1999-01-26 Jason Molenda (jsm@bugshack.cygnus.com)
+
+ * tui.h: Include stdarg.h instead of varargs.h if we're on an ISO Cish
+ system.
+
Thu Dec 31 12:08:32 1998 David Taylor <taylor@texas.cygnus.com>
The following changes were made by Jim Blandy <jimb@cygnus.com>,