aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorKris Warkentin <kewarken@qnx.com>2003-07-08 19:37:15 +0000
committerKris Warkentin <kewarken@qnx.com>2003-07-08 19:37:15 +0000
commitfda848e0ad9aaaa1ae0543f2bc8f6c322c1be2c5 (patch)
tree3fa8a4e141d976e397ec89451f866c0ea5f1969f /gdb
parent1c0a559ec88f81e3f66ed3c0295d852af1cbf23a (diff)
downloadgdb-fda848e0ad9aaaa1ae0543f2bc8f6c322c1be2c5.zip
gdb-fda848e0ad9aaaa1ae0543f2bc8f6c322c1be2c5.tar.gz
gdb-fda848e0ad9aaaa1ae0543f2bc8f6c322c1be2c5.tar.bz2
Cleaned up ChangeLog entry.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 4b554b3..12c7976 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,6 +1,9 @@
2003-07-08 Kris Warkentin <kewarken@qnx.com>
* nto-procfs.c: Cleaned up a bunch of ARI hits.
+ Include "gdb_dirent.h" instead of <dirent.h>, replace all instances
+ of strerror with safe_strerror, use ISO C function definitions,
+ and replace instances of sprintf with snprintf.
2003-07-07 Andrew Cagney <cagney@redhat.com>