summaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorKris Warkentin <kewarken@qnx.com>2003-05-06 16:47:47 +0000
committerKris Warkentin <kewarken@qnx.com>2003-05-06 16:47:47 +0000
commitcf6bb08ce04b21cfb618e186ed92cca5feee3c69 (patch)
treebad6ffaa3e6903b1f1c0b2135911592fbaf01746 /gdb/ChangeLog
parent6301641df6a0481f71306587948cb41a1528fdde (diff)
downloadgdb-cf6bb08ce04b21cfb618e186ed92cca5feee3c69.tar.gz
Fixed some ARI hits
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 05e92982eb4..f301476ed36 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2003-05-06 Kris Warkentin <kewarken@qnx.com>
+
+ * i386-nto-tdep.c: Fix old K&R function definitions.
+ * nto-tdep.c: Likewise and change stat.h include to gdb_stat.h.
+ Also change add_show_from_set() call to add_setshow_cmd().
+ * nto-tdep.h: Remove PARAMS and grep ^func ARI hits.
+
2003-05-05 Andrew Cagney <cagney@redhat.com>
* dummy-frame.c: Include "command.h" and "gdbcmd.h".