summaryrefslogtreecommitdiff
path: root/ld/ldcref.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@codesourcery.com>2000-09-29 11:18:18 +0000
committerKazu Hirata <kazu@codesourcery.com>2000-09-29 11:18:18 +0000
commit570c5469df75518e0cad2aa77f5b8976b7d4b20e (patch)
tree9a4e074118938434d150412c57bc71b05c845379 /ld/ldcref.c
parent300c3c8732251344240f84661bf81f6dc70acd1a (diff)
downloadbinutils-redhat-570c5469df75518e0cad2aa77f5b8976b7d4b20e.tar.gz
2000-09-29 Kazu Hirata <kazu@hxi.com>
* ldcref.c: Fix formatting. * ldctor.c: Likewise. * ldemul.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise.
Diffstat (limited to 'ld/ldcref.c')
-rw-r--r--ld/ldcref.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/ld/ldcref.c b/ld/ldcref.c
index e2081066b0..f7751e3c3d 100644
--- a/ld/ldcref.c
+++ b/ld/ldcref.c
@@ -145,7 +145,6 @@ cref_hash_newfunc (entry, table, string)
/* Add a symbol to the cref hash table. This is called for every
symbol that is seen during the link. */
-/*ARGSUSED*/
void
add_cref (name, abfd, section, value)
const char *name;
@@ -242,7 +241,7 @@ output_cref (fp)
len = strlen (msg);
while (len < FILECOL)
{
- putc (' ' , fp);
+ putc (' ', fp);
++len;
}
fprintf (fp, _("File\n"));
@@ -350,7 +349,6 @@ check_nocrossrefs ()
/* Check one symbol to see if it is a prohibited cross reference. */
-/*ARGSUSED*/
static boolean
check_nocrossref (h, ignore)
struct cref_hash_entry *h;