diff options
author | Alan Modra <amodra@gmail.com> | 2006-09-22 11:35:14 +0000 |
---|---|---|
committer | Alan Modra <amodra@gmail.com> | 2006-09-22 11:35:14 +0000 |
commit | 885afe7b6fda4324ac445cfdd9e37630f5061dc0 (patch) | |
tree | 2f435abf11a454bf8ba62f2534fa2520b6b00a13 /gas/doc | |
parent | 3aeeedbb71f648211ae2efde0d0cf4b24abcefe1 (diff) | |
download | gdb-885afe7b6fda4324ac445cfdd9e37630f5061dc0.zip gdb-885afe7b6fda4324ac445cfdd9e37630f5061dc0.tar.gz gdb-885afe7b6fda4324ac445cfdd9e37630f5061dc0.tar.bz2 |
* 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.
Diffstat (limited to 'gas/doc')
-rw-r--r-- | gas/doc/internals.texi | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gas/doc/internals.texi b/gas/doc/internals.texi index 16a6463..b2c8586 100644 --- a/gas/doc/internals.texi +++ b/gas/doc/internals.texi @@ -1,6 +1,6 @@ \input texinfo @c Copyright 1991, 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, -@c 2001, 2002, 2003, 2004, 2005 +@c 2001, 2002, 2003, 2004, 2005, 2006 @c Free Software Foundation, Inc. @setfilename internals.info @node Top @@ -1844,10 +1844,6 @@ Returns non-zero if any warnings or errors, respectively, have been printed during this invocation. @end deftypefun -@deftypefun @{@} void as_perror (const char *@var{gripe}, const char *@var{filename}) -Displays a BFD or system error, then clears the error status. -@end deftypefun - @deftypefun @{@} void as_tsktsk (const char *@var{format}, ...) @deftypefunx @{@} void as_warn (const char *@var{format}, ...) @deftypefunx @{@} void as_bad (const char *@var{format}, ...) |