objdump: '-S' should trigger search for separate debuginfo.
authorAaron Merey <amerey@redhat.com>
Mon, 12 Sep 2022 22:57:38 +0000 (18:57 -0400)
committerAaron Merey <amerey@redhat.com>
Tue, 13 Sep 2022 13:29:09 +0000 (09:29 -0400)
commite9a241e87b42f902d0408704df6bbcd8bf465a46
tree263f88eb0a15437b6bacf5cede948e773221cf72
parent8fa9bc6a030c9a41eb8cf6f0f66043e02005b291
objdump: '-S' should trigger search for separate debuginfo.

Add with_source_code to the command line options that trigger
might_need_separate_debug_info and dump_any_debugging.  This helps
'objdump -S' download missing files via debuginfod without the need for
specifying extra command line options like '-L'.
binutils/ChangeLog
binutils/objdump.c