Hi,
>>> Don't disable symbol versioning, without it binary compatibility is broken.
>>
>> As per the following commit disabled symbol versioning for uclibc
>> https://sourceware.org/git/?p=elfutils.git;a=commit;
>> h=bafacacaf7659a4933604662daba26a480b29a8d
>>
>> with uclibc,the test suite hangs i
https://sourceware.org/bugzilla/show_bug.cgi?id=24000
--- Comment #15 from selva ---
(In reply to Mark Wielaard from comment #14)
> Created attachment 11614 [details]
> Handle malloc(0) specially when decompressing
>
> Sorry, that patch was clearly untested. This one is.
Thanks,With this patch
On Tue, Feb 19, 2019 at 07:59:53AM +, Ulf Hermann wrote:
> >>> Don't disable symbol versioning, without it binary compatibility is
> >>> broken.
> >> As per the following commit disabled symbol versioning for uclibc
> >> https://sourceware.org/git/?p=elfutils.git;a=commit;
> >> h=bafacacaf7659
> The problem is that without it every elfutils release would (possibly)
> break the ABI between the shared libraries and programs using them.
> And we don't have/use a different mechanism to indicate symbols/ABI
> changed. How do you prevent things breaking when upgrading the
> elfutils libraries?
On Tue, Feb 19, 2019 at 11:30:08AM +, Ulf Hermann wrote:
> > The problem is that without it every elfutils release would (possibly)
> > break the ABI between the shared libraries and programs using them.
> > And we don't have/use a different mechanism to indicate symbols/ABI
> > changed. How do
https://sourceware.org/bugzilla/show_bug.cgi?id=24000
Mark Wielaard changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://sourceware.org/bugzilla/show_bug.cgi?id=24240
Bug ID: 24240
Summary: couple of elftuiltls testsuite fails with uclibc
library
Product: elfutils
Version: unspecified
Status: UNCONFIRMED
Severity: normal
https://sourceware.org/bugzilla/show_bug.cgi?id=24000
--- Comment #17 from selva ---
(In reply to Mark Wielaard from comment #16)
> Thanks for testing. I pushed this:
>
> commit ff7fe986679b0811591ef6e40cf485fa9f037e07
> Author: Mark Wielaard
> Date: Tue Feb 19 16:27:40 2019 +0100
>
> li