aboutsummaryrefslogtreecommitdiff
path: root/gdb/buildsym.c
diff options
context:
space:
mode:
authorDoug Evans <dje@google.com>2007-11-15 22:54:22 +0000
committerDoug Evans <dje@google.com>2007-11-15 22:54:22 +0000
commit94d09e0408935636db2e9c5b1f7726ef7e6ed514 (patch)
tree84db8a19809224f60670b547c7117c78005166ba /gdb/buildsym.c
parentb01c0a4adb779da9df392741b6969b872a905bb1 (diff)
downloadfsf-binutils-gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.zip
fsf-binutils-gdb-94d09e0408935636db2e9c5b1f7726ef7e6ed514.tar.gz
fsf-binutils-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.c4
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;