[Bug general/24068] New: readelf.c:10152:15: error: ‘%*llx’ directive output between 4 and 2147483647 bytes may cause result to exceed ‘INT_MAX’ [-Werror=format-overflow=] with -m32

2019-01-06 Thread marxin.liska at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=24068 Bug ID: 24068 Summary: readelf.c:10152:15: error: ‘%*llx’ directive output between 4 and 2147483647 bytes may cause result to exceed ‘INT_MAX’ [-Werror=format-overflow=] with -m32

Re: dwfl_link_map_report() on a core file with sysroot? Opens the wrong solibs?

2019-01-06 Thread Mark Wielaard
On Fri, Dec 14, 2018 at 01:44:17PM +, Luke Diamand wrote: > On Thu, 13 Dec 2018 at 22:37, Roland McGrath wrote: > > > > I think it's just missing. The hardest part is just deciding how the > > configuration should work. > > Thanks. My current attempt adds a new function call, > dwfl_set_sysr

[Bug general/24000] couple of testsuite fails with uclibc library

2019-01-06 Thread mark at klomp dot org
https://sourceware.org/bugzilla/show_bug.cgi?id=24000 Mark Wielaard changed: What|Removed |Added CC||mark at klomp dot org --- Comment #1

Re: dwfl_link_map_report() on a core file with sysroot? Opens the wrong solibs?

2019-01-06 Thread Luke Diamand
On Sun, 6 Jan 2019 at 21:04, Mark Wielaard wrote: > > On Fri, Dec 14, 2018 at 01:44:17PM +, Luke Diamand wrote: > > On Thu, 13 Dec 2018 at 22:37, Roland McGrath wrote: > > > > > > I think it's just missing. The hardest part is just deciding how the > > > configuration should work. > > > > Th