From a3e413fd8cf73faceb6f7be85d528d50361a7a1f Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Fri, 22 Sep 2006 11:35:14 +0000 Subject: * as.h (as_perror): Delete declaration. * gdbinit.in (as_perror): Delete breakpoint. * messages.c (as_perror): Delete function. * doc/internals.texi: Remove as_perror description. * listing.c (listing_print: Don't use as_perror. * output-file.c (output_file_create, output_file_close): Likewise. * symbols.c (symbol_create, symbol_clone): Likewise. * write.c (write_contents): Likewise. * config/obj-som.c (obj_som_version, obj_som_copyright): Likewise. * config/tc-tic54x.c (tic54x_mlib): Likewise. --- gas/as.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'gas/as.h') diff --git a/gas/as.h b/gas/as.h index 424bd979d4..8ac17cf1a4 100644 --- a/gas/as.h +++ b/gas/as.h @@ -1,6 +1,6 @@ /* as.h - global header file Copyright 1987, 1990, 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, - 1999, 2000, 2001, 2002, 2003, 2004, 2005 + 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. This file is part of GAS, the GNU Assembler. @@ -544,7 +544,6 @@ void cond_finish_check (int); void cond_exit_macro (int); int seen_at_least_1_file (void); void app_pop (char *); -void as_perror (const char *, const char *); void as_where (char **, unsigned int *); void bump_line_counters (void); void do_scrub_begin (int); -- cgit v1.2.1