rtld: remove old XXX comment missed in r35529

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Ed Maste 2015-12-24 18:53:17 +00:00
parent dec1abaec3
commit 18010b98c2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=292705

View File

@ -1126,7 +1126,6 @@ digest_dynamic1(Obj_Entry *obj, int early, const Elf_Dyn **dyn_rpath,
#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;