[prev in list] [next in list] [prev in thread] [next in thread] 

List:       uclibc-cvs
Subject:    [uClibc-cvs] CVS update of uClibc/ldso/ldso/mips (elfinterp.c)
From:       andersen () codepoet ! org (Erik Andersen)
Date:       2004-08-26 14:43:28
Message-ID: 20040826204326.946FBB4012 () codepoet ! org
[Download RAW message or body]

    Date: Thursday, August 26, 2004 @ 14:43:26
  Author: andersen
    Path: /var/cvs/uClibc/ldso/ldso/mips

Modified: elfinterp.c (1.21 -> 1.22)

Only print debug stuff when asked


Index: uClibc/ldso/ldso/mips/elfinterp.c
diff -u uClibc/ldso/ldso/mips/elfinterp.c:1.21 uClibc/ldso/ldso/mips/elfinterp.c:1.22
--- uClibc/ldso/ldso/mips/elfinterp.c:1.21	Thu Aug 26 12:36:23 2004
+++ uClibc/ldso/ldso/mips/elfinterp.c	Thu Aug 26 14:43:25 2004
@@ -278,7 +278,8 @@
 		i = tpnt->mips_symtabno - tpnt->mips_gotsym;
 
 #if defined (__SUPPORT_LD_DEBUG__)
-		_dl_dprintf(2, "_dl_perform_mips_global_got_relocations for '%s'\n", tpnt->libname);
+		if(_dl_debug_reloc)
+			_dl_dprintf(2, "_dl_perform_mips_global_got_relocations for '%s'\n", tpnt->libname);
 #endif
 
 		/* Relocate the global GOT entries for the object */

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic