From 77d6f1aa16685bc715c95decf6e3d3ae2e70dbc1 Mon Sep 17 00:00:00 2001 From: Tom Tromey Date: Sun, 20 May 2018 12:06:43 -0600 Subject: 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 * 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. --- gdb/buildsym.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gdb/buildsym.h') 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); -- cgit v1.1