summaryrefslogtreecommitdiff
path: root/binutils/prdbg.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2002-05-26 14:55:04 +0000
committerKazu Hirata <kazu@codesourcery.com>2002-05-26 14:55:04 +0000
commitd43efbe3280e3f780c19bac2b50030e82f003e78 (patch)
treea408d62b3b22a701bc7883f74a8f0eec7ee224f1 /binutils/prdbg.c
parentaf137673023d01905dc1353b9f84d95d78de1ce4 (diff)
* 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.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/prdbg.c b/binutils/prdbg.c
index 41c78cbbb8..8bb0053408 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;