Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 Dec 2015 18:53:17 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r292705 - head/libexec/rtld-elf
Message-ID:  <201512241853.tBOIrHho067704@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201512241853.tBOIrHho067704>