diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-08 09:34:59 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-08 09:34:59 +0000 |
commit | c2b5bfc69f4c10dbf9220e7c92526edaf70be88a (patch) | |
tree | fc6c54d026a3b14fe75d8bccb7e813088acbda21 | |
parent | 49e4e209308a19b5940066684065108ba0334c02 (diff) |
warning msg change; pk
-rw-r--r-- | gnu/usr.bin/ld/warnings.c | 6 |
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); |