diff options
author | Nick Clifton <nickc@redhat.com> | 2003-07-22 13:33:32 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2003-07-22 13:33:32 +0000 |
commit | 51cdc6e0567d26a31363dabf869c43225efc9d9a (patch) | |
tree | d974fcf2d03988977eb2353b75b0415bb5d08167 /binutils/budbg.h | |
parent | aef9bcd2e745b304d13f147cce75a8ce481cfc4b (diff) | |
download | binutils-gdb-51cdc6e0567d26a31363dabf869c43225efc9d9a.tar.gz |
* 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.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/binutils/budbg.h b/binutils/budbg.h index dc687038904..e4eee835cb7 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. */ |