diff options
author | Randolph Chung <tausq@debian.org> | 2004-05-26 15:38:40 +0000 |
---|---|---|
committer | Randolph Chung <tausq@debian.org> | 2004-05-26 15:38:40 +0000 |
commit | 779af9e343e8fea4bcd59eb8c27989ff8e0a7824 (patch) | |
tree | 79ca027a9a9320e8423487dde74c5210176f7c72 /gdb/ChangeLog | |
parent | e49f502242bc5fc72547397cd344aea5b9f53a14 (diff) | |
download | fsf-binutils-gdb-779af9e343e8fea4bcd59eb8c27989ff8e0a7824.zip fsf-binutils-gdb-779af9e343e8fea4bcd59eb8c27989ff8e0a7824.tar.gz fsf-binutils-gdb-779af9e343e8fea4bcd59eb8c27989ff8e0a7824.tar.bz2 |
2004-05-26 Randolph Chung <tausq@debian.org>
* infttrace.h (target_waitkind): Forward declare type instead of pulling
in header file.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 24bd004..7d3434a 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2004-05-26 Randolph Chung <tausq@debian.org> + + * infttrace.h (target_waitkind): Forward declare type instead of pulling + in header file. + 2004-05-25 Joel Brobecker <brobecker@gnat.com> * NEWS: Document new "start" command. |