aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2007-01-21 01:02:03 +0000
committerDaniel Jacobowitz <drow@false.org>2007-01-21 01:02:03 +0000
commit727da90068091580ad9cea2a18cd95234b600d21 (patch)
tree2ee21f05b9f857b85f5c92804ba0b6f558c3d90e /gdb/symfile.c
parentd533dae0347f4e398f4dce59562c4226b97e06d6 (diff)
downloadbinutils-727da90068091580ad9cea2a18cd95234b600d21.zip
binutils-727da90068091580ad9cea2a18cd95234b600d21.tar.gz
binutils-727da90068091580ad9cea2a18cd95234b600d21.tar.bz2
* symfile.c (allocate_symtab): Remove INIT_EXTRA_SYMTAB_INFO.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 37a57c8..1e7733b 100644
--- a/gdb/symfile.c
+++ b/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);
}