summaryrefslogtreecommitdiffstats
path: root/libexec/rtld-elf
diff options
context:
space:
mode:
authoremaste <emaste@FreeBSD.org>2015-12-24 18:53:17 +0000
committeremaste <emaste@FreeBSD.org>2015-12-24 18:53:17 +0000
commit3b643edf9b4cd6e76a6642b04bc87d177e59af29 (patch)
tree73c7df332ba92ae08dc273f0ba2a5bdfe822170f /libexec/rtld-elf
parenta2b56e80ae7c7a127980a9d746c6303bb5d377f4 (diff)
downloadFreeBSD-src-3b643edf9b4cd6e76a6642b04bc87d177e59af29.zip
FreeBSD-src-3b643edf9b4cd6e76a6642b04bc87d177e59af29.tar.gz
rtld: remove old XXX comment missed in r35529
Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'libexec/rtld-elf')
-rw-r--r--libexec/rtld-elf/rtld.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libexec/rtld-elf/rtld.c b/libexec/rtld-elf/rtld.c
index 1a8263f..4e01544 100644
--- a/libexec/rtld-elf/rtld.c
+++ b/libexec/rtld-elf/rtld.c
@@ -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;
OpenPOWER on IntegriCloud