summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-08 09:34:59 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1997-07-08 09:34:59 +0000
commitc2b5bfc69f4c10dbf9220e7c92526edaf70be88a (patch)
treefc6c54d026a3b14fe75d8bccb7e813088acbda21
parent49e4e209308a19b5940066684065108ba0334c02 (diff)
warning msg change; pk
-rw-r--r--gnu/usr.bin/ld/warnings.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/warnings.c b/gnu/usr.bin/ld/warnings.c
index e5dce20fe44..81952525545 100644
--- a/gnu/usr.bin/ld/warnings.c
+++ b/gnu/usr.bin/ld/warnings.c
@@ -1,5 +1,5 @@
/*
- * $Id: warnings.c,v 1.1 1995/10/18 08:40:56 deraadt Exp $
+ * $Id: warnings.c,v 1.2 1997/07/08 09:34:58 deraadt Exp $
*/
#include <sys/param.h>
@@ -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);