From c7531c0573c47e71dcad6b6c7f8f8084fc1c477e Mon Sep 17 00:00:00 2001 From: pk Date: Fri, 4 Jul 1997 22:15:41 +0000 Subject: [PATCH] State explicitly that an internal consistency check failed (PR#2660). --- gnu/usr.bin/ld/ld/warnings.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/usr.bin/ld/ld/warnings.c b/gnu/usr.bin/ld/ld/warnings.c index d5b7b2418a4d..b44f3615bc6d 100644 --- a/gnu/usr.bin/ld/ld/warnings.c +++ b/gnu/usr.bin/ld/ld/warnings.c @@ -1,5 +1,5 @@ /* - * $Id: warnings.c,v 1.18 1994/12/28 10:37:38 pk Exp $ + * $Id: warnings.c,v 1.19 1997/07/04 22:15:41 pk Exp $ */ #include @@ -745,8 +745,8 @@ do_warnings(outfile) if (list_unresolved_refs && reported_undefineds != (undefined_global_sym_count - undefined_weak_sym_count)) - warnx("Spurious undefined symbols: " - "# undefined symbols %d, reported %d", + warnx("internal consistency check failure: " + "# undefined symbols %d, accounted for %d", (undefined_global_sym_count - undefined_weak_sym_count), reported_undefineds);