Browse Source

* symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.

drow-reverse-20070409-branch
Daniel Jacobowitz 20 years ago
parent
commit
727da90068
  1. 4
      gdb/ChangeLog
  2. 8
      gdb/symfile.c

4
gdb/ChangeLog

@ -1,3 +1,7 @@
2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
* symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
2007-01-20 Daniel Jacobowitz <dan@codesourcery.com>
* arch-utils.c (show_endian): Correct reversed condition.

8
gdb/symfile.c

@ -2506,14 +2506,6 @@ allocate_symtab (char *filename, struct objfile *objfile)
symtab->next = objfile->symtabs;
objfile->symtabs = symtab;
/* FIXME: This should go away. It is only defined for the Z8000,
and the Z8000 definition of this macro doesn't have anything to
do with the now-nonexistent EXTRA_SYMTAB_INFO macro, it's just
here for convenience. */
#ifdef INIT_EXTRA_SYMTAB_INFO
INIT_EXTRA_SYMTAB_INFO (symtab);
#endif
return (symtab);
}

Loading…
Cancel
Save