OSDN Git Service

2003-08-17 Michael Chastain <mec@shout.net>
authorchastain <chastain>
Sun, 17 Aug 2003 22:33:08 +0000 (22:33 +0000)
committerchastain <chastain>
Sun, 17 Aug 2003 22:33:08 +0000 (22:33 +0000)
* symfile.c (find_sym_fns): Remove special case for apollo target.

gdb/ChangeLog
gdb/symfile.c

index a80e7d5..f8d0e2c 100644 (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.
index 839a7bc..b1ff445 100644 (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)