Author: emaste
Date: Thu Jan  7 14:52:32 2016
New Revision: 293317
URL: https://svnweb.freebsd.org/changeset/base/293317

Log:
  MFC r292705: rtld: remove old XXX comment missed in r35529

Modified:
  stable/10/libexec/rtld-elf/rtld.c
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/libexec/rtld-elf/rtld.c
==============================================================================
--- stable/10/libexec/rtld-elf/rtld.c   Thu Jan  7 12:31:49 2016        
(r293316)
+++ stable/10/libexec/rtld-elf/rtld.c   Thu Jan  7 14:52:32 2016        
(r293317)
@@ -1115,7 +1115,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;
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-stable-10
To unsubscribe, send any mail to "[email protected]"

Reply via email to