On Wed, 2019-12-04 at 02:43 +0100, Mark Wielaard wrote:
> GCC10 warns when converting the value of one enum type into another:
>
> debuginfod-client.c:530:24: error: implicit conversion from ‘CURLcode’
>to ‘CURLMcode’ [-Werror=enum-conversion]
> 530 |
On Thu, 2019-12-05 at 15:21 +0100, Mark Wielaard wrote:
> Both the dwfl_linux_kernel_find_elf callback and the
> dwfl_linux_kernel_report_offline reporting function only handled
> vmlinix images possibly compressed with .gz, .bz2 or .xz extension.
> They did not find or handle the much more common
If the debuginfod-client isn't configured we should do as little
as possible. Simply return early with ENOSYS if no servers are
configured. This means we won't check
This does change the behavior of the debuginfod_find calls slightly.
Previously we would setup and check the cache if the given buil
https://sourceware.org/bugzilla/show_bug.cgi?id=25227
--- Comment #3 from Mark Wielaard ---
Created attachment 12113
--> https://sourceware.org/bugzilla/attachment.cgi?id=12113&action=edit
test file with symbols for objects/functions global/local TLS/UNIQUE debug,
weak, etc.
> Hi Mark, do you
https://sourceware.org/bugzilla/show_bug.cgi?id=25227
--- Comment #2 from Enzo Matsumiya ---
Hi Mark, do you have any updates here? Will you revert that specific part in
commit 66f4c37d497b? Thanks.
--
You are receiving this mail because:
You are on the CC list for the bug.