aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2000-04-27 01:04:52 +0000
committerMichael Snyder <msnyder@vmware.com>2000-04-27 01:04:52 +0000
commit02d5252fb1f6670eb5d3d393c531f9ce585b82f1 (patch)
tree8c346b1e16e83631900979b306065d384158c11d /gdb/ChangeLog
parentb943d152e8d209061e1b70176e4c5662f3af5eb4 (diff)
downloadgdb-02d5252fb1f6670eb5d3d393c531f9ce585b82f1.zip
gdb-02d5252fb1f6670eb5d3d393c531f9ce585b82f1.tar.gz
gdb-02d5252fb1f6670eb5d3d393c531f9ce585b82f1.tar.bz2
2000-04-26 Michael Snyder <msnyder@seadog.cygnus.com>
* procfs.c (comments): Eliminate "???" in comments, which GCC wants to interpret as a trigraph. (fill_gregset, supply_gregset, fill_fpregset, supply_fpregset): declare. (procfs_wait): Sysargs is a long, change printf format to match. (test-mapping, mapping_test, test_mapping_cmd) Remove (test only).
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e403a5f..4304d07 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -9,6 +9,11 @@ Thu Apr 27 10:06:42 2000 Andrew Cagney <cagney@b1.cygnus.com>
* proc-api.c (write_with_trace): Change 'arg' from long to int.
Treat 'off_t' and 'size_t' as unsigned long in printfs.
(lseek_with_trace): Treat 'off_t' as unsigned long in printf.
+ * procfs.c (comments): Eliminate "???" in comments, which GCC
+ wants to interpret as a trigraph. (fill_gregset, supply_gregset,
+ fill_fpregset, supply_fpregset): declare.
+ (procfs_wait): Sysargs is a long, change printf format to match.
+ (test-mapping, mapping_test, test_mapping_cmd) Remove (test only).
2000-04-26 Kevin Buettner <kevinb@redhat.com>