mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
* buildsym.h (subfiles): Move ...
* buildsym.c (subfiles): ... to here and make static.
This commit is contained in:
parent
b01c0a4adb
commit
94d09e0408
@ -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 New Issue
Block a user