aboutsummaryrefslogtreecommitdiff
path: root/gdb/symfile.c
diff options
context:
space:
mode:
authorMichael Chastain <mec@google.com>2003-08-17 22:33:08 +0000
committerMichael Chastain <mec@google.com>2003-08-17 22:33:08 +0000
commitc8d5f0d664dcaafa5226142035a11cd80e665a0b (patch)
tree8e3f27bc3bab851e95aeda197b224b210c88c497 /gdb/symfile.c
parent9016a515a30010b1a1a18e5749d1cef907fa44e5 (diff)
downloadgdb-c8d5f0d664dcaafa5226142035a11cd80e665a0b.zip
gdb-c8d5f0d664dcaafa5226142035a11cd80e665a0b.tar.gz
gdb-c8d5f0d664dcaafa5226142035a11cd80e665a0b.tar.bz2
2003-08-17 Michael Chastain <mec@shout.net>
* symfile.c (find_sym_fns): Remove special case for apollo target.
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r--gdb/symfile.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c
index 839a7bc..b1ff445 100644
--- a/gdb/symfile.c
+++ b/gdb/symfile.c
@@ -1377,10 +1377,6 @@ find_sym_fns (struct objfile *objfile)
|| our_flavour == bfd_target_tekhex_flavour)
return; /* No symbols. */
- /* Special kludge for apollo. See dstread.c. */
- if (STREQN (our_target, "apollo", 6))
- our_flavour = (enum bfd_flavour) -2;
-
for (sf = symtab_fns; sf != NULL; sf = sf->next)
{
if (our_flavour == sf->sym_flavour)