aboutsummaryrefslogtreecommitdiff
path: root/gdb/symtab.h
diff options
context:
space:
mode:
authorAndrew Burgess <andrew.burgess@embecosm.com>2015-08-04 15:42:03 +0100
committerAndrew Burgess <andrew.burgess@embecosm.com>2015-08-07 11:55:20 +0200
commit060967202b8def804d9afccad343d2eaef8a81cf (patch)
treeb8f2425d843495f217fc1262949ba2ff92aa8c9e /gdb/symtab.h
parent7ff38b1c898be5db053193f26d6a3a1d8a6074e8 (diff)
downloadgdb-060967202b8def804d9afccad343d2eaef8a81cf.zip
gdb-060967202b8def804d9afccad343d2eaef8a81cf.tar.gz
gdb-060967202b8def804d9afccad343d2eaef8a81cf.tar.bz2
gdb: Move get_frame_language from stack.c to frame.c.
The get_frame_language feels like it would be more at home in frame.c rather than in stack.c, while the declaration, that is currently in language.h can be moved into frame.h to match. A couple of new includes are added, but otherwise no substantial change here. gdb/ChangeLog: * stack.c (get_frame_language): Moved ... * frame.c (get_frame_language): ... to here. * language.h (get_frame_language): Declaration moved to frame.h. * frame.h: Add language.h include, for language enum. (get_frame_language): Declaration moved from language.h. * language.c: Add frame.h include. * top.c: Add frame.h include. * symtab.h (struct obj_section): Declare. (struct cmd_list_element): Declare.
Diffstat (limited to 'gdb/symtab.h')
-rw-r--r--gdb/symtab.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/symtab.h b/gdb/symtab.h
index 61fc8c5..e90ce00 100644
--- a/gdb/symtab.h
+++ b/gdb/symtab.h
@@ -38,6 +38,8 @@ struct program_space;
struct language_defn;
struct probe;
struct common_block;
+struct obj_section;
+struct cmd_list_element;
/* Some of the structures in this file are space critical.
The space-critical structures are: