git: rtld: Sync with FreeBSD after gnu_hash import

John Marino marino at crater.dragonflybsd.org
Sat May 5 00:34:15 PDT 2012


commit 8ffc528ee0622d23fbf7e7026cee9c8568757070
Author: John Marino <draco at marino.st>
Date:   Fri May 4 18:41:58 2012 +0200

    rtld: Sync with FreeBSD after gnu_hash import
    
    For the most part, FreeBSD took our gnu_hash implementation without much
    modification.  Most of these changes are caused by whitespace differences
    due to a different style scheme, and by declarating variables separately
    from their assignments.  Notable exceptions were:
    * FreeBSD didn't use int_fast32_t type
    * FreeBSD keeps checking the first character before doing strcmp
    * FreeBSD renamed the symlook_obj2 to symlook_obj1_*
    
    The only additions were two debug statements.  This commits syncs the
    following back to DragonFly:
    
    FreeBSD SVN 234840 (30 APR 2012)
    FreeBSD SVN 234841 (30 APR 2012)

Summary of changes:
 libexec/rtld-elf/rtld.c |  346 +++++++++++++++++++++++++----------------------
 1 files changed, 184 insertions(+), 162 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8ffc528ee0622d23fbf7e7026cee9c8568757070


-- 
DragonFly BSD source repository





More information about the Commits mailing list