git: gcc44: Instruct linkers to create GNU hash tables

John Marino marino at crater.dragonflybsd.org
Sun Mar 11 01:06:20 PST 2012


commit 4687ecd9561d76f3d02ccb4f7adeecd5e3afdd8f
Author: John Marino <draco at marino.st>
Date:   Sun Mar 11 01:45:39 2012 +0100

    gcc44: Instruct linkers to create GNU hash tables
    
    The real-time linker has just been taught how to use GNU hash tables
    to speed up symbol lookup.  However, the linkers only generate SysV
    hashes by default, so the specs file is being altered to generate
    both types of hashes for every shared library and dynamic executable
    for a while.  Maybe after a release or two we can consider only
    generating the superior GNU hash, which will break forward compatibility
    with older releases.

Summary of changes:
 contrib/gcc-4.4/gcc/config/dragonfly.h |   12 +++++++-----
 1 files changed, 7 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4687ecd9561d76f3d02ccb4f7adeecd5e3afdd8f


-- 
DragonFly BSD source repository





More information about the Commits mailing list