diff options
author | Tom Tromey <tom@tromey.com> | 2018-05-20 12:06:43 -0600 |
---|---|---|
committer | Tom Tromey <tom@tromey.com> | 2018-07-16 08:55:19 -0600 |
commit | 77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1 (patch) | |
tree | 15818bceca4f1e587d313f2935ab94d056d57e4f /gdb/buildsym.h | |
parent | 2c722d18f32b1c1f82c7546b1e41edec47d88dce (diff) | |
download | gdb-77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1.zip gdb-77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1.tar.gz gdb-77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1.tar.bz2 |
Move scan_file_globals declaration to stabsread.h
scan_file_globals is defined in stabsread.c, so move its declaration
to stabsread.h.
gdb/ChangeLog
2018-07-16 Tom Tromey <tom@tromey.com>
* stabsread.c (scan_file_globals): Update comment.
* stabsread.h (scan_file_globals): Move from buildsym.h.
* buildsym.h (scan_file_globals): Move to stabsread.h.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r-- | gdb/buildsym.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h index 77fc5bd..f707779 100644 --- a/gdb/buildsym.h +++ b/gdb/buildsym.h @@ -205,10 +205,6 @@ extern struct compunit_symtab *end_expandable_symtab (CORE_ADDR end_addr, extern void augment_type_symtab (void); -/* Defined in stabsread.c. */ - -extern void scan_file_globals (struct objfile *objfile); - extern void buildsym_init (); extern struct context_stack *push_context (int desc, CORE_ADDR valu); |