svn commit: r218025 - head/libexec/rtld-elf

[ Available lists | Index of svn-src-head | Month of Jan 2011 | Week of 28 Jan 2011 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Sergey Kandaurov <pluknet@FreeBSD.org>
Date
28 Jan 2011 17:30:24
Subject
svn commit: r218025 - head/libexec/rtld-elf
Message-ID
201101281730.p0SHUORo089934@svn.freebsd.org


[ Hide this part ]
Author: pluknet
Date: Fri Jan 28 17:30:24 2011
New Revision: 218025
URL: http://svn.freebsd.org/changeset/base/218025

Log:
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

Modified:
head/libexec/rtld-elf/rtld.c

Modified: head/libexec/rtld-elf/rtld.c
==============================================================================
--- head/libexec/rtld-elf/rtld.c Fri Jan 28 17:10:37 2011 (r218024)
+++ head/libexec/rtld-elf/rtld.c Fri Jan 28 17:30:24 2011 (r218025)
@@ -1385,7 +1385,7 @@ init_rtld(caddr_t mapbase, Elf_Auxinfo *
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



Elapsed time: 0.093 seconds