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/prdbg.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/prdbg.c')
-rw-r--r-- | binutils/prdbg.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/prdbg.c b/binutils/prdbg.c index 41c78cb..8bb0053 100644 --- a/binutils/prdbg.c +++ b/binutils/prdbg.c @@ -693,7 +693,6 @@ pr_range_type (p, lower, upper) /* Make an array type. */ -/*ARGSUSED*/ static boolean pr_array_type (p, lower, upper, stringp) PTR p; @@ -747,7 +746,6 @@ pr_array_type (p, lower, upper, stringp) /* Make a set type. */ -/*ARGSUSED*/ static boolean pr_set_type (p, bitstringp) PTR p; @@ -1598,7 +1596,6 @@ pr_typdef (p, name) /* Output a tag. The tag should already be in the string on the stack, so all we have to do here is print it out. */ -/*ARGSUSED*/ static boolean pr_tag (p, name) PTR p; @@ -1853,7 +1850,6 @@ pr_end_block (p, addr) /* Finish writing out a function. */ -/*ARGSUSED*/ static boolean pr_end_function (p) PTR p ATTRIBUTE_UNUSED; |