diff options
author | Andrew Cagney <cagney@redhat.com> | 2003-06-17 19:00:20 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2003-06-17 19:00:20 +0000 |
commit | 2cdf3c631a89150cf31a24f5f4d7d2866734f518 (patch) | |
tree | 960b46a3e2a232167b7291781c9a11c6b8c6478e /gdb/ChangeLog | |
parent | 192cdb1903f9cdc0cfa7c33c380987933c509c9f (diff) | |
download | gdb-2cdf3c631a89150cf31a24f5f4d7d2866734f518.zip gdb-2cdf3c631a89150cf31a24f5f4d7d2866734f518.tar.gz gdb-2cdf3c631a89150cf31a24f5f4d7d2866734f518.tar.bz2 |
2003-06-17 Andrew Cagney <cagney@redhat.com>
* trad-frame.h (struct frame_info): Add opaque declaration.
* remote-fileio.h (struct cmd_list_element): Add opaque
declaration.
* h8300-tdep.c (h8300s_register_name): Avoid C++ // style
comments.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 1adb81d..f9194f5 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2003-06-17 Andrew Cagney <cagney@redhat.com> + + * trad-frame.h (struct frame_info): Add opaque declaration. + * remote-fileio.h (struct cmd_list_element): Add opaque + declaration. + * h8300-tdep.c (h8300s_register_name): Avoid C++ // style + comments. + 2003-06-17 Daniel Jacobowitz <drow@mvista.com> * remote.c (remote_prepare_to_store): Replace call to |