* symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c,
authorJim Kingdon <jkingdon@engr.sgi.com>
Sun, 31 Oct 1993 20:34:35 +0000 (20:34 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Sun, 31 Oct 1993 20:34:35 +0000 (20:34 +0000)
coffread.c, dbxread.c, elfread.c, mipsread.c, nlmread.c, paread.c:
Change from using bfd target name to using the flavour.

gdb/xcoffread.c

index 5e0df413f5b87edc1d198e25346f3557140b8d97..f4bfd44ab3bc809d7794eb73dd417ceff9960b49 100644 (file)
@@ -2152,7 +2152,7 @@ static struct sym_fns xcoff_sym_fns =
      file with coffread.c.  For example, the extra storage classes
      used for stabs could presumably be recognized in any COFF file.  */
 
-  (bfd_flavour)-1,
+  (enum bfd_flavour)-1,
 
   xcoff_new_init,      /* sym_new_init: init anything gbl to entire symtab */
   xcoff_symfile_init,  /* sym_init: read initial info, setup for sym_read() */