summaryrefslogtreecommitdiff
path: root/binutils/ieee.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
commit834c1b2295d07c757aaf14b557ad7f5d60adad94 (patch)
tree8ec06eb2d4617fe8d535c27722cc44298769de93 /binutils/ieee.c
parent4353b7a8fe9ec4ee6f403d05a9d20a5aa0ba2d36 (diff)
downloadbinutils-redhat-834c1b2295d07c757aaf14b557ad7f5d60adad94.tar.gz
* 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/ieee.c')
-rw-r--r--binutils/ieee.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/binutils/ieee.c b/binutils/ieee.c
index 39f4c2ba8a..99c6693fbf 100644
--- a/binutils/ieee.c
+++ b/binutils/ieee.c
@@ -4102,7 +4102,6 @@ static const struct debug_write_fns ieee_fns =
/* Initialize a buffer to be empty. */
-/*ARGSUSED*/
static boolean
ieee_init_buffer (info, buflist)
struct ieee_handle *info ATTRIBUTE_UNUSED;
@@ -4143,7 +4142,6 @@ ieee_change_buffer (info, buflist)
/* Append a buffer chain. */
-/*ARGSUSED*/
static boolean
ieee_append_buffer (info, mainbuf, newbuf)
struct ieee_handle *info ATTRIBUTE_UNUSED;
@@ -5273,7 +5271,6 @@ ieee_add_bb11 (info, sec, low, high)
down the file name anyhow. IEEE debugging information doesn't seem
to store this information anywhere. */
-/*ARGSUSED*/
static boolean
ieee_start_source (p, filename)
PTR p ATTRIBUTE_UNUSED;
@@ -5737,7 +5734,6 @@ ieee_range_type (p, low, high)
/* Make an array type. */
-/*ARGSUSED*/
static boolean
ieee_array_type (p, low, high, stringp)
PTR p;