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/wrstabs.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/wrstabs.c')
-rw-r--r-- | binutils/wrstabs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/binutils/wrstabs.c b/binutils/wrstabs.c index 9297a96..5d0dc3b 100644 --- a/binutils/wrstabs.c +++ b/binutils/wrstabs.c @@ -1368,7 +1368,6 @@ stab_get_struct_index (info, tag, id, kind, psize) /* Start outputting a struct. We ignore the tag, and handle it in stab_tag. */ -/*ARGSUSED*/ static boolean stab_start_struct_type (p, tag, id, structp, size) PTR p; @@ -2379,7 +2378,6 @@ stab_end_block (p, addr) /* End a function. */ -/*ARGSUSED*/ static boolean stab_end_function (p) PTR p ATTRIBUTE_UNUSED; |