aboutsummaryrefslogtreecommitdiff
path: root/gdb/dbxread.c
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1991-12-27 03:55:12 +0000
committerFred Fish <fnf@specifix.com>1991-12-27 03:55:12 +0000
commitb440b1e9e4376498e106e92967563898a1f2ce4b (patch)
tree6f9836ba35eb517a45bca15700005723d36a0681 /gdb/dbxread.c
parent62ddb92b9f690e84676dec711d572e08e828446d (diff)
downloadgdb-b440b1e9e4376498e106e92967563898a1f2ce4b.zip
gdb-b440b1e9e4376498e106e92967563898a1f2ce4b.tar.gz
gdb-b440b1e9e4376498e106e92967563898a1f2ce4b.tar.bz2
Various changes to clean up ADD_PSYMBOL_TO_LIST and ADD_PSYMBOL_ADDR_TO_LIST
usages.
Diffstat (limited to 'gdb/dbxread.c')
-rw-r--r--gdb/dbxread.c31
1 files changed, 0 insertions, 31 deletions
diff --git a/gdb/dbxread.c b/gdb/dbxread.c
index 482f12c..c80ff16 100644
--- a/gdb/dbxread.c
+++ b/gdb/dbxread.c
@@ -660,37 +660,6 @@ free_bincl_list ()
bincls_allocated = 0;
}
-#ifdef DEBUG
-/* This is normally a macro defined in read_dbx_symtab, but this
- is a lot easier to debug. */
-
-void
-add_psymbol_to_plist(name, namelength, namespace, class, plist, value)
- char *name;
- int namelength;
- enum namespace namespace;
- enum address_class class;
- struct psymbol_allocation_list *plist;
- unsigned long value;
-{
- ADD_PSYMBOL_VT_TO_LIST(name, namelength, namespace,
- class, *plist, value, SYMBOL_VALUE);
-}
-
-void
-add_psymbol_addr_to_plist(name, namelength, namespace, class, plist, value)
- char *name;
- int namelength;
- enum namespace namespace;
- enum address_class class;
- struct psymbol_allocation_list *plist;
- CORE_ADDR value;
-{
- ADD_PSYMBOL_VT_TO_LIST(name, namelength, namespace,
- class, *plist, value, SYMBOL_VALUE_ADDRESS);
-}
-#endif /* DEBUG */
-
/* Given pointers to an a.out symbol table in core containing dbx
style data, setup partial_symtab's describing each source file for
which debugging information is available. NLISTLEN is the number