bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

dead name notifications in static binaries, probably more issues?


From: Samuel Thibault
Subject: dead name notifications in static binaries, probably more issues?
Date: Sun, 2 Nov 2014 23:49:32 +0100
User-agent: Mutt/1.5.21+34 (58baf7c9f32f) (2010-12-30)

Hello,

You will probably be interested to know that I have just fixed dead name
notification in static binaries.  I was wondering why I was getting
spurious deallocations, ended up in the translator list code, and
wasn't seeing deadname notifications.  It happened to be a mere symbol
overriding issue: ports_dead_name doesn't get overriden when linking
statically unless it is made a weak definition, which I have just done.
I'm afraid there might be quite a few other things like this which
aren't working, any ideas?

Samuel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]