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;
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to