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/nlmconv.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/nlmconv.c')
-rw-r--r-- | binutils/nlmconv.c | 3 |
1 files changed, 0 insertions, 3 deletions
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) |