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

Sergey Kandaurov pluknet at FreeBSD.org
Fri Jan 28 17:30:24 UTC 2011


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
 


More information about the svn-src-all mailing list