mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-27 03:51:15 +08:00
2003-08-17 Michael Chastain <mec@shout.net>
* symfile.c (find_sym_fns): Remove special case for apollo target.
This commit is contained in:
parent
9016a515a3
commit
c8d5f0d664
@ -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.
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user