+Sun Jan 31 15:24:24 1999 Stan Shebs <shebs@andros.cygnus.com>
+
+ * buildsym.c (merge_symbol_lists): Remove unused variable.
+ (_initialize_buildsym): Remove, does nothing.
+
1999-01-31 J.T. Conklin <jtc@redbacknetworks.com>
* i386-stub.c, m32r-stub.c, m68k-stub.c, sh-stub.c, sparc-stub.c,
/* Support routines for building symbol tables in GDB's internal format.
- Copyright 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1995, 1996
- Free Software Foundation, Inc.
+ Copyright 1986-1999 Free Software Foundation, Inc.
This file is part of GDB.
struct pending ** targetlist;
{
register int i;
- register struct pending * link;
if (!srclist || !*srclist)
return;
{
buildsym_init ();
}
-
-/* Initializer for this module */
-
-void
-_initialize_buildsym ()
-{
-}