diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-06-28 23:42:33 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-06-28 23:42:33 +0000 |
commit | aa84d1bb9b0104984e3766ae44d51190333c4ddc (patch) | |
tree | e94c16731585558264cb600781762544f4cbe9dc /gdb/ChangeLog | |
parent | b4d8393384e782b813e2d69be6417e601023d442 (diff) | |
download | gdb-aa84d1bb9b0104984e3766ae44d51190333c4ddc.zip gdb-aa84d1bb9b0104984e3766ae44d51190333c4ddc.tar.gz gdb-aa84d1bb9b0104984e3766ae44d51190333c4ddc.tar.bz2 |
* macrotab.h: Do not include "obstack.h" or "bcache.h".
(struct obstack, struct bcache): Add opaque declarations.
* Makefile.in (macrotab_h): Update
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 4084a83..0034e77 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,5 +1,11 @@ 2002-06-28 Andrew Cagney <ac131313@redhat.com> + * macrotab.h: Do not include "obstack.h" or "bcache.h". + (struct obstack, struct bcache): Add opaque declarations. + * Makefile.in (macrotab_h): Update + +2002-06-28 Andrew Cagney <ac131313@redhat.com> + * blockframe.c (generic_find_dummy_frame): Change return type to ``struct regcache''. (struct dummy_frame): Replace field ``registers'' with regcache, a |