summaryrefslogtreecommitdiff
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorpk <pk@NetBSD.org>1993-12-23 09:37:43 +0000
committerpk <pk@NetBSD.org>1993-12-23 09:37:43 +0000
commita71feb52bb9031ef91ef5d61d77bdc465f147763 (patch)
tree4348348ab04aa2891e89e3b226e9f46552c67c68 /gnu/usr.bin
parentf59a5e6fcd0d4cd89d41e4439eb2e816bc405ccd (diff)
Remove some debris, causing "multiple defined" messages to be missed.
Diffstat (limited to 'gnu/usr.bin')
-rw-r--r--gnu/usr.bin/ld/ld/warnings.c6
-rw-r--r--gnu/usr.bin/ld/warnings.c6
2 files changed, 2 insertions, 10 deletions
diff --git a/gnu/usr.bin/ld/ld/warnings.c b/gnu/usr.bin/ld/ld/warnings.c
index e22a28a08a9..dffe45f8a7e 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.7 1993/12/20 22:44:44 pk Exp $
+ * $Id: warnings.c,v 1.8 1993/12/23 09:37:43 pk Exp $
*/
#include <sys/param.h>
@@ -653,10 +653,6 @@ do_file_warnings (entry, outfile)
continue;
}
- if (undefined_global_sym_count == 0)
- /* No undefined symbols in rel files */
- continue;
-
dont_allow_symbol_name = 0;
if (list_multiple_defs && g->multiply_defined) {
diff --git a/gnu/usr.bin/ld/warnings.c b/gnu/usr.bin/ld/warnings.c
index e22a28a08a9..dffe45f8a7e 100644
--- a/gnu/usr.bin/ld/warnings.c
+++ b/gnu/usr.bin/ld/warnings.c
@@ -1,5 +1,5 @@
/*
- * $Id: warnings.c,v 1.7 1993/12/20 22:44:44 pk Exp $
+ * $Id: warnings.c,v 1.8 1993/12/23 09:37:43 pk Exp $
*/
#include <sys/param.h>
@@ -653,10 +653,6 @@ do_file_warnings (entry, outfile)
continue;
}
- if (undefined_global_sym_count == 0)
- /* No undefined symbols in rel files */
- continue;
-
dont_allow_symbol_name = 0;
if (list_multiple_defs && g->multiply_defined) {