summaryrefslogtreecommitdiff
path: root/binutils/nlmconv.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/nlmconv.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/nlmconv.c')
-rw-r--r--binutils/nlmconv.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c
index 376292fd34..6b2812408d 100644
--- a/binutils/nlmconv.c
+++ b/binutils/nlmconv.c
@@ -1380,7 +1380,6 @@ mangle_relocs (outbfd, insec, relocs_ptr, reloc_count_ptr, contents,
/* By default all we need to do for relocs is change the address by
the output_offset. */
-/*ARGSUSED*/
static void
default_mangle_relocs (outbfd, insec, relocs_ptr, reloc_count_ptr, contents,
contents_size)
@@ -1585,7 +1584,6 @@ static reloc_howto_type nlm32_alpha_nw_howto =
0, /* dst_mask */
false); /* pcrel_offset */
-/*ARGSUSED*/
static void
alpha_mangle_relocs (outbfd, insec, relocs_ptr, reloc_count_ptr, contents,
contents_size)
@@ -1906,7 +1904,6 @@ powerpc_resolve_stubs (inbfd, outbfd)
r2, will be set to the correct TOC value, so there is no need for
any further reloc. */
-/*ARGSUSED*/
static void
powerpc_mangle_relocs (outbfd, insec, relocs_ptr, reloc_count_ptr, contents,
contents_size)