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:
parent
90750179ec
commit
3fce3875e5
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user