svn commit: r292705 - head/libexec/rtld-elf

Ed Maste emaste at FreeBSD.org
Thu Dec 24 18:53:19 UTC 2015


Author: emaste
Date: Thu Dec 24 18:53:17 2015
New Revision: 292705
URL: https://svnweb.freebsd.org/changeset/base/292705

Log:
  rtld: remove old XXX comment missed in r35529
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/libexec/rtld-elf/rtld.c

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c	Thu Dec 24 18:41:16 2015	(r292704)
+++ head/libexec/rtld-elf/rtld.c	Thu Dec 24 18:53:17 2015	(r292705)
@@ -1126,7 +1126,6 @@ digest_dynamic1(Obj_Entry *obj, int earl
 
 #ifndef __mips__
 	case DT_DEBUG:
-	    /* XXX - not implemented yet */
 	    if (!early)
 		dbg("Filling in DT_DEBUG entry");
 	    ((Elf_Dyn*)dynp)->d_un.d_ptr = (Elf_Addr) &r_debug;


More information about the svn-src-head mailing list