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
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to