From d43efbe3280e3f780c19bac2b50030e82f003e78 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Sun, 26 May 2002 14:55:04 +0000 Subject: * arsup.c: Remove ARGSUSED. * debug.c: Likewise. * ieee.c: Likewise. * nlmconv.c: Likewise. * prdbg.c: Likewise. * stabs.c: Likewise. * wrstabs.c: Likewise. --- binutils/nlmconv.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'binutils/nlmconv.c') diff --git a/binutils/nlmconv.c b/binutils/nlmconv.c index 376292f..6b28124 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) -- cgit v1.1