https://gcc.gnu.org/bugzilla/show_bug.cgi?id=64595

--- Comment #9 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
(In reply to Andreas Schwab from comment #8)
> Why does libbacktrace need debug info?  All required unwind information is
> included in the binary.  Glibc's backtrace can do that too.

Most likely the same reason why Java needs it.  So it can see if the file that
the backtrace is coming from is a system library or not.

Reply via email to