2003-08-17 Michael Chastain <mec@shout.net>

* symfile.c (find_sym_fns): Remove special case for apollo target.
This commit is contained in:
Michael Chastain 2003-08-17 22:33:08 +00:00
parent 9016a515a3
commit c8d5f0d664
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,7 @@
2003-08-17 Michael Chastain <mec@shout.net>
* symfile.c (find_sym_fns): Remove special case for apollo target.
2003-08-17 Daniel Jacobowitz <drow@mvista.com>
* linux-nat.c (PTRACE_O_TRACEVFORKDONE, PTRACE_O_TRACEEXIT): Define.

View File

@ -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)