https://gcc.gnu.org/bugzilla/show_bug.cgi?id=97080
--- Comment #1 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Ian Lance Taylor <i...@gcc.gnu.org>: https://gcc.gnu.org/g:90c254565122fa5c02114698ce35ac46679c03b0 commit r11-3248-g90c254565122fa5c02114698ce35ac46679c03b0 Author: Ian Lance Taylor <i...@golang.org> Date: Wed Sep 16 17:03:52 2020 -0700 libbacktrace: use ELF symbol table if no debug info available PR libbacktrace/97080 * fileline.c (backtrace_syminfo_to_full_callback): New function. (backtrace_syminfo_to_full_error_callback): New function. * elf.c (elf_nodebug): Call syminfo_fn if possible. * internal.h (struct backtrace_call_full): Define. (backtrace_syminfo_to_full_callback): Declare. (backtrace_syminfo_to_full_error_callback): Declare. * mtest.c (f3): Only check all[i] if data.index permits.