* gas/cfi/cfi-common-6.s: Do not use |.
[deliverable/binutils-gdb.git] / gdb / complaints.h
index c176b190588f9ba9f6475f51419b4e995e914741..1d6f522e163b4049f8dfeec7ddf8bb88a880377e 100644 (file)
@@ -1,6 +1,6 @@
 /* Definitions for complaint handling during symbol reading in GDB.
 
-   Copyright 1990, 1991, 1992, 1995, 1998, 2000, 2002 Free Software
+   Copyright (C) 1990, 1991, 1992, 1995, 1998, 2000, 2002 Free Software
    Foundation, Inc.
 
    This file is part of GDB.
@@ -17,8 +17,8 @@
 
    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
-   Foundation, Inc., 59 Temple Place - Suite 330,
-   Boston, MA 02111-1307, USA.  */
+   Foundation, Inc., 51 Franklin Street, Fifth Floor,
+   Boston, MA 02110-1301, USA.  */
 
 
 #if !defined (COMPLAINTS_H)
@@ -50,24 +50,4 @@ extern void clear_complaints (struct complaints **complaints,
                              int less_verbose, int noisy);
 
 
-/* Legacy interfaces to keep the old code working (until it is all
-   converted to the above).  While the structure below contains a
-   number of fields, all but .message are ignored.
-
-   Support for complaining about things in the symbol file that aren't
-   catastrophic.
-
-   Each such thing gets a counter.  The first time we have the problem,
-   during a symbol read, we report it.  At the end of symbol reading,
-   if verbose, we report how many of each problem we had.  */
-
-struct complaint
-{
-  const char *message;
-  unsigned counter_ignored;
-  struct complaint *next_ignored;
-};
-
-extern void complain (struct complaint *, ...);
-
 #endif /* !defined (COMPLAINTS_H) */
This page took 0.04413 seconds and 4 git commands to generate.