libbacktrace: sometimes read debug sections individually
commit31ae7b863a8c9566cc6bd718c590195b30b20042
authorIan Lance Taylor <iant@golang.org>
Sun, 16 Feb 2020 01:56:35 +0000 (15 17:56 -0800)
committerIan Lance Taylor <iant@golang.org>
Sat, 9 May 2020 23:00:54 +0000 (9 16:00 -0700)
tree94b20cfcd00faae5f3b6cf8d6009ffd6a49ee830
parent261356844a6cb3404f2627a58302f296fb6bebb2
libbacktrace: sometimes read debug sections individually

libbacktrace/
* elf.c (elf_add): If debug sections are very large or far apart,
read them individually rather than as a single view.
libbacktrace/ChangeLog
libbacktrace/elf.c