From 4de2d33d1b8c5f1c14d957aca252d83a0b74f5a3 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Fri, 29 Sep 2000 11:18:18 +0000 Subject: 2000-09-29 Kazu Hirata * ldcref.c: Fix formatting. * ldctor.c: Likewise. * ldemul.c: Likewise. * ldexp.c: Likewise. * ldfile.c: Likewise. * ldlang.c: Likewise. --- ld/ldcref.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'ld/ldcref.c') diff --git a/ld/ldcref.c b/ld/ldcref.c index e2081066b01..f7751e3c3d9 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; -- cgit v1.2.1