mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue