svn commit: r218126 - stable/8/libexec/rtld-elf
Sergey Kandaurov
pluknet at FreeBSD.org
Mon Jan 31 10:18:42 UTC 2011
Author: pluknet
Date: Mon Jan 31 10:18:42 2011
New Revision: 218126
URL: http://svn.freebsd.org/changeset/base/218126
Log:
MFC r218025:
Remove SuperH architecture from a comment.
Approved by: kib (mentor)
Modified:
stable/8/libexec/rtld-elf/rtld.c
Directory Properties:
stable/8/libexec/rtld-elf/ (props changed)
Modified: stable/8/libexec/rtld-elf/rtld.c
==============================================================================
--- stable/8/libexec/rtld-elf/rtld.c Mon Jan 31 09:30:56 2011 (r218125)
+++ stable/8/libexec/rtld-elf/rtld.c Mon Jan 31 10:18:42 2011 (r218126)
@@ -1328,7 +1328,7 @@ init_rtld(caddr_t mapbase)
digest_dynamic(&objtmp, 1);
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
More information about the svn-src-stable-8
mailing list