https://sourceware.org/bugzilla/show_bug.cgi?id=28843
--- Comment #8 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by H.J. Lu <h...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=e1dbfc17c5305eef8f021c1baa703151bffc1490 commit e1dbfc17c5305eef8f021c1baa703151bffc1490 Author: H.J. Lu <hjl.to...@gmail.com> Date: Sun Jan 30 09:17:56 2022 -0800 Load debug section only when dumping debug sections Don't load debug sections if we aren't dumping any debug sections. PR binutils/28843 * objdump.c (dump_any_debugging): New. (load_debug_section): Return false if dump_any_debugging isn't set. (main): Set dump_any_debugging when dumping any debug sections. * readelf (dump_any_debugging): New. (parse_args): Set dump_any_debugging when dumping any debug sections. (load_debug_section): Return false if dump_any_debugging isn't set. -- You are receiving this mail because: You are on the CC list for the bug.