* objdump.c: New command line option --debugging-tags.
[deliverable/binutils-gdb.git] / binutils / budbg.h
index dc687038904b0be0ac88bce6855108b31195aba0..e4eee835cb7d2d61783828679af05f592e7ee384 100644 (file)
@@ -1,5 +1,5 @@
 /* budbg.c -- Interfaces to the generic debugging information routines.
-   Copyright 1995, 1996, 2002 Free Software Foundation, Inc.
+   Copyright 1995, 1996, 2002, 2003 Free Software Foundation, Inc.
    Written by Ian Lance Taylor <ian@cygnus.com>.
 
    This file is part of GNU Binutils.
 
 /* Routine used to read generic debugging information.  */
 
-extern PTR read_debugging_info
+extern PTR read_debugging_info 
   PARAMS ((bfd *, asymbol **, long));
-
+  
 /* Routine used to print generic debugging information.  */
 
 extern bfd_boolean print_debugging_info
-  PARAMS ((FILE *, PTR));
+  (FILE *, void *, bfd *, asymbol **, void *, bfd_boolean);
 
 /* Routines used to read and write stabs information.  */
 
This page took 0.026756 seconds and 4 git commands to generate.