* alpha-opc.c (unop): Encode with RB as $sp.
[deliverable/binutils-gdb.git] / binutils / rdcoff.c
index 22c8ab95e9646dac3cb87b161c8fda079f60388c..058289567f801501eac9f09f78494566529f5538 100644 (file)
@@ -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 <ian@cygnus.com>.
 
    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)
     {
This page took 0.023151 seconds and 4 git commands to generate.