Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Sat, 02 Jun 2012 23:18:39 +0200
From: aep <aep@...s.org>
To: <musl@...ts.openwall.com>
Subject: Re: hm, libc crashes  loading libc

On Sat, 2 Jun 2012 16:32:25 -0400, Rich Felker wrote:
> On Sat, Jun 02, 2012 at 03:30:14PM +0200, aep wrote:
>> turns out the problem is that gcc 4.7.0 from archlinux adds
>> --hash-style=gnu to ld, which musl cannot read.
>
> I can look into how much work it would be to add GNU hash support, or
> whether it's possible to support linear searching the symbol table
> when the hash table is missing...


does hash-style=gnu add any benefit for the target audience? I am 
noticing no speed difference for my small C program, but maybe it 
becomes interesting when C++  is added to the game.

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.