Remove SuperH architecture from a comment as we do not support it.

Presumably it was leaked from NetBSD together with rtld-elf mips support.

Approved by:	kib (mentor)
MFC after:	3 days
This commit is contained in:
Sergey Kandaurov 2011-01-28 17:30:24 +00:00
parent 90750179ec
commit 3fce3875e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=218025

View File

@ -1385,7 +1385,7 @@ init_rtld(caddr_t mapbase, Elf_Auxinfo **aux_info)
digest_dynamic1(&objtmp, 1, &dyn_rpath, &dyn_soname);
assert(objtmp.needed == NULL);
#if !defined(__mips__)
/* MIPS and SH{3,5} have a bogus DT_TEXTREL. */
/* MIPS has a bogus DT_TEXTREL. */
assert(!objtmp.textrel);
#endif