diff options
author | Doug Evans <dje@google.com> | 2007-11-15 22:54:22 +0000 |
---|---|---|
committer | Doug Evans <dje@google.com> | 2007-11-15 22:54:22 +0000 |
commit | 94d09e0408935636db2e9c5b1f7726ef7e6ed514 (patch) | |
tree | 84db8a19809224f60670b547c7117c78005166ba /gdb/buildsym.c | |
parent | b01c0a4adb779da9df392741b6969b872a905bb1 (diff) | |
download | gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.zip gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.tar.gz gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.tar.bz2 |
* buildsym.h (subfiles): Move ...
* buildsym.c (subfiles): ... to here and make static.
Diffstat (limited to 'gdb/buildsym.c')
-rw-r--r-- | gdb/buildsym.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/buildsym.c b/gdb/buildsym.c index 0b1a526..0bba94a 100644 --- a/gdb/buildsym.c +++ b/gdb/buildsym.c @@ -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; |