X-Git-Url: http://drtracing.org/?a=blobdiff_plain;f=binutils%2Frdcoff.c;h=058289567f801501eac9f09f78494566529f5538;hb=c2274b2767dba3175e585bd17f9f4a93b56cdc63;hp=22c8ab95e9646dac3cb87b161c8fda079f60388c;hpb=27e232885db363fb545fd2f450e72d929e59b8f6;p=deliverable%2Fbinutils-gdb.git diff --git a/binutils/rdcoff.c b/binutils/rdcoff.c index 22c8ab95e9..058289567f 100644 --- a/binutils/rdcoff.c +++ b/binutils/rdcoff.c @@ -1,5 +1,5 @@ /* stabs.c -- Parse COFF debugging information - Copyright (C) 1996, 98, 99, 2000 Free Software Foundation, Inc. + Copyright 1996, 2000 Free Software Foundation, Inc. Written by Ian Lance Taylor . This file is part of GNU Binutils. @@ -661,7 +661,8 @@ parse_coff_symbol (abfd, types, sym, coff_symno, psyment, dhandle, type, /* Determine if a symbol has external visibility. */ static boolean -external_coff_symbol_p (int sym_class) +external_coff_symbol_p (sym_class) + int sym_class; { switch (sym_class) {