diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-05-19 16:56:03 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-05-19 16:56:03 +0000 |
commit | ae44c0c47d93819fe4b7e1027b949c6c213b083c (patch) | |
tree | 5a9541fb0282aeb9f2d08e873751fa42a2eeab90 /gdb/ChangeLog | |
parent | f462a9ea21643369d0dd4327c69c0a802cb3da35 (diff) | |
download | gdb-ae44c0c47d93819fe4b7e1027b949c6c213b083c.zip gdb-ae44c0c47d93819fe4b7e1027b949c6c213b083c.tar.gz gdb-ae44c0c47d93819fe4b7e1027b949c6c213b083c.tar.bz2 |
* remote.c (remote_start_remote): Replace PTR with void pointer.
(sigint_remote_twice_token, sigint_remote_token): Ditto. Make
static.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 623c9b2..b390962 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2002-05-19 Andrew Cagney <ac131313@redhat.com> + + * remote.c (remote_start_remote): Replace PTR with void pointer. + (sigint_remote_twice_token, sigint_remote_token): Ditto. Make + static. + 2002-05-18 Andrew Cagney <ac131313@redhat.com> * gdb_indent.sh: Allow the script to be run in the sim directory. |