aboutsummaryrefslogtreecommitdiff
path: root/binutils/budbg.h
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2003-07-22 13:33:32 +0000
committerNick Clifton <nickc@redhat.com>2003-07-22 13:33:32 +0000
commit51cdc6e0567d26a31363dabf869c43225efc9d9a (patch)
treed974fcf2d03988977eb2353b75b0415bb5d08167 /binutils/budbg.h
parentaef9bcd2e745b304d13f147cce75a8ce481cfc4b (diff)
downloadgdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.zip
gdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.tar.gz
gdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.tar.bz2
* objdump.c: New command line option --debugging-tags.
* doc/binutils.texi: Document new command line option. * prdbg.c: Code to print the debug info as tags compatible with ctags. * budbg.h: Adjust prototype. * NEWS: Mention new switch
Diffstat (limited to 'binutils/budbg.h')
-rw-r--r--binutils/budbg.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/budbg.h b/binutils/budbg.h
index dc68703..e4eee83 100644
--- a/binutils/budbg.h
+++ b/binutils/budbg.h
@@ -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.
@@ -26,13 +26,13 @@
/* 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. */