From 52912aac0d69a6007d470b4948fcdaa682c12161 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Sun, 31 Oct 1993 20:34:35 +0000 Subject: [PATCH] * symfile.h (sym_fns), symfile.c (find_sym_fns), xcoffread.c, 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/xcoffread.c b/gdb/xcoffread.c index 5e0df413f5..f4bfd44ab3 100644 --- a/gdb/xcoffread.c +++ b/gdb/xcoffread.c @@ -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() */