diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-03-23 13:49:50 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-03-23 13:49:50 +0000 |
commit | 0db9b4b7096923a0e101becc6ffc88b75f11f0a1 (patch) | |
tree | ccec46bb95cde317d5dde993e42d31b4ecc27838 /gdb/Makefile.in | |
parent | 88d65ad6f1503fecf3f07d742ca76b218ff08518 (diff) | |
download | gdb-0db9b4b7096923a0e101becc6ffc88b75f11f0a1.zip gdb-0db9b4b7096923a0e101becc6ffc88b75f11f0a1.tar.gz gdb-0db9b4b7096923a0e101becc6ffc88b75f11f0a1.tar.bz2 |
2004-03-23 Andrew Cagney <cagney@redhat.com>
* Makefile.in (trad_frame_h): Add $(frame_h).
* trad-frame.h: Update copyright. Include "frame.h".
(struct trad_frame_cache, trad_frame_cache_zalloc): Declare.
(trad_frame_set_id, trad_frame_get_id): Declare.
(trad_frame_set_reg_addr, trad_frame_get_register): Declare.
* trad-frame.c: Update copyright.
(struct trad_frame_cache): Define.
(trad_frame_cache_zalloc): New function.
(trad_frame_set_id, trad_frame_get_id): New functions.
(trad_frame_set_reg_addr, trad_frame_get_register): New functions.
Diffstat (limited to 'gdb/Makefile.in')
-rw-r--r-- | gdb/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/Makefile.in b/gdb/Makefile.in index 95f72d5..7b31937 100644 --- a/gdb/Makefile.in +++ b/gdb/Makefile.in @@ -756,7 +756,7 @@ target_h = target.h $(bfd_h) $(symtab_h) $(dcache_h) $(memattr_h) terminal_h = terminal.h top_h = top.h tracepoint_h = tracepoint.h -trad_frame_h = trad-frame.h +trad_frame_h = trad-frame.h $(frame_h) typeprint_h = typeprint.h ui_file_h = ui-file.h ui_out_h = ui-out.h |