Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 27 May 2015 16:06:17 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Cc: Alex Dowad <alexinbeijing@...il.com>
Subject: Re: Question re: dynamic linking in musl

* Timo Teras <timo.teras@....fi> [2015-05-27 16:23:26 +0300]:
> 
> We want that in the toolchain. It's gcc configure option:
>   --with-linker-hash-style={sysv,gnu,both}
> 
> I wonder if it should be 'gnu' or 'both'. Apparently 'both' will be
> larger as then everything is hashed twice.
> 
> Is there any known issues if I just specify 'gnu' ?

sysv is the standard so in theory if it's not there then
the dso is not standard elf.

(in practice my guess would be that any option is fine,
unless you try to load the dso with some old version of
musl..)

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.