* buildsym.h (subfiles): Move ...
* buildsym.c (subfiles): ... to here and make static.
This commit is contained in:
parent
b01c0a4adb
commit
94d09e0408
3 changed files with 7 additions and 2 deletions
|
@ -1,5 +1,8 @@
|
|||
2007-11-15 Doug Evans <dje@google.com>
|
||||
|
||||
* buildsym.h (subfiles): Move ...
|
||||
* buildsym.c (subfiles): ... to here and make static.
|
||||
|
||||
* symmisc.c (maintenance_info_symtabs): Print linetable info.
|
||||
|
||||
2007-11-15 Markus Deuling <deuling@de.ibm.com>
|
||||
|
|
|
@ -55,6 +55,10 @@
|
|||
|
||||
#include "stabsread.h"
|
||||
|
||||
/* List of subfiles. */
|
||||
|
||||
static struct subfile *subfiles;
|
||||
|
||||
/* List of free `struct pending' structures for reuse. */
|
||||
|
||||
static struct pending *free_pendings;
|
||||
|
|
|
@ -71,8 +71,6 @@ struct subfile
|
|||
struct symtab *symtab;
|
||||
};
|
||||
|
||||
EXTERN struct subfile *subfiles;
|
||||
|
||||
EXTERN struct subfile *current_subfile;
|
||||
|
||||
/* Global variable which, when set, indicates that we are processing a
|
||||
|
|
Loading…
Reference in a new issue