aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2000-02-18 22:15:46 +0000
committerJim Blandy <jimb@codesourcery.com>2000-02-18 22:15:46 +0000
commit59527da01ed91d3e1b397499a5ecff7f58a0912b (patch)
treee3d497a26b66f40406c6d34eafefa71581d013df /gdb/buildsym.h
parentAdd a symbol's value to the computed frag offset, rather than overwriting it. (diff)
downloadbinutils-gdb-59527da01ed91d3e1b397499a5ecff7f58a0912b.tar.gz
binutils-gdb-59527da01ed91d3e1b397499a5ecff7f58a0912b.tar.bz2
binutils-gdb-59527da01ed91d3e1b397499a5ecff7f58a0912b.zip
* buildsym.h (add_free_pendings): Declare.
* buildsym.c (add_free_pendings): New function. (make_blockvector): 32x64 fix using longest_local_hex_string(). (start_subfile): initialize variable 'subfile'.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index a67d72275bd..f9ef5f18e5c 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -231,6 +231,8 @@ EXTERN int type_vector_length;
#define INITIAL_TYPE_VECTOR_LENGTH 160
+extern void add_free_pendings (struct pending *list);
+
extern void add_symbol_to_list (struct symbol *symbol,
struct pending **listhead);