diff options
author | Kazu Hirata <kazu@codesourcery.com> | 2002-05-26 14:55:04 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@codesourcery.com> | 2002-05-26 14:55:04 +0000 |
commit | d43efbe3280e3f780c19bac2b50030e82f003e78 (patch) | |
tree | a408d62b3b22a701bc7883f74a8f0eec7ee224f1 /binutils/stabs.c | |
parent | af137673023d01905dc1353b9f84d95d78de1ce4 (diff) | |
download | gdb-d43efbe3280e3f780c19bac2b50030e82f003e78.zip gdb-d43efbe3280e3f780c19bac2b50030e82f003e78.tar.gz gdb-d43efbe3280e3f780c19bac2b50030e82f003e78.tar.bz2 |
* arsup.c: Remove ARGSUSED.
* debug.c: Likewise.
* ieee.c: Likewise.
* nlmconv.c: Likewise.
* prdbg.c: Likewise.
* stabs.c: Likewise.
* wrstabs.c: Likewise.
Diffstat (limited to 'binutils/stabs.c')
-rw-r--r-- | binutils/stabs.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/binutils/stabs.c b/binutils/stabs.c index 0063b06..0873582 100644 --- a/binutils/stabs.c +++ b/binutils/stabs.c @@ -366,7 +366,6 @@ warn_stab (p, err) /* Create a handle to parse stabs symbols with. */ -/*ARGSUSED*/ PTR start_stab (dhandle, abfd, sections, syms, symcount) PTR dhandle ATTRIBUTE_UNUSED; |