summaryrefslogtreecommitdiffstats
path: root/gdb/buildsym.h
diff options
context:
space:
mode:
authorPer Bothner <per@bothner.com>1991-12-27 21:11:37 +0000
committerPer Bothner <per@bothner.com>1991-12-27 21:11:37 +0000
commitaab77d5f23a8d3f54c1976bb54d944065c45eb34 (patch)
treec30ae4ca1825c2a6db908e9424aafa923209c05b /gdb/buildsym.h
parentf3b7efd5b67fd3c5bc150650b16191fa6c86bfb0 (diff)
downloadppe42-binutils-aab77d5f23a8d3f54c1976bb54d944065c45eb34.tar.gz
ppe42-binutils-aab77d5f23a8d3f54c1976bb54d944065c45eb34.zip
More changes, mostly cleanups from the last set.
Made some more progress in removing duplicate assembly opcode files. More improvements to how mipsread and to a lesser extent dbxread work. See the ChangeLog for details.
Diffstat (limited to 'gdb/buildsym.h')
-rw-r--r--gdb/buildsym.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/buildsym.h b/gdb/buildsym.h
index 80fad8e432..e9d33a81df 100644
--- a/gdb/buildsym.h
+++ b/gdb/buildsym.h
@@ -302,3 +302,11 @@ struct subfile_stack
};
EXTERN struct subfile_stack *subfile_stack;
+
+extern struct complaint unknown_symtype_complaint;
+
+#define next_symbol_text() (*next_symbol_text_func)()
+
+/* Function to invoke get the next symbol. Return the symbol name. */
+
+EXTERN char * (*next_symbol_text_func)();
OpenPOWER on IntegriCloud