summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin/ld/ld.c
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1993-12-01 15:34:01 +0000
committerache <ache@FreeBSD.org>1993-12-01 15:34:01 +0000
commit40661d07ce7fcaa776494667f363bd839ff8609a (patch)
tree3a3d5e15371bb6b6f4fc829e1fafd972b3558249 /gnu/usr.bin/ld/ld.c
parent547828e8508b5af2f88d62694036bb15c1a7086e (diff)
downloadFreeBSD-src-40661d07ce7fcaa776494667f363bd839ff8609a.zip
FreeBSD-src-40661d07ce7fcaa776494667f363bd839ff8609a.tar.gz
#ifdef DEBUG missed by several lines!
!!! Please, COMPILE *BEFORE* COMMIT!
Diffstat (limited to 'gnu/usr.bin/ld/ld.c')
-rw-r--r--gnu/usr.bin/ld/ld.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/ld.c b/gnu/usr.bin/ld/ld.c
index 5b93e9e..7285e5d 100644
--- a/gnu/usr.bin/ld/ld.c
+++ b/gnu/usr.bin/ld/ld.c
@@ -32,7 +32,7 @@ static char sccsid[] = "@(#)ld.c 6.10 (Berkeley) 5/22/91";
Set, indirect, and warning symbol features added by Randy Smith. */
/*
- * $Id: ld.c,v 1.10 1993/11/22 19:04:40 jkh Exp $
+ * $Id: ld.c,v 1.11 1993/11/30 20:47:25 jkh Exp $
*/
/* Define how to initialize system-dependent header fields. */
@@ -2111,13 +2111,13 @@ write_header ()
if (relocatable_output)
nsyms += set_symbol_count;
+#ifdef DEBUG
printf("global symbols %d (defined %d, undefined %d), locals: %d, \
debug symbols: %d, set_symbols %d, aliases %d --> nsyms %d\n",
global_sym_count,
defined_global_sym_count, undefined_global_sym_count,
local_sym_count, debugger_sym_count,
set_symbol_count, global_alias_count, nsyms);
-#ifdef DEBUG
#endif
outheader.a_syms = nsyms * sizeof (struct nlist);
OpenPOWER on IntegriCloud